|
Directory of NGOs, Paris: Organization for Economic Cooperation and Development.
Polk, Karen, 1995, "Nongovernmental Organizations," in A Global Affair: An Inside Look at the United Nations, New York: Jones & Janello, pp. 274-289.
Russett, Bruce and Harvey Starr, 1989, "Nonstable Actors in the Conte
|
- 페이지 25페이지
- 가격 2,700원
- 등록일 2003.11.10
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
java.net.ServerSocket;
import java.net.Socket;
public class TCPServer implements Runnable {
public static final int ServerPort = 0000;
public static final String ServerIP = \\"xxx.xxx.xxx.xxxx\\";
@Override
public void run() {
try {
System.out.p
|
- 페이지 3페이지
- 가격 3,000원
- 등록일 2014.11.21
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
java.applet.Applet;
import java.awt.*;
public class Block extends Applet
{
public void paint (Graphics page)
{
setBackground (Color.orange);
int width = 0, height = 0;
int i, j;
page.setColor (Color.black);
for ( i=1; i<41; i++ )
{
for ( j=0; j<21; j++ )
{
if (i%2==0)
{
page.drawRect (width, h
|
- 페이지 8페이지
- 가격 1,000원
- 등록일 2004.10.05
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
import java.util.GregorianCalendar;
public class MyCalendarDemo {
public static void main(String[] args) {
if (args.length != 2) {
System.err.println("Usage: java -cp . MyCalendar <year> <month>");
System.err.println("ex. java -cp . MyCalendar 2006 3");
System.exit(1);
|
- 페이지 1페이지
- 가격 800원
- 등록일 2006.03.07
- 파일종류 기타
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
System.err.println(e1.getMessage());
}
catch(SQLException e2) {
System.err.println(e2.getMessage());
}
}
public PreparedStatement getPreparedStatementQuery (String query) {
PreparedStatement pstmt;
try {
pstmt = con.prepareStatement(query);
}
catch (SQLException
|
- 페이지 30페이지
- 가격 4,500원
- 등록일 2004.05.31
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
알고리즘 설명
(1) 홀수인 경우
(2) 짝수인 경우
1) 4배수인 경우
2) 4배수 아닌 경우
3. 마방진 생성 프로그램 구현
(1) 프로그램 동작 설명
(2) 프로그램 실행 화면 첨부
4. java 소스 첨부
MagicSquare.java
6.72KB
|
- 페이지 7페이지
- 가격 2,000원
- 등록일 2014.06.13
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
import java.util.Scanner;
public class BingoGame {
public static void main(String[] args) {
Scanner s=new Scanner(System.in);
int size;
do{
System.out.println("1. 3x3 / 2. 5x5");
System.out.print("원하는 빙고사이즈를 선택하세요 ");
size=s.nextInt();
if(size==1){
|
- 페이지 3페이지
- 가격 2,500원
- 등록일 2012.02.07
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
package BaseballGame;
import java.io.IOException;
import java.util.Scanner;
import Case.*;
import Input.*;
public class BaseballMain {
public static void main(String[] args) {
System.out.println(\"=====숫자 야구 게임을 시작합니다======\");
System.out.println(\"( o_o)=! 0&
|
- 페이지 4페이지
- 가격 1,900원
- 등록일 2017.12.07
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
import java.io.*;
import java.util.*;
public class Exam {
public static void main(String args[])throws IOException{
int cont;
int count=0;
String ins;
List<String> list = new Vector<String>();
while(true)
{
System.out.println("----------------------------"
|
- 페이지 1페이지
- 가격 500원
- 등록일 2011.09.10
- 파일종류 기타
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
System.out.println("--------------------------------after mergesort");
for(int i = 0; i<array.length; i++){
System.out.print(array[i]+" ");
}
} [.settings]
org.eclipse.jdt.core.prefs
[bin]
MergeSort.class
[src]
MergeSort.java
.classpath
.pr
|
- 페이지 5페이지
- 가격 1,000원
- 등록일 2015.03.25
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|