搜索资源列表

  1. 进程同步 -- 写者优先

    0下载:
  2. 进程同步 -- 写者优先-process synchronization -- priority
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2471
    • 提供者:林夕
  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. 写者优先算法-操作系统

    0下载:
  2. 这是操作系统中的写者优先算法的实现绝对正确-this is the operating system was the priority algorithm to achieve absolutely correct
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:8822
    • 提供者:田田
  1. 读者写者算法

    1下载:
  2. 关于读者写者的问题,分别实现读者优先和写者优先.-readers to write on the issue, the readers who wrote a priority and priority.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:24614
    • 提供者:若竹
  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. 读者写者(LCC)

    0下载:
  2. 操作系统经典算法进程同步之读者写者问题,编译器LCC2005版-classic operating system process synchronization algorithm Readers write problem, the compiler version LCC2005
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:16261
    • 提供者:李雪
  1. 读者写者2005

    0下载:
  2. 这是一个操作系统 的精典算法 ,是关于读者写者问题 的,是用c来模拟的,-This is a classic algorithm operating system is on the readers who wrote in, is to simulate c,
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:27350
    • 提供者:孟伟
  1. 读写者

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

    • 发布日期:2008-10-13
    • 文件大小:2230
    • 提供者:陈峰
  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. 读者写者经典问题
  3. 所属分类:源码下载

    • 发布日期:2010-12-07
    • 文件大小:6012
    • 提供者:yoyoqwert
  1. 写者与读者实验报告

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

    • 发布日期:2011-06-04
    • 文件大小:32627
    • 提供者:zhzghyd
  1. 读者与写者模拟

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

    • 发布日期:2011-06-04
    • 文件大小:18031
    • 提供者:zhzghyd
  1. 第一类读-写者问题

    0下载:
  2. 用c语言实现第一类读-写者问题 -using language first reading-writing problem
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:3072
    • 提供者:
  1. bbd

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

    • 发布日期:2024-05-19
    • 文件大小:139264
    • 提供者:张甜
  1. ReadWrite

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

    • 发布日期:2024-05-19
    • 文件大小:24576
    • 提供者:苏年平
  1. RW

    0下载:
  2. 读者优先写者优先问题 ,windows下线程实现-readers who wrote priority priority issues, windows under the thread
  3. 所属分类:Windows编程

    • 发布日期:2024-05-19
    • 文件大小:33792
    • 提供者:陈建湘
  1. readerwriter

    0下载:
  2. 读者和写者的问题例子-readers and writing examples, the problem
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:李春
  1. 公共平台

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

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

源码中国 www.ymcn.org