-
线程库最新实现,在linux/unix上实现了创建用户态线程,使得开发多线程更加容易。...
线程库最新实现,在linux/unix上实现了创建用户态线程,使得开发多线程更加容易。-threads for the latest achievement in linux/unix achieved users to create state-threaded, making the development of multi-threaded easier.
- 2022-06-01 11:41:34下载
- 积分:1
-
编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。
“最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优...
编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。
“最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。
静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。
动态优先数是指进程的优先数在创建进程时可以给定一个初始值,并且可以按一定原则修改优先数。例如
:在进程获得一次CPU后就将其优先数减少1。或者,进程等待的时间超过某一时限时增加其优先数的值,等等
-Write and debug a simulation of the process scheduler, using the "highest priority number priority" scheduling process scheduling algorithm to five.
The "highest priority number first" scheduling algorithm the basic idea is to CPU allocated to the highest-priority ready queue in the process.
Static priority number is determined when creating the process, and in the whole process will not change during the operation.
Dynamic priority number refers to the process of creating a process priority number can be given an initial value, and can modify the priority number according to certain principles. Example
: In the process, get a CPU after its reduction in the number one priority. Or, the process of waiting time exceeds a certain time limit, increase
- 2022-03-07 17:51:07下载
- 积分:1
-
SDK用的线程类和一些线程用的同步类
SDK用的线程类和一些线程用的同步类-SDK using threads and some types of thread synchronization category
- 2023-03-22 20:45:03下载
- 积分:1
-
读者写者问题实现
读者写者问题实现-readers to write to achieve the problem
- 2023-06-12 23:45:03下载
- 积分:1
-
如何使用多个实例
如何在驱动程序中使用多线程的一个例子
希望对大家有帮助-How do drivers use an example of multi-threaded hope everyone has to help
- 2022-12-04 23:25:03下载
- 积分:1
-
一个用C做得存储管理,很好用的,是操作系统的实验
一个用C做得存储管理,很好用的,是操作系统的实验-doing a C storage management, good use, the operating system is experimental
- 2022-03-24 23:02:36下载
- 积分:1
-
Pubwin客户端伪装程序,与Pubwin界面相同。
Pubwin 客户端伪装程序 ,与Pubwin界面完全相同.-Pubwin client camouflage procedures, and Pubwin interface identical.
- 2023-02-06 02:30:03下载
- 积分:1
-
一种可以利用它来实现线程安全读写控制的模型,可以在vc下编译运行。...
一种可以利用它来实现线程安全读写控制的模型,可以在vc下编译运行。-one can use it for reading and writing threaded control of the security model, the compiler running under vc.
- 2022-02-21 05:54:16下载
- 积分:1
-
列出所有过程系统
列举系统中所有进程-list all processes System
- 2022-03-17 08:55:03下载
- 积分:1
-
VB6 Multithreader
VB6 Multithreader
- 2022-08-25 22:27:18下载
- 积分:1