-
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
-
Esaaa
a source code for managing a small market
- 2012-05-30 19:39:07下载
- 积分:1
-
SortAnimation
关于快速排列的动画演示,由java swing写成(quick sort)
- 2011-11-15 06:12:27下载
- 积分:1
-
jwxtbaseonStruts
一篇论文 struts架构设计的教务系统 很好的参考价值 通过cnki数据库下载(A paper struts system architecture design of the Senate passed a very good reference value CNKI Database Download)
- 2008-08-12 11:28:41下载
- 积分:1
-
dxlzm
短信拦载码免杀版 短信拦载码免杀版 短信拦载码免杀版(SMS interception of SMS bar code free version contained the code free version interception of SMS codes free version)
- 2015-11-25 20:13:54下载
- 积分:1
-
Kmeansone
Kmeans 算法的基本JAVA实现。可以实现聚类的功能。(kmeans ALGORITHM using JAVA)
- 2015-09-23 16:38:04下载
- 积分:1
-
Java-6-Study-Guide
最新的SUN认证的JAVA 6程序员学习向导,包括JAVA基本语言知识,考点,常见题型等。(The latest SUN certification JAVA 6 programmers learning guide, including basic knowledge of the language JAVA, test points, and other common questions.)
- 2015-10-23 07:55:07下载
- 积分:1
-
liredemo-v1.0_b4
LIRE Releases
Note that the releases indicate milestones, which we consider stable and usable. However, we recommend to use the current SVN version as it contains important tweaks, features and bug fixes.
- 2018-12-07 14:35:11下载
- 积分:1
-
mouse
编写应用程序,当鼠标进入窗口时,用一个文本框给出鼠标进入或离开的信息,当鼠标左键按下拖拽时,文本框给出鼠标所在点的坐标(Written application, when the mouse enters the window, a text box with the mouse enters or leaves given the information, press the left mouse button when dragging, the text box where the point given the coordinates of the mouse)
- 2011-11-20 14:11:39下载
- 积分:1
-
java 连接阿里云的mqtt服务(客户端源码)
java 连接阿里云的mqtt服务(客户端源码)
- 2018-07-28下载
- 积分:1