搜索资源列表
attemper
- 一个模拟系统进程调度的vc程序。以适当动画的形式展示。-a process simulation system vc scheduling procedures. In an appropriate display in the form of animation.
030341404
- 这是模仿进程调度的试验。用vc++做的模拟程序。很好用,内有完全的实验报告-This is the process of copying scheduling tests. Vc do with the simulation program. Good use is completely within the experimental report
jinchengtiaodu
- 模拟进程调度,采用时间片路轮转法,开发环境:VC++ 6.0-modeling process scheduling, and time Web tablets Road, the development environment : Visual C + + 6.0
tim_diaodu
- 用VC写的,时间片轮法,模拟进程调度,可以看下.-VC wrote, the time Katawa, the modeling process scheduling, can facie.
进程调度
- 本程序使用VC++编译调试,用于实现进程优先数调度的模拟。主要包含三个模块:1、主界面:用于显示进程调度的过程。2、数据录入模块:用于获取进程的初始值,其中有三种获取方式,手动输入方式、随即生成方式和从文件中读去数据的方式。当用户在主窗口中点击“开始”菜单项时即可打开数据录入对话框,用户通过这三种方式之一均可完成数据的录入。3、进程控制模块:主要实现创建新的进程,就绪队列的管理,完成队列的管理,进程的调度。-procedures for the use of the VC compiler te
进程调度模拟程序
- 操作系统进程调度模拟程序vc实现-operating system simulation process scheduling procedures to achieve vc
进程调度模拟程序原代码
- 看大家都用的是vc来写的.现在传一个用c#写的进程调度程序上来.希望对大家有点帮助.-see everyone is using vc write. Now - with a write c # in the process scheduler onto. We hope to help a bit.
进程模拟调度
- VC++编写的操作系统课程设计——进程模拟调度——时间片轮转、优先级法
qw_processheal
- 用C语言编写的一个模拟进程调度的算法,是用数组完成的,是静态的演示。用VC++编译通过。-Using C language, a simulation of the process of scheduling algorithms, complete with an array is a static presentation. Using VC++ compiler through.
Os
- vc 6.0 基于MFC的进程调度模拟,有界面很直观-VC6.0 os fcfs sfs process
1
- vc 6.0 进程调度算法的模拟,缺点是只实现一种调度-vc 6.0 FCFS SFS
Process
- 本次课程设计要求采用VC++结合MFC界面模拟进程调度-The curriculum requires VC++ MFC interface with process scheduling simulation
VCPP_dy
- VC++ 进程调度算法演示 求设计一个允许n个进程并发运行的进程管理模拟系统。该系统包括有简单的进程控制、同步与通讯机构,其进程调度算法可任意选择。每个进程用一个PCB表示,其内容根据具体情况设置。各进程之间有一定的同步关系(可选)。系统在运行过程中应能显示或打印各进程的状态及有关参数的变化情况,以便观察诸进程的运行过程及系统的管理过程。-VC++ demo process scheduling algorithm
ProcessSched
- 这个是操作系统的进程调度源代码,模拟操作系统的进程调度,可以在VC++开发环境下编译模拟-This is the process of scheduling the operating system source code to simulate the process of scheduling the operating system can be developed in VC++ compiler environment simulation
Job
- vc++模拟操作系统的进程调度,创建进程,可观察进程运行情况-vc++ simulation of the operating system process scheduling, process creation, process operation can be observed
Process-scheduling
- 用vc++编写的一个对操作系统进程调度的一个模拟算法,可以根据界面提示进行操作。-The a written vc++ a simulation of the operating system process scheduling algorithm, According to the interface.
process-scheduler-schedulin
- 2. 用VC+6.0创建一个控制台应用程序(这个控制台应用程序的类型是A hello world application)。 3. 编程创建一系列的进程并放入就绪队列中(使用链表实现),来模拟进程创建。 4. 把创建的进程的信息在屏幕上显示出来。 5. 设计进程调度程序模拟两种以上调度算法(时间片调度、优先级调度)。 6. 进程调度程序从活动就绪队列中挑选进程,若队列为空,应显示相应提示信息。 7. 必须有出错处理。 -2. With VC+6.0 create a co
LRU_OSmode
- 利用VC和ege图形函数库编写基于LRU的请求分页模拟操作系统。模拟的功能有文件系统,鼠标响应,进程调度等。-VC and ege use graphics library written request LRU paging simulation operating system is based. Analog features include file systems, the mouse response, process scheduling.
xhbrlw
- 一个模拟系统进程调度的vc程序,以适当动画的形式展示,很好-A process scheduling simulation system of vc program, in the form of appropriate animation show, is very good
c1
- 通过对进程调度算法的模拟加深对进程概念和进程调度过程的理解()