|
이동 통신 단말 등 초소형 기기를 가리키는 형용사 이다. 핸드헬드(HandHeld) PC에 OS((예)윈도우 CE)를 탑재하여 프로그램을 사용할 수 있고, 무선 통신, PCMCIA 카드 등을 이용할 수 있기 때문에 어느 정도 주변기기를 확장할 수 있다. 없음
|
- 페이지 4페이지
- 가격 1,000원
- 등록일 2010.03.19
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
What is the relationship between a guest operating system and a host operating system in a system like VMware? What factors need to be considered in choosing the host operating system?
-VMware를 설치하면 하나의 host OS위에 guest OS를 설치할 수 있다. 듀얼 부팅이나 새로운 시스템 필요없이
|
- 페이지 3페이지
- 가격 1,000원
- 등록일 2010.03.19
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
i++;
}
}
}
FibonacciStarter
public class FibonacciStarter {
public static void main (String[] args) {
if (args.length == 0) {
new FibonacciGenerator("First thread", 10).start();
new FibonacciGenerator("Second thread", 10).start();
}
else {
new FibonacciGenerator("First thread",
Integer.parseInt(args
|
- 페이지 3페이지
- 가격 1,000원
- 등록일 2007.04.03
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
Operating-System Structures . . . . . . . . 9
Chapter 3 Processes . . . . . . . . . . . . . . . . . . . . 15
Chapter 4 Threads . . . . . . . . . . . . . . . . . . . 23
Chapter 5 CPU Scheduling . . . . . . . . . . . . . . . . . 27
Chapter 6 Process Synchronization . . . . . . . . . . 33
Chapter
|
- 페이지 156페이지
- 가격 3,000원
- 등록일 2010.02.04
- 파일종류 아크로벳(pdf)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
system. A well-timed polling loop could alleviate that load without wasting many resources through looping with no I/O needed.
13.4 Polling for an I/O completion can waste a large number of CPU cycles if the processor iterates a busy-waiting loop many times before the I/O completes. But if the I/O d
|
- 페이지 42페이지
- 가격 1,000원
- 등록일 2006.10.21
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|