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

搜索资源列表

  1. 读者——写者问题

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

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

    0下载:
  2. 读者写者进程JAVA编写,读者写者进程,写者优先,采用JAVA编写。读入文件,定义线程。-readers who write Java preparation process, the process of the readers who write, write priority, prepared using Java. Reading into the paper, the definition thread.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1993
    • 提供者:郑杨
  1. tzsReadWrite

    0下载:
  2. Java写的“读者写者问题”示例-Java book, "readers who write" Example
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1535
    • 提供者:汤泽世
  1. 读者与写者之JAVA

    1下载:
  2. 读者与写者之JAVA-readers who are supposed to write with JAVA
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2335
    • 提供者:黄竟
  1. 读写者

    1下载:
  2. 用语言实现操作系统中经典问题_读者写者同步算法-used language operating system classic problem _ readers who write synchronization algorithm
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:2230
    • 提供者:陈峰
  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. duzheyuxizhe

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

    • 发布日期:2017-03-30
    • 文件大小:2156
    • 提供者:蒲春旭
  1. ReaderWriter

    0下载:
  2. Java多线程读者写者程序。程序先从txt文本中读取读者写者信息,1 R 3 5为例,1为线程序号,R表示读者,3表示申请操作的时间(秒为单位),5表示操作持续的时间。运行后先选择读者/写者优先,之后按照文本中的描述建立线程,采用信号量机制处理互斥访问。-Readers who write multi-threaded Java programs. Txt program text reads the reader to start writing Information, 1 R 3 5, f
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:6135
    • 提供者:Jonas
  1. 20092128-1

    0下载:
  2. java关于读者写者问题(写者优先)的实现-failed to translate
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:121130
    • 提供者:徐卓远
  1. reader_writer_p

    0下载:
  2. 模拟os经典算法案例,读者写者的算法,java语言实现-Simulation of OS algorithm classic case, readers who write algorithm, Java language implementation
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:10107
    • 提供者:zhangting
  1. ReadWrite

    0下载:
  2. java多线程设计模式,读者写者问题,多线程实现-Reader Writer
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:2559
    • 提供者:zhangsan
  1. writer

    0下载:
  2. 实现读者写者问题,主要是源代码,可以解决一般需求-write and reader
  3. 所属分类:JavaScript

    • 发布日期:
    • 文件大小:1513
    • 提供者:刘攀
  1. ReaderWriter

    0下载:
  2. 这是一个用Java写的,关于解决操作系统中读者与写者的问题-This is written in Java, the problem of the operating system on the settlement of the reader and writer
  3. 所属分类:Java Develop

    • 发布日期:2017-11-25
    • 文件大小:5856
    • 提供者:8203132
  1. ReaderaWriter

    0下载:
  2. 该代码是操作系统实验里的实现读者写者问题-The experiment is the operating system code to achieve readers who write
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:173766
    • 提供者:chenwei
  1. ReaderWriter

    0下载:
  2. 写一个多线程的程序实现读者和写者能够共享文件,文件里保存一篇文章,写者可以修改,读者可以阅读。-Write a multithreaded program, readers and writers to share files, file save an article writer can modify, readers can read.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:9120
    • 提供者:name
  1. caozuoxitong

    0下载:
  2. 这个是基于操作系统的通过管程或PV信号量解决的读者写者问题。-This is based on PV by tube or semaphores solve readers who write operating system.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:24927
    • 提供者:依依
搜珍网 www.dssz.com