登录
首页 » Java » Process

Process

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

代码说明:

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

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

发表评论

0 个回复

  • jishiben
    能实现较强大的界面,有类似于word的界面,功能完整(To achieve more powerful interface, there is similar to the word interface, full-featured)
    2009-12-27 17:35:38下载
    积分:1
  • simple-blog-system-manage
    说明:  这是一个简单的博客系统的java程序,设计jsp等语言(This is a blog system usejava language)
    2011-02-22 17:16:41下载
    积分:1
  • Hibernate_Javake_Ch02_Config
    Hibernate运行Demo,详细讲解启动配置文件Hibernate.cfg如何编写,包括SessionFactory里的数据源如何配置(Hibernate Run Demo, explain in detail how the startup configuration file Hibernate.cfg preparation, including SessionFactory in how to configure data sources)
    2013-11-04 00:07:37下载
    积分:1
  • sbyle
    采用jdk1 5的界面风格,拱选择的风格有系统平台风格,Motif风格,跨平台风格(The interface style of jdk1 5 is adopted, and the style of arch selection includes system platform style / motif style and cross platform style)
    2018-09-17 11:13:49下载
    积分:1
  • 从Python开始学
    本书以Python为样本,不仅介绍了编程的基本概念,还着重讲解了 编程语言的范式(面向过程、面向对象、面向函数),并把编程语言的 范式糅在Python中,让读者不仅学会Python,未来在学习其他编程语言 时也变得更加容易。(aking Python as a sample, this book not only introduces the basic concepts of programming, but also focuses on the programming language paradigm (process-oriented, object-oriented, function-oriented), and incorporates the programming language paradigm into Python, so that readers can not only learn Python, but also become easier to learn other programming languages in the future.)
    2020-06-18 03:00:02下载
    积分:1
  • j3d_tutorial_ch3
    Getting Started with the Java 3D API
    2014-02-12 09:37:31下载
    积分:1
  • 会员积分消费管理系统
    【实例简介】 内含源码、数据库文件、项目日志和项目报告 会员积分消费管理系统是一个数据库应用系统,会员所有信息都是保存在数据库中。本系统将主要实现以下功能:注册会员、查询会员、会员、查询消费记录功能、会员管理、今日消费统计。
    2021-11-16 00:44:03下载
    积分:1
  • kplk
    一款一个益智类的手机游戏源码,可自己进行编译生成相应的安装文件(A puzzle class of mobile game source code, can be compiled to generate the corresponding installation files.)
    2019-03-25 21:07:27下载
    积分:1
  • xcEduService01
    后端学成网站代码,教育网站模型,提供了后端的基础框架的搭建等(Backend Learning Website Code, Educational Website Model)
    2019-06-05 20:07:14下载
    积分:1
  • InteractiveSVG
    交互式SVG图形demo的源代码,主要是网页设计前端功能(SVG demo)
    2014-02-17 20:54:20下载
    积分:1
  • 696516资源总数
  • 106457会员总数
  • 15今日下载