登录

最新会员 最新下载

成为了本站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. 航天机票管理系统

说明:  SpringBoot + Vue前后端分离的航天机票管理系统,使用MySQL作为数据库(Spring boot + Vue front and back end separation of space flight ticket management system, using MySQL as the database)

3
下载
71
浏览
2021-03-30发布

2. document-processor-master

  文本分类java源代码,通过支持向量机来对文本进行自动分类处理。(Text Categorization java source code for automatic text classification by support vector machine.)

7
下载
96
浏览
2021-03-29发布

3. vim25_6.7

  用于监控vmware中的各项资源,vim25jar为6.7版本(Used to monitor resources in the vmware)

0
下载
63
浏览
2021-03-23发布

4. vim25_6.7

说明:  用于监控vmware中的各项资源,vim25jar为6.7版本(Used to monitor resources in the vmware)

5
下载
261
浏览
2021-03-23发布

5. Guessnumber

  猜数字游戏 游戏说明: 1、游戏开始,电脑随机产生一个数字不重复的四位数。 2、将您猜的数点击OK按钮提交。 3、电脑会将您提交的数与它自动产生的数进行比较,结果显示成"*A*B"。A代表位置正确数字也正确,B代表数字 正确但位置不正确,比如:"2A2B"表示您有2个数字的位置正确且数值也正确,除此以外,您还猜对了2个数字 ,但位置不对。 4、您共有10次机会,在10次内,如果结果为“4A0B”,游戏成功。如果10次里您都没有猜对游戏失败。(Guessnumber: 1, games started, the computer randomly generated a number of non-repetition of the four-digit. 2, would you guess the number of clicks the OK button to submit. 3, the computer will take you to submit a few with it automatically generated a number of comparison, the result is displayed as* A* B . A representative of the location of the correct figure is also correct, B representative of the number of correct but the location is incorrect, such as: 2A2B that you have a two-digit numerical position is correct and also the right, in addition, you guessed it two figures, but wrong location. 4, your opportunity for a total of 10 times in 10 times, if the results of 4A0B , the game successfully. 10 years if you do not have to guess the failure of the game.)

4
下载
130
浏览
2021-03-22发布

6. javabook

  java外文文献供大家毕业设计之用 希望大家喜欢它(java foreign documents for use in all graduation)

46
下载
72
浏览
2021-03-20发布

7. CloudSim__DE

说明:  云计算资源调度--遗传算法,利用遗传算法在cloudsim平台进行模拟任务调度,内含有差分隐私算法,以及其优化(task schedualing Cloud computing resource scheduling - genetic algorithm (ga) is used to simulate task scheduling on cloudsim platform)

3
下载
130
浏览
2021-03-19发布

8. 学生成绩管理系统

说明:  1. 能够实现根据以下关键字查询:学生姓名 、学号、班级、课程名称。 2. 能够实现按照单科成绩、总成绩、平均成绩、学号排序。 3. 能够实现学生信息的插入、删除和修改。 4. 能够查询每个课程的最高分、最低分及相应学生姓名、班级和学号。 5. 能够查询每个班级某门课程的优秀率(90 分及以上)、不及格率,并进行排序。(1. Be able to query according to the following keywords: student name, student number, class, course name. 2. It can be sorted according to single subject score, total score, average score and student number. 3. Be able to insert, delete and modify student information. 4. Be able to query the highest score and lowest score of each course and the corresponding student name, class and student number. 5. Be able to query the excellent rate (90 points and above) and failure rate of a course in each class, and sort them.)

0
下载
145
浏览
2021-03-17发布

9. LIMS_SSM-master

说明:  实现了实验室管理系统的增删改查功能,界面优化良好,可以用来练习。(The function of adding, deleting, modifying and checking in the laboratory management system is realized. The interface is optimized well and can be used for practice.)

0
下载
91
浏览
2021-03-17发布

10. fccCode-practice-master

说明:  运用最新的SpringBoot2.0以上版本和SpringCloud各大组建以及SpringcCloud-Alibaba 的Nacos,Seata,Sentinel等组件整合成的大型项目(It is a large-scale project integrated with the latest version of spring boot 2.0 or above, the major components of spring cloud, and the components of Nacos, Seata, sentinel of spring cloud Alibaba)

1
下载
52
浏览
2021-03-14发布

11. MN1994-GrainOnlineEducation_Parent-master

说明:  谷粒学院后台接口,谷粒学院是一个B2C模式的职业技能在线教育系统,分为前台用户系统和后台运营平台(Cereal college background interface, cereal college is a B2C mode of vocational skills online education system, divided into the foreground user system and background operation platform)

2
下载
76
浏览
2021-03-14发布

12. snmp_demo

  BlogJava上不少朋友是做网管系统的。一个典型的网络管理系统,需要具备FCAPS几个标准模块,而网络的自动发现和拓扑展示是核心之一。很多人不喜欢Java的Swing,而本文就用一个很小很小的例子,来模拟一个小小的网络管理程序,希望能给大家一点启发。虽然很小,它却可以完成一个简单的局域网自动发现搜索、多线程、ICMP和SNMP的ping、节点的生成、拓扑的展示、自动布局等功能。继续改巴改巴也许还有点使用价值也未可知。 如果不喜欢研究代码,就当它是一个趣味程序吧!你可以在公司的网络里面搜索一把,把同事的机器都挖出来,看看你们公司的网络结构是怎样的;如果喜欢研究代码,可以看看相关SNMP、多线程和拓扑图展示的部分,虽然很简单,就当看肥皂剧消遣了。(BlogJava on many of my friends are doing the NMS. A typical NMS, requires the FCAPS several standard modules, network auto-discovery and topology display is one of the core. A lot of people do not like the Java Swing, this paper with a very, very small example, to simulate a small network management program, to give everyone a little inspiration. Despite its small size, it can complete a simple local area network auto-discovery search, multi-threaded, ICMP and SNMP ping node generated topology display, automatic layout function. Continue to change the bar to change the bar perhaps point value in use is also unknown. If you do not like to study the code, when it is a fun program! Inside the company network, you can search for a colleague machines dug up to see what your company s network structure research code if you like, you can take a look at the relevant SNMP, multi-threaded and topology diagram shows part Although very simple, when watching a soap opera entertainment.)

76
下载
82
浏览
2021-03-14发布

13. 宿舍管理系统+

  Javaweb 学生宿舍管理系统 可大作业 毕业设计项目 有两个权限 系统管理员和学生 对学生宿舍增删改查批量删除ajax调用函数分页 模糊查询 记住登陆 过滤器 js调用 前端用的bootstrap框架 有时间和富文本编辑框小插件 可以用作作业或者项目考试绝对没问题的(Java web student dormitory management system can be large homework graduation project. There are two rights system administrators and students to add, delete, check, batch delete Ajax call function paged fuzzy query to student dormitory. Remember that bootstrap framework used in the front-end of landing filter JS call has time and rich text edit box plug-in which can be used as homework or project exam absolutely no problem.)

3
下载
69
浏览
2021-03-14发布

14. 宿舍管理系统+

说明:  Javaweb 学生宿舍管理系统 可大作业 毕业设计项目 有两个权限 系统管理员和学生 对学生宿舍增删改查批量删除ajax调用函数分页 模糊查询 记住登陆 过滤器 js调用 前端用的bootstrap框架 有时间和富文本编辑框小插件 可以用作作业或者项目考试绝对没问题的(Java web student dormitory management system can be large homework graduation project. There are two rights system administrators and students to add, delete, check, batch delete Ajax call function paged fuzzy query to student dormitory. Remember that bootstrap framework used in the front-end of landing filter JS call has time and rich text edit box plug-in which can be used as homework or project exam absolutely no problem.)

4
下载
85
浏览
2021-03-14发布

15. SnmpNetTopo

  一个java编写的拓扑自动发现程序,机遇snmp协议的~~~(Prepared a java topology auto-discovery procedures, the protocol snmp opportunities ~ ~ ~)

211
下载
64
浏览
2021-03-13发布

16. NETCTOSS_V02

  学习电信资费页面的底版,该版面为基础进行下层学习(Learning the floor of the telecommunication tariff page)

9
下载
67
浏览
2021-03-12发布

17. 《Java核心技术(卷I)

  java核心技术,经典教材,主要是java基础(Java core technology, classic textbook, mainly Java Foundation)

12
下载
87
浏览
2021-03-12发布

18. opennms-icmp

  基于JAVA的ICMP协议实现,ping和traceroute,分为IPV4和IPV6均有实现(JAVA the ICMP protocol, ping and traceroute, is divided into IPV4 and IPV6 are to achieve)

35
下载
74
浏览
2021-03-09发布

19. POSTEK Java

说明:  实现POSTEK打印机的java通讯,可配置格式(Realize the communication of Postek printer)

11
下载
57
浏览
2021-03-03发布

20. MagicDrawCommunication

说明:  MagicDraw与外部通信的插件程序,通过开发MagicDraw的插件完成MagicDraw与外部软件的通信(Magicdraw plug-in program for external communication)

3
下载
73
浏览
2021-03-02发布