-
一个多线程之间通信的一个实例,可以进一步加深对多线程通信的理解。...
一个多线程之间通信的一个实例,可以进一步加深对多线程通信的理解。-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
-
自编的hanoi游戏,一个windows界面的程序,原理很简单,关键是多线程编程,可以供大家学习,目前这个程序还有一个小bug但是实在是不知道是什么问题,如果有...
自编的hanoi游戏,一个windows界面的程序,原理很简单,关键是多线程编程,可以供大家学习,目前这个程序还有一个小bug但是实在是不知道是什么问题,如果有那位能和我一起学习windows编程,请联系我-directed the Hanoi games, a windows interface procedures, principle is very simple, the key is multi-threaded programming, everyone can learn that the present procedures also a small bug but is not sure what the problem is, if there who I can learn and windows programming, please contact me
- 2022-03-11 05:56:15下载
- 积分:1
-
获取系统正在运行的进程ID
获取系统正在运行的进程ID-acquisition system is running the process ID
- 2022-07-19 21:07:59下载
- 积分:1
-
一个多任务应用程序。带有四个彩色转轮的应用程序,每个彩色转轮都按自己的线程运行。其中两个使用OnIdle函数;另外两个则作为独立的线程运行。...
一个多任务应用程序。带有四个彩色转轮的应用程序,每个彩色转轮都按自己的线程运行。其中两个使用OnIdle函数;另外两个则作为独立的线程运行。-a multi-tasking applications. Color wheel with four applications, each color wheel has its own threads to run. Two of them use OnIdle function; The other two were used as the independent threads running.
- 2022-05-17 14:55:08下载
- 积分: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
-
这是网络仿真中DSDV的最新研究成果,希望给你帮住。
这是网络仿真中DSDV的最新研究成果,希望给你帮住。-This is DSDV network simulation of the latest research results, hoping to help you live.
- 2022-03-14 11:29:40下载
- 积分:1
-
设计一个有 N个进程并发运行的进程调度程序,进程调度算法 :最高优先数优先的调度算法 。本实验模拟在单处理机环境下处理机的调度,帮助了解处理机调度的过程。...
设计一个有 N个进程并发运行的进程调度程序,进程调度算法 :最高优先数优先的调度算法 。本实验模拟在单处理机环境下处理机的调度,帮助了解处理机调度的过程。-design is a complicated process N-running process scheduler, process scheduling algorithm : the highest priority to a few priority scheduling algorithm. The experimental simulation of the single-processor environment processor scheduling, help understand the processor scheduling process.
- 2022-08-05 15:12:16下载
- 积分:1
-
进程管理软件,相当好用!
大家快来下啊 功能非常强大,
进程管理软件,相当好用!
大家快来下啊 功能非常强大,-process management software, very useful! We Come under ah is very powerful,
- 2022-04-26 17:28:26下载
- 积分:1
-
Vb隐藏进程源代码,在任务管理器中隐藏进程,非常有用的
Vb隐藏进程源代码,在任务管理器中隐藏进程,非常有用的-Vb source code to hide the process in Task Manager to hide the process, very useful
- 2022-08-25 20:46:27下载
- 积分:1
-
银行家算法 进程控制中用到的算吧 检测是是否死锁
银行家算法 进程控制中用到的算吧 检测是是否死锁-bankers process control algorithms used in the counting detection is whether it Deadlock
- 2022-02-13 07:13:03下载
- 积分:1