-
分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规...
分时轮转调度算法是系统把所有就绪进程按先后次序排队,处理机总是优先分配给就绪队列中的第一个就绪进程,并分配它一个固定的时间片(如100毫秒)。当该运行进程用完规定的时间片时,被迫释放处理机给下一个处于就绪队列中的第一个进程,分给这个进程相同的时间片,每个运行完时间片的进程,当未遇到任何阻塞时,就回到就绪队列的尾部,并等待下次转到它时再投入运行。于是,只要是处于就绪队列中的进程,按此种算法迟早总可以分得处理机投入运行。模拟实现这一组进程的工作过程。
- 2022-04-21 22:27:09下载
- 积分:1
-
Oracle after commencement, or memory so I really feel bad. So every time I neede...
Oracle启动后,占的内存实在让我心疼。所以每次在我需要的时候,我才启动相应的服务。每次启动服务,都需要好几个步骤。此程序可以执行脚本中的命令,自动操作你指定的服务-Oracle after commencement, or memory so I really feel bad. So every time I needed it, I only started corresponding services. Each start-up services and need several steps. This procedure can be implemented script orders, automated services you specify
- 2023-04-16 08:30:04下载
- 积分:1
-
Windows自带的
windows自带的api存在问题,微软自己的文档都说在磁盘访问频繁的情况下,初始分配的定额缓冲区会溢出,造成部分磁盘访问不能监视,就是readdirectorychangesw这个函数存在问题,本类很好的解决了这个问题。-windows built-in api problems, Microsoft
- 2022-06-30 00:35:33下载
- 积分:1
-
东进语音卡电话录音系统源码,支持电话录放音功能
东进语音卡电话录音系统源码,支持电话录放音功能-East voice card telephone recording system source code, support for audio playback feature phone
- 2022-03-07 18:37:44下载
- 积分:1
-
通过使用未公开函数RegisterSerivceProcess来隐藏自己进程的程序,只适用于win9x...
通过使用未公开函数RegisterSerivceProcess来隐藏自己进程的程序,只适用于win9x-Through the use of any public function to hide its own process RegisterSerivceProcess procedures apply only to win9x
- 2022-06-03 17:00:41下载
- 积分:1
-
Old graphics cards GPGPU program, a simple comparison of the CPU and GPU computi...
老显卡的GPGPU程序,简单的比较了CPU和GPU的运算能力
ATI x700显卡下测试通过测试通过-Old graphics cards GPGPU program, a simple comparison of the CPU and GPU computing capability ATI x700 graphics card to test through the test
- 2022-02-28 16:08:49下载
- 积分:1
-
一个简单的前台收银软件,可用于餐饮行业的前台收银
一个简单的前台收银软件,可用于餐饮行业的前台收银-Cashier a simple software that can be used for food and beverage industry Cashier
- 2023-01-11 21:20:04下载
- 积分:1
-
独占设备的分配与虚拟设备独占设备每次只能分配给一个进程使用,这种使用特性隐含着死锁的必要条件,所以在考虑独占设备的分配时,一定要结合有关防止和避免死锁的安全算法...
独占设备的分配与虚拟设备独占设备每次只能分配给一个进程使用,这种使用特性隐含着死锁的必要条件,所以在考虑独占设备的分配时,一定要结合有关防止和避免死锁的安全算法。-Exclusive distribution of equipment, exclusive equipment and virtual device can only be allocated to each use of a process, which implies the use of characteristics of the necessary conditions for deadlock, and therefore in considering the allocation of exclusive equipment, we have to combine to prevent and avoid deadlock security algorithm.
- 2023-07-21 04:10:03下载
- 积分:1
-
VC++ based on the keyboard hook to write a small program used to enumerate all c...
VC++基于键盘钩子写的一个小程序,用来枚举当前所有打开的窗口名称、标题、类名称等,并实施强制隐藏、显示所选窗口,内含键盘钩子的DLL源文件,测试文件编译后要和DLL文件存放在一个目录中。-VC++ based on the keyboard hook to write a small program used to enumerate all currently open windows name, title, class name, etc., and mandatory hide, show the selected window, containing the keyboard hook DLL source files, test file DLL files should be compiled and stored in a directory.
- 2022-03-21 13:05:29下载
- 积分:1
-
In the core layer view the WINDOWS system objects, to achieve similar functional...
在核心层查看WINDOWS系统对象,实现与WINOBJ类似的功能-In the core layer view the WINDOWS system objects, to achieve similar functionality with the WINOBJ
- 2022-02-26 18:50:35下载
- 积分:1