-
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
-
Student-system
Java学生成绩管理系统源代码,包含课程设计报告和项目配置说明。(Java student achievement management system source code, including curriculum design and project configuration instructions.)
- 2013-06-23 22:59:06下载
- 积分:1
-
超市订单管理系统(spring boot+mybatis+spring mv)
项目描述 超市订单管理系统运行环境 jdk8(jdk7) mysql Eclipse maven tomcat7项目技术(必填) springboot spring mvc mybatis jquery jsp数据库文件 链接: https://pan.baidu.com/s/1MlZoNn8MOyagJUdVk3ih1A 密码: 6mi1jar包文件 maven搭建 登录帐号admin 1234567 http://localhost:8080/login.jsp
- 2020-12-09下载
- 积分:1
-
Student-attendance
学生出勤管理系统的开发与应用 有较详细的源代码 有需要的话可以参考(Student attendance management system development and application of more detailed source code if necessary can refer to)
- 2013-04-04 20:46:52下载
- 积分:1
-
train
jsp 实现的火车售票系统
课程作业 需要的可以下载看看(jsp realization train ticketing system)
- 2015-01-07 15:05:40下载
- 积分:1
-
.metadata
设计优良学风班集体评选辅助决策软件,使用数据库存放各参评班级的各项表现信息,使得系统可以按照每个班级的各项表现(数据)每年提供优良学风班集体的候选名单。(Style class collective good design decision support software selection, use a database to store the performance of each participating class information, so that the system can provide a list of candidates for the collective good style of study classes each year according to the performance of each class (data).)
- 2014-01-21 20:49:19下载
- 积分:1
-
jsp仓储管理系统设计(源代码+论文)
仓储管理系统的功能有可以在页面上实现对仓库内物品的增删改查,是B/S结构。(Storage management system functions can be achieved on the page, the contents of the warehouse additions and deletions to change, is the B/S structure.)
- 2017-10-12 16:03:24下载
- 积分:1
-
estore项目资料最新版
说明: 调用h2数据库管理用户注册,实现网上书城,购物车管理等功能(Call H2 database to manage user registration, realize online bookstore, shopping cart management and other functions)
- 2020-06-25 03:20:02下载
- 积分:1
-
Spring_0200_IOC_Introduction
java spring的IOC的源码,对学习spring的IOC很有帮助(Java spring IOC source code, to learn spring IOC helpful)
- 2012-12-01 12:54:08下载
- 积分:1
-
ebookProject
java电子书管理系统,对电子书的增删改查,初学者适应(Java student information management system, mainly include: add and delete student information, for information management. Suitable for beginners.)
- 2016-03-28 14:09:46下载
- 积分:1