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

搜索资源列表

  1. 读者—写者问题

    1下载:
  2. 大家一起研究 了-all the studies together
  3. 所属分类:数据库编程

    • 发布日期:2008-10-13
    • 文件大小:42938
    • 提供者:范彬
  1. wr

    1下载:
  2. 读者--写者问题,MFC完成的多线程,虽然简单,但功能具全,可以将显示该成进度条,复选框
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:29788
    • 提供者:彩霞
  1. reader-writer

    0下载:
  2. 计算机操作系统上机实验,其中的读者写者问题的实现
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:10930
    • 提供者:沈玉
  1. reader_writer

    0下载:
  2. 读者写者问题(读者优先,写者优先), pv操作,进程同步与互斥
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:10473
    • 提供者:何健明
  1. Reader-Writer

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

    • 发布日期:2008-10-13
    • 文件大小:7772
    • 提供者:vivien
  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. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:9214
    • 提供者:lyh
  1. ReaderWriter

    0下载:
  2. 操作系统课程设计,关于操作系统经典问题读者写者问题的演示!-courses on operating system design, operating system classic problem of the readers who write the demo!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:13297
    • 提供者:小禹
  1. Writer-and-reader

    0下载:
  2. 实现操作系统中的读者写者问题,能实现读优先或写优先,能在界面上显示读写进度。-The reader to achieve the operating system to write those questions, first read or write to achieve the priority can be displayed on the screen to read and write in progress.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-15
    • 文件大小:3864735
    • 提供者:李旭
  1. duzhe

    0下载:
  2. 利用windows提供的mfc 编写的读者写者的同步互斥问题问题-Mfc windows provide written by readers who write the synchronization problem of Mutual Exclusion
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1952
    • 提供者:谢天仇
  1. 1writer_reader

    0下载:
  2. 实现经典的读者-写者问题,在Linux环境下实现的,gcc编译通过-To achieve the classic readers- those issues, achieved under the Linux environment, gcc compiler
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1124
    • 提供者:黄参
  1. rw

    0下载:
  2. 实现windows操作系统中的读者写者问题-the problem of reader and writer
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:19757
    • 提供者:肖雄
  1. reader_writer

    0下载:
  2. 操作系统作业,多线程读者写者问题,C语言,Linux-Reader and writer, multi-threaded issues, C language, Linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1079
    • 提供者:瑞舞
  1. documents-for-Linux-

    0下载:
  2. Linux 多进程编写详细资料与算法总结 包含 读者-写者 等经典问题-Multiple Linux processes and algorithms written summary containing details of readers- those who write such classic problems
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:264991
    • 提供者:ming
  1. semaphore

    0下载:
  2.  使用信号量实现有限缓冲区的生产者和消费者问题  使用信号量实现读进程具有优先权的读者和写者问题 -err
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:857
    • 提供者:jane zheng
  1. EX5

    4下载:
  2. 用Win32所提供的同步对象实现自己的P、V,并解决读者-写者问题-Use Win32 synchronization objects provided by the realization of their P, V, and address the reader- writer problem
  3. 所属分类:Windows Develop

    • 发布日期:2015-11-24
    • 文件大小:1869
    • 提供者:Nancy
  1. readerwriter

    0下载:
  2. 简单的读者写者问题,用信号量来实现读者写者问题-Readers to write to readers to write the problem using semaphores
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1155896
    • 提供者:王二刷
  1. exercise_1

    0下载:
  2. 读者写者的实验程序,操作系统实验课必备,通常是实验一,大家都上网找的-Readers to write the experimental procedure, experimental courses required operating system, usually the experimental one, we all find the Internet
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2628
    • 提供者:chaochao
  1. reader_writer

    1下载:
  2. 计算机操作系统,读者写者算法的C++源代码,-Computer operating system, readers who write algorithm C++ Source code,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2585
    • 提供者:dongbo
  1. 67506229writer-reader

    0下载:
  2. 通过本程序可以实现os中经典的读者写者问题,欢迎下载-This procedure can be achieved through os classic readers to write in the problem are welcome to download
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-03
    • 文件大小:693244
    • 提供者:笑哈哈
  1. frfs

    0下载:
  2. 读者写者问题,哲学家就餐问题,先来先来先服务-Writing questions from readers, dining philosophers problem, first-come, first-come, first serve
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:4160
    • 提供者:zhangmin
« 1 2 3 4 56 7 8 9 10 ... 14 »
搜珍网 www.dssz.com