搜索资源列表

  1. Reader_Writer(first)

    1下载:
  2. 操作系统实验之读者写者问题(写者优先): 通过读取threads.txt文件获取读者和写者进程的相关信息并创建相应的进程实现写者优先的读者写者问题-operating system experiments readers who write (wrote priority) : threads.txt read through the documents obtained readers who write and process
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2181
    • 提供者:cjh
  1. 45g4g

    1下载:
  2. 大学本课操作系统课程设计指导书(1)假脱机技术的模拟(2)读者—写者问题的模拟-university courses on operating system design based curriculum guide book (1) at the off-line simulation technology (2) the reader-written persons Simulation
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:5525
    • 提供者:熊熊
  1. reader-writer-problem

    0下载:
  2. reader-writer-problem读者写者问题代码-reader-writer-problem readers to write code problem
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:8518
    • 提供者:ws
  1. ReaderFirst

    0下载:
  2. 读者写者问题读者优先的JAVA实现,编译调试通。无私共享-readers to write persons readers priority JAVA, compile debugging links. Selfless sharing
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:17735
    • 提供者:ljw
  1. RandW

    0下载:
  2. 读者-写者问题源代码,实现进程之间的同步与互斥 -reader-written source code problem, the realization of the process of synchronization and mutex
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:106960
    • 提供者:yan
  1. csreaderandwriter

    0下载:
  2. 此代码实现了操作系统中进程的经典问题-读者写者问题.-this code of the operating system to achieve process classic problem - the problem of readers to write.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1902
    • 提供者:冷静
  1. duzhexiezhe-c

    0下载:
  2. 读者-写者问题经典的线程同步问题的一个模型,于是我制作本文,希望对学习操作系统实现的有所帮助-reader-wrote the classic problem of synchronization of threads a model, so I produced this paper, hope to learn from the operating system to achieve some help
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3212
    • 提供者:茹新华
  1. ReadWrite

    0下载:
  2. 操作系统中读者写者问题-readers to write operating system problem
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:24920
    • 提供者:苏年平
  1. 公共平台

    0下载:
  2. 读者写者问题PV模拟-readers to write simulation problem PV
  3. 所属分类:屏幕保护

    • 发布日期:2008-10-13
    • 文件大小:1339
    • 提供者:zwq0302317
  1. readrwriter

    0下载:
  2. 读者写者问题之写者优先 -readers to write to write those issues priorities re aders to write to write those issues priorities readers to write write those issues priorities
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1415
    • 提供者:359369593
  1. readerwriter.cpp

    1下载:
  2. 读者—写者问题的读写操作限制(包括读者优先和写者优先): 1)写—写互斥,即不能有两个写者同时进行写操作。 2)读—写互斥,即不能同时有一个线程在读,而另一个线程在写。 3)读—读允许,即可以有一个或多个读者在读。 -readers-the problem was the restrictions on reading and writing operations (including readers wrote pri
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:5568
    • 提供者:jj
  1. OS_ReaderWriter_1

    0下载:
  2. 操作系统课程设计(1)_读者写者问题; 附设计说明及主要函数流程图。-courses on operating system design (1) _ readers who write; Report design descr iptions and the main function flowchart.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:30834
    • 提供者:guoliang
  1. OS_ReaderWriter_2

    0下载:
  2. 操作系统课程设计_读者写者问题(2);附主要函数流程图及说明。-courses on operating system design _ readers who write (2); Report of the main functions of flow charts and descr iptions.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:139183
    • 提供者:guoliang
  1. RW

    0下载:
  2. 读者写者问题源码.包含我的注释. 没有加入工程文件. 只有一个R&W.cpp.在vc++6.0下编译成功. 在Windows 2000 环境下,创建一个包含n 个线程的控制台进程。用这n 个线程来表示n 个读者或写者。每个线程按相应测试数据文件的要求,进行读写操作。请用信号量机制实现读者-写者问题(读者优先)。 读者-写者问题的读写操作限制: 1)写-写互斥; 2)读-写互斥; 3)读-读允许; 读者优先
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:6932
    • 提供者:ralfz
  1. Paper

    0下载:
  2. 读者写者问题英文版问题描述-problem readers to write in English to describe the problem
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:138283
    • 提供者:fgfddd
  1. cvery_544412394

    0下载:
  2. 读者写者问题,实现模拟
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:211215
    • 提供者:luyi
  1. chaozuoxintong

    0下载:
  2. 读者写者问题课程设计.具有详细的流程.实验结果及其截图
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:66196
    • 提供者:wj
  1. readerwriterlock

    0下载:
  2. A simple Win32 readers/writers lock with reentrance 读者写者问题解决方案
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3454
    • 提供者:mars
  1. RWer

    0下载:
  2. 用c++实现读者写者问题 进程同步问题
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:91422
    • 提供者:zrx
  1. readerwriter

    0下载:
  2. 操作系统课程设计,读者写者问题的详细实现
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:24547
    • 提供者:离间
« 1 2 3 4 5 6 78 9 10 11 12 ... 17 »

源码中国 www.ymcn.org