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

搜索资源列表

  1. Linux下的读者写者 xx

    0下载:
  2. 在Linux下实现读者写者的问题,采用的是多线程的方法-under Linux readers to write to the problem, using a multi-threaded approach
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:922
    • 提供者:xx
  1. 读者——写者问题

    0下载:
  2. 读者——写者问题 -readers -- the problem
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:5163
    • 提供者:q
  1. 读者写者问题1

    0下载:
  2. 这是一个读者写者问题 -This is a problem of readers to write
  3. 所属分类:生物技术

    • 发布日期:2008-10-13
    • 文件大小:2643
    • 提供者:李静
  1. 读者写者问题

    1下载:
  2. 实现读者写者问题,有较好的用户交互式界面。-achieve readers who write, a better interactive user interface.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:84171
    • 提供者:王喆
  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. 读者写者(LCC)

    0下载:
  2. 操作系统经典算法进程同步之读者写者问题,编译器LCC2005版-classic operating system process synchronization algorithm Readers write problem, the compiler version LCC2005
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:16261
    • 提供者:李雪
  1. 读者写者2005

    0下载:
  2. 这是一个操作系统 的精典算法 ,是关于读者写者问题 的,是用c来模拟的,-This is a classic algorithm operating system is on the readers who wrote in, is to simulate c,
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:27350
    • 提供者:孟伟
  1. 读者写者问题-线程

    0下载:
  2. 读者写者经典问题
  3. 所属分类:源码下载

    • 发布日期:2010-12-07
    • 文件大小:6012
    • 提供者:yoyoqwert
  1. reader_writer3

    1下载:
  2. 是一个linux下的共享内存文件,读者写者问题的,还不错-Is a shared memory under linux document, readers write issues, and also a good
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:7062
    • 提供者:池瑞清
  1. Access

    0下载:
  2. 在Windows2000环境下,创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件(后面介绍)的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问题。 读者-写者问题的读写操作限制(包括读者优先和写者优先) 1) 写-写互斥:不能有两个写者同时进行写操作 2) 读-写互斥:不能同时有一个线程在读,而另一个线程在写。 3) 读-读允许:可以有一个或多个读者在读。 -In Windows2000 environment,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:15232
    • 提供者:陈媛
  1. R-W

    0下载:
  2. 读者写者问题:里面有详细使用说明,要实验报告的另M我-Readers write the problem: there are detailed instructions to report another experiment M I
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:2366
    • 提供者:杨振男
  1. 1_ReadWrite

    0下载:
  2. windows操作系统读者写者问题的VC++编程实例,大学课程中的实验-windows operating system to write the issue of the readers of VC++ programming examples of university courses in experimental
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-14
    • 文件大小:3316213
    • 提供者:adia
  1. writerandreader

    0下载:
  2. 计科操作系统课程“读者写者”问题的经典解决。-Branch of the operating system programs, " wrote the reader" as a problem to solve classic.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:2506
    • 提供者:李丽
  1. PV

    0下载:
  2. 读者写者问题,共享原则如下:1、读/写互斥访问;2、写/写互斥访问;3、允许多个读者同时对文件进行访问。-semaphore rmutex=1,rwmutex=1 int count=0 Cobegin reader: writer:
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:732
    • 提供者:baoyu
  1. reader-writer

    0下载:
  2. 经典的读者写者问题 ,里面含有详细的说明并且含有规范的设计报告-The problem of the classic readers to write, which contains detailed descr iptions and specifications of the design report containing
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:91183
    • 提供者:mq
  1. reader_writer

    0下载:
  2. 读者-写者问题的读写操作限制(包括读者优先和写者优先) 写-写互斥:不能有两个写者同时进行写操作 读-写互斥:不能同时有一个线程在读,而另一个线程在写。 读-读允许:可以有一个或多个读者在读。-Readers- read and write operations to write the problem of constraints (including the readers of priority and writing preferred) Write- write
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1809
    • 提供者:JK
  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
« 12 3 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com