-
有关进程管理的程序
有关进程管理的程序-the process management procedures
- 2022-02-12 13:26:11下载
- 积分:1
-
这个程序实现了内存空间的动态管理和分配,模拟了操作系统中内存管理的一种重要方法
这个程序实现了内存空间的动态管理和分配,模拟了操作系统中内存管理的一种重要方法-This procedure achieved a memory space of dynamic management and allocation, to simulate the operating system memory management an important method
- 2023-07-13 01:30:03下载
- 积分:1
-
vga bios description , registers and interrupts
vga bios description , registers and interrupts
- 2022-04-09 03:34:48下载
- 积分:1
-
FIFO and high response ratio, minimum priority
先进先出,高响应比,最短优先-FIFO and high response ratio, minimum priority
- 2022-03-15 13:50:23下载
- 积分:1
-
ucosii的GUI
ucos GUI源代码,大家参考参考。不知道为什么字符还不够啊。-ucosii GUI
- 2022-06-13 01:19:08下载
- 积分:1
-
通过研究Linux的线程机制和信号量实现读者写者(Reader
通过研究Linux的线程机制和信号量实现读者写者(Reader-Writer)问题并发控制。
1)写-写互斥:不能有两个写者同时进行写操作;
2)读-写互斥:不能同时有一个线程在读,而另一个线程在写;
3)读-读允许:可以有一个或多个读者在读;
4)读者优先的附加限制:如果读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作;
5)写者优先的附加限制:如果一个读者申请进行读操作时已有另一个写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能开始读操作。
-By studying the Linux thread mechanism and semaphores realize readers who write (Reader-Writer) the issue of concurrency control. 1) to write- write mutex: Can not write at the same time there are two write operations 2) read- write mutex: Can not have a thread at the same time in reading and writing another thread 3) Reading- Reading of permit: can have one or more readers read 4) the priority of additional restrictions readers: If the readers apply for a read operation, there was another reader being read, the reader can be directly started reading operation 5) to write additional priority Restrictions: If an application for a reader reading write operation has been in waiting for another visit to a shared resource, the read
- 2022-02-06 09:26:49下载
- 积分:1
-
这是用DELPHI做改变windows XP的主题的源代码
这是用DELPHI做改变windows XP的主题的源代码-DELPHI used to do this is to change the windows XP theme
- 2022-01-31 21:06:31下载
- 积分:1
-
n/b
很好用的DOS工具,可以在XP下面启动到DOS方式
具体内容可以参考代码-n/b
- 2022-03-24 18:10:32下载
- 积分:1
-
本程序为操作系统处理机优先数调度算法,附带源码和可运行的程序,VC下编译通过,基本用C的函数写的。...
本程序为操作系统处理机优先数调度算法,附带源码和可运行的程序,VC下编译通过,基本用C的函数写的。-This procedure has priority to count dispatcher s algorithm , the procedure that attach the source code and can be operated for the operating system processor , compile passing under VC, wrote with the function of C basically.
- 2023-05-19 02:35:03下载
- 积分:1
-
本实习模拟在单处理器环境下的处理器调度,加深了解处理器调度的工作,设计一个按时间片轮转法实现处理器调度的程序。...
本实习模拟在单处理器环境下的处理器调度,加深了解处理器调度的工作,设计一个按时间片轮转法实现处理器调度的程序。-the attachment to the single-processor simulation environment processor scheduling, a better understanding of the processor scheduling, design a Web tablet by the time Method processor scheduling procedures.
- 2022-01-24 15:04:36下载
- 积分:1