登录

最新会员 最新下载

成为了本站VIP会员

05月13日 14:43

成为了本站VIP会员

05月13日 10:19

成为了本站VIP会员

05月12日 14:03

成为了本站VIP会员

05月10日 21:42

成为了本站VIP会员

05月10日 16:59

成为了本站VIP会员

05月09日 16:51
已选条件
  1. 编程语言:所有
  2. 代码类别:Java编程
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. ThreeInOne

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

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

3. Rtreejava

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

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

4. javacomm20-win32

说明:  Java Comm Version 2, can use for SMSLib

0
下载
72
浏览
2020-12-01发布

5. mayday

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

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

6. 509_meal_ordering-master

  JAVA web课程设计源代码,本系统是一个简易的餐厅管理系统,系统的主要功能包括:新用户注册功能,用户登录功能,能根据用户登录的身份(分为管理员和普通用户)不同显示不同的功能页面。(JAVA web curriculum design source code, the system is a simple restaurant management system, the main features of the system include: new user registration feature, user login function, according to the identity of the user logged on (divided into administrators and ordinary users) different display different the features page.)

5
下载
101
浏览
2020-11-30发布

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

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

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

8. 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
下载
75
浏览
2020-11-28发布

9. jaserindo

说明:  program aplikasi jaserindo

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

12. 名字转化优化版本

  在空间数据编码练习题的基础上实现 1、名字的左斜变换 2、名字的耸肩变换 3、名字的比例变换 4、名字的旋转变换 5、名字的对称变换 6、名字的平移变换——-优化版本,可直接使用。((On the basis of spatial data coding exercises 1, the left oblique transformation of the name 2, the shrug transformation of the name 3, the proportion transformation of names 4, the rotation transformation of the name 5, the symmetric transformation of the name 6. Translation of names))

2
下载
85
浏览
2020-11-26发布

13. 名字转化优化版本

说明:  在空间数据编码练习题的基础上实现 1、名字的左斜变换 2、名字的耸肩变换 3、名字的比例变换 4、名字的旋转变换 5、名字的对称变换 6、名字的平移变换——-优化版本,可直接使用。((On the basis of spatial data coding exercises 1, the left oblique transformation of the name 2, the shrug transformation of the name 3, the proportion transformation of names 4, the rotation transformation of the name 5, the symmetric transformation of the name 6. Translation of names))

2
下载
78
浏览
2020-11-26发布

14. javaworks

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

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

15. 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
下载
95
浏览
2020-11-26发布

16. Day03

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

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

17. webbuilder

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

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

18. 21312

  自己利用java实现的股票K线图,模拟股票一天内的走势,利用了jfreechart(Java implementation of the stock chart)

8
下载
75
浏览
2020-11-19发布

19. miniCAD

  miniCAD-java GUI实现的小型CAD软件,界面其实模仿了windows画图的风格,实现了画线、画圆、画矩形、画文字载入图片,并能改变图形的颜色和大小。(In this project, you should use Java GUI to implement a simple drawing board. To get full marks, you should implement to: 1.draw line, circle, rectangle, text 2.change the color of a target 3.change the position of a targets 4.change the size of a targets 5.save images as files and load a image file All processes of changes should be visible.)

10
下载
52
浏览
2020-11-18发布

20. miniCAD

  miniCAD-java GUI实现的小型CAD软件,界面其实模仿了windows画图的风格,实现了画线、画圆、画矩形、画文字载入图片,并能改变图形的颜色和大小。(In this project, you should use Java GUI to implement a simple drawing board. To get full marks, you should implement to: 1.draw line, circle, rectangle, text 2.change the color of a target 3.change the position of a targets 4.change the size of a targets 5.save images as files and load a image file All processes of changes should be visible.)

10
下载
48
浏览
2020-11-18发布