-
java-Struts-Hibernatelib
ExtJs4.1+Jbpm4+SSH2+Oracle10g实际项目源码(ExtJs4.1+Jbpm4+SSH2+Oracle10g actual project source code)
- 2014-12-02 11:28:41下载
- 积分: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
-
c2007629214256
在管理员表中初始插入数据 usn: admin, pwd: 21232F297A57A5A743894A0E4A801FC3
初始用户账号/密码: admin (密码为 md5 加密)
SRC/: JAVA 程序源文件目录
src/Conn.java 是数据库连接的类 请先修改里面的数据库连接
src/Gload.java 全局类 实现一些全局功能
mssqlserver.jar, msutil.jar, msbase.jar ------- SQL Server 的驱动包,请导入工程
DataBase/图书_Data.MDF: SQL Server 2000 数据库文件, 可直接附加
CreateTab.sql SQL Server 建表脚本(In an administrator to insert the initial data table usn: admin, pwd: 21232F297A57A5A743894A0E4A801FC3 initial user account/password: admin (password is md5 encrypted) SRC /: JAVA program source file directory src/Conn.java is a database connection class, please modify the database connection inside the src/Gload.java overall category realize the overall function of a number of mssqlserver.jar, msutil.jar, msbase.jar- SQL Server driver package, please import Engineering DataBase/books _Data.MDF: SQL Server 2000 database documents, can be directly attached CreateTab.sql SQL Server to build table script)
- 2008-07-01 01:45:14下载
- 积分:1
-
Distributed_Videostreaming
这是一个peer to peer的视频流系统. 该系统采用RTP协议,因此与某些采用http/ftp协议进行传输的系统不同,本系统在视频流下载的过程中就可以同时观看。(This is a peer-to-peer Video System. The system uses RTP, Thus, some use http/ftp protocol transmission system, The video streaming system in the process of downloading it can watch.)
- 2007-05-25 15:23:27下载
- 积分:1
-
JDOMParsePage
给大家分享一个不错的java小实例,实现了JDOMParsePage的功能,对学习很有用,赶紧来用吧。(To share a good java instance the JDOMParsePage functionality useful learning hurry to use it.)
- 2012-08-23 10:05:54下载
- 积分:1
-
Hotel
Java project which describes Hotel managment system.
- 2016-05-16 05:17:03下载
- 积分:1
-
_line
本程序通过java画线,并实现线的闪动效果(java draw lines and flashing effects to achieve)
- 2011-12-19 21:49:36下载
- 积分:1
-
JAVA_TANK
一个Java3d做的坦克游戏,短小精悍,建议用java反编译器从class文件中反编译出源文件(Do a Java3d tank game, dapper, recommended against using java class file from the compiler to decompile the source file)
- 2010-06-23 13:23:03下载
- 积分:1
-
AnimatorIcon
java 300 列里的 第17部分,没有太了解是什么。(java 300 in the content)
- 2015-06-07 04:02:22下载
- 积分:1
-
Communication
JAVA编程,基于C/S模式的局域网络聊天程序,适用于学生的课程设计(JAVA programming, based on the C/S mode local area network chat program for students in curriculum design)
- 2009-06-14 23:16:28下载
- 积分:1