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

전문지식 642건

binary(int num);    // 이진법 변환 void ft_anykey();    // 대기함수 void ft_exit();    // 종료함수 void main(void) {     char choice;     int loop=1;     while(loop)     {         system("cls");    // 화면 지
  • 페이지 1페이지
  • 가격 2,300원
  • 등록일 2012.07.08
  • 파일종류 기타
  • 참고문헌 있음
  • 최근 2주 판매 이력 없음
tree[t].Ldata; } } // pre : root에서 한 Item을 갖는 한트리를 취함 // post : root에서 Data Item 반환 public int first() { if ((t == NIL) || (tree[t].Rdata ==0)) // 비어있거나 root에서 한개의Item일 경우 { System.out.print(\"error\\n\"); return -1; } else // root에서 두개의 I
  • 페이지 22페이지
  • 가격 3,300원
  • 등록일 2014.07.28
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
tree를 출력하는 함수 { if(ptr){ inorder(ptr->left_Child); printf(\"%d \",ptr->data); inorder(ptr->right_Child); } } int main() //메인함수 { int select_num; pointer = NULL; //일단 pointer는 NULL로 초기화 while (1) { select_num=menu(); switch(select_num) { case 1 : insert(); break;
  • 페이지 7페이지
  • 가격 1,300원
  • 등록일 2007.01.08
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
nt song[], int x, int left, int right) //binary함수 { int mid=(left+right)/2; //mid값 정의 if(left>right) //만일 left값이 right값보다 크다면 숫자는 존재하지 않는다 { return -1; } if(song[mid]==x) //mid값이 찾고자하는 숫자와 같다면 mid값 return { return mid; } else if(song[mid
  • 페이지 5페이지
  • 가격 1,500원
  • 등록일 2011.12.19
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
1 : \"); L.addFirstNode(\"Kang\"); L.printList(); System.out.println(\"addLastNode 1 : \"); L.addLastNode(\"Yoo\"); L.printList(); System.out.println(\"deleteLastNode : \"); L.deleteLastNode(); L.printList(); ListNode q = L.searchNode(\"Kim\"); System.out.println(\"searchNode data : \" + q.data);
  • 페이지 8페이지
  • 가격 1,000원
  • 등록일 2003.10.22
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
1; } class NodeList { friend class SellNode; private: Node *head; public: NodeList(Node *_head = NULL); ~NodeList(); void sortInsert(string _date, string _brand, string _model, int _value, Node *_next); void printf(); void search(string _model,SellNode *); }; NodeList::NodeList(
  • 페이지 10페이지
  • 가격 1,300원
  • 등록일 2007.04.30
  • 파일종류 기타
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
search_frontnode(ptr, number); insert(ptr, frontnode, item); print_listup(ptr); printf(\"\\n\"); //리스트 삭제 printf(\"삭제할 데이타를 입력하세요 : \"); scanf(\"%d\", &del_item); printf(\"\\n\"); del_number=search_frontnumber(ptr, del_item); node_pointer del_front=search_frontnode(ptr, del_number-1
  • 페이지 4페이지
  • 가격 1,000원
  • 등록일 2007.04.14
  • 파일종류 한글(hwp)
  • 참고문헌 있음
  • 최근 2주 판매 이력 없음
14]; //station id int transferable; // is a station transferable or not? struct gNode *link; } gNode; /* global variables */ gNode* gHeader[NUM_STATIONS]={NULL}; //header array pointing gNodes int visited[NUM_STATIONS]; //for depth first search int distance[NUM_STATIONS]; // shortest dist
  • 페이지 5페이지
  • 가격 1,900원
  • 등록일 2010.01.04
  • 파일종류 압축파일
  • 참고문헌 있음
  • 최근 2주 판매 이력 없음
1) 설교하려고 하지 말 것 설교식 위로는 철저히 고통을 당하고 있는 사람을 더욱 고통스럽게 만드는 일이다. 2) 말의 요술(magic words)로 엄청난 무게의 고통을 1) 가족상황 (Family tree) 2) 제시된 문제(Presenting problems) 3) 가족배경(Family backgr
  • 페이지 23페이지
  • 가격 3,000원
  • 등록일 2005.06.08
  • 파일종류 한글(hwp)
  • 참고문헌 있음
  • 최근 2주 판매 이력 없음
1 서론 2 공정설계 소개 공정설계 문제 3. TBA 물성 및 특성 4. TBA 제조방법 5. TBA 보건 및 위험성 6. TBA 조업환경 및 안전 관리 본론 1. EOS 및 Activity coefficient model 선정 및 근거 2. Binary interaction parameters 3. Pure component Par
  • 페이지 69페이지
  • 가격 14,000원
  • 등록일 2015.03.22
  • 파일종류 아크로벳(pdf)
  • 참고문헌 있음
  • 최근 2주 판매 이력 없음
top