目前分類:Java (64)

瀏覽方式: 標題列表 簡短摘要
class test15
{
public static void main(String[] args)
{
int[] myArray=new int[] {31, 12, 16, 10, 78} ;

Neo Chao 發表在 痞客邦 留言(0) 人氣()

import java.io.* ;
public class BinarySearch
{
public static void main(String[] args) throws Exception
{

Neo Chao 發表在 痞客邦 留言(0) 人氣()

import java.io.* ;
public class LinearSearch
{
public static void main(String[] args) throws Exception
{

Neo Chao 發表在 痞客邦 留言(0) 人氣()

public class bubblesort
{
public static void main(String[] args)
{
int[] aNum={28,25,12,44,13};

Neo Chao 發表在 痞客邦 留言(0) 人氣()



不可傳回直接顯示Sum
------------------------------------------
class test13

Neo Chao 發表在 痞客邦 留言(0) 人氣()

public class Neo_99
{
public static void main (String args [])
{
for (int i=1;i<=9;i++)

Neo Chao 發表在 痞客邦 留言(0) 人氣()

import java.io.*;
public class ch3{
public static void main(String[] args)throws IOException
{
BufferedReader input = new BufferedReader

Neo Chao 發表在 痞客邦 留言(0) 人氣()

import java.io.*;
public class test13
{
public static void main(String[] args)throws IOException
{

Neo Chao 發表在 痞客邦 留言(0) 人氣()

import java.io.*;
public class test12{
public static void main(String[] args)throws IOException {

BufferedReader input = new BufferedReader

Neo Chao 發表在 痞客邦 留言(0) 人氣()

public class test11{
public static void main(String[] args){

int i=0,j=0;
while(i<=127)

Neo Chao 發表在 痞客邦 留言(0) 人氣()

public class test10{
public static void main(String[] args){

for(int i=1;i<=5;i++)
{

Neo Chao 發表在 痞客邦 留言(0) 人氣()

public class test09{
public static void main(String[] args){

int i;
int sum=0;

Neo Chao 發表在 痞客邦 留言(0) 人氣()

import java.io.*;
public class test08{
public static void main(String[] args)throws IOException
{

Neo Chao 發表在 痞客邦 留言(0) 人氣()

import java.io.*;
public class test07{
public static void main(String[] args)throws IOException
{
BufferedReader input = new BufferedReader

Neo Chao 發表在 痞客邦 留言(0) 人氣()

import java.io.*;
public class test06{
public static void main(String[] args)throws IOException
{
BufferedReader input = new BufferedReader

Neo Chao 發表在 痞客邦 留言(0) 人氣()

import java.io.*;
public class test05{
public static void main(String[] args)throws IOException
{

Neo Chao 發表在 痞客邦 留言(0) 人氣()

import java.io.*;
public class test04{
public static void main(String[] args)throws IOException
{
BufferedReader input=new BufferedReader

Neo Chao 發表在 痞客邦 留言(0) 人氣()

import java.io.*;
public class test03{
public static void main(String[] args)throws IOException
{
BufferedReader input= new BufferedReader

Neo Chao 發表在 痞客邦 留言(1) 人氣()

import java.io.*;
public class test02{
public static void main(String[] args)throws IOException
{
BufferedReader input = new BufferedReader

Neo Chao 發表在 痞客邦 留言(0) 人氣()

轉貼:FROM http://www.cnxhacker.com/article/show/332.htm

將Java的class文件轉為EXE文件的八種方法

作者:未知 來源:CnXHacker.Net 加入時間:2004-10-15 閱讀次數:5288

Neo Chao 發表在 痞客邦 留言(0) 人氣()