登录
首页 » Windows核心 » 在多道程序和多任务系统中,系统内同时处于就绪状态的进程可能有若干个。也就是说能运行的进程数大于处理机个数。为了使系统中的进程能有条不紊地工作,必须选用某种调度策...

在多道程序和多任务系统中,系统内同时处于就绪状态的进程可能有若干个。也就是说能运行的进程数大于处理机个数。为了使系统中的进程能有条不紊地工作,必须选用某种调度策...

于 2022-04-12 发布 文件大小:2.28 kB
0 254
下载积分: 2 下载次数: 1

代码说明:

在多道程序和多任务系统中,系统内同时处于就绪状态的进程可能有若干个。也就是说能运行的进程数大于处理机个数。为了使系统中的进程能有条不紊地工作,必须选用某种调度策略,选择一进程占用处理机。要求学生设计一个模拟处理机调动算法,以巩固和加深处理机调度的概念。-In the multi-channel programs and multi-tasking system, the system in a state of readiness within the same process may have several. That is the number of running processes can be greater than the number of processors. To make the process of the system can orderly work, we must use some kind of scheduling policy, select a process consumes processor. Ask students to design an analog processor to mobilize algorithm, in order to consolidate and deepen the concept of processor scheduling.

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

发表评论

0 个回复

  • buffer under VC operation, such as writing a thread, a thread to read and storag...
    VC下进行缓冲区操作, 如一个线程写,一个线程读取并存储 当然使用队列 这是为具体工程写的队列的例子工程-buffer under VC operation, such as writing a thread, a thread to read and storage of course this is the use of Queue works written for specific examples of projects Q
    2022-07-06 21:33:23下载
    积分:1
  • 利用该程序可以在程序运行时显示TRACE的内容
    利用该程序可以在程序运行时显示TRACE的内容-Use of the program can run in the content displayed when TRACE
    2022-05-21 10:55:09下载
    积分:1
  • VC编写的DLL,可以获得硬盘的型号、序列号以及计算机 ID, 带Delphi的源程序,在Win2K下通过,但是没有在Win9X下试过, 感兴趣的朋友可以在Wi...
    VC编写的DLL,可以获得硬盘的型号、序列号以及计算机 ID, 带Delphi的源程序,在Win2K下通过,但是没有在Win9X下试过, 感兴趣的朋友可以在Win9X 下试一下,或者编写一个VB的范例。 函数以及定义: function ReadPhysicalDrive(driveID:integer;buffer:Pointer;bufLen:integer):integer; stdcall; external DiskID.dll name ReadPhysicalDriveInNT ; 获得WinNT下的硬盘型号以及序列号。参数driveID为硬盘的位置, IDE1上的主盘为0,类推到IDE2上的从盘的driveID为3。 function ReadPhysicalDrive9X (driveID:integer;buffer:Pointer;bufLen:integer):integer; stdcall; external DiskID.dll name ReadDrivePortsInWin9X ; 获得Win9X下的硬盘型号以及序列号。参数同上 function getHardDriveComputerID:int64; stdcall; external DiskID.dll name getHardDriveComputerID ; 获得计算机的ID -VC prepared DLL, get the hard drive model, serial number and computer ID, with Delphi s source code, adopted in Win2K, but not under Win9X tried interested can try under Win9X, or prepare a VB example. Function as well as the definition: function ReadPhysicalDrive (driveID: integer buffer: Pointer bufLen: integer): integer stdcall external DiskID.dll name ReadPhysicalDriveInNT obtained under Win
    2022-02-15 18:15:01下载
    积分:1
  • 操作系统课程设计 最坏算法worst―fit
    操作系统课程设计 最坏算法worst―fit-courses on operating system design algorithm for the worst worst-fit
    2022-09-27 15:55:03下载
    积分:1
  • 自动拾色器:自动获得屏幕某点的像素,采用vb编写
    自动拾色器:自动获得屏幕某点的像素,采用vb编写-Automatic Color Picker: Automatic access to a certain point the screen pixel, using vb write
    2022-03-02 05:27:08下载
    积分:1
  • in the design, Xinxiang City of self
    在本次设计中,通过对新乡市自学考试和考生信息管理方式的调查,利用ASP、Dreamweaver、Fireworks等网站开发软件创建了新乡市自学考试网站,实现了网上报考、成绩和座号查询的功能。 新乡市自学考试网站开通的网上报考是自学考试报名方式的一项重大改革,也是新乡市自学考试网站的关键技术和难点。网上报考系统使考生省去了来回奔波、到现场排队填写报名卡等手续,它充分发挥网络的优势,使考生的报考时间更充裕,网上报考比社会报名点更早开始,更迟截止。无论考生身在何处都可以轻松报考,完全没有时空的限制。当考生在报考期间内想修改在线报考的结果, 随时重新登陆系统,即可以重新选择报考的科目,提高了信息采集的及时性、准确性。自学考试网站方便了考生的报考、查询,了解自学考试政策、自学考试办公室最新通知,便于自学考试政策的执行。 自学考试网站的创建使新乡市的自学考试管理方式又上升了一个层次,适应了社会发展的需求。-in the design, Xinxiang City of self-examination and information management candidates to the survey, the use of ASP, Dreamweaver, Fireworks such as web site development and software to create a self-examination of Xinxiang City website, sit through the Internet, achievements and seat inquiry functions. Self-examination of Xinxiang City website launched on the Internet is self-sit the examination form of a major reform, as well as self-examination Xinxiang City website the key technical and difficult. Online system allows candidates to sit eliminating the back and forth, to the scene to fi
    2022-03-11 22:06:54下载
    积分:1
  • RSA经典算法 C语言实现
    RSA经典算法  C语言实现   测试编译通过   欢迎下载
    2022-03-05 20:48:52下载
    积分:1
  • 词法分析 词法分析 词法分析 词法分析 词法分析
    词法分析 词法分析 词法分析 词法分析 词法分析 -lexicalAnalysis
    2022-04-24 11:36:17下载
    积分:1
  • err
    设计了一种可工作于井下高温环境 , 用于阵列声波测井的高速高精度多通道同步数据采集系统 , 提出了声波测井对交叉偶极模拟信号的处理要求以及采集电路的构成和采集数据处理的方法。分析计算 了采集系统的信噪比 S N R 。由数字信号处理器和复杂可编程逻辑器件组成采集控制处理器 , 采集参数和 命令由数字信号处理器通过串行命令总线发送 , 可程控 , 具有较好的通用性。分析测试表明 , 各采集通 道具有很好的一致性 , 动态范围可达 65dB 以上 , 完全能够满足对井下声波信息探测的要求。-err
    2022-02-06 16:25:40下载
    积分:1
  • 可以在托盘中,显示窗口,最小化,停止,退出程序等操作
    可以在托盘中,显示窗口,最小化,停止,退出程序等操作-the tray, show window, and the youngest, stop and exit procedures for operation
    2022-05-06 21:32:12下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载