-
分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规...
分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。
- 2022-04-21 22:27:09下载
- 积分:1
-
在你的电脑上容易找到未知的设备
easy to find unknown device on your pc
- 2022-09-17 11:15:03下载
- 积分:1
-
系统端口查看工具 不能查看系统进程的端口
系统端口查看工具 不能查看系统进程的端口-System Ports View tool is not a systematic process to check the port
- 2022-07-27 12:30:56下载
- 积分:1
-
C++编写的服务程序,定时比较本地与远程计算机指定目录的文件是否相同,如果不同,则进行同步。...
C++编写的服务程序,定时比较本地与远程计算机指定目录的文件是否相同,如果不同,则进行同步。-prepared by the procedures of service, regular comparison of local and remote computer designated directories of documents the same, if they were different, simultaneously.
- 2022-03-07 08:06:04下载
- 积分:1
-
本程序实现了简单的注册表操作。 具体有编辑目录,键值,指定开机运行程序等。...
本程序实现了简单的注册表操作。 具体有编辑目录,键值,指定开机运行程序等。-realized by the simple operation of the registry. Specific editorial directory, keys, the designated boot operating procedures.
- 2022-01-26 03:33:28下载
- 积分:1
-
小型定单系统,用VB和ACCESSS写的大家一起学习!
小型定单系统,用VB和ACCESSS写的大家一起学习!-small orders, using VB and ACCESSS write we will study together!
- 2023-07-10 04:20:03下载
- 积分:1
-
取网卡号的源程序.
取网卡号的源程序.-admission card, of the source.
- 2022-01-26 07:23:30下载
- 积分:1
-
《COM_DCOM编程指南》配套代码complementary code
《COM_DCOM编程指南》配套代码complementary code-" COM_DCOM Programming Guide" complementary code complementary code
- 2022-03-21 10:57:42下载
- 积分:1
-
The results of the program is running the disk blocks should be included in the...
在程序运行的结果中应包含磁盘块的分配与回收操作。可根据输入的文件名、文件大小进行模拟磁盘分配,并在每次分配与回收后显示分配与回收是否成功,以及分配、回收的磁盘块号。在程序执行过程中,至少应包含分配不成功一次的信息。-The results of the program is running the disk blocks should be included in the distribution and recovery operations. According to the input file name, file size simulated disk allocation, and displayed after each allocation and recovery of the success of the distribution and recycling, as well as distribution, recovery of disk block number. In the program implementation process should include distribution of at least one unsuccessful information.
- 2022-05-21 11:20:58下载
- 积分:1
-
windows错误代码解释器。这个工具是用Win32asm写的翻译windows错误代码的工具。附带了asm的源程序,想学习win32asm的不妨看一看。...
windows错误代码解释器。这个工具是用Win32asm写的翻译windows错误代码的工具。附带了asm的源程序,想学习win32asm的不妨看一看。-windows error code interpreter. This tool is used to write the Win32asm windows error code translation tool. Asm2 fringe of the source files, to study the win32asm may wish to look at.
- 2022-03-10 12:12:32下载
- 积分:1