搜索资源列表

  1. readerangwriter

    0下载:
  2. 读者写者有限的问题,很不错,C++的,功能算是比较强大吧!
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:88568
    • 提供者:崔凯
  1. ProcessSynchronization

    1下载:
  2. 实现操作系统几个经典问题:生产者消费者,读者写者,哲学家进餐问题.共做一个界面
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:97206
    • 提供者:bark
  1. Reader-Writer

    0下载:
  2. 通过研究Linux的线程机制和信号量实现读者写者(Reader-Writer)问题并发控制。 1)写-写互斥:不能有两个写者同时进行写操作; 2)读-写互斥:不能同时有一个线程在读,而另一个线程在写; 3)读-读允许:可以有一个或多个读者在读; 4)读者优先的附加限制:如果读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作; 5)写者优先的附加限制:如果一个读者申请进行读操作时已有另一个写者在
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:7772
    • 提供者:vivien
  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. 所属分类:进程与线程

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:
  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 ca
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:911360
    • 提供者:wc
  1. window

    0下载:
  2. 读者的问题,写者的问题,信号量机制,怎么这么麻烦-reader
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:6519808
    • 提供者:grassjade
  1. solutionofreader-writerproblem

    0下载:
  2. 解决读者-写者多线程同步问题,在Windows环境下运用Visual C++ 6.0实现。-Address the reader- writer multithreading synchronization problems in Windows environment using Visual C++ 6.0 to achieve.
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:小贺
  1. duzhe

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

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:谢天仇
  1. dx

    0下载:
  2. 利用Windows提供的MFC类编程实现读者/写者的同步互斥问题,保证:1)一个人在写时,其他人不允许写;2)一个人在写时,其他人不允许读;3)一个人在读时,其他人不允许写;4)一个人在读时,其他人允许读。-MFC classes provided by Windows programming reader/writer mutual exclusion synchronization to ensure that: 1) When a
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:eleven
  1. duzhe

    0下载:
  2. 读者写者单缓冲,vc编程,操作系统经典问题 文件名包括:debug thread 读者写者(单缓冲) exe运行文件-writer and reader problem
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:1314816
    • 提供者:沈佳
  1. documents-for-Linux-

    0下载:
  2. Linux 多进程编写详细资料与算法总结 包含 读者-写者 等经典问题-Multiple Linux processes and algorithms written summary containing details of readers- those who write such classic problems
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-19
    • 文件大小:265216
    • 提供者:ming
  1. Readers-that-read--write-preferred

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

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:别样的天空
  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. 所属分类:书籍源码

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:朱以汀
« 1 2 ... 12 13 14 15 16 17»

源码中国 www.ymcn.org