资源列表
test3
- 迭代法解方程组 雅可比方法 高斯-塞德尔方法 超松弛方法-Iteration method equation Jacobi Gauss- Seidel method overrelaxation method
dtree_checkbox
- 多功能树!支持JAV的开发!可跨平台、语言使用!-tree
ga2
- 改进的遗传算法,使用java编程实现,效率有很大提高-Improved genetic algorithm, using the java programming, efficiency is greatly improved
code
- 使用java语言编程,对GA做了改进,实现了标准的PSO,可以对两种算的结果进行比较,可以发现,pso具有精度高的特点,GA具有速度快的特点-Using the java programming language, have made improvements to the GA to achieve the standard PSO, the results can be counted on to compare the two, can be found, pso with high ac
Id-validation
- 身份证号是否合法的校验方法实现。 用Java实现-ID number is a legitimate method of achieving parity. With Java implementation
GraduateFee
- 学校中有老师和学生两类人,而在职研究生既是老师又是学生,对学生的管理和对教师的管理在他们身上都有体现。 -School teachers and students in two kinds of people, and postgraduate students are teachers and the students of management and the management of teachers is reflected in them.
Point
- 分别编写两个类Point2D,Point3D来表示二维空间和三维空间的点,使之满足下列要求: (1) Point2D有两个整型成员变量x, y (分别为二维空间的X,Y方向坐标),Point2D的构造方法要实现对其成员变量x, y的初始化。 (2)Point2D有一个void型成员方法offset(int a, int b),它可以实现Point2D的平移。 (3)Point3D是Point2D的直接子类,它有有三个整型成员变量x,y,z (分别为三维空间的X,Y,Z方向坐标),Po
Shape
- 定义抽象类Shape,抽象方法为showArea(),求出面积并显示,定义矩形类Rectangle,正方形类Square,圆类 Circle,根据各自的属性,用showArea方法求出各自的面积,在main方法中构造3个对象,调用showArea方法-Define abstract class Shape, abstract methods showArea (), find the area and showed that define the rectangle class Rectangl
OperAction
- 给一张数据库表,通过执行程序,可生成分页的静态页面~-To a database table, through the implementation process, can generate static pages ~ Page
open
- 直接打印到控制台 声明StringBuffer的对象来装载SQL语句 -StringBuffer statement to print directly to the console to load the SQL statement object
InterfaceTest
- 在第 (3) 小题中由于新加入的 Clock 类仅仅实现了 Soundable 接口的stopsound() 和playsound() 方法 , 而 increaseVolume() 和 decreaseVolume() 方法没有实现 , 因此它实质上是一个抽象类 , 而抽象类是不能实例化的 , 所以导致编译错误。但是按照常理 , 闹钟的滴答声确实是不可以增大或减小的 , 那么如何解决这个问题呢 ? 现在请在 Clock 类中加入下面两个含 {}空方法体的方法实现 , 再编译运行程序 , 看看会
vehicle
- 设计出一个自己的接口程序 , 要求先设计一个 moveable 可移动接口 , 然后分别设计 3 个类 , 即汽车 Car 、轮船 Ship 、飞机 Aircraft 来实现该接口 , 最后设计一个应用程序来使用它们。-To design its own interface program, requested to design a moveable mobile interface, and then were designed for three categories, namely au
