-
进程管理子程序,希望大家喜欢
进程管理子程序,希望大家喜欢-process management subroutine hope you like
- 2022-12-24 20:05:03下载
- 积分:1
-
使Windows程序和Java程序进行通讯的Windows控件和java类
使Windows程序和Java程序进行通讯的Windows控件和java类- Causes the Windows procedure and the Java procedure carries on
the communication Windows to control and the java kind
- 2022-02-24 18:16:03下载
- 积分: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
-
可以加载进程,并查看它在内存中程序、连接库及各种数据的地址映象...
可以加载进程,并查看它在内存中程序、连接库及各种数据的地址映象-can loading process, and view it in the memory process, library data and the address mapping
- 2023-01-10 11:55:04下载
- 积分:1
-
利用多线程计算平方和 sum=1^2+2^2+3^2.....+n^2
利用多线程计算平方和 sum=1^2+2^2+3^2.....+n^2-The use of multi-threaded calculation of square and the sum = 1 ^ 2+ 2 ^ 2+ 3 ^ 2 .....+ N ^ 2
- 2022-08-21 11:15:33下载
- 积分:1
-
一个多线程编程的好例子,同时有文档可以参考,非常不错
一个多线程编程的好例子,同时有文档可以参考,非常不错-A multi-threaded programming, a good example, while there is a document to refer to very good
- 2022-02-04 19:10:18下载
- 积分:1
-
一个windows的exe进程dump程序。
一个windows的exe进程dump程序。-windows of a dump exe process procedures.
- 2022-05-29 07:11:18下载
- 积分:1
-
process management device, similar to windows task manager
进程管理器,类似于windows的任务管理器-process management device, similar to windows task manager
- 2023-05-10 12:55:03下载
- 积分:1
-
操作系统进程调度内存分配与回收
操作系统进程调度内存分配与回收-operating system memory allocation process scheduling and recovery
- 2022-05-28 09:02:22下载
- 积分:1
-
依次执行一系列程序且每个程序之间执行有时间间隔。
依次执行一系列程序且每个程序之间执行有时间间隔。- Carries out between in turn a series of procedures also each
procedure carries out has the time-gap.
- 2022-03-07 19:38:14下载
- 积分:1