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. 关于读者写者的问题,分别实现读者优先和写者优先.-readers to write on the issue, the readers who wrote a priority and priority.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:24614
    • 提供者:若竹
  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. read_write

    0下载:
  2. 分别采用信号量,信号灯,条件变量实现的读者--写者方法。-Using semaphores, signal, variable conditions of the realization of the readers- to write those methods.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:76965
    • 提供者:wh
  1. writer-reader

    0下载:
  2. 操作系统实验,进程同步和异步算法,读者-写者实验-Experimental operating system, the process of synchronous and asynchronous algorithm, the readers- to write those experiments
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:693244
    • 提供者:jacky
  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. readandwriter

    0下载:
  2. 读者和写者线程进程同步问题,比较详细,读者-写者的读写限制(包括读者优先和写者优先)-Readers and those who write thread synchronization process, more detailed, and readers- to write the read and write restrictions (including the readers who write priority and priority)
  3. 所属分类:Java Develop

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

    0下载:
  2. linux下读者写者程序,消除了竞争,没有实现饥饿消除-readers who write under linux procedures, to eliminate competition, not to achieve the elimination of hunger
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:984
    • 提供者:hc
  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
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com