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

搜索资源列表

  1. ReaderAndWriter

    0下载:
  2. 在Windows 2000/XP/2003环境下,创建一个包含N个线程的控制台进程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件(后面有介绍)的要求进行读写操作。用信号量机制分别实现读者优先和写者优先的读者一写者问题。-Windows 2000/XP/2003 environment, the creation of an N threads include the console process. Use of these n threads to express n read
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:10008
    • 提供者:白潘恩
  1. duzhexiezhewenti1

    0下载:
  2. 定义一个数据缓存buffer及用于实现同步互斥的信号量。 2、定义一个读者函数: ? 当有写者在占用buffer时,读者应该等待,直到写者不再使用该buffer。 ? 当有其他读者在占用buffer时,读者可对buffer进行读取操作。 ? 当buffer中有数据时,则从其中读取一个数据,并显示然后退出。 ? 当buffer中没有数据时,应等待,直到buffer中有数据可读。 3、定义一个写者函数 ? 当有读者在占用buffer时,写者应该等待,直到所有的读者都退
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:6128
    • 提供者:caizhuoying
  1. readwrite

    0下载:
  2. 读者-写者问题(Courtois et al., 1971) 读者-写者问题为数据库访问建立了一个模型。例如,一个系统,其中有许多竞争的进程试图读写其中的数据,多个进程同时读是可以接受的,但如果一个进程正在更新数据库,则所有的其他进程都不能访问数据库,即使读操作也不行。问题是:如何对读者和写者进行编程。 -ipc computer system reader-writer problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-26
    • 文件大小:16258
    • 提供者:
  1. WAR

    0下载:
  2. 操作系统课程设计—读者和写者的问题 操作系统课程设计—读者和写者的问题-Operating System Course Design- readers and to write the operating system, curriculum design issues- readers and write the problem
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1860
    • 提供者:熊庆波
  1. readerwriter

    0下载:
  2. 通过读者与写者(写者优先)的模型,模拟线程及其同步机制-Through the reader and writer (written preferred) model to simulate the threads and synchronization mechanisms
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:2269
    • 提供者:屠娇娇
  1. rw

    1下载:
  2. 创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问题。-Create a console process, this process contains n threads. Use of these n threads to represent n-reader or writer. Each thread according to the requirements of the cor
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:1507
    • 提供者:DP
  1. reader_and_writer

    0下载:
  2. 操作系统中,读者和写者问题的解决方案。调用windows API函数,清晰明了。-Operating system, readers and writers solution to the problem. Call the windows API function, clarity.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3896
    • 提供者:thunder sea
  1. 11

    0下载:
  2. 图书馆的管理系统 由编程语言呢写的 读者借阅者 看书人的学好代码写的-book
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:762
    • 提供者:哈会
  1. window

    0下载:
  2. 读者的问题,写者的问题,信号量机制,怎么这么麻烦-reader
  3. 所属分类:CSharp

    • 发布日期:2017-05-22
    • 文件大小:6519778
    • 提供者:grassjade
  1. e1

    0下载:
  2. 操作系统实验,实现读者优先写者优先的源代码-Operating system experiment, the reader first writer to achieve the priority of the source code
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:2220
    • 提供者:anybodys
  1. duzhexiezhewenti

    0下载:
  2. 定义一个数据缓存buffer及用于实现同步互斥的信号量。 2、定义一个读者函数: ? 当有写者在占用buffer时,读者应该等待,直到写者不再使用该buffer。 ? 当有其他读者在占用buffer时,读者可对buffer进行读取操作。 ? 当buffer中有数据时,则从其中读取一个数据,并显示然后退出。 ? 当buffer中没有数据时,应等待,直到buffer中有数据可读。 3、定义一个写者函数 ? 当有读者在占用buffer时,写者应该等待,直到所有的读者都退
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:12053
    • 提供者:caizhuoying
  1. thread

    0下载:
  2. 实验总体要求,使用MFC相关的功能函数来模拟经典进程互斥和同步问题 生产者和消费者 读者和写者 哲学家就餐问题-The general requirements of experiments, the use of MFC function to simulate the functions related to the classical problem of mutual exclusion and synchronization producers and consumers,
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:1287
    • 提供者:m47
  1. rd

    0下载:
  2. 在Windows2000环境下,创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问题。-In Windows2000 environment, create a console process, this process contains n threads. N threads with which to express n a reader or writer. Each threa
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:6158
    • 提供者:郑明钊
  1. Reader-Writer_Problem)

    0下载:
  2. 用多线程同步方法解决读者-写者问题。为每个读者/写者产生一个线程,设计正确的同步算法-With multi-thread synchronization methods to solve the reader- writer problem. For each reader/writer to produce a thread, correct synchronization algorithm design
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:169276
    • 提供者:nieyuanhao
  1. duxie

    0下载:
  2. 操作系统读者和写者进程: 1-按优先级运行一个读者进程 2-按优先级运行一个写者进程 3-输出所有进程 4-撤销运行的进程 5-唤醒一个阻塞的进程 6-创建进程 -Operating system readers and writing process: 1- run a reader process priority 2- by priority run a write by process 3- output all processes- Revocation of running pr
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-13
    • 文件大小:71455
    • 提供者:feng yunpeng
  1. Readers-that-read--write-preferred

    0下载:
  2. 读者写着问题,写者优先,当多个读者在等待前面的读者时,有写者来,写者优先,当前读者读完,写者进入,-Readers that read, write preferred
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-12
    • 文件大小:1989
    • 提供者:别样的天空
  1. Reader-and-Writer

    0下载:
  2. 读者与写者问题源代码,读者与写着问题源代码-Readers who write source code readers that read the source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:2606
    • 提供者:朱玉梅
  1. 6

    1下载:
  2.  使用信号量实现有限缓冲区的生产者和消费者问题  使用信号量实现读进程具有优先权的读者和写者问题 -Producers and consumers   semaphore limited buffer using semaphores reading process has a priority of readers and writers
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-04
    • 文件大小:146350
    • 提供者:高莹
  1. codeandtext

    0下载:
  2. 首先,在执行读操作时,一旦没有写者,读者会进入写者临界区writerCritical.enterCriticalSection(),直到最后读者人数等于0时,离开写者临界区,因此,写者执行写操作,进入写者临界区时,需等待,直到没有读者为止;其次,每个写者进行写操作时,必须首先进入写者临界区,而synchronized关键字定义的方法,使得同一时间同步方法不允许被多次调用,这就保证了不可能有两个写者同时工作。所以,只允许一个写着对文件执行写操作。-First, perform a read ope
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:92039
    • 提供者:funny
  1. readerWriter

    0下载:
  2. 使用多线程模拟写者优先的读写者问题,当有写者等待时,读者不能进入阅读,不是最少互斥量版-A solution to implement the reader and writer problem with writer priority, using two samephore and four mutex to meet it.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:857
    • 提供者:王乐
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com