搜索资源列表

  1. readerwriter

    0下载:
  2. 操作系统课程设计,读者写者问题的详细实现-Operating systems curriculum design, the readers who write detailed realize
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-22
    • 文件大小:24576
    • 提供者:离间
  1. reader

    0下载:
  2. 操作系统读者写者问题,模拟进程同步通信。-Readers to write the operating system problem, simulating the process of synchronous communication.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-22
    • 文件大小:8192
    • 提供者:kevin
  1. ProcessSynchronization

    0下载:
  2. 实现操作系统几个经典问题:生产者消费者,读者写者,哲学家进餐问题.共做一个界面-The realization of the operating system a few classic problems: producers of consumer, readers-writer, philosopher eating problems. Were to do an interface
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-22
    • 文件大小:97280
    • 提供者:bark
  1. ReaderAndWriter

    0下载:
  2. 操作系统实验——pv操作,完成功能:读者写者问题-Experimental operating system- pv operation, complete function: readers to write the problem
  3. 所属分类:进程与线程

    • 发布日期:2024-05-22
    • 文件大小:46080
    • 提供者:Hu Jiandong
  1. O

    0下载:
  2. 用Java编写的读者写者问题的模拟程序,基本功能读读允许,读写互斥和写写互斥都实现了,界面输出是等待的读写者数目,运行的读写者数目.-Using Java to prepare readers to write the simulation program problem, the basic functions of read permission, read and write and write about mutex mutex
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:吴玲云
  1. pc

    0下载:
  2. 对操作系统经典问题的读者--写者问题的界面演示,是大家更容易理解它-Classic problems of the operating system to write the issue of reader interface demo, is it easier to understand U.S.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-22
    • 文件大小:4641792
    • 提供者:曹亭
  1. Read_Writer

    0下载:
  2. 操作系统读者写者问题,这里是读者优先。希望对初学者有帮助-Readers to write the operating system problem, here are the readers of priority. Want to have to help beginners
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-22
    • 文件大小:1213440
    • 提供者:王伟
  1. READ_WRITE

    0下载:
  2. 在 Windows XP Professional环境下,创建一个控制台进程,此进程包含n个线程。用这n个 线程来表示n个读者或写者。每个线程按相应的测试数据文件的要求进行读写操作。用信号 量机制实现读者优先的读者—写者问题
  3. 所属分类:Windows编程

    • 发布日期:2024-05-22
    • 文件大小:50176
    • 提供者:Kurt
  1. reader-writerproblem

    0下载:
  2. 用c实现读者写者问题,为每一个读者和写者都创建了一个线程,显示读者或写者自定义标识符、当前指针、存储区内容-C readers to write with the realization of the problem, for each reader and writing have created a thread to show readers who write custom identifier, the current gui
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-22
    • 文件大小:1024
    • 提供者:song
  1. CWriterReader

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

    • 发布日期:2024-05-22
    • 文件大小: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-22
    • 文件大小: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-22
    • 文件大小:2048
    • 提供者:姚伟松
  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-22
    • 文件大小: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-22
    • 文件大小: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-22
    • 文件大小:10240
    • 提供者:何健明
  1. Reader-Writer

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

    • 发布日期:2024-05-22
    • 文件大小: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-22
    • 文件大小: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-22
    • 文件大小: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-22
    • 文件大小:11264
    • 提供者:ll
  1. Access

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

    • 发布日期:2024-05-22
    • 文件大小:15360
    • 提供者:陈媛
« 1 2 3 45 6 7 8 9 10 ... 20 »

源码中国 www.ymcn.org