CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 读者写者

搜索资源列表

  1. windows_reader_writer

    0下载:
  2. 线程的读者优先与写者优先。创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件进行读写操作。用信号量机制分别实现读者优先和写者优先的读者写者问题。-priority threads with the readers who wrote priority. The process of creating a console, this process contain n threads. Use of these n threads to expre
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:8199
    • 提供者:李晨
  1. duzhexiezhe

    0下载:
  2. 读者写者问题 在java 下实现-readers who write in Java to achieve.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1429
    • 提供者:委员克
  1. reader-writer-problem

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

    • 发布日期:2008-10-13
    • 文件大小:8518
    • 提供者:ws
  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. 公共平台

    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. RW

    1下载:
  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. 所属分类:其它

    • 发布日期:2014-01-15
    • 文件大小:138283
    • 提供者:fgfddd
  1. RWer

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

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

    0下载:
  2. 操作系统实验——pv操作,完成功能:读者写者问题
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:46474
    • 提供者:Hu Jiandong
  1. processes

    0下载:
  2. 多线程实现读者写者问题-multithreading problem readers to write
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2553
    • 提供者:瑞林
  1. reader&writer

    0下载:
  2. 一个操作系统读者写者实验-readers to write an operating system who experiment
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1478
    • 提供者:关垚
  1. READ_WRITE

    1下载:
  2. 在 Windows XP Professional环境下,创建一个控制台进程,此进程包含n个线程。用这n个 线程来表示n个读者或写者。每个线程按相应的测试数据文件的要求进行读写操作。用信号 量机制实现读者优先的读者—写者问题
  3. 所属分类:Windows编程

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

    0下载:
  2. 实现读者-写者问题的模拟. data.txt中内容格式参考下面给出的例子 1 R 3 5 2 W 4 5 3 R 5 2 4 R 6 5 5 W 5 1 3
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2120
    • 提供者:姚伟松
  1. readerwriter1

    0下载:
  2. 读者写者问题实现-readers to write to achieve the problem
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2721
    • 提供者:曹万
  1. 读者—写者问题

    1下载:
  2. 大家一起研究 了-all the studies together
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:42938
    • 提供者:范彬
  1. wr

    1下载:
  2. 读者--写者问题,MFC完成的多线程,虽然简单,但功能具全,可以将显示该成进度条,复选框
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:29788
    • 提供者:彩霞
  1. reader_writer

    0下载:
  2. 读者写者问题(读者优先,写者优先), pv操作,进程同步与互斥
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:10473
    • 提供者:何健明
  1. R_W2

    0下载:
  2. 本程序实现读者-写者问题.采用WINDOWS API实现.有比较详细的程序说明-readers of this program - writing problem. Using Windows API. A more detailed descr iption of the procedures
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:9214
    • 提供者:lyh
« 1 23 4 5 6 7 8 »
搜珍网 www.dssz.com