CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - readerwriter

搜索资源列表

  1. readerwriter

    0下载:
  2. 读者和写者的问题例子-readers and writing examples, the problem
  3. 所属分类:Linux/Unix编程

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

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

    • 发布日期:2014-01-15
    • 文件大小:5568
    • 提供者:jj
  1. readerwriter

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

    • 发布日期:2008-10-13
    • 文件大小:24547
    • 提供者:离间
  1. ReaderWriter

    0下载:
  2. 操作系统课程设计,关于操作系统经典问题读者写者问题的演示!-courses on operating system design, operating system classic problem of the readers who write the demo!
  3. 所属分类:其它

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

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

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

    0下载:
  2. 多线程实现读者写者问题,用信号量控制的多线程实现-Readers to write to achieve multi-threading problem
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:7469
    • 提供者:pengbo
  1. Readerwriter

    0下载:
  2. Reader Writer Problem to solve synchronization issues
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:33295
    • 提供者:Nasir
  1. readerwriter

    0下载:
  2. 通过读者与写者(写者优先)的模型,模拟线程及其同步机制-Through the reader and writer (written preferred) model to simulate the threads and synchronization mechanisms
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:2269
    • 提供者:屠娇娇
  1. readerwriter

    0下载:
  2. using various readers and writers in java
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:11045
    • 提供者:samy
  1. readerwriter

    0下载:
  2. 读者写者问题C++解法,使用互斥信号量,写者线程优先,共有3个读者2个写者-Similar to the barbers problem,the program use semaphore to solve the reader/writer problem.Two semaphores are involved:m_h,db_h,used as a counter and mutex between 2 writers. Main function create 3 reader thre
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:820
    • 提供者:王跃辉
  1. readerwriter

    0下载:
  2. 在Linux下用多线程同步方法解决读者-写者问题(Reader-Writer Problem) -In Linux, use the multi-thread synchronization solution to the reader- writer problem (Reader-Writer Problem)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:113373
    • 提供者:孙芸芸
  1. ReaderWriter

    0下载:
  2. 这是一个读者写者进程,实现写者优先算法,有操作界面,放一个txt文件,进行计算-Reader Writer
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-12
    • 文件大小:2832336
    • 提供者:Sarah
  1. Reader

    0下载:
  2. 读者写者问题的基本解决思路,参考了windows编程一书-ReaderWriter problem
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-12
    • 文件大小:3016840
    • 提供者:高寒
  1. XmlLite-XML-readerwriter-sample

    0下载:
  2. 使用xmllite 进行 xml 文件的 读和写的范例,从xml文件中读取,并存入节点,写入xml-Xmllite example of xml file read and write, and read from the xml file, and stored in the node, write xml
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-03-31
    • 文件大小:27674
    • 提供者:phoenux
  1. ReaderWriter(1)

    0下载:
  2. 实现读者写者问题,用的是java程序,读懂6个JAVA程序段和一个HTML文件-Readers who write java program, to read six JAVA block and an HTML file
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-27
    • 文件大小:22024
    • 提供者:wunan
  1. ReaderWriter

    0下载:
  2. 读者写者问题,即多线程的同步和互斥,以及临界区的实现-Readers who write multithreaded synchronization and mutex, and the realization of the critical region
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-29
    • 文件大小:9559
    • 提供者:支持
  1. readerWriter

    0下载:
  2. 使用多线程模拟写者优先的读写者问题,当有写者等待时,读者不能进入阅读,不是最少互斥量版-A solution to implement the reader and writer problem with writer priority, using two samephore and four mutex to meet it.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:857
    • 提供者:王乐
  1. readerwriter

    0下载:
  2. 读者写者问题C++解法,使用互斥信号量,写者线程优先,共有3个读者2个写者-Similar to the barbers problem,the program use semaphore to solve the reader/writer problem.Two semaphores are involved:m_h, h,used as a counter and mutex between 2 writers.Main function create 3 reader thread an
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:861
    • 提供者:huia85njg33
搜珍网 www.dssz.com