资源列表

« 1 2 ... .11 .12 .13 .14 .15 10816.17 .18 .19 .20 .21 ... 20695 »

[JSP源码/Javadtree_checkbox

说明:多功能树!支持JAV的开发!可跨平台、语言使用!-tree
<张东> 在 2025-06-03 上传 | 大小:34kb | 下载:0

[JSP源码/Javaga2

说明:改进的遗传算法,使用java编程实现,效率有很大提高-Improved genetic algorithm, using the java programming, efficiency is greatly improved
<白加林> 在 2025-06-03 上传 | 大小:3kb | 下载:0

[JSP源码/Javacode

说明:使用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
<白加林> 在 2025-06-03 上传 | 大小:46kb | 下载:0

[JSP源码/JavaId-validation

说明:身份证号是否合法的校验方法实现。 用Java实现-ID number is a legitimate method of achieving parity. With Java implementation
<> 在 2025-06-03 上传 | 大小:1kb | 下载:0

[JSP源码/JavaGraduateFee

说明:学校中有老师和学生两类人,而在职研究生既是老师又是学生,对学生的管理和对教师的管理在他们身上都有体现。 -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.
<胡迪> 在 2025-06-03 上传 | 大小:2kb | 下载:0

[JSP源码/JavaPoint

说明:分别编写两个类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
<胡迪> 在 2025-06-03 上传 | 大小:2kb | 下载:0

[JSP源码/JavaShape

说明:定义抽象类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
<胡迪> 在 2025-06-03 上传 | 大小:3kb | 下载:0

[JSP源码/JavaOperAction

说明:给一张数据库表,通过执行程序,可生成分页的静态页面~-To a database table, through the implementation process, can generate static pages ~ Page
<> 在 2025-06-03 上传 | 大小:1kb | 下载:0

[JSP源码/Javaopen

说明:直接打印到控制台 声明StringBuffer的对象来装载SQL语句 -StringBuffer statement to print directly to the console to load the SQL statement object
<> 在 2025-06-03 上传 | 大小:1kb | 下载:0

[JSP源码/JavaInterfaceTest

说明:在第 (3) 小题中由于新加入的 Clock 类仅仅实现了 Soundable 接口的stopsound() 和playsound() 方法 , 而 increaseVolume() 和 decreaseVolume() 方法没有实现 , 因此它实质上是一个抽象类 , 而抽象类是不能实例化的 , 所以导致编译错误。但是按照常理 , 闹钟的滴答声确实是不可以增大或减小的 , 那么如何解决这个问题呢 ? 现在请在 Clock 类中加入下面两个含 {}空方法体的方法实现 , 再编译运行程序 , 看看会
<胡迪> 在 2025-06-03 上传 | 大小:4kb | 下载:0

[JSP源码/Javavehicle

说明:设计出一个自己的接口程序 , 要求先设计一个 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
<胡迪> 在 2025-06-03 上传 | 大小:3kb | 下载:0

[JSP源码/JavaInterClassTest

说明:从程序运行结果来看 , 内部类 Inner 和局部类 Local 都能直接访问外部类 Outer 中的data[] 数组 , 那么反过来外部类 Outer 中的方法能否直接访问内部类 Inner 和局部类 Local中的成员呢 ? 请将 checkInner() 方法中的 innerObj.show() 改成 show() 同时也把checkLocal() 方法中的 localObj.show() 改成 show() 测试这个结果。-From the run results, and local
<胡迪> 在 2025-06-03 上传 | 大小:3kb | 下载:0
« 1 2 ... .11 .12 .13 .14 .15 10816.17 .18 .19 .20 .21 ... 20695 »

源码中国 www.ymcn.org