-
ReadPropertiesConfig
read properties from properties.file
- 2011-09-07 10:50:10下载
- 积分:1
-
WEB_WORKFLOW
主要提供自定义工作流开发的资料,欢迎访问作者博客(Primarily provide custom workflow development information, please visit the author blog)
- 2013-10-31 03:24:33下载
- 积分: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
-
BrainVita
Its a nice Brain Vita Game which is played with marbles usually!
- 2009-06-01 09:55:52下载
- 积分:1
-
javamain99
the main of the println file of china
- 2020-06-20 03:00:02下载
- 积分:1
-
shenggui_tool
神鬼工具代码 可查看角色数据 可调整爵位 可调整声望 可调整权限 可清除数据(shenggui tool)
- 2013-09-08 10:38:32下载
- 积分:1
-
geoMatch
java编程:自己编写的地名相似度匹配算法包括地名相似度、地理位置相似度(java programming: write their own names, including names similarity similarity matching algorithm, the geographical similarity)
- 2010-05-14 20:40:19下载
- 积分:1
-
Control Course
说明: 用于实现对小车的移动进行控制的app源代码(App Source Code for Control of Car Mobility)
- 2019-05-18 16:14:47下载
- 积分:1
-
Wicket_in_action
Wicket is a framework that makes building web applications easier and more fun. It
boasts an object-oriented programming model that encourages you to write maintainable
code and helps you scale your development effort with its facilities for reusable
components and separation of concerns.
- 2012-12-01 20:18:16下载
- 积分:1
-
WebBrowser
用java语言实现webbrowser,代码清晰,易于理解(the web development of ftp)
- 2012-05-29 10:21:05下载
- 积分:1