• 통합검색
  • 대학레포트
  • 논문
  • 기업신용보고서
  • 취업자료
  • 파워포인트배경
  • 서식

전문지식 684건

java.util.Random; import cs1.Keyboard; import java.text.DecimalFormat; public class PhoneNumber { public static void main (String[] args) { Random generator = new Random(); int num1, num2, num3, num4, num5; int i, m; System.out.print("PhonNumber (s) : "); m = Keyboard.readInt(); for(i=0;i<m;i++)
  • 페이지 6페이지
  • 가격 1,000원
  • 등록일 2004.10.05
  • 파일종류 한글(hwp)
  • 참고문헌 있음
  • 최근 2주 판매 이력 없음
java 서비스 정의 인터페이스 HelloImpl.java Hellolntf 인트페이스를 구현한 구현 클래스 config.xml xrpcc 툴로 읽을 수 있는 환경설정 파일로 이를 이용해서 스텁과 타이 클래스를 만들어낸다. web.xml 웹 컴포턴트에 대한 배포 디스크립터 HelloClient.java say
  • 페이지 5페이지
  • 가격 1,000원
  • 등록일 2003.10.19
  • 파일종류 한글(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주 판매 이력 없음
안드로이드 간단한 이미지 버튼 활용 예제 입니다. 소스파일.zip 첨부하였으니 수정후 학습 및 응용하여 과제로 사용해 보세요 Mainactivity.java main.xml 파일 2 1.29KB
  • 페이지 2페이지
  • 가격 2,100원
  • 등록일 2015.04.13
  • 파일종류 압축파일
  • 참고문헌 있음
  • 최근 2주 판매 이력 없음
MainActivity.java com.report.jskim.flashlight; import java.util.List; import android.app.Activity; import android.hardware.Camera; import android.os.Bundle; import android.view.Window; import android.view.WindowManager; public class MainActivity extends Activity {     priv
  • 페이지 21페이지
  • 가격 3,000원
  • 등록일 2014.06.05
  • 파일종류 압축파일
  • 참고문헌 있음
  • 최근 2주 판매 이력 없음
자바언어를 사용한 프로그램 
  • 페이지 1페이지
  • 가격 2,500원
  • 등록일 2020.11.09
  • 파일종류 기타
  • 참고문헌 없음
  • 최근 2주 판매 이력 없음
public class MyPad extends JFrame implements ActionListener, UndoableEditListener { JTextPane tp = new JTextPane(); // 현재 파일 private File doc_file = null; // New 기능에서 필요한 변수 private Dialog d, d_1; private Button bu_1, bu_2, bu_3; private String myFile, fileString, file
  • 페이지 11페이지
  • 가격 2,000원
  • 등록일 2005.02.28
  • 파일종류 압축파일
  • 참고문헌 있음
  • 최근 2주 판매 이력 없음
top