搜索资源列表

  1. 读者——写者问题

    0下载:
  2. 读者——写者问题 -readers -- the problem
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:5163
    • 提供者:q
  1. 读者写者问题1

    0下载:
  2. 这是一个读者写者问题 -This is a problem of readers to write
  3. 所属分类:生物技术

    • 发布日期:2008-10-13
    • 文件大小:2643
    • 提供者:李静
  1. 读者写者模拟

    0下载:
  2. 模拟操作系统里实现读者-写者问题的程序实例。用vc++编写,直接打开工程文件即可调试。-operating system simulation, achieving readers - who wrote the program examples. Vc with the preparation, direct project documents can be opened debugging.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:86107
    • 提供者:王东
  1. 读者写者问题

    2下载:
  2. 实现读者写者问题,有较好的用户交互式界面。-achieve readers who write, a better interactive user interface.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:84171
    • 提供者:王喆
  1. 读者-写者问题

    1下载:
  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 expre
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3027
    • 提供者:程倩
  1. 另一个读者写者问题

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

    • 发布日期:2008-10-13
    • 文件大小:13401
    • 提供者:程倩
  1. 读者与写者

    1下载:
  2. 操作系统实验,进程同步与互斥读者写者问题,用vc实现-experimental operating system, and coordinate the process of the readers who wrote, using vc achieve
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:31524
    • 提供者:嘉晓岚
  1. 读者与写者模拟

    0下载:
  2. 在Windows Xp 环境下,创建一个包含n 个线程的控制台进程。用这n 个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求,进行读写操作。请用信号量机制分别实现读者优先和写者优先的读者-写者问题。 读者-写者问题的读写操作限制: 读者-写者的读写限制(包括读者优先和写者优先) 1)写-写互斥,即不能有两个写者同时进行写操作 2)读-写互斥,即不能同时有一个读者在读,同时却有一个写者在写 3)读读允许,即可以有2个以上的读者
  3. 所属分类:进程与线程

    • 发布日期:2011-06-04
    • 文件大小:18031
    • 提供者:zhzghyd
  1. 公共平台

    0下载:
  2. 读者写者问题PV模拟-readers to write simulation problem PV
  3. 所属分类:屏幕保护

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:zwq0302317
  1. reader_writer

    0下载:
  2. 读者写者问题C语言实现-problem readers to write C language
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:5120
    • 提供者:
  1. 读者写者

    0下载:
  2. 读写问题的vc仿真代码-literacy problems vc simulation code
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-19
    • 文件大小:333824
    • 提供者:长征
  1. 读者—写者问题

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

    • 发布日期:2024-05-19
    • 文件大小:1900544
    • 提供者:范彬
  1. ReaderWriter

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

    • 发布日期:2024-05-19
    • 文件大小:13312
    • 提供者:小禹
  1. 读写者

    0下载:
  2. 用语言实现操作系统中经典问题_读者写者同步算法-used language operating system classic problem _ readers who write synchronization algorithm
  3. 所属分类:文档资料

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:陈峰
  1. Linux下的读者写者 xx

    0下载:
  2. 在Linux下实现读者写者的问题,采用的是多线程的方法-under Linux readers to write to the problem, using a multi-threaded approach
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:xx
  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. 所属分类:教育/学校应用

    • 发布日期:2024-05-19
    • 文件大小:215040
    • 提供者:晨风
  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编程

    • 发布日期:2024-05-19
    • 文件大小:17408
    • 提供者:王飞
  1. Turn up

    0下载:
  2. VC下面的读者写者问题,实验报告 操作系统课程设计-VC following the issue of readers to write the experimental report of the operating system curriculum design
  3. 所属分类:系统编程

    • 发布日期:2024-05-19
    • 文件大小:385024
    • 提供者: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#编程

    • 发布日期:2024-05-19
    • 文件大小:22528
    • 提供者:li
  1. 20032320duzhexiezhe

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

    • 发布日期:2024-05-19
    • 文件大小:39936
    • 提供者:鲍小伟
« 1 23 4 5 6 7 8 9 10 ... 17 »

源码中国 www.ymcn.org