|
1. PC방관리프로젝트설계도.pptx
* 1. PC방 관리 프로그램 전체 구상도 *
AdminForm LogInForm ClientForm LogInForm
[관리자 화면] [로그인 화면] [사용자 화면] [로그인 화면]
│
|
- 페이지 350페이지
- 가격 200,000원
- 등록일 2011.10.17
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
quested: \" + fmt.format(amount));
}
else if (amount > balance)
{
System.out.println ();
System.out.println (\"Error: Insufficient funds.\");
System.out.println (\"Account: \" + acctNumber);
System.out.println (\"Requested: \" + fmt.format(amount));
System.out.println (\"Available: \" + fmt.forma
|
- 페이지 8페이지
- 가격 1,000원
- 등록일 2004.10.05
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
][j%S].getSungjuk().getEnglish())
continue;
temp = a[(j-1)/(M*S)][(j-1)/S%M][(j-1)%S];
a[(j-1)/(M*S)][(j-1)/S%M][(j-1)%S] = a[j/(M*S)][j/S%M][j%S];
a[j/(M*S)][j/S%M][j%S] = temp;
}
System.out.print(\" 영어 : \"+a[0][0][0].getSungjuk().getEnglish());
System.out.print(\" 전공 : \"+a[0][0][0].getMajor
|
- 페이지 10페이지
- 가격 800원
- 등록일 2003.10.17
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
;
root=NULL;
while(inp2(in) ==NO)
root=node(root, in);
printf(\"\\nInput : \\n\");
printf(\"----------------------\\n\\n\");
prn(root);
root=invert(root);
printf(\"\\ninverse : \\n\");
prn(root);
printf(\"\\n\\n\");
}
LIST *node(LIST *rp, char *nin)
{
if(rp==NULL)
{
char *temp=NULL;
temp = (char*)ma
|
- 페이지 5페이지
- 가격 1,000원
- 등록일 2004.10.05
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
특징입니다. 게임의 목적은 가장 많은 매달을 획득할 수 있는 말을 기르는데 있으며 궁극적으로는 최고의 말을 기르는데 있습니다. 1. 게임 스토리 3
2. 주요 클래스 구조도 4
3. 캐릭터 생성과 재 시작 및 저장 5
3-1. 새로 하기 5
3-2. 불러
|
- 페이지 26페이지
- 가격 5,500원
- 등록일 2016.11.26
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
javaline.co.kr/
http://kaiser.shinbiro.com/index.htm
http://members.tripod.lycos.co.kr/her7001/
http://javaworld.x-y.net/
http://javax.com.ne.kr/
http://soback.kornet.net/~newtec00/ ⅰ.JAVA의 역사
-자바 언어의 탄생
-자바 역사 요약
-자바의 발전사
ⅱ. JAVA 언어의 개요
-차세
|
- 페이지 6페이지
- 가격 1,000원
- 등록일 2005.06.15
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
중재판은 기본적으로 마을 공동체의 영토성을 주장하는 행위이며, 국가체계와의 관련성 속에서 볼 때 마을공동체가 영토성을 놓고 국가와 경합하고 타협하는 모양이라고 볼 수 있다. 군중재판의 관행에 대응하여 시스캄링Siskamling(주민들의
|
- 페이지 2페이지
- 가격 2,000원
- 등록일 2007.06.27
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
import java.awt.*;
import javax.swing.JPanel;
import javax.swing.JComponent;
/**
* A component that draws current time like digital clock.
*/
public class SegmentComponent extends JComponent implements Runnable {
Thread th;
Clock now = new Clock();
/**
|
- 페이지 6페이지
- 가격 1,000원
- 등록일 2014.01.11
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
import java.util.*;
/**
* 날짜 계산을 위한 클래스
*/
public class DateCalculate {
private String standardDay; //기준 일
private String finalDay;//정한 일짜
private long countDay;
private int count;
//생성자
public DateCalculat
|
- 페이지 4페이지
- 가격 800원
- 등록일 2014.01.11
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
class Lotto {
public static BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
public static ArrayList<Integer> winBall = new ArrayList<Integer>();
public static ArrayList<Integer> userBall = new ArrayList<Integer>();
|
- 페이지 7페이지
- 가격 1,300원
- 등록일 2014.11.04
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|