登录

最新会员 最新下载

成为了本站VIP会员

01月05日 00:38

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29
已选条件
  1. 编程语言:所有
  2. 代码类别:Java编程
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

2. J2MESMS

说明:  SMS相关源码,使用J2ME收发短信SMS源代码(SMS related source code, using J2ME to send and receive SMS SMS source code)

0
下载
76
浏览
2020-06-08发布

3. midp_ketris

说明:  MIDP实现的 俄罗斯方块游戏源码,含游戏画布和封装下坠物对象及其操作类,重画线程,该线程实现游戏画布重画机制,用2个变量是用来控制游戏速度(The source code of the Tetris game implemented by MIDP, including the game canvas and the encapsulated falling object and its operation class, redraw thread, the thread implements the game canvas redraw mechanism, and uses 2 variables to control the game speed)

0
下载
86
浏览
2020-06-07发布

4. JavaBlowfish

说明:  Blowfish对称加密算法源码,应用Blowfish对称密钥加密的一个类(Blowfish symmetric encryption algorithm source code, a class that uses Blowfish symmetric key encryption)

0
下载
84
浏览
2020-06-07发布

5. baohao_Number

说明:  Java数字语音报号程序及资源文件,包括了全部的数字语音文件(Java digital voice report program and resource files, including all digital voice files)

0
下载
82
浏览
2020-06-07发布

6. javaLGantt

说明:  Java甘特图实例中文版附源码,基于applet的甘特图(Chinese version of Java Gantt chart example with source code, Gantt chart based on applet)

0
下载
99
浏览
2020-06-05发布

7. Noka-tag

说明:  一个JSP标签插件实例Noka tag源码,一组专一为JSP而开发的软件标签系统,支持多种数据库的集数据处理与显示的标签包(A JSP tag plug-in instance Noka tag source code, a set of software tag systems developed specifically for JSP, supporting a variety of database set data processing and display tag package)

0
下载
81
浏览
2020-06-01发布

8. 棋盘覆盖

说明:  带界面的棋盘覆盖算法,很好的参考价值,有封装,需要解码一下。(ChessBoard Algorithm with JAVA)

0
下载
88
浏览
2020-05-28发布

9. 阿里巴巴Java开发手册v1.2.0-1

说明:  阿里巴巴 Java 开发手册,本手册的愿景是码出高效、 码出质量。(Alibaba java development manual, the vision of this manual is to code efficiently and code quality.)

0
下载
115
浏览
2020-05-27发布

10. 交通一条道路

说明:  设计一个交通信号灯类: (1)变量:位置、颜色(红、黄、绿)、显示时间(秒)。 (2)方法:切换信号灯。 创建并启动两个线程(东西向、南北向)同时运行。 3.实验要求 (1)设计线程。 (2)设计路口信号灯示意图界面。 (3)进一步将每个方向的信号灯分成3种车道灯:左转、直行和右转。 (4)根据车流量进行时间的模糊控制。(Design a traffic light class: (1) variables: location, color (red, yellow, green), display time (seconds). (2) Method: switch the signal lamp. Create and start two threads (east-west, north-south) running at the same time. 3. Experiment requirements (1) design thread. (2) Design schematic interface of intersection signal light. (3) Further, the signal lights in each direction are divided into three kinds of lane lights: left turn, straight ahead and right turn. (4) Fuzzy control of time according to traffic flow.)

2
下载
143
浏览
2020-05-27发布

11. wfv_java_demo

说明:  讯飞wfv测试程序。使用讯飞语音引擎的示例程序(IFLYTEK WFV test procedure. Sample program using iFLYTEK voice engine)

0
下载
557
浏览
2020-05-19发布

12. Xuan5

说明:  设计两个接口,每个接口包含两个方法。构造一个新接口,继承上述两个接口, 并增加一个新的方法。构造一个类 Test 实现这个新的接口,并继承另一个类。创建类 Test 的实例对象,并调用类 Test 中全部的成员方法。(Design two interfaces, each containing two methods. Construct a new interface, inherit the above two interfaces, And add a new method. Construct a class test to implement the new interface and inherit another class. Create class Test, and call all member methods in the class test.)

1
下载
126
浏览
2020-05-11发布

13. MyProject3_22

说明:  基于数组及方法的综合运用,设计一个简易版的酒店管理系统,具有订房、退房、查看打印房间状态等功能。(Design a simple version of the hotel management system, with booking, check-out, check-out printing room status and other functions.)

0
下载
101
浏览
2020-05-07发布

14. 阿里巴巴Java开发手册(华山版)

说明:  阿里巴巴Java开发手册(华山版),java代码编写规范(Alibaba Java Development Manual (Huashan version), java code writing specification)

0
下载
85
浏览
2020-04-29发布

15. springCloud入门必读

说明:  springcloud 微服务架构,初学者可以通过此书快速理解微服务。(Microservice architecture, beginners can quickly understand microservices through this book.)

1
下载
103
浏览
2020-04-26发布

16. java学生管理系统源码(含数据库以及运行截图)

该系统主要功能有:1) 学生基本信息和学生成绩的管理学生基本信息:姓名、学号、专业、班级、所属院系。各科成绩:高等数学、英语、数据结构、计算机组成原理、面向对象程序设计系统可以完成对各类信息的添加、修改、删除等功能。2) 成绩的统计汇总可以计算班级平均成绩,某科最高成绩,最低成绩,优、良、中、及格、不及格各个成绩等级的人数,每位同学的总成绩、班级总成绩,总成绩排名等。3) 成绩信息查询查询功能是系统的核心功能之一。在系统中既有单条件查询也有多条件查询,可以精确查询和模糊查询。可以按照班级、成绩范围、科目等查询。可以自己根据需要合理设计。4) 系统登录功能进入系统,需要登录。可以注册用户,有完整的用户注册、用户登录和密码修改功能。系统管理模块:因为本系统是用来管理学生成绩的,所以系统运行的正常和安全性非常重要,为了达到此目的本系统需要一个管理系统安全的系统管理模块。其任务是维护系统的正常运行和安全性设置。该模块的主要任务是维护系统的正常运行和安全性设置包括注册、登录、修改密码、退出登录等等。教师管理模块:该模块的主要任务是维护系统的正常运行和安全性设置,实现对学生的个人信息的管理工作,对学生信息进行维护更新,从而方便学校管理部门对学校的基本情况的快速查询和了解。包括添加学生信息、查询和修改学生信息、删除学生信息等等。成绩管理模块:因为本系统需要对学生成绩进行统计、分析。这也是本系统的一个重要的作用,所以有必要专门构建一个管理学生成绩的模块。方便教师等快速把握学生、班级、学校的学习状况。学校的成绩管理工作是检验学生学习情况的一个主要手段,本模块包括成绩添加、成绩修改、成绩查询、成绩的统计等功能模块。 

2
下载
200
浏览
2020-04-26发布

17. 20162203245 王淋 聊天系统

说明:  java语言实现了篮球管理的后台,使用了ssm的框架,适合初学者(Realize the backstage of Basketball Management)

0
下载
97
浏览
2020-04-23发布

18. Flex4

说明:  基于Flex4_Java的多个文件上传类源码,flex批量上传文件服务器(Multiple file upload source code based on Flex4_Java, flex batch upload file server)

0
下载
83
浏览
2020-04-23发布

19. 机动.xlsx

说明:  解密的小功能,可以实现在线解密和加密,还可以实现多种加密解密方式(Decryption of small functions, can achieve online decryption and encryption, but also can achieve a variety of encryption and decryption)

1
下载
117
浏览
2020-04-22发布

20. javabook_src

说明:  《Java课程设计》随书源码,很全,所有章节的源码都有(The source code of "Java Curriculum Design" is included with the book.)

1
下载
83
浏览
2020-04-21发布