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

搜索资源列表

  1. cdy.cpp

    0下载:
  2. 读者写者问题 包括读优先 写有先 程序写的不错,希望大家参考-readers to write persons including reading a first priority was to write a good procedure, we hope reference
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4400
    • 提供者:蝈蝈
  1. Java_Reader_Writer

    0下载:
  2. 用java语言实现IPC经典问题中的读者写者问题-with java language IPC classic problem of the problem of readers to write
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4105
    • 提供者:wyn
  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. RandW

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

    • 发布日期:2008-10-13
    • 文件大小:106960
    • 提供者:yan
  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. RWer

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

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

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:2721
    • 提供者:曹万
  1. wr

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

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

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

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

    0下载:
  2. 模拟操作系统里实现读者-写者问题的程序实例。用vc++编写,直接打开工程文件即可调试。-operating system simulation, achieving readers - who wrote the program examples. Vc with the preparation, direct project documents can be opened debugging.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:86107
    • 提供者:王东
  1. 读者写者问题

    1下载:
  2. 实现读者写者问题,有较好的用户交互式界面。-achieve readers who write, a better interactive user interface.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:84171
    • 提供者:王喆
  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. 读者-写者问题

    0下载:
  2. 在windows 98/2000下,创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制实现读者优先的读者——写入者问题-the windows 98/2000, the process of creating a console, this process contain n threads. Use of these n threads to express n readers who write. Each t
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3027
    • 提供者:程倩
  1. 另一个读者写者问题

    1下载:
  2. 创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制实现读者优先的读者——写入者问题。-the process of creating a console, this process contain n threads. Use of these n threads to express n readers who write. Each thread according to the corresponding t
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:13401
    • 提供者:程倩
  1. 读者写者2005

    0下载:
  2. 这是一个操作系统 的精典算法 ,是关于读者写者问题 的,是用c来模拟的,-This is a classic algorithm operating system is on the readers who wrote in, is to simulate c,
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:27350
    • 提供者:孟伟
  1. 读者与写者模拟

    0下载:
  2. 在Windows Xp 环境下,创建一个包含n 个线程的控制台进程。用这n 个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求,进行读写操作。请用信号量机制分别实现读者优先和写者优先的读者-写者问题。 读者-写者问题的读写操作限制: 读者-写者的读写限制(包括读者优先和写者优先) 1)写-写互斥,即不能有两个写者同时进行写操作 2)读-写互斥,即不能同时有一个读者在读,同时却有一个写者在写 3)读读允许,即可以有2个以上的读者同时读 将所有的读者和所有的写者分别放进两个等待队列中,当读
  3. 所属分类:进程与线程

    • 发布日期:2011-06-04
    • 文件大小:18031
    • 提供者:zhzghyd
  1. readerwriter

    0下载:
  2. 简单的读者写者问题,用信号量来实现读者写者问题-Readers to write to readers to write the problem using semaphores
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1155896
    • 提供者:王二刷
  1. TestReaderAndWriter

    0下载:
  2. 操作系统中读者写者问题的模拟实现采用java多线程方式实现-Reader and Writer(Reader First)
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:1225
    • 提供者:zhanghuachao
« 12 3 »
搜珍网 www.dssz.com