-
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
-
89346494easyjferp
erp java jsp struts javabean 很好很强大的(erp java jsp struts javabean very very powerful)
- 2008-05-05 12:47:14下载
- 积分:1
-
jms
一个HornetQ获取和发送JMS消息的例子,还有一个基于Esper,复杂事件处理的例子(A HornetQ get and send JMS messages example, there is one based on Esper, examples of complex event processing)
- 2013-09-12 16:28:53下载
- 积分:1
-
Java_jisuanqi
用Java写的计算器,,,,,,,,,新手可以下来看看(Written in Java Calculator)
- 2014-03-12 16:04:20下载
- 积分:1
-
java图书管理系统(源码+Sql Sever数据库+使用说明文档)
图书馆管理系统是图书馆管理工作中不可缺少的部分,它对于图书馆的管理者和使用者都非常重要,所以图书馆管理系统应该为管理者与读者提供充足的信息和快捷的数据处理手段,但长期以来,人们使用传统的人工方式或性能较低的图书馆管理系统管理图书馆的日常事务,操作流程比较繁琐。一个成功的图书馆管理系统应提供快速的图书信息检索功能、快捷的图书借阅、归还流程
- 2019-06-28下载
- 积分:1
-
Play
playframework框架,可供初学者使用(playframework framework)
- 2011-09-17 16:56:52下载
- 积分:1
-
Exe7_3
设计一个跟踪鼠标移动的窗口。窗口中间添加一个蓝色背景白色文字的标签,在标签上显示鼠标指针当前坐标值。在窗口下方添加一个按钮,点击按钮可以在停止跟踪和继续跟踪之间进行切换(Designed to track the mouse movement a window. Middle of the window to add a blue background, white text label, the label displays the current mouse pointer coordinates. Add a button in the window below, click the button to stop the track and continue to follow in the switch between)
- 2011-12-23 22:07:06下载
- 积分:1
-
bbs
论坛系统,注册,发帖,帖子功能较齐全,可以添加表情、使用HTML代码、改变字体大小、字样、颜色、加粗、倾斜、下划线,可选择文本对其格式,可加入超链接,还可上传附件下载附件。(Forum system, registration, posting, posting a more complete functionality, you can add facial expressions, the use of HTML code, change the font size, words, colors, bold, tilt, underscore the option of text on their format, can be added to the hyperlink, can also download the attachment to annex upload.)
- 2008-08-19 19:52:57下载
- 积分: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
-
swing-inspector-1.2.1
网络浏览器,java编写,swing做的界面,可以实现基本的上网。(Web browser, java prepared, swing interface, you can access the basic implementation.)
- 2013-12-12 17:02:04下载
- 积分:1