|
tok(temp," ");
q=strtok(NULL," ");
r=strtok(NULL," ");
m2->rows=*p-48;
m2->cols=*q-48;
m2->terms=*r-48;
k=m2->terms;
i=0;
while(k>0)
{
fgets(temp,100,sensor);
p=strtok(temp,tk);
q=strtok(NULL,tk);
r=strtok(NULL,tk);
m2->data[i].row=*p-48;
m2->data[i].col=*q-48;
m2->data[i++].
|
- 페이지 6페이지
- 가격 2,000원
- 등록일 2007.07.05
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
- Recursion
5주 - Sorting Performance analysis
6주 - Exercising Array
7주 - Evaluation of Expression
8주 - Circular Queue & Maze
9주 - Stack & Queue using Linked list
10주 - Equivalenece Class
11주 - Binary Search Tree
12주 - Priority Queue
13주 - Selection Tree
14주 - Union-Find Algorithm
|
- 페이지 50페이지
- 가격 3,000원
- 등록일 2010.05.26
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
- Recursion
5주 - Sorting Performance analysis
6주 - Exercising Array
7주 - Evaluation of Expression
8주 - Circular Queue & Maze
9주 - Stack & Queue using Linked list
10주 - Equivalenece Class
11주 - Binary Search Tree
12주 - Priority Queue
13주 - Selection Tree
14주 - Union-Find Algorithm
|
- 페이지 5페이지
- 가격 1,000원
- 등록일 2010.05.28
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
data, yaffs_Spare *spare);
▪ int (*eraseBlockInNAND)(struct yaffs_DeviceStruct *dev,int blockInNAND);
▪ int (*initialiseNAND)(struct yaffs_DeviceStruct *dev); 1. Object Structure header file
2. Spare Structure header file
3. YAFFS Check Point Whether or not Algorithm
|
- 페이지 9페이지
- 가격 6,000원
- 등록일 2012.04.20
- 파일종류 피피티(ppt)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
data items을 신속하게 가져오는 것을 도와줄 index mechanism이 필요하다. 그러나 기존의 indexing methods는 다차원 공간에 위치하는 non-zero size의 data object에 적합하지 않다. 이러한 필요를 충족시켜 줄 수 있는 것이 R-tree라고 불리는 dynamic index structure (
|
- 페이지 15페이지
- 가격 2,300원
- 등록일 2013.08.07
- 파일종류 워드(doc)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
Understanding Data mining Algorithm
Association rule
Decision Tree
Neural Network
Genetic Algorithm
5.Data mining and Data Warehouse
Data Warehouse Concept
Data Structure in Data Warehouse
Data Warehouse Tasks for the effective Data mining 7
|
- 페이지 8페이지
- 가격 1,300원
- 등록일 2003.01.31
- 파일종류 워드(doc)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
data, '\0', 8);
memset(ch_data2, '\0', 8);
//chp_read에 있는 데이터를 8바이트 만큼 읽어 들인다음
//포인터를 8만큼 증가시킨다.
memcpy(ch_data, chp_read+(i*8), 8);
//암호화 인지 복호화 인지 선택한다.
if(iednumber==1)f_des_encrypt(ch_data2, ch_data,1);
else if(iednumber==2)f_des
|
- 페이지 14페이지
- 가격 2,300원
- 등록일 2013.05.16
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
Data Structure Diagram)
Bachman 다이어그램(1969)이라고도 하며, 레코드 타입 간의 관계에 대한 도형적 표현 방법이다.
1.3.3 기타
1) 객체 지향 데이터 모델(Object Data Model)
클래스 형태를 통하여 객체 간의 복잡한 관계를 정의하였다.
2) 객체 관계 데이
|
- 페이지 17페이지
- 가격 2,200원
- 등록일 2008.09.16
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
Data Collection, Chemistry Data Service, vol. 1, parts 1-8, DECHEMA, Frankfurt/Main, 1974-1990
- "Introduction to Chemical Engineering Thermodynamics", Smith, Page 420, Fig. 11.4
- "The Molecular Structure of Alcohol-Water Mixtures", Phys. Rev. Lett. 91, 157401 (2003), J. H. Guo, et al. 1. Intr
|
- 페이지 26페이지
- 가격 2,500원
- 등록일 2008.11.14
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
합을 구하는 방법 59
3.5.4 입력받은 수중 7에 가장 가까운 숫자 구하기 61
3.5.5 10개의 수치자료를 입력받아서 오름차순으로 정렬 63
3.5.6 키보드로 입력받은 값이 DATA 배열 중 몇 번째에 찾는 방법 66
3.5.7 다음과 같은 2차원 배열 생성 68
|
- 페이지 57페이지
- 가격 3,000원
- 등록일 2006.10.27
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|