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

전문지식 19건

// PriorityQueue.h #define MAX_ELEMENTS 200 #define TRUE 1 #define FALSE 0 typedef int boolean; typedef char element; typedef struct _Queue { element qArr[MAX_ELEMENTS]; // heap의배열 int qCount;// heap의원소수 } Queue; 1주 - Real Number Representation 2주 - Magic Square 3주 - Basic
  • 페이지 19페이지
  • 가격 2,000원
  • 등록일 2010.05.24
  • 파일종류 압축파일
  • 참고문헌 있음
  • 최근 2주 판매 이력 없음
 ․Heap의 정의 ․Heap의 종류 ․우선순위 큐(Priority Queue) ․Heap ․힙 정렬의 방법
  • 페이지 4페이지
  • 가격 1,000원
  • 등록일 2005.05.24
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
priority, computing_time의 값은 0이 되며, 특별한 의미는 없다. -type -1은 입력 완료를 의미한다. 입력 완료 이후에는 Queue에 있는 일반 프로세스들이 우선순위에 따라 차례대로 스케줄링 된다. (2) Process Type - 생성되는 프로세스의 종류는 실시간
  • 페이지 22페이지
  • 가격 3,000원
  • 등록일 2012.07.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주 판매 이력 없음
- 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주 판매 이력 없음
top