搜索资源列表
操作系统课程设计(四实验和一)
- 广东工业大学 洪凌郁 操作系统的课程设计:包括进程管理,作业调度,存储管理,和磁盘调度!有问题可以E-mail联系我!-guangdong industry university honglinyu OS cource project: include process schedule, job schedule, memory management, disk schedule. Any question, please email to the writer.
reader-writer-program
- 这是操作系统经典并发程序,用C++语言实现-This is classic operating system with procedures, with C language
reader-writer
- 操作系统中的经典问题,初步实现了这个问题的功能,对初学者很有帮助
Reader-Writer
- 通过研究Linux的线程机制和信号量实现读者写者(Reader-Writer)问题并发控制。 1)写-写互斥:不能有两个写者同时进行写操作; 2)读-写互斥:不能同时有一个线程在读,而另一个线程在写; 3)读-读允许:可以有一个或多个读者在读; 4)读者优先的附加限制:如果读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作; 5)写者优先的附加限制:如果一个读者申请进行读操作时已有另一个写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能
writer-reader
- 操作系统实验,进程同步和异步算法,读者-写者实验-Experimental operating system, the process of synchronous and asynchronous algorithm, the readers- to write those experiments
Intel_Pentium_Pro_BIOS_Writers_Guide
- Intel Pentium Pro Processor BIOS Writer’s Guide 2.0
thread.dat
- int main(int argc,char *argv[]) { char ch while(true) { printf("*************************************\n") printf(" 1.Reader Priority\n") printf(" 2.Writer Priority\n") printf(" 3.Exit to Windows\n") printf("*******
Readerwriter
- Reader Writer Problem to solve synchronization issues
reader-writer
- 经典的读者写者问题 ,里面含有详细的说明并且含有规范的设计报告-The problem of the classic readers to write, which contains detailed descr iptions and specifications of the design report containing
readerwirter
- 读者写者问题,操作系统的经典实验,用c实现-Reader-writer problem, the operating system of the classic experiment, realized with the c
reader_writer
- 计算机操作系统的实验报告——读者写者问题-Experimental Report of the computer operating system- the reader-writer problem
reader
- Reader-writer program code
RandW
- 操作系统编程 读者写者问题 读者写者共用一个缓冲区 允许多个读者共同读 只允许一个写这写-OS reader and writer
9
- 此源代码是用C编写,操作系统中的读者-写者问题,在学习操作系统的时候可以借鉴-This source code is written in C, the operating system the reader- writer problem, the time in learning the operating system can learn
readerandwriter
- 操作系统实验,包括多线程,P、V操作,读者和写者问题-reader and writer
TicketSeller
- Listmain program writer
EMV Reader Writer v11.5
- emv writer reader software v11.5
