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

搜索资源列表

  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. Reader_Writer

    0下载:
  2. 操作系统中的进程互斥与同步问题的一个例子 即读者写者问题 源码 -Operating in mutual exclusion and synchronization issues that readers write one example of the problem of source
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:2108726
    • 提供者:cocoa0722
  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. Reader_Writer

    0下载:
  2. 操作系统中的读者写者问题算法.该算法为为读者优先。-Reader-Writer problem algorithm in the operating system
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:13466
    • 提供者:陈平君
  1. writepriority

    0下载:
  2. 写优先的读者写者问题,使用共享内存,多个信号量实现。-writer and reader
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:2381
    • 提供者:孟军
  1. xianchengthread

    0下载:
  2. 在Windows 2000 环境下,创建一个包含n 个线程的控制台进程。用这n 个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求,进行读写操作。请用信号量机制分别实现读者优先和写者优先的读者-写者问题。-In Windows 2000 environment, create a console that contains the process of n threads. N threads with which to express n a reader or writer. E
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:513553
    • 提供者:zsb
  1. Minix_shell

    0下载:
  2. Minix下shell的实现 & 读者写者问题的实现 & piple监视系统的实现-Implementation & under Minix shell readers to write the problem of the realization of & piple Monitoring System
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:381578
    • 提供者:jjc
  1. bingFa

    0下载:
  2. 在linux环境下,使用多线程和信号量机制实现经典的读者写者问题-In the linux environment, using multiple threads and semaphore mechanism to bring readers to write the problem of classic
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:6187
    • 提供者:付言叶
  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. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:5354
    • 提供者:小贺
  1. rw

    0下载:
  2. 在Windows下完成读者写者多线程同步任务,里面附加有winsock网络通信程序代码。-In Windows, the completion of readers who write multi-threaded synchronization tasks, which add a winsock network communication code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:12855
    • 提供者:小贺
  1. simplePC

    0下载:
  2. Windows进程和线程创建方法实现一个简单的读者写者程序,读者将1~10十个数字一次填入临界区gData,当且仅当gData被读者消费后,写者才可以写入下一个数。-Windows process and thread creation method to implement a simple reader writer program, readers will be number 1 to 10 ten critical areas once populated gData, if and
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-04
    • 文件大小:1261687
    • 提供者:pupu
  1. rw

    0下载:
  2. 读者写者具体实现代码,当读者操作时不允许新的写着操作,当写者操作时不允许其他任何操作-Concrete implementation of the code written by readers, when readers read operation does not allow the new operation, when the writer does not allow any other operations operations
  3. 所属分类:source in ebook

    • 发布日期:2017-04-04
    • 文件大小:1368
    • 提供者:李楠
  1. duzheyuxizhe

    0下载:
  2. 读者-写者问题的读写操作限制(包括读者优先和写者优先) 1) 写-写互斥:不能有两个写者同时进行写操作 2) 读-写互斥:不能同时有一个线程在读,而另一个线程在写。 3) 读-读允许:可以有一个或多个读者在读。 读者优先的附加限制:如果读者申请进行读操作时已有另一个读者正在进行读操作,则该读者可直接开始读操作。 写者优先的附加限制:如果一个读者申请进行读操作时已有另一个写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能开始读操作。 运行结果显示要求:要求在
  3. 所属分类:Ajax

    • 发布日期:2017-03-30
    • 文件大小:2156
    • 提供者:蒲春旭
« 1 2 3 4 5 6 78 9 10 11 12 ... 15 »
搜珍网 www.dssz.com