资源列表
Test9
- /** * 第9题:写一方法,打印等长的二维数组,要求从1开始的自然数由方阵的最外圈向内螺旋方式地顺序排列。 如: n = 4 则打印: * 1 2 3 4 * 12 13 14 5 * 11 16 15 6 * 10 9 8 7 * @antor ZhangLinmin */-/*** Question 9: Write a method to print a two-dimensional array of equal length, requiri
SpecificIntegerValue
- This IntegerValue represents a specific integer value.
regress-900055
- The Date prototype object is itself a Date object (its [[Class]] is "Date") whose value is NaN.
TriangleActivity
- Triangle Activity extends Activity.
personGUI
- This is a frontend in java. It is generic. A Gui has been added.-This is a frontend in java. It is generic. A Gui has been added.
ProgressBar
- JAVA编写的进度条,有百分比,而且速度是慢慢递减的
逆broyden秩1法解非线性方程组
- 逆Bbroyden秩1法解非线性方程组实例-Bbroyden Rank an inverse method for solving systems of nonlinear equations example
BigNums
- 并行java编程 应用多线程提高查找速度的java例子-Parallel multi-threaded java application programming improve the speed of search java example
series5
- another one of sleeping system
JTree
- JTree 的简单应用,树形结构,适用于初级开发者-JTree Simple application, tree-like structure, suitable for junior developers
GuessFourGUI.java
- 设计一个GUI猜数字游戏程序 该游戏可以由程序随机产生四个0到9之间的整数,且不重复。玩游戏者通过由用户输入四个数字来匹配上面所产生的数字。A表示位置正确且数字正确,B表示数字正确而位置不正确。 假设随机数据为3792 时, -Design a GUI number guessing game program The game can be randomly generated by a program of four integers between 0 and 9, witho
RC2ParameterSpec
- RC2 Parameter Spec implements Algorithm Parameter Spec.