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

전문지식 18건

Athena Scientific. Index 제 1장. Johnson`s Algorithm 제 2장. Jackson`s Modification of Johnson`s Algorithm 제 3장. Three-Machines Flow Shop Scheduling 제 4장. A Single Machine Scheduling with Changeover Cost 부 록 1. Johnson`s Algorithm 2. Single machine changeover scheduling 참고문헌
  • 페이지 18페이지
  • 가격 1,000원
  • 등록일 2014.09.12
  • 파일종류 한글(hwp)
  • 참고문헌 있음
  • 최근 2주 판매 이력 없음
while(k<num){ // fcfs 스케쥴링 if (count < db[k].cpu_arr) { count = db[k].cpu_arr; } count = count + db[k].cpu_time; db[k].turn = count - db[k].cpu_arr; k++; } sort_num(db,num,1); // 프로세스 번호순으로 제정렬 간단한 FCFS 처리 소스입니다. 
  • 페이지 5페이지
  • 가격 2,000원
  • 등록일 2010.09.27
  • 파일종류 텍스트(txt)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
typedef struct cpu{ int cpu_num; int cpu_arr; int cpu_time; int turn; }cpu; while(k<num){ // fcfs 스케쥴링 if (count < db[k].cpu_arr) { count = db[k].cpu_arr; } count = count + db[k].cpu_time; db[k].turn = count - db[k].cpu_arr; k++; } F
  • 페이지 1페이지
  • 가격 4,000원
  • 등록일 2010.09.27
  • 파일종류 압축파일
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
알고리즘은 현재 실행하고 있는 프로세스가 자신의 중앙처리장치 버스트를 끝내도록 허용한다. 선점 SJF 알고리즘을 최소 잔여 시간 우선 스케줄링이라고 부른다. 10.Explain the differences in the degree to which the following scheduling 미해갸소가 discriminate
  • 페이지 12페이지
  • 가격 2,000원
  • 등록일 2004.11.12
  • 파일종류 한글(hwp)
  • 참고문헌 있음
  • 최근 2주 판매 이력 없음
scheduling algorithms discussed in this chapter be particularly good for this case? Explain your answer. b. Propose a disk-scheduling algorithm that gives even better performance by taking advantage of this "hot spot" on the disk. c. File systems typically find data blocks via an indirection table,
  • 페이지 29페이지
  • 가격 3,000원
  • 등록일 2010.05.31
  • 파일종류 한글(hwp)
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음

논문 2건

알고리즘 1) ADMS 알고리즘 2) 과부하 제어 3) 알고리즘 과정 4) 관련연구와 비교 Ⅲ 멀티미디어를 위한 네트워크 구조 1. 기존의 네트워크 구조 2. 개선된 네트워크 구조 Ⅳ 분할 네트워크의 효율성 실험 및 분
  • 페이지 19페이지
  • 가격 3,500원
  • 발행일 2009.06.21
  • 파일종류 한글(hwp)
  • 발행기관
  • 저자
알고리즘 2.4.1 LVS 스케줄링 개요 2.4.2 Round-Robin Scheduling 2.4.3 Weighted Round Robin Scheduling 2.4.4 Least-Connection Scheduling 2.4.5 Weighted Least Connection Scheduling 3. 웹서버 클러스터의 구현 3.1 시스템 구성 3.2 Master Server 설정 3.2.1 K
  • 페이지 62페이지
  • 가격 5,000원
  • 발행일 2010.01.14
  • 파일종류 한글(hwp)
  • 발행기관
  • 저자
top