搜索资源列表

  1. operation

    0下载:
  2. 在linux环境下实现操作系统的读者-写者问题.读者写者随机访问.-In linux operating system environment to achieve the readers- to write the problem. Readers who write random access.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:172032
    • 提供者:sara
  1. CWriterReader

    0下载:
  2. C实现的操作系统的读者写者问题,一份报告,包括代码。-C to achieve the readers to write the operating system problem, a report, including the code.
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:10240
    • 提供者:汪尾
  1. duzhexiezhe

    0下载:
  2. 操作系统读者写者问题实验报告 包括结果 目的 心得 等等 有意者下来观摩-Readers to write the issue of the operating system reports include the results of the purpose of the experimental experience, etc. Interested parties down to watch
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:57344
    • 提供者:飘散风
  1. RW

    0下载:
  2. 实现读者-写者问题的模拟. data.txt中内容格式参考下面给出的例子 1 R 3 5 2 W 4 5 3 R 5 2 4 R 6 5 5 W 5 1 3-The realization of the readers- to write the issue of the simulation. Data.txt content format gives the following examples of ref
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:姚伟松
  1. czxt

    0下载:
  2. 操作系统的课程设计,关于读者与写者问题,采用多线程解决
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:123904
    • 提供者:姚春萌
  1. wr

    0下载:
  2. 读者--写者问题,MFC完成的多线程,虽然简单,但功能具全,可以将显示该成进度条,复选框-Readers to write the problem, MFC completed multi-threaded, although simple, but features a whole can be revealed that the into the progress bar, check box
  3. 所属分类:进程与线程

    • 发布日期:2024-05-19
    • 文件大小:1887232
    • 提供者:彩霞
  1. reader-writer

    0下载:
  2. 计算机操作系统上机实验,其中的读者写者问题的实现-Computer operating system on the machine experiment, in which readers write the realization of the problem
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:54272
    • 提供者:沈玉
  1. reader_writer

    0下载:
  2. 读者写者问题(读者优先,写者优先), pv操作,进程同步与互斥-Readers to write the problem (the reader priority, writing is preferred), pv operation, the process of synchronization and mutex
  3. 所属分类:进程与线程

    • 发布日期:2024-05-19
    • 文件大小:10240
    • 提供者:何健明
  1. Reader-Writer

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

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:vivien
  1. reader_writer3

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

    • 发布日期:2024-05-19
    • 文件大小:7168
    • 提供者:池瑞清
  1. writer-reader

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

    • 发布日期:2024-05-19
    • 文件大小:1992704
    • 提供者:jacky
  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 pr
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:11264
    • 提供者:ll
  1. Access

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

    • 发布日期:2024-05-19
    • 文件大小:15360
    • 提供者:陈媛
  1. R-W

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

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:杨振男
  1. caozuoxitong.doc

    0下载:
  2. 操作系统课程设计报告,实现读者与写者问题。-Operating systems curriculum design report, the reader realize the problem and write.
  3. 所属分类:文档资料

    • 发布日期:2024-05-19
    • 文件大小:116736
    • 提供者:凤之羽
  1. read_write

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

    • 发布日期:2024-05-19
    • 文件大小:76800
    • 提供者:wh
  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. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:3315712
    • 提供者:adia
  1. writerandreader

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

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:李丽
  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编程

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

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

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:baoyu
« 1 2 3 4 5 67 8 9 10 11 ... 41 »

源码中国 www.ymcn.org