|
/ 토큰추출하여 define,undef매크로가 나올경우
// 환형 이중 링크드 리스트에 상입,제거하는 프로그램
#include <stdio.h>
#include <stdlib.h>
typedef struct macro_s *list_pointer;
typedef struct macro_s {
char *name;
char *value;
list_pointer next, prev;
}macro;&
|
- 페이지 12페이지
- 가격 2,500원
- 등록일 2006.05.03
- 파일종류 기타
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
list CDLL
List is Empty
Delete First Node - list CDLL
List is Empty
Delete First Node - list CDLL
List is Empty
Delete First Node - list CDLL
List is Empty
Circular Doubly Linked List : 0 개의 데이터
List is Empty
Delete List... 이중 원형 링크드 리스트
각 구현부는
(1)헤더
|
- 페이지 5페이지
- 가격 1,000원
- 등록일 2005.01.18
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
item,element *stack);
element deleteItem(int *top,element *stack);
void printMaze(char maze[][MAX_COL],char mark[][MAX_COL],element stack[],int top,int row,int col,int ROW_SIZE,int COL_SIZE);
void searchPath(char maze[][MAX_COL],char mark[][MAX_COL],int ROW_SIZE,int COL_SIZE); Circular Queue
|
- 페이지 5페이지
- 가격 1,000원
- 등록일 2010.05.28
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
Circular doubly linked list 중
하나에 있음.
1. “unused” 아이노드 리스트
2. “in use” 아이노트 리스트
3. ”dirty” 아이노드 리스트
- “in use” 혹은 “dirty” list에 속하는 아이노드
객체는 hash table에 포함됨. 1. VFS의 역할
2. VFS
|
- 페이지 22페이지
- 가격 1,000원
- 등록일 2003.12.27
- 파일종류 피피티(ppt)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
리스트
Register Number
Symbol of bits Register name Function
DR 16 Data register Holds memory operand
AR 12 Address register Holds address for memory
AC 16 Accumulator Processor register
IR 16 Instruction register Holds instruction code
PC 12 Program counter Holds address of instruction
TR 16 Tempor
|
- 페이지 17페이지
- 가격 2,000원
- 등록일 2003.10.17
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|