CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 操作系统开发 搜索资源 - reader

搜索资源列表

  1. reader-writer-program

    0下载:
  2. 这是操作系统经典并发程序,用C++语言实现-This is classic operating system with procedures, with C language
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:639.39kb
    • 提供者:yuxi
  1. C++reader

    0下载:
  2. 这是一个用C++实现读者和写者的问题的代码-This is the realization of a C readers and the writing of code
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2.1kb
    • 提供者:xukekekeke
  1. reader

    0下载:
  2. 操作系统读者写者问题,模拟进程同步通信。
  3. 所属分类:操作系统开发

    • 发布日期:2014-01-17
    • 文件大小:7.99kb
    • 提供者:kevin
  1. reader

    0下载:
  2. 下面是一个测试数据文件的例子: 2 W 4 5 3 R 5 2 4 R 6 5 5 W 5.1 3
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2.04kb
    • 提供者:狄影
  1. reader-writerproblem

    0下载:
  2. 用c实现读者写者问题,为每一个读者和写者都创建了一个线程,显示读者或写者自定义标识符、当前指针、存储区内容
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1.27kb
    • 提供者:song
  1. reader-writer

    0下载:
  2. 操作系统中的经典问题,初步实现了这个问题的功能,对初学者很有帮助
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2.24kb
    • 提供者:王宁
  1. Reader-Writer

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

    • 发布日期:2008-10-13
    • 文件大小:7.59kb
    • 提供者:vivien
  1. Android_BookReader.rar

    0下载:
  2. Google的Android操作系统上的一款电子书阅览器,含源代码。对于学习android的开发者很有帮助。,Google' s Android operating system on an e-book reader, including the source code. For those who study the development of android helpful.
  3. 所属分类:操作系统开发

    • 发布日期:2017-04-10
    • 文件大小:1.7mb
    • 提供者:张海波
  1. CVR100UD_DLLshenjiku

    0下载:
  2. 此件是最新的华视身份证阅读器CVR100UD_DLL的DLL文件-This piece is the latest CTS card reader CVR100UD_DLL DLL files
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:670.55kb
    • 提供者:Jam
  1. writer-reader

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

    • 发布日期:2017-04-10
    • 文件大小:677kb
    • 提供者:jacky
  1. thread.dat

    0下载:
  2. int main(int argc,char *argv[]) { char ch while(true) { printf("*************************************\n") printf(" 1.Reader Priority\n") printf(" 2.Writer Priority\n") printf(" 3.Exit to Windows\n") printf("*******
  3. 所属分类:OS Develop

    • 发布日期:2017-03-22
    • 文件大小:868byte
    • 提供者:刘倩
  1. writerandreader

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

    • 发布日期:2017-03-30
    • 文件大小:2.45kb
    • 提供者:李丽
  1. Readerwriter

    0下载:
  2. Reader Writer Problem to solve synchronization issues
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:32.51kb
    • 提供者:Nasir
  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. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:89.05kb
    • 提供者:mq
  1. readerwirter

    0下载:
  2. 读者写者问题,操作系统的经典实验,用c实现-Reader-writer problem, the operating system of the classic experiment, realized with the c
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:2.9kb
    • 提供者:lianjx
  1. reader_writer

    0下载:
  2. 计算机操作系统的实验报告——读者写者问题-Experimental Report of the computer operating system- the reader-writer problem
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:30.49kb
    • 提供者:zhao
  1. 2

    0下载:
  2. 这是操作系统的一个关于读者写者的代码,内容以及算法基本符合要求-This is one of the operating system' s code written on the reader, the basic content and algorithms to meet the requirements
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:926byte
    • 提供者:冯霞
  1. reader

    0下载:
  2. Reader-writer program code
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:1.03kb
    • 提供者:jn123
  1. reader

    0下载:
  2. 操作系统进程课堂实验,读者程序,读写问题课堂是实验-The operating system process classroom experiments Reader program, reading and writing classroom experimental
  3. 所属分类:OS Develop

    • 发布日期:2017-12-06
    • 文件大小:3.61kb
    • 提供者:安若
  1. EMV Reader Writer v11.5

    3下载:
  2. emv writer reader software v11.5
  3. 所属分类:操作系统开发

    • 发布日期:2021-01-22
    • 文件大小:8.21mb
    • 提供者:navinhillpark
« 12 »
搜珍网 www.dssz.com