|
Java ·
1.2 Which one Ada95, `C`, `C++` or Java ?? ·
1.3 Problems facing the current C++ compilers ·
1.4 COOP − C++ Object Oriented Programming−language ·
2. String Class Varieties
2.1 Multiple Inheritance − Sample Custom String class ·
3. Best C++ compilers for MS Window
|
- 페이지 58페이지
- 가격 3,000원
- 등록일 2010.06.11
- 파일종류 아크로벳(pdf)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
class SendPushNotification extends Activity {
// UI elements
EditText txtMessage;
TextView sendTo;
// Register button
Button btnSend;
Controller aController = null;
@Override
|
- 페이지 52페이지
- 가격 5,000원
- 등록일 2014.06.07
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
class HSSFTest
{
public static ConnectionManager connManager;
public static void main(String[] argv) throws FileNotFoundException, IOException, SQLException
{
String sql = "";
PreparedStatement insertPstmt = null;
HSSFTest hssf = new HSSFTest(); 없음
|
- 페이지 10페이지
- 가격 3,000원
- 등록일 2008.07.12
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
Java 언어를 사용하여 기본적인 모바일 애플리케이션을 개발하는 데 필요한 다양한 기술과 개념을 포함하고 있다. 이 코드의 구조는 일반적으로 Activity 클래스를 중심으로 이루어진다. Activity는 모바일 애플리케이션의 UI를 구성하는 주요 컴포
|
- 페이지 3페이지
- 가격 3,000원
- 등록일 2025.06.09
- 파일종류 워드(doc)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
선언해야 한다. 이 권한이 없으면 앱은 외부 네트워크와 연결할 수 없다. Manifest 파일은 또한 애플리케이션의 최소 SDK 버전과 타겟 SDK 버전을 설정할 수 있는 <u 1. AndroidManifest.xml
2. MainActivity.Java
3. SecondActivity.java
4. activity_main.xml
5. a
|
- 페이지 3페이지
- 가격 3,000원
- 등록일 2025.06.08
- 파일종류 워드(doc)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
Java and BREW allow software to be more powerful and integrate with more features of the phone, although the difference is still present, especially on the interface side. While third-party smartphone software is a "first-class citizen" on the phone, third-party Java or BREW software is usually rest
|
- 페이지 31페이지
- 가격 3,000원
- 등록일 2010.04.01
- 파일종류 피피티(ppt)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
java
import java.util.*;
public class Dice {
private Random random;
private Die die1;
private Die die2;
public Dice(Random random) {
die1 = new Die(random);
die2 = new Die(random);
}
public int nextToss() {
return die1.nextToss() + die2.nextToss();
}
}
Die.java
import java.util.*;
public class Die
|
- 페이지 6페이지
- 가격 1,300원
- 등록일 2007.05.31
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
Java와 같은 언어는 각각의 특징과 장점이 있다. 예를 들어, Python은 간결한 문법으로 인해 초보자에게 적합하지만, C는 시스템 프로그래밍에 강력한 성능을 제공한다. 프로그램의 목적과 환경에 따라 적절한 언어를 선택하는 것이 중요하다. 코
|
- 페이지 3페이지
- 가격 3,000원
- 등록일 2025.06.05
- 파일종류 워드(doc)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
//package com.nts.algorithm_hw4_1;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class ClosestPair {
private static double INFINITY = Double.MAX_VALUE;
// compute closest pair - brute force method
static double closestPairBrut
|
- 페이지 14페이지
- 가격 6,000원
- 등록일 2015.04.04
- 파일종류 압축파일
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
class MyPaint extends View { ... }
//------------------------------
import java.util.ArrayList;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Pai
|
- 페이지 3페이지
- 가격 2,000원
- 등록일 2014.06.02
- 파일종류 압축파일
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|