-
进程调度算法:优先数调度优先级最高的…
进程调度算法:采用最高优先数优先的调度算法,即把处理机分配给优先数最高的进程。 每个进程由一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、需要运行的时间、已占用的CPU时间、进程状态等等。 进程的优先数及所需要运行的时间可以事先人为地指定(也可由随机数产生)。 进程的运行时间以时间片为单位进行计算。 每个进程的状态可以是就绪W(Wait),运行R(Run),或完成F(Finish)三种状态之一。 -process Scheduling Algorithm : The highest priority of several priority scheduling algorithm, which is allocated to the processor the highest priority in the process. Every process from a process control block (PCB) said. Process control block may contain the following information : process, and priority number, the need to run time, has taken the CPU time, the process of the state and so on. Several priorities for the process of what needs to run and the time prior to artificially designated (also be random number generator). The process of running time to time-unit calculations. The state of each process can be completed W (Wait), running R (Run), or completion of F (Finish), one of three state.
- 2022-08-15 08:10:56下载
- 积分:1
-
Bubble Sort France 10 digits, please use vc to compile run.
冒泡法排序10个数字,请用vc来编译运行。-Bubble Sort France 10 digits, please use vc to compile run.
- 2023-01-22 19:40:03下载
- 积分:1
-
文件查找系统,基本实现了windows资源管理器的搜索功能,包括查找文件名和文件中包含的字或词组。还能对所查文件的大小进行限制。...
文件查找系统,基本实现了windows资源管理器的搜索功能,包括查找文件名和文件中包含的字或词组。还能对所查文件的大小进行限制。-File search system, the basic realization of the windows Explorer search functionality, including file name and search the document contains the word or phrase. Can search on the file size limit.
- 2022-08-07 05:07:47下载
- 积分:1
-
一个内存池的实现,使用了模板来支持范型扩展,可以容纳任意类型,最多支持8个类....
一个内存池的实现,使用了模板来支持范型扩展,可以容纳任意类型,最多支持8个类.-a memory pool and that the realization of the template used to support the expansion of Paradigm can accommodate any type, most support eight categories.
- 2022-07-21 01:00:21下载
- 积分:1
-
从.net框架中反编译出的nsafeNativeMethods类,在框架中由于是内部类型无法从外界调用。用此类中的IPersistStreamInit接口可实现...
从.net框架中反编译出的nsafeNativeMethods类,在框架中由于是内部类型无法从外界调用。用此类中的IPersistStreamInit接口可实现从内存流中加载图片等文件到WEBBROWSER控件-From. Net framework decompile out nsafeNativeMethods category, in the framework as a result of an internal type can not be called from the outside world. IPersistStreamInit use of such interface can be realized from the memory stream to load images and other documents to the WebBrowser control
- 2022-01-26 06:45:17下载
- 积分:1
-
VC++进程创建与实现原代码,是学习进程的入门资料
VC++进程创建与实现原代码,是学习进程的入门资料
-VC++ Process creation and implementation of the original code, is introductory information on the learning process
- 2022-02-24 13:40:09下载
- 积分:1
-
Code to achieve a Windows interface services, code to achieve auto
代码实现了有界面的Windows服务,代码有实现自动安装服务、卸载服务的功能实现。-Code to achieve a Windows interface services, code to achieve auto-installation services, unloading services functions.
- 2022-04-07 18:43:30下载
- 积分:1
-
一个系统托盘的小程序
一个系统托盘的小程序-A system tray applet
- 2022-12-02 01:05:03下载
- 积分:1
-
TCPMP相关编译资料,比较有参考价值,欢迎大家使用。
TCPMP相关编译资料,比较有参考价值,欢迎大家使用。-TCPMP to compile information relevant to compare a reference value, welcome to use.
- 2023-01-11 19:10:04下载
- 积分:1
-
VC 7.0编写,采用WMI接口,获取主板、CPU、硬盘、内存等的序列号(SerialNumber)或标识(ID)...
VC 7.0编写,采用WMI接口,获取主板、CPU、硬盘、内存等的序列号(SerialNumber)或标识(ID)
- 2022-06-14 00:17:43下载
- 积分:1