-
p2
说明: cpu scheduling using java wwewe
- 2010-02-01 21:40:04下载
- 积分:1
-
javaPrint
java,条码打印机驱动,源程序,驱动。(java, bar code printer driver, source code, driver)
- 2010-05-13 16:25:08下载
- 积分:1
-
JAVA_JSB
JAVA记事本源代码,代码内部包含详细的注释,可以实现记事本的功能(JAVA source code in Notepad, the code contains detailed notes inside, can achieve the functions of Notepad)
- 2010-07-28 20:36:37下载
- 积分:1
-
luntan
一个比较典型的论坛系统,主要功能模块有栏目管理,专区管理,回复主题管理,用户管理,用户注销等。里面有数据库,有文档说明。很典型经典的模板,适当的可以添加功能。(A typical forum system, the main function module part management, area management, reply to topics management, user management, user logs off. Inside the database, the document explains. Very typical classic template appropriate to add functionality.)
- 2012-10-18 15:58:32下载
- 积分:1
-
Struts2-SpringHibernate-example
Struts+Spring+Hibernate 实例(Struts+Spring+Hibernate example)
- 2013-02-08 12:51:18下载
- 积分:1
-
200611565948742
点对点聊天,很不错的,又称图形界面下的点对点通信程序(peer-to-peer chatting, very good, also known as the graphical interface of peer-to-peer communication program)
- 2007-04-28 02:15:48下载
- 积分:1
-
HUAWEI_VAS_SDK_FAQ
华为VAS SDK使用FAQ,使用华为mms api开发彩信业务的一些 问题 。(Huawei VAS SDK using the FAQ, use the Huawei MMS mms api business development issues.)
- 2010-07-21 10:26:25下载
- 积分:1
-
lexical-011
The following words are used as keywords in proposed extensions and are therefore reserved to allow for the possibility of future adoption of those extensions.
- 2013-12-25 10:49:21下载
- 积分:1
-
right
springmvc security 权限管理例子(springmvc security )
- 2015-03-31 10:06:12下载
- 积分: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