资源列表
EmptyImmutableSet
- An empty immutable set Source Code for Andriod.
jade
- Jade program to create agents which can communicate with each other in java
hdb3
- 对很HDB3码进行仿真的程序,里面详细说明其原理,已通过验收。-The simulation code is HDB3 on the procedures, which detail its principles, has been approved.
2
- 统计英语单词个数的java程序,并用图形界面显示,包含了图形界面-Statistics the number of English words java program and use graphical interface display includes a graphical interface
animation
- 這是一個簡單的動畫節目,它沒有使用MediaTracker。 該圖片是不順利的時候,速度快。 -This is a simple animation program, it does not use the MediaTracker. The picture is not smooth when speed.
numquan
- 任意一个5位数,比如:34256,把它的各位数字打乱,重新排列,可以得到一个最大的数:65432,一个最小的数23456。求这两个数字的差,得:41976,把这个数字再次重复上述过程(如果不足5位,则前边补0)。如此往复,数字会落入某个循环圈(称为数字黑洞)。 比如,刚才的数字会落入:[82962, 75933, 63954, 61974] 这个循环圈。 请编写程序,找到5位数所有可能的循环圈,并输出,每个循环圈占1行。其中5位数全都相同则循环圈为 [0],这个可以不考虑。
test
- 记事本,能够实现txt记事本的功能。记事本的大多数功能都能够实现-Notepad, to achieve txt notepad function. Most of the features of Notepad are able to achieve
75546076_2
- 分别用NumberFormat类的方法以及编写的类中的方法输出5的平方根。 通过一个20次的循环,每次获取1~8之间的一个随机数。-Methods were used and the preparation of the NumberFormat class methods in the class output of the square root of 5. 20 times through a loop, each time for between 1 to 8, a random n
GetInputTest
- 个人原创代码:编写Java Application程序,将命令行第一个参数每个字符放入一字符数组,然后逆序输出。-The original code of the individual: to write a java application program, the first parameter of the command line for each character in a character array, and then reverse output.
Main
- 对扑克牌进行随机发牌,输出四桌发到的各张牌-Playing CARDS to random licensing, output to each of the four table card
ASD
- this the sample swing program-this is the sample swing program
test11
- 为前面所编写的Point类增加一个方法,用于设置Point的x值。该方法会抛出异常(异常需要自己定义),条件是:当设置的x值不在[0,100]区间时抛出异常。写测试程序对抛出的异常进行捕获和处理。-Written before the Point class to add a method for the set the Point of x value. This method will throw an exception (Exception own definition): throw