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

搜索资源列表

  1. OS_ReaderWriter

    0下载:
  2. 计算机操作系统编程。解决读者写者问题,采用C++进行编写-Computer operating system programming. Readers to write to solve those problems, were prepared using C++
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:2678
    • 提供者:袁昊
  1. readerwirter

    0下载:
  2. 读者写者问题,操作系统的经典实验,用c实现-Reader-writer problem, the operating system of the classic experiment, realized with the c
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:2967
    • 提供者:lianjx
  1. reader_writer

    0下载:
  2. 计算机操作系统的实验报告——读者写者问题-Experimental Report of the computer operating system- the reader-writer problem
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:31219
    • 提供者:zhao
  1. reader_and_writer

    0下载:
  2. 读者写者问题模拟的实现,vs2008开发环境,有助于理解windows下的多进程机制-the reader and writer problem
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-11
    • 文件大小:2900948
    • 提供者:Jason
  1. dx

    0下载:
  2. 利用Windows提供的MFC类编程实现读者/写者的同步互斥问题,保证:1)一个人在写时,其他人不允许写;2)一个人在写时,其他人不允许读;3)一个人在读时,其他人不允许写;4)一个人在读时,其他人允许读。-MFC classes provided by Windows programming reader/writer mutual exclusion synchronization to ensure that: 1) When a person writes, others are not
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:1291
    • 提供者:eleven
  1. code

    0下载:
  2. 实验一 用信号量来实现读者-写者问题 (一) 实验目的 理解进程(或线程)及信号量的概念 (二) 实验内容 1、定义一个数据缓存buffer及用于实现同步互斥的信号量。 2、定义一个读者函数: 当有写者在占用buffer时,读者应该等待,直到写者不再使用该buffer。 当有其他读者在占用buffer时,读者可对buffer进行读取操作。 当buffer中有数据时,则从其中读取一个数据,并显示然后退出。 当buffer中没有数据时,应等待,直到buffe
  3. 所属分类:Console

    • 发布日期:2017-04-03
    • 文件大小:1718
    • 提供者:镡皓琳
  1. readerwriter

    0下载:
  2. 实验一 用信号量来实现读者-写者问题 (一) 实验目的 理解进程(或线程)及信号量的概念 (二) 实验内容 1、定义一个数据缓存buffer及用于实现同步互斥的信号量。 2、定义一个读者函数: 当有写者在占用buffer时,读者应该等待,直到写者不再使用该buffer。 当有其他读者在占用buffer时,读者可对buffer进行读取操作。 当buffer中有数据时,则从其中读取一个数据,并显示然后退出。 当buffer中没有数据时,应等待,直到buffe
  3. 所属分类:software engineering

    • 发布日期:2017-03-30
    • 文件大小:122786
    • 提供者:镡皓琳
  1. OS-duxie-duoxianchen

    0下载:
  2. 操作系统读者写者问题的多线程实现,在读者优先的条件下模拟多个读者写者的对缓冲区的使用情况。-Persons operating system readers to write multi-threaded implementation of the priority conditions in the simulation of readers more than readers who write the buffer usage.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:1590
    • 提供者:张立
  1. 3-2

    0下载:
  2. 操作系统经典问题——读者写者问题VC 6.0源码-Classic problem of the operating system- readers to write source code VC 6.0 persons
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1978
    • 提供者:
  1. tongbuhuchi

    0下载:
  2. 实现并发线程之间的同步和互斥问题 解决一类典型的进程间同步问题,如生产者-消费者问题,读者-写者问题等-To achieve synchronization between concurrent threads and the mutex problem solving process of a class of synchronization between the typical problems, such as the producer- consumer issues, reade
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:8689
    • 提供者:
  1. rr

    0下载:
  2. 读者写者问题设计报告。很详细。 包括: 设计概述 设计目的与内容 设计分析 程序实现 程序调试 实验结果 -Reader-writer problem design report. Very detailed. Include: Design Overview Design and content designed to achieve program debugging program results
  3. 所属分类:Project Design

    • 发布日期:2017-04-06
    • 文件大小:62204
    • 提供者:沈佳
  1. duzhe

    0下载:
  2. 读者写者单缓冲,vc编程,操作系统经典问题 文件名包括:debug thread 读者写者(单缓冲) exe运行文件-writer and reader problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1315251
    • 提供者:沈佳
  1. wr

    0下载:
  2. 操作系统多线程/进程读者写者问题 vc++ 报告 源码-The operating system multithreading/process reader source code. The problem of vc++ report
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-17
    • 文件大小:63637
    • 提供者:mr.zhang
  1. CWriterReader

    0下载:
  2. 用信号量来实现读者写者问题。 学习NachOS的使用方法 理解和运用信号量、PV原语、进程间的同步互斥关系等基本知识。 -Semaphores to implement the reader with a writer problem. Learning NachOS understanding and application of use of semaphores, PV primitives, synchronization between the mutually ex
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-23
    • 文件大小:10441
    • 提供者:kira
  1. rw1

    0下载:
  2. 操作系统中的读者写者问题,实现了写者优先。-Readers to write in the operating system were the problem, to achieve the writing is preferred.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:360866
    • 提供者:丁吉
  1. 2

    0下载:
  2. 这是操作系统的一个关于读者写者的代码,内容以及算法基本符合要求-This is one of the operating system' s code written on the reader, the basic content and algorithms to meet the requirements
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:926
    • 提供者:冯霞
  1. duzhexiezhe

    0下载:
  2. 读者写者源代码 操作系统课程设计 对大家肯定有帮助-Readers who write the source code operating system curriculum design will certainly help all of us
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1664
    • 提供者:彦斌
  1. read

    0下载:
  2. 本程序是一个描写读者-写者问题中的读者问题的程序,希望能帮助到你。-This program is a descr iption of the reader- writer problem in the program in question readers, hoping to help you.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:2544
    • 提供者:张三
  1. reader_writer.c

    0下载:
  2. 进程间通信中经典的读者-写者问题,用信号量实现同步和互斥。-Interprocess communication in the classic reader- writer problem, synchronization with semaphores and mutexes.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:1416
    • 提供者:nescio
  1. ReaderWriter

    0下载:
  2. Java多线程读者写者程序。程序先从txt文本中读取读者写者信息,1 R 3 5为例,1为线程序号,R表示读者,3表示申请操作的时间(秒为单位),5表示操作持续的时间。运行后先选择读者/写者优先,之后按照文本中的描述建立线程,采用信号量机制处理互斥访问。-Readers who write multi-threaded Java programs. Txt program text reads the reader to start writing Information, 1 R 3 5, f
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:6135
    • 提供者:Jonas
« 1 2 3 4 5 6 7 89 10 11 12 13 14 15 »
搜珍网 www.dssz.com