-
一个比较简单的Windows进程管理器源代码,仅供参考
一个比较简单的Windows进程管理器源代码,仅供参考-a relatively simple process management for Windows source code, for information purposes only
- 2022-03-21 13:01:23下载
- 积分:1
-
two experimental operating system : the process of scheduling strategy to achiev...
操作系统实验2:进程调度策略的模拟实现
1、 设计一个有 N个进程共行的进程调度程序。
2、 每个进程有一个进程控制块PCB来表示,进程控制块的格式为:
进程名
优先数
到达时间
需要运行时间
已占用CPU时间
进程状态
a) 进程优先数、需要运行时间、到达时间可以事先人为地指定,也可以随机产生,注意初始化上述数值时要尽量使进程并发执行,而不是按到达时间顺序调度。
b) 进程的运行时间以时间片为单位进行计算。
c) 进程状态分为就绪、运行、完成三种状态之,分别用W、R、F表示。
3、 进程调度规则如下:
a) 就绪进程获得 CPU后都只能运行一个时间片。用已占用CPU时间加1来表示。
b) 如果运行一个时间片后,进程已占用 CPU时间达到所需要运行时间,则进程完成,撤销该进程。
c) 如果运行一个时间片后,进程已占用CPU时间还未达到所需要运行时间,即进程需要继续运行,将它插入就绪队列,队列重新排序,等待CPU。
d) 重复以上过程,直到所要进程都完成为止。
-two experimental operating system : the process of scheduling strategy to achieve a simulation. Design is a process of a total of N the process scheduler. 2, each process is a process control block to PCB said that the process control block format : process a few who arrived at the priority needs time to time running CPU time a state process) process priority number. need to run time, arriving in time prior to artificially designated, can also randomly generated, Initialization attention to the above values are to m
- 2022-02-20 17:25:28下载
- 积分:1
-
又一个使用java的小程序察看期边次厄的的好例子
又一个使用java的小程序察看期边次厄的的好例子-also use a small java procedures probation while meeting the Eritrean a good example
- 2022-03-06 19:43:48下载
- 积分:1
-
执行并等待一个程序结束,并通知父进程的程序
执行并等待一个程序结束,并通知父进程的程序- Carries out and waited for a procedure ended, and informs the
father advancement the procedure
- 2022-03-16 11:18:11下载
- 积分:1
-
用多线程保存文件。保存同时显示进度条、对话框大小可变
用多线程保存文件。保存同时显示进度条、对话框大小可变-failed to translate
- 2022-07-12 18:20:24下载
- 积分:1
-
操作系统进程调度内存分配与回收
操作系统进程调度内存分配与回收-operating system memory allocation process scheduling and recovery
- 2022-05-28 09:02:22下载
- 积分:1
-
通过本例可以实现多线程多任务编程(转载)
通过本例可以实现多线程多任务编程(转载)-passage of the legislation will be multi-threaded multi-task programming (reproduced)
- 2023-05-26 07:50:03下载
- 积分:1
-
一个多线程之间通信的一个实例,可以进一步加深对多线程通信的理解。...
一个多线程之间通信的一个实例,可以进一步加深对多线程通信的理解。-More than one instance of a communication between threads, we can further deepen the understanding of multi-threaded communications.
- 2022-10-01 21:15:03下载
- 积分:1
-
学习辅助线程不错的例子,主线程进行一般的数学运算,辅助线程定时开启,进度条显示辅助线程运行状态...
学习辅助线程不错的例子,主线程进行一般的数学运算,辅助线程定时开启,进度条显示辅助线程运行状态-Study aids a good example of thread, the main thread that involves a general mathematical calculations, auxiliary thread regularly opened, the progress bar shows auxiliary thread running
- 2022-06-01 07:59:30下载
- 积分:1
-
vb多线程实例,可以对初学VB同伴有所帮助,
vb多线程实例,可以对初学VB同伴有所帮助,-vb examples of multi-threaded, can be helpful to novice VB companions,
- 2022-03-26 17:38:55下载
- 积分:1