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

搜索资源列表

  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. Writer-and-reader

    0下载:
  2. 实现操作系统中的读者写者问题,能实现读优先或写优先,能在界面上显示读写进度。-The reader to achieve the operating system to write those questions, first read or write to achieve the priority can be displayed on the screen to read and write in progress.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-15
    • 文件大小:3864735
    • 提供者:李旭
  1. duzhe

    0下载:
  2. 利用windows提供的mfc 编写的读者写者的同步互斥问题问题-Mfc windows provide written by readers who write the synchronization problem of Mutual Exclusion
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1952
    • 提供者:谢天仇
  1. rw

    0下载:
  2. 实现windows操作系统中的读者写者问题-the problem of reader and writer
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:19757
    • 提供者:肖雄
  1. EX5

    4下载:
  2. 用Win32所提供的同步对象实现自己的P、V,并解决读者-写者问题-Use Win32 synchronization objects provided by the realization of their P, V, and address the reader- writer problem
  3. 所属分类:Windows Develop

    • 发布日期:2015-11-24
    • 文件大小:1869
    • 提供者:Nancy
  1. readerwriter

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

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

    0下载:
  2. 通过本程序可以实现os中经典的读者写者问题,欢迎下载-This procedure can be achieved through os classic readers to write in the problem are welcome to download
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-03
    • 文件大小:693244
    • 提供者:笑哈哈
  1. W_R

    0下载:
  2. 经典的读者写者问题 调试通过 仅供参考 希望大家多交流-Classic problem of debugging the readers to write for information purposes only hope that through more exchanges
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-04
    • 文件大小:1277028
    • 提供者:wang
  1. winsock

    0下载:
  2. 操作系统中读者写者问题与winsock网络通信编程-Reader and writer s problem and the winsock network communication
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:12850
    • 提供者:默客
  1. OS_read_writer

    0下载:
  2. 操作系统的课程设计,实现读者写者问题,很实用的-the design of os and the read and the write question
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-23
    • 文件大小:199658
    • 提供者:李四化
  1. dgegc

    0下载:
  2. 通过实现经典的读者写者问题,巩固对线程及其同步机制的学习效果,加深对相关基本概念的理解,并学习如何将基本原理和实际设计有机的结合-Through the realization of the classical problem of the readers to write, to consolidate on the threads and synchronization mechanisms of learning and deepen the understanding of basic
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:63640
    • 提供者:yu
  1. Reader_Writer_plus

    0下载:
  2. 一个属于操作系统方面的一个著名的读者写者问题,通过它的实现可以对操作系统信号量机制和进程线程同步及通信有深刻的理解-A part of the operating system in a well-known readers to write those problems, through its implementation can be a mechanism and process of the operating system semaphore thread synchronizati
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:31749
    • 提供者:macintosh
  1. wr

    0下载:
  2. 读者与写着问题,可视化演示,直观的演示了读者写者问题。-Readers and reading problems, visual presentations, visual presentation of the reader-writer problem.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:141552
    • 提供者:yang
  1. readandwrite

    0下载:
  2. 读者写者进程管理,自定义读者写者优先关系,完成进程建立,调度!-Readers to write by process management, custom readers to write the relationship between those who give priority to complete the process of building, scheduling!
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1344810
    • 提供者:徐海波
  1. RandW

    0下载:
  2. 读者写者进程同步问题解决方案,利用临界区,信号量来实现进程或者线程同步-Reader-writer synchronization process solutions, using the critical area, the signal values in order to achieve the process or thread synchronization
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:2994
    • 提供者:
  1. 1123

    0下载:
  2. 创建一个控制进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问题。运行结果显示要求:要求在每个线程创建、发出读写申请、开始读写操作和结束读写操作时分别显示一行提示信息,以确定所有处理都遵守相应的读写操作限制。 读者-写者问题的读写操作限制-Create a control process, this process contains n threads. Use of these n thread
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1646681
    • 提供者:a221221a
  1. Reader_and_Writer

    0下载:
  2. 操作系统中读者写者算法的实现,涉及到系统互斥资源的争用和释放问题,初学者可以参考-Readers to write the operating system the realization of those algorithms, involving mutual exclusion of resources to the system and the release of contention issues, beginners can refer to
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:911308
    • 提供者:wc
  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. R_W

    0下载:
  2. 是关于读者写者的代码 写的还是很详细的 是用C++进行写的-about reader and writer
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:1250
    • 提供者:星海
  1. ReaderandWriter

    1下载:
  2. 读者写者问题的分析演示,多线程分配,程序短小实用-Readers write the analysis of the problem of presentation, multi-threaded allocation, short practical procedures
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:658
    • 提供者:陈志强
« 1 2 34 5 6 7 8 »
搜珍网 www.dssz.com