登录

最新会员 最新下载

成为了本站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. 模仿面包旅行(微信小序源代码)

说明:  面包旅行是一款旅途体验的记录和分享应用。你可以使用面包旅行记录旅途的每一分精彩和感动,珍藏美好的旅行回忆,也可以通过面友们分享的异域风景和不同文化(Bread travel is a travel experience recording and sharing application. You can use bread travel to record every minute of the wonderful and moving journey, treasure the beautiful travel memories, or you can share the exotic scenery and different cultures with your friends)

2
下载
75
浏览
2020-12-15发布

2. LFMAlgorithm

  可发现重叠节点的社区发现 LFM 算法,算法基于java实现(LFM algorithm)

268
下载
72
浏览
2020-12-15发布

3. CONGA

  重叠社区发现算法CONGA的源程序,JAVA下的jar包,调试即可使用。(Source program of overlaping community detection algorithm.)

39
下载
67
浏览
2020-12-15发布

4. CPM

  CPM派系过滤社区发现算法,算法以JAVA语言实现,可发现重叠节点(CPM algorithm)

159
下载
116
浏览
2020-12-15发布

5. 疯狂java讲义

  疯狂java讲义pdf版,讲解细致,适用于java入门资料参考(crazy java instruction.pdf very very good)

21
下载
94
浏览
2020-12-15发布

6. src

说明:  java 编程(大二)大作业 网络爬虫 详情见代码(Java programming (sophomore year) big job: Internet worm)

1
下载
99
浏览
2020-12-14发布

7. HouseRent

  java写得房屋出租管理系统,可作为教学或毕业设计参考(a house rent system)

32
下载
103
浏览
2020-12-12发布

8. 基于MongoDb的图书管理系统.rar

Java MongoDb的课程设计资源,系统本身不需要事先写好数据库,系统会在运行时自动创建数据库并插入一条数据,但是运行前请保证数据库(MongoDb)处于开启状态!

1
下载
297
浏览
2020-12-12发布

10. test

  part1 (1)可以在“请输入文件路径和名称:”后面的文本框中输入文件名和路径。 (2)可以在文本区中写文本。 (3)可以在“请输入需要追加的内容:”后面的文本域中输入内容,按回车键之后,其中的内容会添加到文本区中(添加的内容另起一行)。 (4)单击“将文本区的内容写入文件”按钮,文本区中的内容就会被写到指定的文件中。 part2 (1)窗体的标题是“猜数字小游戏”。 (2)单击“得到一个随机数”按钮,系统会产生一个1~10之间的随机整数(使用Math类的方法random( ))。 (3)在“输入您的猜测:”后面的文本框中输入你要猜测的整数,之后单击“确定”按钮。 (4)对你猜测的整数,图形用户界面的最下面会有提示信息,没有猜的时候,显示“无反馈信息”,如果猜大了,显示“猜大了”,如果猜小了,显示“猜小了”,如果猜对了,显示“猜对了”。(其中,蓝色字体是JLabel类的对象调用方法setForeground(Color.blue)实现的。)(Java Simple Graphic Interface)

0
下载
112
浏览
2020-12-11发布

11. test

说明:  part1 (1)可以在“请输入文件路径和名称:”后面的文本框中输入文件名和路径。 (2)可以在文本区中写文本。 (3)可以在“请输入需要追加的内容:”后面的文本域中输入内容,按回车键之后,其中的内容会添加到文本区中(添加的内容另起一行)。 (4)单击“将文本区的内容写入文件”按钮,文本区中的内容就会被写到指定的文件中。 part2 (1)窗体的标题是“猜数字小游戏”。 (2)单击“得到一个随机数”按钮,系统会产生一个1~10之间的随机整数(使用Math类的方法random( ))。 (3)在“输入您的猜测:”后面的文本框中输入你要猜测的整数,之后单击“确定”按钮。 (4)对你猜测的整数,图形用户界面的最下面会有提示信息,没有猜的时候,显示“无反馈信息”,如果猜大了,显示“猜大了”,如果猜小了,显示“猜小了”,如果猜对了,显示“猜对了”。(其中,蓝色字体是JLabel类的对象调用方法setForeground(Color.blue)实现的。)(Java Simple Graphic Interface)

9
下载
62
浏览
2020-12-11发布

12. Exe4_2

  2.设计一个简单的课程管理系统(CourseManager)。主要功能包括: (1)课程信息的录入。主要包括:课程号(no)、课程名(name)、学分(grade)等; (2)课程信息的查询。根据课程号、课程名和学分等查询课程的信息。注意:查询结果可能不唯一。 (3)课程信息的修改。根据课程号查询到指定课程的信息,再用新的内容替换。 (4)课程信息的删除。根据课程号删除指定课程的信息。 设计时,采用层次化设计法,将类分为界面层(ui)、功能层(business)和持久层(persistence)3层,放在不同子包中。整个系统的代码放在exe4_2包中。(2. Design a simple course management system (CourseManager). Key features include: (1) entry program information. Including: course number (no), course name (name), credits (grade) and the like (2) information about courses. Information based curriculum, course name and credit and other inquiries courses. Note: query results may not be unique. (3) Course modify information. Inquiry based curriculum to the specified courses, and then replaced with new content. (4) Delete course information. Remove a specified course of information based curriculum. Design, the use of hierarchical design method, the class is divided into the interface layer (ui), the functional layer (business) and persistence (persistence) 3 layers in different sub-packages. The system code in the exe4_2 package.)

7
下载
102
浏览
2020-12-09发布

13. 超市订单管理系统(spring boot+mybatis+spring mv)

项目描述 超市订单管理系统运行环境 jdk8(jdk7) mysql Eclipse maven tomcat7项目技术(必填) springboot spring mvc mybatis jquery jsp数据库文件 链接: https://pan.baidu.com/s/1MlZoNn8MOyagJUdVk3ih1A 密码: 6mi1jar包文件 maven搭建  登录帐号admin 1234567   http://localhost:8080/login.jsp

2
下载
118
浏览
2020-12-09发布

14. 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
下载
78
浏览
2020-12-07发布

15. 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
下载
54
浏览
2020-12-07发布

16. 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
下载
63
浏览
2020-12-07发布

17. 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
下载
55
浏览
2020-12-07发布

18. webBookSell

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

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

20. 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
下载
81
浏览
2020-12-03发布