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

搜索资源列表

  1. 00

    0下载:
  2. 读者写者问题 你们都懂得,可以运行 写——写互斥 读写互斥-read write
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1652
    • 提供者:冉春强
  1. 20092128-1

    0下载:
  2. java关于读者写者问题(写者优先)的实现-failed to translate
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:121130
    • 提供者:徐卓远
  1. Cpp2

    0下载:
  2. 读者写者问题,完成了读写者间的同步和不同读者的互斥,读者优先。-Reader writer problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1951
    • 提供者:BBC
  1. RandW

    0下载:
  2. 操作系统编程 读者写者问题 读者写者共用一个缓冲区 允许多个读者共同读 只允许一个写这写-OS reader and writer
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:1240
    • 提供者:liu
  1. readawrite

    0下载:
  2. 读者写者问题 同步互斥问题 操作系统 信号量-read and write
  3. 所属分类:OS Develop

    • 发布日期:2017-04-16
    • 文件大小:24097
    • 提供者:尹新钰
  1. Reader

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

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

    0下载:
  2. 此源代码是用C编写,操作系统中的读者-写者问题,在学习操作系统的时候可以借鉴-This source code is written in C, the operating system the reader- writer problem, the time in learning the operating system can learn
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:1127
    • 提供者:梦泽天
  1. duzhexiezhe

    0下载:
  2. 读者写者问题 用c++编写的操作系统的读者写者问题,仅供参考-read and write
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:3737
    • 提供者:lj
  1. read

    0下载:
  2. 操作系统课程-读写者问题实验源代码,实现操作系统中的读者写者的问题-Operating systems courses- those who question the experimental source code to read and write
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:11651
    • 提供者:wang
  1. reader_writer_p

    0下载:
  2. 模拟os经典算法案例,读者写者的算法,java语言实现-Simulation of OS algorithm classic case, readers who write algorithm, Java language implementation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:10107
    • 提供者:zhangting
  1. duzhexiezhe

    0下载:
  2. 对读者写者问题要能够动态实现读写过程,通过界面看到当前的读写状态。-wirter and reader
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:1668
    • 提供者:eric
  1. reader-writer

    0下载:
  2. 用多线程解决读者-写者问题,实现读写互斥,写写互斥,读读同步。-Readers- write the problem of multi-threaded solution, to achieve read and write mutex, write mutex, read synchronization.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-10
    • 文件大小:2237231
    • 提供者:刘禹
  1. read-and-write

    0下载:
  2. 读者-写者的读写限制(包括读者优先和写者优先) 1)写-写互斥,即不能有两个写者同时进行写操作 2)读-写互斥,即不能同时有一个读者在读,同时却有一个写者在写 3)读读允许,即可以有2个以上的读者同时读-Readers- to read and write restrictions (including readers, priority, and the writer takes precedence) A) write- write mutually exclusive, i
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:3037
    • 提供者:
  1. caozuoxitong

    0下载:
  2. 操作系统的读者写者问题 读者写者的互斥问题- the reader and the write of the operating system
  3. 所属分类:OS Develop

    • 发布日期:2017-05-04
    • 文件大小:1290856
    • 提供者:刘毅
  1. ReaderAndWriter

    0下载:
  2. Linux下读者写者问题, 1)写-写互斥:不能有两个写者同时进行写操作; 2)读-写互斥:不能同时有一个线程在读,而另一个线程在写; 3)读-读允许:可以有一个或多个读者在读; 4)读者优先的附加限制:如果读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作; 5)写者优先的附加限制:如果一个读者申请进行读操作时已有另一个写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能开始读操作。-Under Linux readers to write, 1) wri
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:2515
    • 提供者:翔子
  1. Reader-Writer

    0下载:
  2. 创建一个控制台进程,此进程包含n个线程,用这n个线程来表示n个读者或写者,每个线程按相应测试数据文件(后面有介绍)的要求进行读写操作,用信号量机制分别实现读者优先和写者优先的读者-写者问题。 读者-写者问题的读写操作限制(包括读者优先和写者优先): 写-写互斥,即不能有两个写者同时进行写操作。 读-写互斥,即不能同时有一个线程在读,而另一个线程在写。 读-读允许,即可以有一个或多个读者在读。 读者优先的附加限制:如果一个读者申请进行读操作时已有另一个读者正在进行读操作,则该
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:7516
    • 提供者:何必
  1. ReadWrite

    0下载:
  2. java多线程设计模式,读者写者问题,多线程实现-Reader Writer
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:2559
    • 提供者:zhangsan
  1. OS

    0下载:
  2. 在Windows2000环境下,创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件(后面介绍)的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问题。 读者-写者问题的读写操作限制(包括读者优先和写者优先) 1) 写-写互斥:不能有两个写者同时进行写操作 2) 读-写互斥:不能同时有一个线程在读,而另一个线程在写。 3) 读-读允许:可以有一个或多个读者在读。 读者优先的附加限制:如果读者申请进行读操作时已有另一个读者
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:80224
    • 提供者:夏芝亮
  1. duzhexiezhe

    0下载:
  2. 读者写者问题 读者-写者问题的读写操作限制(包括读者优先和写者优先)-Readers to write the the problem of readers- to write those who the the problem of the read and write operations restrictions (including the readers priority and write those who priority)
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:4690
    • 提供者:彭阳
  1. read-writer

    0下载:
  2. 操作系统课程设计实验,用于解决读者写者问题的程序代码,可以直接运行-Courses on operating system design experiments to solve the readers to write the code, you can run directly
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:2163
    • 提供者:高青
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 15 »
搜珍网 www.dssz.com