|
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주 판매 이력 없음
|
|
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]&l
|
- 페이지 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);
System.out.pr
|
- 페이지 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);
node_po
|
- 페이지 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) 가족상황 (Family tree)
2) 제시된 문제(Presenting problems)
3) 가족배경(Family background)
4) 가족진단(Family Diagnosis)
5) 치료목표(Therapeutic goals)
6) 치료과정(Therapeutic process) 계획
* 상담기간, 빈도, 횟수 *
* 상담자의 마음자세 및 태도 *
|
- 페이지 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주 판매 이력 없음
|
|
치수 정밀도를 구현할 수 있는 미세특수가공법의 개발이 요구된다. 1. 서론
2. 본론
2.1 초음파 가공기계의 작동 (초음파 가공법의 원리)
2.2 초음파 가공을 이용한 가공품
2.3 초음파 가공기계(혹은 공작법)의 최신 동향
3. 결론
참고자료
|
- 페이지 5페이지
- 가격 1,500원
- 등록일 2020.07.08
- 파일종류 워드(doc)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
구조에서 개방형 R&D구조로의 전환을 통해 관련산업으로의 기술 개발 시너지효과가 기대된다. ≪목차≫
1. 텔레매틱스의 생성과 개념 ---------------------------- 2
1) 텔레매티스의 생성
2) 텔레매틱스의 개념
2. 텔레매틱스의 주요 서비
|
- 페이지 5페이지
- 가격 1,600원
- 등록일 2006.06.01
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|