登录
首页 » Java » Process

Process

于 2018-11-29 发布 文件大小:4KB
0 84
下载积分: 1 下载次数: 1

代码说明:

  java进程调度(优先级)进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。每个进程有一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为进程输入的时间。进程的运行时间以时间片为单位进行计算。每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finish)三种状态之一。就绪进程获得 CPU后都只能运行一个时间片。用已占用CPU时间加1来表示。如果运行一个时间片后,进程的已占用 CPU时间已达到所需要的运行时间,则撤消该进程,如果运行一个时间片后进程的已占用CPU时间还未达所需要的运行时间,也就是进程还需要继续运行,此时应将进程的优先数减1(即降低一级),然后把它插入就绪队列等待CPU。每进行一次调度程序都打印一次运行进程、就绪队列、以及各个进程的 PCB,以便进行检查。  (Java process scheduling)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • javahr
    Java版的企业人事管理系统完整版源码,采用Oracle数据库,运行于Eclipse,压缩包内附有配置文档和系统说明。这套系统可完成档案管理、人事管理、考勤管理、工资管理、用户管理、财务报表等功能。界面漂亮友好,是学习的第一手资料。(Java version of the enterprise personnel management system for the full version of source code, using Oracle database, running on Eclipse, compression packages and system configuration documentation is enclosed instructions. The system is complete file management, personnel management, attendance management, payroll management, user management, financial reporting and other functions. Nice and friendly interface, is to learn first-hand information.)
    2009-10-11 14:33:27下载
    积分:1
  • workflow-code
    说明:  这是自定义工作流的图形定义部分,被我抽取出来,可以用于很多类似的系统(This is the definition of the graphic work flow definition, I have been extracted and can be used in many similar systems)
    2005-09-18 11:00:19下载
    积分:1
  • Policy
    Answers a Policy object with the specified type and the specified parameter.
    2013-11-26 15:04:56下载
    积分:1
  • 实验三 SNMP的应用开发(三)
    此为基于java的snmp管理站开发,编程实现SNMP管理站,完成对SNMP代理的远程访问。(Development of SNMP management station based on Java)
    2019-06-09 13:25:29下载
    积分:1
  • AI
    说明:  this is a tic-tac-toe game.... no one can win...try it.. :)
    2009-07-11 15:18:28下载
    积分:1
  • fccCode-practice-master
    说明:  运用最新的SpringBoot2.0以上版本和SpringCloud各大组建以及SpringcCloud-Alibaba 的Nacos,Seata,Sentinel等组件整合成的大型项目(It is a large-scale project integrated with the latest version of spring boot 2.0 or above, the major components of spring cloud, and the components of Nacos, Seata, sentinel of spring cloud Alibaba)
    2021-03-14 19:12:38下载
    积分:1
  • spring-security-master
    一个使用spring-security管理权限控制的具体示例(A concrete example of using spring-security to manage permission control)
    2019-01-23 11:06:18下载
    积分:1
  • FreeMarker
    FreeMarker编程指南,目前最权威的
    2010-12-04 14:53:23下载
    积分:1
  • Socket
    java socket编程比较好的学习资料ppt,能够帮助初学者迅速了解socket编程,包含这多个实例。(Socket ppt programming a good learning materials Java, can help beginners quickly understand the socket programming, including the many examples. )
    2016-12-11 11:36:20下载
    积分:1
  • Noka-tag
    说明:  一个JSP标签插件实例Noka tag源码,一组专一为JSP而开发的软件标签系统,支持多种数据库的集数据处理与显示的标签包(A JSP tag plug-in instance Noka tag source code, a set of software tag systems developed specifically for JSP, supporting a variety of database set data processing and display tag package)
    2020-06-01 16:22:34下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载