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

搜索资源列表

  1. 0029

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

    • 发布日期:2008-10-13
    • 文件大小:8706
    • 提供者:国威
  1. 操作系统课程设计报告及原代码

    1下载:
  2. 通过实现经典的读者写者问题,巩固对线程及其同步机制的学习效果,加深对相关基本概念的理解,并学习如何将基本原理和实际设计有机的结合。-through the realization of the classic problem of readers to write, and the consolidation of thread synchronization mechanism of the study results, related to deepen the understanding
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:215157
    • 提供者:晨风
  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
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:17704
    • 提供者:王飞
  1. Reader_Writer1

    0下载:
  2. 这是读者写者的显示程序,这样可以让大家的程序更加完美-readers to write this is the display program, which would allow all the procedures more perfect
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:48241
    • 提供者:梁庆祥
  1. 信号量sem

    0下载:
  2. 这是自己写的一个关于经典ipc问题-读者写者的实现。(用信号量实现)-this is the one to write his classic IPS on the issue-the readers to write to achieve. (Using signal capacity achieved)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2774
    • 提供者:梁立平
  1. 读者与写者之JAVA

    1下载:
  2. 读者与写者之JAVA-readers who are supposed to write with JAVA
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2335
    • 提供者:黄竟
  1. 读者写者

    0下载:
  2. 读写问题的vc仿真代码-literacy problems vc simulation code
  3. 所属分类:操作系统开发

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

    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. 读写者

    1下载:
  2. 用语言实现操作系统中经典问题_读者写者同步算法-used language operating system classic problem _ readers who write synchronization algorithm
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:2230
    • 提供者:陈峰
  1. 读者与写者

    1下载:
  2. 操作系统实验,进程同步与互斥读者写者问题,用vc实现-experimental operating system, and coordinate the process of the readers who wrote, using vc achieve
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:31524
    • 提供者:嘉晓岚
  1. 写者与读者实验报告

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

    • 发布日期:2011-06-04
    • 文件大小:32627
    • 提供者:zhzghyd
  1. 读者与写者模拟

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

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

    0下载:
  2. 操作系统课程设计报告,实现读者与写者问题。-Operating systems curriculum design report, the reader realize the problem and write.
  3. 所属分类:Document

    • 发布日期:2017-04-17
    • 文件大小:116640
    • 提供者:凤之羽
  1. reader_writer

    0下载:
  2. 读者写者问题,通过临界资源互斥实现多线程的读写控制-Readers to write those problems through the critical resources mutually exclusive multi-threaded read-write control
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2683347
    • 提供者:邹平
  1. ReaderWriter

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

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

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

    • 发布日期:2017-04-04
    • 文件大小:1225
    • 提供者:zhanghuachao
  1. 读写优先

    2下载:
  2. 事件对象解决读写者问题实现P、V操作用Win32提供的同步对象实现P、V操作,并使用它们解决读者-写者问题 利用事件机制模拟多值信号量。(Event object solves the problem of reader writer)
  3. 所属分类:Windows编程

  1. 读写者代码

    0下载:
  2. 本次实验中,是进行设计解决读写者问题。假如只有一个文件的情况下,多个读者进程和多个写者进程都要进行访问该文件。当有读者进程在时,写者进程不能进行操作;同样,如果存在写者进程,则不能有读者进程存在,从而保证读取的数据是最新的。此外,为保证数据的正确性,读者之间只能存在一个。即一次只能有一个写者进程对数据区进行访问。而读者进程则没有限制。(Reader and writer's problem)
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:1024
    • 提供者:sherohyw
« 1 23 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com