-
共享DLL中的变量,可以让多个程序共用一个程序.
共享DLL中的变量,可以让多个程序共用一个程序.-shared DLL variables, which allows multiple processes to share a procedure.
- 2022-04-07 12:08:48下载
- 积分:1
-
获得系统信息,下载之,赶紧的大加,
获得系统信息,下载之,赶紧的大加,-access system information, downloading, the increase quickly, Ha Ha Ha
- 2023-07-07 00:30:03下载
- 积分:1
-
演示了列举系统所有进程,并且强制结束,希望对大家有帮助...
演示了列举系统所有进程,并且强制结束,希望对大家有帮助-demonstrated a list of all system processes, and the end of compulsory, and I hope to be helpful
- 2022-07-24 08:37:47下载
- 积分:1
-
多
多线程任务调度与处理的一个实例- Multi-thread duty dispatch and a processing example
- 2022-02-02 20:22:57下载
- 积分:1
-
WINDOWS核心编程的共享内存的模拟与实现,采用WIN32和DDK实现,没有用到MFC....
WINDOWS核心编程的共享内存的模拟与实现,采用WIN32和DDK实现,没有用到MFC.-core Windows programming shared-memory simulation and implementation, using WIN32 and DDK realized, did not use the MFC.
- 2023-04-03 18:05:04下载
- 积分:1
-
进程管理子程序,希望大家喜欢
进程管理子程序,希望大家喜欢-process management subroutine hope you like
- 2022-12-24 20:05:03下载
- 积分:1
-
bios启动程序,在DOS下运行成功。要经过编译
bios启动程序,在DOS下运行成功。要经过编译-bios commencement of proceedings, under the DOS operating successfully. To be compiled
- 2022-01-25 17:55:37下载
- 积分:1
-
我们的操作系统实验的论文,内容好多,可以看看,
我们的操作系统实验的论文,内容好多,可以看看,-papar of os experiment,just try it
- 2022-08-22 16:24:34下载
- 积分:1
-
Preemptive process
非抢占式进程调度算法模拟C实现,-Preemptive process-scheduling algorithm simulation C realized,
- 2023-03-05 05:00:04下载
- 积分: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