|
urveTo(45,225,10,229,15,424);
path16.moveTo(22,447);
path16.curveTo(145,411,152,231,95,188);
path16.moveTo(339,181); //몸통
path16.quadTo(333,170,325,160);
path16.moveTo(337,179);
path16.curveTo(368,218,280,560,108,368);
g2.setPaint(new Color(55,17,18));
g2.draw(path16);
GeneralPath path17 = new
|
- 페이지 8페이지
- 가격 1,500원
- 등록일 2010.12.02
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
);
g.setColor(Color.black);
g.drawString("JAVA 100점",230,225);
g.drawString("CAD 100점",330,295);
g.drawString("C언어 100점",55,265);
g.drawString("캡스톤 100점",160,320);
g.drawString("(25%)",250,250);
g.drawString("(25%)",353,320);
g.drawString("(25%)",83,290);
g.drawString("(25%)",200,345);
}}&n
|
- 페이지 5페이지
- 가격 2,000원
- 등록일 2010.12.02
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
Hangman.java
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
/* <applet code=\"Hangman\" width=\"800\" height=\"600\"> </applet> */
public class Hangman extends JApplet implements ActionListener
{
String[] word = new String[201];
|
- 페이지 55페이지
- 가격 3,500원
- 등록일 2012.04.30
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
//2.25 정수 입력받아 짝수, 홀수 결정하는 어플리케이션 작성.
import java.util.Scanner;
public class OddDetermine
{
public static void main(String args[])
{
Scanner input = new Scanner(System.in);
|
- 페이지 1페이지
- 가격 1,000원
- 등록일 2005.10.27
- 파일종류 기타
- 참고문헌 없음
- 최근 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주 판매 이력 없음
|
|
=======================성적 처리 결과==============
반 번호 이름 국어 영어 수학 총점 반석차 전교석차 평균 학점
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주 판매 이력 없음
|
|
import java.util.ArrayList;
import java.util.Date;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.widget.GridView;
import android.widget.TextView;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.
|
- 페이지 4페이지
- 가격 3,000원
- 등록일 2014.11.22
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
수 없고, 자신에게 맞게 재정의 해야 하는 것이다. 1. 객체지향 개념
2. 객체지향 개념의 특징과 자바 객체지향 프로그래밍
1) 캡슐화(Encapsulation)
2) 클래스(Class)
3) 인스턴스(instance)
4) 객체(Object)
5) 상속(Inheritance)
6) 다형성(Polymorphism)
|
- 페이지 12페이지
- 가격 2,000원
- 등록일 2005.09.07
- 파일종류 워드(doc)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
계산의 효율성을 체감할 수 있었다. 결과적으로 본 프로그램은 LU 분해의 기초를 이해하는 데에 큰 도움이 되었고, 자바를 이용한 프로그래밍 구현이 현실적인 수학적 문제를 해결하는 데 기여할 수 있음을 보여줬다. 앞으로 더 많은 행렬 연
|
- 페이지 2페이지
- 가격 3,000원
- 등록일 2025.05.18
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
Java Sever Page)
2) 스크립트 언어
3) CGI(Common Gateway Interface)
4) 자바 서블릿(Java Servlet)
5) JSP(Java Server Pages)
2.2 JSP의 특징 (Distinctive Feature of JSP)
1) 플랫폼 독립성
2) 효율성
3) 메모리 관리
2.3 데이터 베이스(DataBase)
1) 데이터 베이스 기초(Base of
|
- 페이지 10페이지
- 가격 1,300원
- 등록일 2002.11.04
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|