-
JAVA经典算法40题
java基础习题 是java工程师初期的首选 是必备的习题库.我们每一个Java 都需要掌握这些基础知识(Java basic exercises)
- 2020-06-15 22:50:02下载
- 积分:1
-
15755_jb_memory_monitor_v.2.2
JBuilder里监控内存使用情况的插件(JBuilder Memory Lane control the use of plug-in)
- 2004-10-13 09:49:37下载
- 积分:1
-
EJB
EJB3在JBoss7下的使用案例,建立EJB远程服务,通过本地和远程两种方式访问EJB服务(EJB3 in use cases JBoss7 under build EJB remote service, access to local and remote EJB services through two ways)
- 2016-06-07 10:52:27下载
- 积分:1
-
Hibernate_Javake_Ch04_Util
编写HibernateUtil工具类,用工厂方法设计模式实现(Write HibernateUtil tools with factory method design pattern)
- 2013-11-04 00:16:55下载
- 积分:1
-
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.)
- 2020-12-09 21:29:20下载
- 积分:1
-
Policy
Answers a Policy object with the specified type and the specified parameter.
- 2013-11-26 15:04:56下载
- 积分:1
-
Process
java进程调度(优先级)进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。
进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为进程输入的时间。进程的运行时间以时间片为单位进行计算。每个进程的状态可以是就绪
W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。就绪进程获得
CPU后都只能运行一个时间片。用已占用CPU时间加1来表示。如果运行一个时间片后,进程的已占用
CPU时间已达到所需要的运行时间,则撤消该进程,如果运行一个时间片后进程的已占用CPU时间还未达所需要的运行时间,也就是进程还需要继续运行,此时应将进程的优先数减1(即降低一级),然后把它插入就绪队列等待CPU。每进行一次调度程序都打印一次运行进程、就绪队列、以及各个进程的
PCB,以便进行检查。 (Java process scheduling)
- 2018-11-29 23:13:42下载
- 积分:1
-
JavaFileSmasher
Java文件粉碎工具,使用命令行启动,支持粉碎文件夹,支持多参数,支持递归粉碎。(Java File Shredder tool, use the command line to start support to crush the folder, and support for multi-parameter, support recursive crushed.)
- 2012-03-28 22:07:58下载
- 积分:1
-
javamail-1.4.2
Java邮件开发系统 收发邮件 实现邮件的编写 发送和接受的功能! (failed to translate)
- 2009-10-27 22:08:35下载
- 积分:1
-
Airline-Resevation-System
A Netbeans project for Online Airline reservation system( in Java)
- 2014-07-12 16:56:34下载
- 积分:1