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

搜索资源列表

  1. Turn up

    1下载:
  2. VC下面的读者写者问题,实验报告 操作系统课程设计
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:384803
    • 提供者:king
  1. writer_reader

    0下载:
  2. 经典的读者写者问题。设计读写线程,实现对同一文件的读和写的同步。 1.一个线程在写时,其他线程不允许写。 2.一个线程在写时,其他线程不允许读。 3.一个线程在读时,其他线程不允许写。 4.一个线程在读时,其他线程允许读。 -readers to write the classic problem. Design literacy threads, to achieve the same document simultaneously read and write. 1
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:8646
    • 提供者:li
  1. cdy.cpp

    0下载:
  2. 读者写者问题 包括读优先 写有先 程序写的不错,希望大家参考-readers to write persons including reading a first priority was to write a good procedure, we hope reference
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:4400
    • 提供者:蝈蝈
  1. Java_Reader_Writer

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

    • 发布日期:2008-10-13
    • 文件大小:4105
    • 提供者:wyn
  1. windows_reader_writer

    0下载:
  2. 线程的读者优先与写者优先。创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件进行读写操作。用信号量机制分别实现读者优先和写者优先的读者写者问题。-priority threads with the readers who wrote priority. The process of creating a console, this process contain n threads. Use of these n threads to expre
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:8199
    • 提供者:李晨
  1. duzhexiezhe

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

    • 发布日期:2008-10-13
    • 文件大小:1429
    • 提供者:委员克
  1. 20032320duzhexiezhe

    0下载:
  2. 这个是操作系统中的读者写者问题.我们做的实验,包含实验报告-this is the operating system of readers wrote persons. We do experiments, including experiments report
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:40242
    • 提供者:鲍小伟
  1. bbd

    0下载:
  2. 操作系统中,读者写者的问题-operating system, readers wrote to the problem
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:139923
    • 提供者:张甜
  1. reader_and_writer

    1下载:
  2. 操作系统课程中,读者写者问题的一个Cpp解决方案;在VC6下调时通过,虚拟控制台下运行。-operating systems course, readers who wrote in a tracing solutions; In VC6 downward through, Virtual console operation.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:69166
    • 提供者:文正
  1. ReaderLoveWriter

    0下载:
  2. 读者写者进程JAVA编写,读者写者进程,写者优先,采用JAVA编写。读入文件,定义线程。-readers who write Java preparation process, the process of the readers who write, write priority, prepared using Java. Reading into the paper, the definition thread.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1993
    • 提供者:郑杨
  1. Reader_Writer(first)

    1下载:
  2. 操作系统实验之读者写者问题(写者优先): 通过读取threads.txt文件获取读者和写者进程的相关信息并创建相应的进程实现写者优先的读者写者问题-operating system experiments readers who write (wrote priority) : threads.txt read through the documents obtained readers who write and process the relevant information and t
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2181
    • 提供者:cjh
  1. 367;4

    1下载:
  2. 操作系统经典问题-读者写者,有代码,报告,程序,全-OS classic problem-readers who write, code, reports, procedures, all!
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:213603
    • 提供者:熊熊
  1. 45g4g

    1下载:
  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. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:5525
    • 提供者:熊熊
  1. reader-writer-problem

    0下载:
  2. reader-writer-problem读者写者问题代码-reader-writer-problem readers to write code problem
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:8518
    • 提供者:ws
  1. ReaderFirst

    0下载:
  2. 读者写者问题读者优先的JAVA实现,编译调试通。无私共享-readers to write persons readers priority JAVA, compile debugging links. Selfless sharing
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:17735
    • 提供者:ljw
  1. RandW

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

    • 发布日期:2008-10-13
    • 文件大小:106960
    • 提供者:yan
  1. csreaderandwriter

    0下载:
  2. 此代码实现了操作系统中进程的经典问题-读者写者问题.-this code of the operating system to achieve process classic problem - the problem of readers to write.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1902
    • 提供者:冷静
  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. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:3212
    • 提供者:茹新华
  1. jinchengguanliduzheyuxiezhe

    1下载:
  2. 一个基于VC#.NET实现的进程管理之读者写者模拟算法。-based VC# 1.NET management of the process of the readers who write simulation algorithm.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1742255
    • 提供者:踏歌内
  1. ReadWrite

    0下载:
  2. 操作系统中读者写者问题-readers to write operating system problem
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:24920
    • 提供者:苏年平
« 1 2 34 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com