오퍼레이팅 operating system 4장 연습문제 일부 공룡책7th
본 자료는 미만의 자료로 미리보기를 제공하지 않습니다.
닫기
  • 1
  • 2
  • 3
해당 자료는 1페이지 까지만 미리보기를 제공합니다.
1페이지 이후부터 다운로드 후 확인할 수 있습니다.

소개글

오퍼레이팅 operating system 4장 연습문제 일부 공룡책7th에 대한 보고서 자료입니다.

본문내용

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[0])).start();
new FibonacciGenerator("Second thread",
Integer.parseInt(args[0])).start();
}
}
}

키워드

  • 가격1,000
  • 페이지수3페이지
  • 등록일2007.04.03
  • 저작시기2006.3
  • 파일형식한글(hwp)
  • 자료번호#402245
본 자료는 최근 2주간 다운받은 회원이 없습니다.
청소해
다운로드 장바구니