Topic: JAVA源代码,大家一起分析。

  Print this page

1.JAVA源代码,大家一起分析。 Copy to clipboard
Posted by: lubingshan
Posted on: 2005-05-28 23:12

如果朋友觉得有精典的JAVA代码,把它加到这里来,我们一起谈讨

2.Re:JAVA源代码,大家一起分析。 [Re: lubingshan] Copy to clipboard
Posted by: lubingshan
Posted on: 2005-06-01 11:44

如何实现从键盘中输入.请把它的源代码发在上面.谢谢各位了

3.Re:JAVA源代码,大家一起分析。 [Re: lubingshan] Copy to clipboard
Posted by: wanghang110119
Posted on: 2005-06-02 17:31

很明显你没看我的贴子!
1。
public class Hang
{
public static void main(String [] args)
{
int a=Integer.parseInt(args[0]);
float b=Float.valueOf(args[1]);
int c=a+(int)b;
System.out.println(c);
}
}




import java.io.*;
import java.util.*;
public class Hang
{
public static void main(String args[])
{
int a=0;
try
{
BufferedReader in=new BufferedReader(new InputStreamReader(System.in));
String s=in.readLine();
StringTokenizer st = new StringTokenizer(s);
while (st.hasMoreTokens())
{
a+=Integer.parseInt(st.nextToken());
}

System.out.println(a);
}
catch(IOException e)
{
System.out.println("error");
}
}
}
3.
可以用System.in.read();

这几种方法可以根据不同的情况选择!

4.Re:JAVA源代码,大家一起分析。 [Re: lubingshan] Copy to clipboard
Posted by: yinpeng263
Posted on: 2005-06-08 03:53

Java Source code

www.java2s.com

5.Re:JAVA源代码,大家一起分析。 [Re: lubingshan] Copy to clipboard
Posted by: lubingshan
Posted on: 2005-06-12 11:16

谁能给我提供几个用JAVA编的小游戏呀,要有源代码的.
不胜感激.

6.Re:JAVA源代码,大家一起分析。 [Re: lubingshan] Copy to clipboard
Posted by: 2352439
Posted on: 2005-06-12 15:18

class Lesson
{
public static void main(String[] args)
{
int x=0;
try
{
x=System.in.read();
}
catch(Exception e)
{}
while(x!='q')
{
System.out.printlnFight;
try
{
x=System.in.read();
}
catch(Exception e){}
}
}
}


   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923