搜索资源列表

  1. OS_ReaderWriter_1

    0下载:
  2. 操作系统课程设计(1)_读者写者问题; 附设计说明及主要函数流程图。-courses on operating system design (1) _ readers who write; Report design descr iptions and the main function flowchart.
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:30720
    • 提供者:guoliang
  1. OS_ReaderWriter_2

    0下载:
  2. 操作系统课程设计_读者写者问题(2);附主要函数流程图及说明。-courses on operating system design _ readers who write (2); Report of the main functions of flow charts and descr iptions.
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:139264
    • 提供者:guoliang
  1. RW

    0下载:
  2. 读者写者问题源码.包含我的注释. 没有加入工程文件. 只有一个R&W.cpp.在vc++6.0下编译成功. 在Windows 2000 环境下,创建一个包含n 个线程的控制台进程。用这n 个线程来表示n 个读者或写者。每个线程按相应测试数据文件的要求,进行读写操作。请用信号量机制实现读者-写者问题(读者优先)。 读者-写者问题的读写操作限制: 1)写-写互斥; 2)读-写互斥; 3)读-读允许; 读者优先
  3. 所属分类:进程与线程

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

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

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

    0下载:
  2. 读者写者问题,实现模拟 -Readers to write the problem, realize analog
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:208896
    • 提供者:
  1. chaozuoxintong

    0下载:
  2. 读者写者问题课程设计.具有详细的流程.实验结果及其截图-Readers to write the issue of curriculum design. A detailed flow. The experimental results and screenshots
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:65536
    • 提供者:wj
  1. readerangwriter

    0下载:
  2. 读者写者有限的问题,很不错,C++的,功能算是比较强大吧!-Readers who write a limited number of issues, very good, C++, Feature the more powerful it is!
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:88064
    • 提供者:崔凯
  1. os_rw

    0下载:
  2. 计算机操作系统实验,读者和写者问题.设置了缓冲池,有详细的注解.-Computer operating system experiments, readers and write the problem. Set up a buffer pool, have a detailed annotation.
  3. 所属分类:书籍源码

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:刘晴
  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-19
    • 文件大小:3072
    • 提供者:mars
  1. readerwriter

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

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

    0下载:
  2. 实现了读者与写者进程之间的同步互斥问题。-Achieved a reader and writer process mutex synchronization problems between.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:82944
    • 提供者:liugang
  1. reader

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

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

    0下载:
  2. 在Windows2000或Windows XP环境下,创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问题。-In Windows2000 or Windows XP environment, the creation of a console process, this process contains n threads.
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:lifei
  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-19
    • 文件大小:97280
    • 提供者:bark
  1. ReaderAndWriter

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

    • 发布日期:2024-05-19
    • 文件大小: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-19
    • 文件大小: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-19
    • 文件大小: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-19
    • 文件大小:1213440
    • 提供者:王伟
  1. READ_WRITE

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

    • 发布日期:2024-05-19
    • 文件大小: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-19
    • 文件大小:1024
    • 提供者:song
« 1 2 3 4 56 7 8 9 10 ... 41 »

源码中国 www.ymcn.org