|
스레드의 수행을 재개한다.
...
public void run()
{
for(int i=0; i<3; i++)
System.out.println(name + `가 출력합니다`);
}
public void run()
{
for(int i=0; i<3; i++)
System.out.println(name + `가 출력합니다`);
} 1. Thread의 구현
2. Thread 제어
3
|
- 페이지 15페이지
- 가격 1,000원
- 등록일 2003.12.23
- 파일종류 피피티(ppt)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
외처리
System.out.println("\nComplete");
}
}
실행결과
토의
하나의 구조체와 main을 포함한 두 개의 함수를 이용해 구현 하였습니다.
그리고 p thread 는 컴파일 방법이 다릅니다.
예를들어 cc pthread.c -o pthread -lpthread
자바도 두 개의 쓰레드를 생성해 o -
|
- 페이지 2페이지
- 가격 1,000원
- 등록일 2007.05.08
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
'1', '1', '1' },
{ '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1', '1' } };
char mark[][] = map1;
int[][] move = { { 0, -1 }, { -1, 0 }, { 0, 1 }, { 1, 0 } };
int startX, startY, exitX, exitY, checkX, checkY;
int checknum = 0;
} 스레드와 스택을 활용한 미로
|
- 페이지 7페이지
- 가격 2,000원
- 등록일 2016.05.26
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
java.lang.Thread;
//화면의 크기는 120x160
//자동차와 깃발의 크기는 20x16
public class kart extends Jlet
{
protected void startApp(String args[])
{
Display dis = Display.getDefaultDisplay();
dis.pushCard(new SampleCard());
}
protected void destroyApp(boolean b)
{
자바를 이용한 자
|
- 페이지 10페이지
- 가격 1,000원
- 등록일 2010.02.24
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|