|
외처리
System.out.println("\nComplete");
}
}
실행결과
토의
하나의 구조체와 main을 포함한 두 개의 함수를 이용해 구현 하였습니다.
그리고 p thread 는 컴파일 방법이 다릅니다.
예를들어 cc pthread.c -o pthread -lpthread
자바도 두 개의 쓰레드를 생성해 o -
|
- 페이지 2페이지
- 가격 1,000원
- 등록일 2007.05.08
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
/>
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application> AndroidManifest.xml.txt
colors.xml.txt
main.xml.txt
Mainactivity.java.txt
파일 4
2.95KB
|
- 페이지 4페이지
- 가격 2,000원
- 등록일 2015.04.13
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
tElapd);
dur_Handler.postDelayed(updates_barTime, 100);
}
.
.
.
.
.
.
public void pause(View view) {
mediaPlayer.pause();
}
.
.
.
. 목차는 소스파일과 xml 파일로 나눠집니다.
main.xml.txt
Mainactivity.java.txt
4.52KB
파일 2
|
- 페이지 2페이지
- 가격 2,000원
- 등록일 2015.04.13
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
import java.io.*;
import java.util.*;
class HuffmanCode
{
public static void main(String[] args)
throws IOException
{
FileReader input = new FileReader(\"hc.txt\");
int temp;
String contents = new String();
do{
temp=input.read();
contents+=(char)temp;
}while(te
|
- 페이지 4페이지
- 가격 3,000원
- 등록일 2011.06.19
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
package LINKERS; // Link 클래스 처음부분만을 공개합니다 .
import java.io.*;
import java.util.*;
public class Link {
Link next; //다음요소
Link eNext = null ; // 이벤트가 있을경우 다음 이벤트로 간다 . (미사용)
int year = 0;
int month =0;
int day= 0;
Stri
|
- 페이지 18페이지
- 가격 2,000원
- 등록일 2010.05.26
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
java.util.*;
public class ConversationBook extends Book {
private String language;
Scanner sin=new Scanner(System.in);
// sum 메서드(데이터를 받음)
public void sum(){
super.sum(); //Book 클래스 오버라이딩
System.out.print("언어>>");
language=sin.next();
}
// show 메서드(데이터를 출력
|
- 페이지 5페이지
- 가격 800원
- 등록일 2013.03.19
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
public class Game {
//필드선언
private BufferedReader input;
private Player player1;
private Player player2;
private Dice dice;
private int games;
private int rounds;
public Game(int games) {
this();
playGame(games);
}
public Game() {
|
- 페이지 8페이지
- 가격 2,000원
- 등록일 2009.04.06
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
MAILBOX_COUNT = 3;
}
Mailbox.java
/**
A mailbox contains messages that can be listed, kept or discarded.
/**
mailbox 클래스를 정의한다.
mailbox는 메세지를 포함한다.
*/
public class Mailbox
{
/**
Mailbox 객체를 생성한다.
*/
public Mailbox()
{
newMessages = new MessageQueue();
keptMessages = ne
|
- 페이지 22페이지
- 가격 3,000원
- 등록일 2005.06.22
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
=======================성적 처리 결과==============
반 번호 이름 국어 영어 수학 총점 반석차 전교석차 평균 학점
1 1 68 57 48 59 164 2 3 54.67 F
1 2 48 75 49 85 209 1 1 69.67 D
1 3 48 39 48 57 144 3 5 48.00 F
2 1 39 48 58 39 145 2 4 48.33 F
2 2 69 84 38 48 170 1 2 56.67 없음
|
- 페이지 5페이지
- 가격 4,000원
- 등록일 2010.10.18
- 파일종류 기타
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
안드로이드 간단한 이미지 버튼 활용 예제 입니다.
소스파일.zip 첨부하였으니 수정후 학습 및 응용하여 과제로 사용해 보세요 Mainactivity.java
main.xml
파일 2
1.29KB
|
- 페이지 2페이지
- 가격 2,100원
- 등록일 2015.04.13
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|