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

搜索资源列表

  1. write_first

    0下载:
  2. 写者优先问题。操作限制:1)写-写互斥;2)读-写互斥;3)读-读允许;写者优先的附加限制:如果一个读者申请进行读操作时已有另一写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能开始读操作。-wrote priority issues. Operating restrictions : a) write-write contradict; 2) read-write mutually exclusive; 3) Reading-Reading allowed; Write pri
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:2518
    • 提供者:橙子
  1. C++reader

    0下载:
  2. 这是一个用C++实现读者和写者的问题的代码-This is the realization of a C readers and the writing of code
  3. 所属分类:操作系统开发

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

    1下载:
  2. 读者优先写者优先问题 ,windows下线程实现-readers who wrote priority priority issues, windows under the thread
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:33943
    • 提供者:陈建湘
  1. readerwriter

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

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

    0下载:
  2. 实现了读者与写者进程之间的同步互斥问题。
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:83578
    • 提供者:liugang
  1. resder_writer

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

    • 发布日期:2014-01-17
    • 文件大小:2267
    • 提供者:lifei
  1. reader

    0下载:
  2. windows进程中的有名的读者与写者的问题,分别介绍了读者优先和写者优先
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:80296
    • 提供者:毕瑛炜
  1. shengcai

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

    • 发布日期:2008-10-13
    • 文件大小:58900
    • 提供者:beibei
  1. WAR

    0下载:
  2. 操作系统课程设计—读者和写者的问题 操作系统课程设计—读者和写者的问题-Operating System Course Design- readers and to write the operating system, curriculum design issues- readers and write the problem
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1860
    • 提供者:熊庆波
  1. cangkuguanlisheji

    0下载:
  2. 读者与写者的实现,是n个线程之间的信号量的互斥问题 -The reader and the realization of writing is the thread between the n-the Mutex Semaphore problem
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:27098
    • 提供者:zenglei
  1. rw

    1下载:
  2. 创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问题。-Create a console process, this process contains n threads. Use of these n threads to represent n-reader or writer. Each thread according to the requirements of the cor
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1507
    • 提供者:DP
  1. readerandwriter

    0下载:
  2. 操作系统实验,包括多线程,P、V操作,读者和写者问题-reader and writer
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1393
    • 提供者:CJ
  1. Readers-that-read--write-preferred

    0下载:
  2. 读者写着问题,写者优先,当多个读者在等待前面的读者时,有写者来,写者优先,当前读者读完,写者进入,-Readers that read, write preferred
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-12
    • 文件大小:1989
    • 提供者:别样的天空
  1. Reader-and-Writer

    0下载:
  2. 读者与写者问题源代码,读者与写着问题源代码-Readers who write source code readers that read the source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:2606
    • 提供者:朱玉梅
  1. 6

    1下载:
  2.  使用信号量实现有限缓冲区的生产者和消费者问题  使用信号量实现读进程具有优先权的读者和写者问题 -Producers and consumers   semaphore limited buffer using semaphores reading process has a priority of readers and writers
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:146350
    • 提供者:高莹
  1. readwrite

    0下载:
  2. 关于读者写者的问题,适用于大学生的操作系统实验报告-read write read write read write read write read write read write read write read write read write read write read write
  3. 所属分类:source in ebook

    • 发布日期:2017-12-03
    • 文件大小:1775
    • 提供者:朱以汀
  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. Operating-systems-curriculum-design

    0下载:
  2. 利用模拟用信号量机制实现读者和写者问题:通过用户控制读进程和写进程,反应读者和写者问题中所涉及的进程的同步与互斥。-Using simulated using semaphore mechanisms readers and writers problem: by the user to control the reading process and the writing process, the reaction synchronization and mutual exclusion pr
  3. 所属分类:Project Design

    • 发布日期:2017-04-25
    • 文件大小:136680
    • 提供者:zhao
  1. reader-and-writer

    0下载:
  2. 读者与写者问题,自己总结了几篇统一打包在一个文件夹内-Readers and who write their own summary of several
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:2174
    • 提供者:欧文静
  1. readerAndwriter

    0下载:
  2. 读者与写者问题的解决(包括读者优先与写者优先)-The solution to the reader and the writer (including the reader first and the priority)
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-07
    • 文件大小:1181274
    • 提供者:刘波
« 1 2 ... 7 8 9 10 11 1213 »
搜珍网 www.dssz.com