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

전문지식 95건

int right, int x) //이진탐색 { int mid; if(left==right) if(a[left]==x) printf("the index of array is %d \n",left); else printf("the index of array is -1 \n"); else mid=(left+right)/2; if(x==a[mid]) printf("the index of array is %d \n",mid); else if(x<a[mid]) return(binsearch(left,mid-1,x)); els
  • 페이지 3페이지
  • 가격 1,000원
  • 등록일 2004.10.05
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
a[]); // 초기화 함수 void merge_sort(int a[], int min, int max); // 2개로 나누어 정렬 void merge(int a[], int min, int mid, int max); // 2개로 나누어진 정렬을 합병 void merge_etc(int a[], int min, int mid, int max); int binary_search(int a[], int min, int max, int key); void output(int
  • 페이지 10페이지
  • 가격 1,300원
  • 등록일 2004.11.16
  • 파일종류 기타
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
탐색 트리(balanced search tree)가 사용된다 1. 최대값을 찿는 알고리즘(maximum algorithm) 2. 선형 탐색 알고리즘(linear search algorithm) 3. 삽입정렬(insertion sorting algorithm) 4. 버블 정렬 알고리즘(bubble sorting algorithm) 5. 2진탐색 알고리즘(binary
  • 페이지 22페이지
  • 가격 3,000원
  • 등록일 2004.06.26
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
탐색(interpolation search) **=================================**/#include#define MAX 20 /*데이터의 최대수를 의미하는 매크로*/int interpolation_search(int a[],int x, int n);void quick(int a[], int left, int right);void main(){int i,n,key,pos;int a[MAX];printf("Number of data => ");scanf("%d",&n);f
  • 페이지 7페이지
  • 가격 2,000원
  • 등록일 2012.03.13
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
A. I.: 에이 아이 (2001, A. I. : Artificial Intelligence) 스티븐 스필버그 감독의 공상과학영화로 2001년 작. 인공지능을 지녀, 진짜 인간이 되려는 소망을 품게 된 아동 형 로봇 '데이빗'의 모험담을 그리고 있음. 8. 활동지 ■ D O G 라는 결론을 얻기 위해
  • 페이지 11페이지
  • 가격 1,400원
  • 등록일 2013.07.15
  • 파일종류 한글(hwp)
  • 참고문헌 있음
  • 최근 2주 판매 이력 없음

논문 1건

a questionnaire survey on actual conditions and teaching methods of art education for young children using a study base of 588 teachers who have been working Seoul, Kangwon-do, Gyeongsangnam-do and Jeollanam-do province. Following were the results. First, the application of teaching medium, search a
  • 페이지 25페이지
  • 가격 3,300원
  • 발행일 2012.05.10
  • 파일종류 한글(hwp)
  • 발행기관
  • 저자

취업자료 2건

탐색 138 다. 기출문제유형패턴의 탐색과 답변 154 라. '오버스펙' 항상 좋은 것만은 아니다 155 ? 대학원 왜 가야하나? 나 스스로에게 묻는다 156 가. 대학원 왜 가야하나? 156 나. 학부와 대학원 이공/인문 등 다른 경우 특히 조심 157 다. 대학
  • 가격 9,900원
  • 등록일 2024.09.01
  • 파일종류 아크로벳(pdf)
  • 직종구분 기타
of Biomedical Materials Research Part A, Biosensors and Bioelectronics, Annals of Biomedical Engineering, Journal of Biomechanics, Acta Biomaterialia, Biomedical Microdevices, Journal of Tissue Engineering and Regenerative Medicine 등). 제 아이디의 자료들은 에서 수만여개가 판매되었으며 구매자
  • 가격 9,900원
  • 등록일 2024.09.01
  • 파일종류 아크로벳(pdf)
  • 직종구분 기타
top