-
注册表监控
一个注册表监控封装类,当监控的注册表键值发生变化,会触发回调事件检索,是一个学习注册表操作非常好的参考。
- 2022-03-30 04:20:22下载
- 积分: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
-
DOS
DOS - ç ,它的内核也是FreeDOS的内核。并在此基础上进行了一定的修改,使其更加实用。 FreeDOS的是项目设计
提供替代到MS - DOS,PC的DOS的和DR - DOS的自由 。-DOS-C started in 1988 as an experiment in writing device drivers in C for
Microsoft s MS-DOS. Both block and character device drivers were written,
along with special C data structures to match the MS-DOS request packet. It
was then recognized that using the same techniques, an operating system
could be written that would take advantage of the C language features and
would require much less time to develop than the traditional assembly
language techniques. Although UNIX had proven this earlier, it was not
tried with a traditional pc operating system.
At this time, a minimal operating system using the device drivers written
earlier along with a new 8086 interrupt API was developed. It was called
XDOS and proved to be a functional operating system. This new operating
system was used to develop booting techniques and a C library SDK was
dev
- 2023-09-06 14:00:04下载
- 积分: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
-
C++写的操作系统原理及实现,模拟页面置换算法FIFO的源码
C++写的操作系统原理及实现,模拟页面置换算法FIFO的源码-C++ Write the operating system and realize the principle of simulated FIFO page replacement algorithm for the source
- 2022-05-24 18:38:44下载
- 积分:1
-
多用户 :usr1, …, usr8 (1
多用户 :usr1, …, usr8 (1-8个用户)
多级目录:可有多级子目录;
具有login (用户登录)
系统初始化(建文件卷、提供登录模块)
文件的创建: create
文件的打开:open
文件的读:read
文件的写:write
-Multi-user: usr1, ..., usr8 (1-8 users) multi-level directory: can have the subdirectory level have a login (user login) system initialization (construction paper roll, providing login module) file creation: create Open file: open the document read: read a file write: write
- 2022-01-27 10:54:16下载
- 积分:1
-
操作系统引导代码
操作系统引导代码-OS code----------------------------
- 2022-01-21 19:07:29下载
- 积分:1
-
T-Kernel Shell Sample
T-Kernel Shell Sample-T-Kernel Shell Sample
- 2022-04-30 13:36:50下载
- 积分:1
-
模拟消费者线程的代码
模拟消费者线程的代码-simulation code
- 2022-03-22 20:34:43下载
- 积分:1
-
操作系统非常好的常用批处理文件,别错过哦。
操作系统非常好的常用批处理文件,别错过哦。-Very good operating system commonly used batch file, Oh Do not miss.
- 2022-07-03 20:16:16下载
- 积分:1