• 통합검색
  • 대학레포트
  • 논문
  • 기업신용보고서
  • 취업자료
  • 파워포인트배경
  • 서식

전문지식 269건

LINKED_LIST.CPP // ************* // *LINKED_LIST* // ************* #include <stdio.h> #include <stdlib.h> #include <string.h> struct LIST    {     char name[20];     char phone[20];     struct LIST *prev;     struct LIST *next; }; str
  • 페이지 14페이지
  • 가격 7,900원
  • 등록일 2013.12.16
  • 파일종류 압축파일
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
#include <conio.h> #include <stdlib.h> #include <iostream> using namespace std; class Linked { private : struct Node { char name[10]; int hak; int age; int id; struct Node *prev; struct Node *next; }; Node *head; Node *tail; int i; public : Link
  • 페이지 5페이지
  • 가격 1,000원
  • 등록일 2007.02.07
  • 파일종류 기타
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
1. Preface 1.1 Objective 수업시간에 배운 Linked list를 이용하여 수강신청 시스템을 구현하는 것이 이번 프로그래밍 과제의 목표입니다. 이번 프로그래밍 과제를 완벽히 수행하기 위해서는 Linked list의 특성을 이용하여 구조체로 리스트의 틀을 만
  • 페이지 27페이지
  • 가격 4,000원
  • 등록일 2012.02.07
  • 파일종류 압축파일
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
linked list를 이용하여, Queue를 구현하시오. ADTLinkedlist.c #include <stdio.h> #include <stdlib.h> // 구조체 선언 struct node { char name[5]; char email[30]; int tel; // 이름 메일 전화번호 선언 node *next;// 다음 노드의 주소를 가르킴 node *prev; }; node *head; // head
  • 페이지 16페이지
  • 가격 2,800원
  • 등록일 2012.04.15
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
//single linked-LIst 구현 #include <stdio.h> #include <malloc.h> //메모리 할당을 위해서 #define FALSE 0 #define TRUE 1 typedef struct Nodes { int value;//데이터 struct Nodes *next;//다음 노드를 가리 킨다. }Node; Node *HEAD=NULL;//헤드 single linked-List의 시작 v
  • 페이지 4페이지
  • 가격 800원
  • 등록일 2008.01.13
  • 파일종류 기타
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음

논문 2건

linked to half of all maternal deaths in these regions, highlighting the critical need for skilled attendance at birth to enhance maternal and newborn health outcomes. The importance of SBA attendance at delivery and the barriers that women face in accessing SBA services in LMICs have been e
  • 페이지 151페이지
  • 가격 2,000원
  • 발행일 2024.11.03
  • 파일종류 아크로벳(pdf)
  • 발행기관
  • 저자
linked to the future of society and a country as well as is a question associated with the adolescents' own growth and development. As a result of this study on adolescents' lookism, here are some suggestions as follows: First, strict regulations are required against sensational advertisements or br
  • 페이지 78페이지
  • 가격 3,000원
  • 발행일 2010.07.12
  • 파일종류 한글(hwp)
  • 발행기관
  • 저자

취업자료 3건

uld expand job opportunities for old people who are still able to work.The job market for the young generation should also be stabilized as the aging of society is linked with the birth rate.A t the same time,the government will have to make up for the loss of the work for cecaused by its lower birt
  • 가격 1,100원
  • 등록일 2013.04.26
  • 파일종류 한글(hwp)
  • 직종구분 일반사무직
ld expand job opportunities for old people who are still able to work. The job market for the young generation should also be stabilizedas the aging of society is linked with the birth rate. At the same time, the government will have to make up for the loss of the work force caused by its lower birt
  • 가격 1,100원
  • 등록일 2013.04.26
  • 파일종류 한글(hwp)
  • 직종구분 일반사무직
linked_list 관련 질문 34 상사의 부당한 지시를 받았을 경우 어떻게 하겠는가 35 노동조합에 대한 순기능과 역기능? 본인의 의견은 무엇인가요? 36 상대방과 소통하기위해 가장 중요한 것은? 37 선배 사원의 부당한 행위를 목격하였을 때, 어떻
  • 가격 9,900원
  • 등록일 2023.06.29
  • 파일종류 아크로벳(pdf)
  • 직종구분 일반사무직
top