-
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
-
qitajava4
说明: 一个java聊天系统程序
主要针对学生的课程设术的需要(a java chat system program aimed at students in the course is set up to the needs)
- 2006-01-09 02:46:43下载
- 积分:1
-
java作业
初学java的可以借鉴,学java的可以借鉴学java的可以借鉴(Lessons for beginners of Java)
- 2020-06-17 20:40:04下载
- 积分:1
-
BBClique.java
分支限界算法求最大团问题,java源码,分支限界法的一个经典问题解决。(A branch and limit method for solving the problem of the maximum mass)
- 2018-04-28 17:53:05下载
- 积分:1
-
MySQL-Front--v5.0.Build.1.127
小巧的管理Mysql的应用程序.主要特性包括多文档界面,语法突出,拖拽方式的数据库和表格,可编辑/可增加/删除的域,可编辑/可插入/删除的记录,可显示的成员,可执行的SQL 脚本,提供与外程序接口,保存数据到CSV文件等。
">
- 2014-07-01 16:31:54下载
- 积分:1
-
storm+kafka应用案例
storm+kafka应用案例
- 2021-05-06下载
- 积分:1
-
PropertyChangeSupport
Property Change Support.
- 2013-11-06 14:47:29下载
- 积分:1
-
wordsegment
中文分词系统,有IKAnalyzer和MMAnalyzer两种分词方式可供选择,有界面展示,可是清楚的比较两种的特点,各有千秋(Chinese word segmentation system, there are two kinds of segmentation MMAnalyzer IKAnalyzer and methods are available, there are interface shows, but a clear comparison of two characteristics, each has its advantages)
- 2011-05-21 19:10:25下载
- 积分:1
-
register
安装myeclipse之后,新建一个java类,实现免费注册(After installing myeclipse, create a new Java class, free registration)
- 2013-04-22 21:31:02下载
- 积分:1
-
Zoom
使用鼠标滚轮进行控制图片的缩放,代码简单明了,有界面,使用鼠标滚轮进行控制图片的缩放,代码简单明了,有界面,使用鼠标滚轮进行控制图片的缩放,代码简单明了,有界面,使用鼠标滚轮进行控制图片的缩放,代码简单明了,有界面,(Use the mouse wheel to control the scaling of the picture, the code simple, have the interface, use the mouse wheel to control the scaling of the picture, the code simple, have the interface, use the mouse wheel to control the scaling of the picture, the code simple, have the interface, use the mouse wheel to control the scaling of the picture, the code simple, have the interface,)
- 2015-10-08 10:47:02下载
- 积分:1