搜索资源列表

  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. readerwriter1

    0下载:
  2. 读者写者问题实现-readers to write to achieve the problem
  3. 所属分类:进程与线程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:曹万
  1. R_W2

    0下载:
  2. 本程序实现读者-写者问题.采用WINDOWS API实现.有比较详细的程序说明-readers of this program- writing problem. Using Windows API. A more detailed descr iption of the procedures
  3. 所属分类:进程与线程

    • 发布日期:2024-05-17
    • 文件大小:252928
    • 提供者:lyh
  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 expr
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:17408
    • 提供者:王飞
  1. 信号量sem

    0下载:
  2. 这是自己写的一个关于经典ipc问题-读者写者的实现。(用信号量实现)-this is the one to write his classic IPS on the issue-the readers to write to achieve. (Using signal capacity achieved)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:梁立平
  1. Java_Reader_Writer

    0下载:
  2. 用java语言实现IPC经典问题中的读者写者问题-with java language IPC classic problem of the problem of readers to write
  3. 所属分类:进程与线程

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:wyn
  1. duzhexiezhe

    0下载:
  2. 读者写者问题 在java 下实现-readers who write in Java to achieve.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:委员克
  1. 45g4g

    0下载:
  2. 大学本课操作系统课程设计指导书(1)假脱机技术的模拟(2)读者—写者问题的模拟-university courses on operating system design based curriculum guide book (1) at the off-line simulation technology (2) the reader-written persons Simulation
  3. 所属分类:软件工程

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:熊熊
  1. RandW

    0下载:
  2. 读者-写者问题源代码,实现进程之间的同步与互斥 -reader-written source code problem, the realization of the process of synchronization and mutex
  3. 所属分类:进程与线程

    • 发布日期:2024-05-17
    • 文件大小:106496
    • 提供者:yan
  1. duzhexiezhe-c

    0下载:
  2. 读者-写者问题经典的线程同步问题的一个模型,于是我制作本文,希望对学习操作系统实现的有所帮助-reader-wrote the classic problem of synchronization of threads a model, so I produced this paper, hope to learn from the operating system to achieve some help
  3. 所属分类:系统编程

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:茹新华
  1. Paper

    0下载:
  2. 读者写者问题英文版问题描述-problem readers to write in English to describe the problem
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:138240
    • 提供者:
  1. readerwriterlock

    0下载:
  2. A simple Win32 readers/writers lock with reentrance 读者写者问题解决方案-A simple Win32 readers/writers lock with reentrance readers write problem solutions
  3. 所属分类:系统编程

    • 发布日期:2024-05-17
    • 文件大小:3072
    • 提供者:mars
  1. reader

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

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

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

    • 发布日期:2024-05-17
    • 文件大小:46080
    • 提供者:Hu Jiandong
  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-17
    • 文件大小: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-17
    • 文件大小:1887232
    • 提供者:彩霞
  1. Access

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

    • 发布日期:2024-05-17
    • 文件大小:15360
    • 提供者:陈媛
  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-17
    • 文件大小:3315712
    • 提供者:adia
  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. 所属分类:操作系统开发

    • 发布日期:2024-05-17
    • 文件大小:91136
    • 提供者:mq
  1. 读写者代码

    0下载:
  2. 本次实验中,是进行设计解决读写者问题。假如只有一个文件的情况下,多个读者进程和多个写者进程都要进行访问该文件。当有读者进程在时,写者进程不能进行操作;同样,如果存在写者进程,则不能有读者进程存在,从而保证读取的数据是最新的。此外,为保证数据的正确性,读者之间只能存在一个。即一次只能有一个写者进程对数据区进行访问。而读者进程则没有限制。(Reader and writer's problem)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:sherohyw
« 1 2 3 45 6 7 8 9 10 ... 17 »

源码中国 www.ymcn.org