-
这是优龙yl
这是优龙yl-p2410的一个bios程序,源光盘附带,但我经过了一些修改,解决了一些Bug,如:第二次开机无法找到usb驱动。-This is excellent yl-p2410 Liuzhou a bios procedures, the source CD-ROM attached to, but I have been some changes to address a number of Bug, such as: the second boot can not find the usb driver.
- 2023-05-02 01:10:03下载
- 积分: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
-
操作系统进程通信源码
这是一个进程通信的源码,并不限定在父子进程之间。虽然源码设计较为简单,并没有使用MFC进行界面设计,但是作为操作系统新手,可以简单参考此功能实现过程,希望对你们会有所启发。
- 2022-03-05 03:40:45下载
- 积分:1
-
免费dos操作系统
免费dos操作系统-Free dos operating system
- 2022-02-09 18:53:55下载
- 积分:1
-
线程的调度模拟ok
线程的调度模拟ok-thread scheduling simulation ok
- 2022-04-09 15:03:44下载
- 积分:1
-
操作系统C编程――单处理器系统的进程调度
操作系统C编程――单处理器系统的进程调度-Operate System Programming- processes for single processer system
- 2022-02-04 11:35:23下载
- 积分:1
-
System Programming source: memory, the buffer zone (Memory/Buffer) treatment, th...
系统编程源码: 内存、缓冲区(Memory/Buffer)处理, 本程序实现CArray摸板类的快速排序
-System Programming source: memory, the buffer zone (Memory/Buffer) treatment, this procedure realize摸板class CArray Quick Sort
- 2022-09-04 09:30:03下载
- 积分:1
-
XE2 DelForEX v2.5.4
델파이 자체 포매터도 있지만
DelForEX 익숙한분을 위해서 올립니다。
- 2022-12-30 11:45:08下载
- 积分:1
-
关于unix操作系统的最经典的一部电子英文版的书,主要含有关于unix环境下的经典编程...
关于unix操作系统的最经典的一部电子英文版的书,主要含有关于unix环境下的经典编程-Unix operating system on the most classic of the English version of an electronic book, containing mainly on classic unix programming environment
- 2022-06-03 05:55:48下载
- 积分:1
-
微内核l4操作系统源码,对操作系统实现感兴趣的朋友可以看下,相信有 用...
微内核l4操作系统源码,对操作系统实现感兴趣的朋友可以看下,相信有 用-L4 microkernel operating system source code, the operating system to achieve interesting friends can look down, I believe useful to
- 2023-05-07 03:50:04下载
- 积分:1