|
/*
CreateStackDll 함수
함 수 명 : CreateStackDll
호출 함수 :
전달 인수 : 없음
반 환 값 : 없음
*/
void CreateStackDll(StackDll *pSelf)
{
pSelf ->Bottom = (DLL *)malloc(sizeof(DLL));
CreateDll(pSelf ->Bottom);
pSelf ->Top = pSelf ->Bottom ->position;
pSe
|
- 페이지 29페이지
- 가격 3,000원
- 등록일 2005.01.04
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
실행 결과
Welcome to Binary Search Tree Program.
[ Menu(M) : 1.Insert(I), 2.Delete(D), 3.Pre(P), 4.In(N), 5.Post(O), 6.Level(L), 7.DFS(F), 8.BFS(B), 9.Exit(X) ]
Choice? i
Menu '1' is has one argument..can't execution...
Choice? i BST
'BST' is can't access Tree!
Tree name is must BST1.
Ch
|
- 페이지 21페이지
- 가격 3,000원
- 등록일 2007.05.14
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
/*
CreateQueueDll 함수
함 수 명 : CreateQueueDll
호출 함수 :
전달 인수 : 없음
반 환 값 : 없음
*/
void CreateQueueDll(QueueDll *pSelf)
{
pSelf ->list = (DLL *) malloc(sizeof(DLL)); /* DLL형으로 memory 할당 */
CreateDll(pSelf ->list);
pSelf ->front = pSelf ->
|
- 페이지 30페이지
- 가격 3,000원
- 등록일 2005.01.04
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
25 22
56 31 16 13 52 23 18 11
15 2 57 30 17 12 21 24
Start Position( 5, 4)
** knight moving path **
34 31 62 0 26 29 8 5
11 0 33 30 9 6 23 28
32 61 0 25 48 27 4 7
0 12 59 36 53 24 49 22
60 43 54 47 58 37 18 3
13 46 57 52 1 50 21 38
42 55 44 15 40 19 2 17
45 14 41 56 51 16 39 20
Start Position( 6, 3)
|
- 페이지 6페이지
- 가격 2,000원
- 등록일 2005.04.30
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
Data structure에 대한 원활한 처리를 가능하게 하는 다양한 함수들을 구현
(Insert, Search, Fetch, Print등)
● 개발원칙
· System Software이므로, int형은 쓰지 않는다.
· 가능한 Memory를 절약하는 형태로 구성 한다 (Character, Line단위로 수행)
· Source
|
- 페이지 36페이지
- 가격 3,000원
- 등록일 2006.02.01
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
(3) 외팔보 해석을 위한 본격적인 작업을 시작
(4) Defining the material
(5) Defining cross section
(6) Defining the elements
(7) Define boundary condition
(8) Defining and applying loads
(9) Creating Mesh
(10) Generating the ADINA data file, running ADINA, loading porthole file.
4. 고 찰
|
- 페이지 10페이지
- 가격 2,000원
- 등록일 2010.04.24
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
데이터 모델(data model)
model(Webster’s dictionary)
“ description or analogy used to visualize something that
cannot be directly observed.”
데이터 모델
relatively simple representation, usually graphic, of
complex real-world data structure
실세계에 대한 자료
|
- 페이지 18페이지
- 가격 2,300원
- 등록일 2003.02.11
- 파일종류 피피티(ppt)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
알고리즘(C로 설명한 알고리즘과 강의록 참고)void Max_heap(data A[], int root, int n){ int child; data root_data; root_data = A[root]; child = root * 2; //자식노드가 있는 동안 계속적으로 반복 while(child <= n) // 자식노드가 n 보다 커지면 루프를 빠져나온다. {
|
- 페이지 5페이지
- 가격 2,000원
- 등록일 2009.01.28
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
데이터 섹션(Data Section)
● 텍스트(코드) 섹션(Text(Code) Section) ■ 프로세스 개념(Process Concept)
■ 프로세스 스케줄링(Process Scheduling)
■ 프로세스에 대한 연산(Operations on Processes)
■ 프로세스간 통신(Cooperating Processes)
■ IPC(InterProcess Commu
|
- 페이지 65페이지
- 가격 12,600원
- 등록일 2012.10.19
- 파일종류 피피티(ppt)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
원래의 정보원 길이보다 더 축소시킬 수 있는 통계적 특성을 이용한 압축기법이다. 다음 그림을 보자. 1. Summary
2. Assumption
3. Program Structure
ⅰ. Functions
ⅱ. 구조체 및 전역변수
4. Data Structure
5. Flow Chart
6. Result
7. Source Code
|
- 페이지 10페이지
- 가격 2,000원
- 등록일 2007.04.23
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|