登录

最新会员 最新下载

成为了本站VIP会员

04月26日 23:14

成为了本站VIP会员

04月25日 21:33

成为了本站VIP会员

04月23日 14:46

成为了本站VIP会员

04月18日 20:09

成为了本站VIP会员

04月18日 18:37

成为了本站VIP会员

04月18日 18:25
已选条件
  1. 编程语言:Java
  2. 代码类别:Java编程
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. Homework08

  利用前面提到的SupplyDepot、Transport和CapableOfBeingRefefuelled类/接口,为Air-plane增加一个main()方法,然后为supplyDepot等增加必要的字段、参数和代码,以便CapableOfBeingRefefuelled能够告诉service()方法需要加多少油。同时要确保Depot中的油应相应地减少,而实现CapableOfBeingRefefuelledi的类对象应相应地增加。(Using the upplyDepot, Transport and ApableOfBeingRefefuelled classes/interfaces mentioned above, add a main () method to Air-plane, and then add the necessary fields, parameters and codes to supplyDepot, so that CapableOfBeingRefefuelled can tell service () how much fuel the method needs. At the same time, we should ensure that the oil in Depot should be reduced accordingly, and the class objects that implement Capable OfBeingRefefuelledi should be increased accordingly.)

0
下载
76
浏览
2020-12-07发布

2. Homework08

说明:  利用前面提到的SupplyDepot、Transport和CapableOfBeingRefefuelled类/接口,为Air-plane增加一个main()方法,然后为supplyDepot等增加必要的字段、参数和代码,以便CapableOfBeingRefefuelled能够告诉service()方法需要加多少油。同时要确保Depot中的油应相应地减少,而实现CapableOfBeingRefefuelledi的类对象应相应地增加。(Using the upplyDepot, Transport and ApableOfBeingRefefuelled classes/interfaces mentioned above, add a main () method to Air-plane, and then add the necessary fields, parameters and codes to supplyDepot, so that CapableOfBeingRefefuelled can tell service () how much fuel the method needs. At the same time, we should ensure that the oil in Depot should be reduced accordingly, and the class objects that implement Capable OfBeingRefefuelledi should be increased accordingly.)

0
下载
52
浏览
2020-12-07发布

3. Homework07

  创建一个类,提供与java .lang.Math同名的所有方法,但每个方法均按度数而非弧度进行运算。具体要求是:在自己编写的类中,对Math类中的每一个方法加一层包装。(Create a class that provides all methods with the same name as java. lang. Math, but each method operates in degrees rather than radians. Specific requirements are: in their own class, each method in the Math class with a layer of packaging.)

0
下载
61
浏览
2020-12-07发布

4. Homework07

说明:  创建一个类,提供与java .lang.Math同名的所有方法,但每个方法均按度数而非弧度进行运算。具体要求是:在自己编写的类中,对Math类中的每一个方法加一层包装。(Create a class that provides all methods with the same name as java. lang. Math, but each method operates in degrees rather than radians. Specific requirements are: in their own class, each method in the Math class with a layer of packaging.)

0
下载
54
浏览
2020-12-07发布

5. webBookSell

  用JSP实现的一个网上书店的程序,其中采用了多种数据技术。是一个有典型意义的网页程序(an online bookstore in the procedures, which use a variety of data technology. It is a typical procedure website)

34
下载
70
浏览
2020-12-07发布

7. Hangman_-in-Java

  用java写的一个猜单词小游戏,Hangman。适合初学者学习java使用。可以用命令行运行,内有user manual。(A game whose name is hangman. A good java code for people who begins to study JAVA. Can be run in command line.)

4
下载
78
浏览
2020-12-03发布

8. ThreeInOne

  插值演示,牛顿插值,拉格浪日插值,三次样条插值(interpolation demonstration of Newton's interpolation, the waves of Rugby Day interpolation, cubic spline interpolation)

58
下载
96
浏览
2020-12-02发布

10. Rtreejava

  java实现R树空间索引,包含3个测试文件(rtree is completed by java)

5
下载
76
浏览
2020-12-01发布

11. mayday

说明:  基于java的个人博客系统,操作便捷,使用方便(The personal blog system based on Java is easy to operate and use)

0
下载
68
浏览
2020-11-30发布

12. Java 2实用教第五版实验指导与习题解答 源代码​

Java 2实用教程第五版 耿祥义 张跃平 实验指导与习题解答 书中源代码

3
下载
485
浏览
2020-11-29发布

13. Mylog

  1. 撰写类MyLog,实现接口Loggable,完成在本地文件“MyLog.log”文件中的日志读写,要求记录的日志内容包括:当前时间,日志类型,日志内容。(1 writing class MyLog, achieve interface Loggable, complete log in the local file MyLog.log file read and write, log Records include: current time, log type, the contents of the log.)

3
下载
73
浏览
2020-11-28发布

14. jaserindo

说明:  program aplikasi jaserindo

0
下载
65
浏览
2020-11-28发布

17. javaworks

  JAVA编写的家用电器管理系统,可以生成负荷曲线(Household electrical appliance management system)

6
下载
67
浏览
2020-11-26发布

18. Employee

  建立类的层次结构。 创建如下图所示的类 使用类层次结构中的类 Employee : 姓名,保险号、 SalariedEmployee 周薪 CommissionEmployee 佣金率、销售总额 HourlyEmployee 每小时的工资和工作小时数 BaseplusEmployee 每周的基本工资数 (Create a class hierarchy. To create a class as shown Use classes in the class hierarchy Employee: name, insurance number, SalariedEmployee weekly earnings CommissionEmployee commission rates, total sales HourlyEmployee hourly wages and the number of hours worked BaseplusEmployee weekly basic wage)

9
下载
90
浏览
2020-11-26发布

19. Day03

说明:  用于基础练习,帮助初学者熟悉java基础代码编写,输出1-100的质数。(For basic exercises, help beginners familiar with java basic code, output 1-100 prime number)

0
下载
66
浏览
2020-11-24发布

20. webbuilder

  一款用java编写的建立WEB服务器的源代码(Establish a written with java source code WEB server)

2
下载
81
浏览
2020-11-22发布