登录
首页 » Windows核心 » 我们操作系统的一个进程建立,调度的模拟程序.实现FCFS,SJF,和静态优先权三种调度,绝对好程序!...

我们操作系统的一个进程建立,调度的模拟程序.实现FCFS,SJF,和静态优先权三种调度,绝对好程序!...

于 2022-04-13 发布 文件大小:2.06 kB
0 174
下载积分: 2 下载次数: 1

代码说明:

我们操作系统的一个进程建立,调度的模拟程序.实现FCFS,SJF,和静态优先权三种调度,绝对好程序!-operating system we establish a process, scheduling the simulation program. Achieving FCFS, SJF, and three static priority scheduling, the program is absolutely!

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

发表评论

0 个回复

  • 前78例89例的第一芯片是一个完整的描述…
    第78例到第89例是一个芯片完整描述的各个部分,但是 它们的源描述所使用的包的源描述超过了演示版限制的300行, 目前不能进行编译与模拟, 如果您需要对其进行编译与模拟,请与北京理工大学 ASIC研究所联系,获取Talent系统的完全版本.-The first 78 cases to 89 cases of the first chip is a complete description of the various parts, but they used to describe the source of the packet
    2022-03-31 22:22:24下载
    积分:1
  • 文件处理工具,包括文件合并,文件分割,文件复制,
    文件处理工具,包括文件合并,文件分割,文件复制,-document processing tools, including document merging separate document, document reproduction,
    2022-04-18 00:30:28下载
    积分:1
  • 快排,将小于枢轴的元素移到前面,将大于枢轴的元素移到后面...
    快排,将小于枢轴的元素移到前面,将大于枢轴的元素移到后面-Fast scheduling, will be less than the pivot element to the front, will be greater than the pivot element to the back of
    2022-05-27 03:06:44下载
    积分:1
  • 本程序是一个偷取别人U盘里面的资料的程序,请勿用于非法用途...
    本程序是一个偷取别人U盘里面的资料的程序,请勿用于非法用途-this procedure is a stolen U disk inside information on the procedures, please do not be used for illegal purposes
    2022-02-12 04:26:17下载
    积分:1
  • 这是一款开关机程序,可以管理系统的关机、注销、重启、强制关机等,还可实现定时功能,用户可预先定时。...
    这是一款开关机程序,可以管理系统的关机、注销、重启、强制关机等,还可实现定时功能,用户可预先定时。-This is a switch machine procedures, management systems can be shut down, write-off, restart, shutdown, such as mandatory, but also achieve the timing function, the user can advance from time to time.
    2022-09-01 18:45:04下载
    积分:1
  • process Scheduling Algorithm : The highest priority of several priority scheduli...
    进程调度算法:采用最高优先数优先的调度算法,即把处理机分配给优先数最高的进程。 每个进程由一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行的时间、已占用的CPU时间、进程状态等等。 进程的优先数及所需要运行的时间可以事先人为地指定(也可由随机数产生)。 进程的运行时间以时间片为单位进行计算。 每个进程的状态可以是就绪W(Wait),运行R(Run),或完成F(Finish)三种状态之一。-process Scheduling Algorithm : The highest priority of several priority scheduling algorithm, which is allocated to the processor the highest priority in the process. Every process from a process control block (PCB) said. Process control block may contain the following information : process, and priority number, the need to run time, has taken the CPU time, the process of the state and so on. Several priorities for the process of what needs to run and the time prior to artificially designated (also be random number generator). The process of running time to time-unit calculations. The state of each process can be completed W (Wait), running R (Run), or completion of F (Finish), one of three state.
    2022-07-18 13:52:56下载
    积分:1
  • 有时候,我们遇到的情况时,我们需要一些内函数钩子…
    Sometimes, we run into a situation when we badly need to hook some kernel function, but are unable to do it via conventional PE-based hooking. This article explains how kernel functions can be directly hooked. As a sample project, we are going to present a removable USB storage device as a basic disk to the system, so that we can create and manage multiple partitions on it (for this or that reason, Windows does not either allow or recognize multiple partitions on removable storage devices, so we are going to cheat the system). On this particular occasion, we will hook only one function, but the approach described in this article can be extended to handle multiple functions (for example, one of my projects required direct hooking of quite a few functions from the NDIS library). You should clearly realize that this article is about direct hooking and not about dealing with USB storage, so please don t tell me that the sample problem may have been solved differently.
    2022-08-15 21:57:18下载
    积分:1
  • 用于VB环境使用鼠标滚动键,方便代码编写
    用于VB环境使用鼠标滚动键,方便代码编写-VB environment for using the mouse scroll to facilitate coding
    2022-01-27 09:20:54下载
    积分:1
  • 防火墙源代码实现,firewall 1. 在命令行模式下切换到源代码的 Release 目录。 2. 执行 Xfilter...
    防火墙源代码实现,firewall 1. 在命令行模式下切换到源代码的 Release 目录。 2. 执行 Xfilter -install 命令,程序会要求注册,输入信息后确定即可。 3. 在Win98下需要重新启动计算机,2000下不需要。 4. 运行 Xfilter.exe,便可正常使用。 5. 卸载时需要在命令行执行 Xfilter -remove-Realize the firewall source code, firewall1. In the command-line mode switch to the Release directory of the source code. 2. Executive Xfilter-install command, the program will be asked to register, enter information to identify you. 3. In Win98 under the need to restart your computer, in 2000 under the do not need. 4. Run Xfilter.exe, can be normal use. 5. Uninstall command line when the need for the implementation of Xfilter-remove
    2022-03-30 04:32:21下载
    积分:1
  • good information, windows programming required
    windows 32 SDK好资料,windows编程必备-good information, windows programming required
    2022-08-03 20:10:23下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载