搜索资源列表

  1. 0029

    0下载:
  2. 操作系统中读者写者问题拟操作系统里实现读者-写者问题的程序实例。用vc++编写,直接打开工程文件即可调试-OS readers to write to the problem of the operating system, achieving readers - who wrote the program examples. Vc with the preparation, direct project documents can b
  3. 所属分类:CA认证

    • 发布日期:2008-10-13
    • 文件大小:8706
    • 提供者:国威
  1. 操作系统课程设计报告及原代码

    0下载:
  2. 通过实现经典的读者写者问题,巩固对线程及其同步机制的学习效果,加深对相关基本概念的理解,并学习如何将基本原理和实际设计有机的结合。-through the realization of the classic problem of readers to write, and the consolidation of thread synchronization mechanism of the study results, relate
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:215157
    • 提供者:晨风
  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编程

    • 发布日期:2008-10-13
    • 文件大小:17704
    • 提供者:王飞
  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 si
  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. U
  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. reader_and_writer

    0下载:
  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. write_first

    0下载:
  2. 写者优先问题。操作限制:1)写-写互斥;2)读-写互斥;3)读-读允许;写者优先的附加限制:如果一个读者申请进行读操作时已有另一写者在等待访问共享资源,则该读者必须等到没有写者处于等待状态后才能开始读操作。-wrote priority issues. Operating restrictions : a) write-write contradict; 2) read-write mutually exclusive; 3) Read
  3. 所属分类:uCOS开发

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

    0下载:
  2. 这是嵌入式系统中关于理发师问题的源程序,主要是解决顾客排队的问题-This is the embedded system on the source of Seville, the key is to resolve the problem of customers queuing
  3. 所属分类:VxWorks

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:李思雨
  1. C++reader

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

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

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

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

    0下载:
  2. 操作系统试验,理发师问题用进程解决的,实现进程互斥与共享-Operating system testing, barber problem solved by the process of realizing the process and sharing of Mutex
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:2048
    • 提供者:袁志
  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-17
    • 文件大小:2048
    • 提供者:lifei
  1. frfs

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

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

    0下载:
  2. 读者写者问题,通过临界资源互斥实现多线程的读写控制-Readers to write those problems through the critical resources mutually exclusive multi-threaded read-write control
  3. 所属分类:系统编程

    • 发布日期:2024-05-17
    • 文件大小:2682880
    • 提供者:邹平
  1. Reader_Writer

    0下载:
  2. 操作系统中的进程互斥与同步问题的一个例子 即读者写者问题 源码 -Operating in mutual exclusion and synchronization issues that readers write one example of the problem of source
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-17
    • 文件大小:2108416
    • 提供者:cocoa0722
« 1 2 3 4 5 67 8 9 10 11 ... 17 »

源码中国 www.ymcn.org