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

搜索资源列表

  1. writerandreader

    0下载:
  2. 操作系统,关于读者写者问题。包括信号量机制、互斥同步信号,信息传递等。编译成功通过。-Operating system, on the readers and the writers. Mechanism including semaphores, mutexes synchronization signal information transmission. Compile successfully.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-07
    • 文件大小:1229818
    • 提供者:Eric Chen
  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-24
    • 文件大小:360912
    • 提供者:whicme
  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-25
    • 文件大小:360959
    • 提供者:Carneys
  1. read_write.c

    0下载:
  2. 读者写者问题的linux系统编程的实现,基于she-Readers who write the linux system programming implementation, based on the shell
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:553
    • 提供者:SHIJY
  1. rw

    0下载:
  2. 经典读者写者问题的C++代码实现,代码在这里,来拿吧-Classic problem C++ readers to write code, code here, come and collect it
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1366
    • 提供者:何佳存
  1. src

    0下载:
  2. 进程管理 实验目的 掌握进程的概念,深入理解进程的含义。认识并理解并发环境中进程执行的实质问题,了解构成并发机制的进程创建过程; 了解在进程创建后通过对进程控制的系统调用,可实现对进程的有效控制。掌握在进程执行中对进程进行睡眠、同步、撤消等控制方法; 分析进程竞争资源的现象,学习解决进程互斥的方法。 实验内容 1、创建新的进程;查看运行进程;换出某个进程;杀死运行进程。 2、采用写者优先重写P94的读者-写者问题,并通过一个读写序列,将算法与读者优先算法进行比较
  3. 所属分类:Linux-Unix program

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

    1下载:
  2. 基于信号量与P/V操作同步机制的读者/写者问题的设计与实现 (1)设置读者、写者个数输入(界面);实现读者、写者进程的动态创建; (2)用信号量与P/V操作同步机制实现写者优先的读者/写者问题。 (3)设计并实现运行结果(界面)包括: 动态显示多个读者或一个写者的读/写操作互斥状态: 显示正在进行读或写操作的进程,以及等待读或写操作的进程; 动态显示写者优先的过程: 即当有读者进程在读时,有写者进程要求写操作,后续的读者进程应该等待;并且当读操作的读者进程结束读操作
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1302834
    • 提供者:范琪
  1. writefirst

    0下载:
  2. 读进程具有优先权的读者写者问题,操作系统实验二-Reading process has priority readers to write
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-10
    • 文件大小:1201
    • 提供者:nego
  1. wr

    0下载:
  2. 利用mfc动态实现的os中的读者写者问题,具有参考意义-Dynamic use mfc achieve os readers to write in with a reference value
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-11
    • 文件大小:2349710
    • 提供者:wp
  1. ReaderaWriter

    0下载:
  2. 该代码是操作系统实验里的实现读者写者问题-The experiment is the operating system code to achieve readers who write
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:173766
    • 提供者:chenwei
  1. OS-process-reader-and-writer

    0下载:
  2. 进程同步互斥和读者写者问题,C实现-Process synchronization exclusive and readers who wrote
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:186241
    • 提供者:sasas
  1. 00498691morethreadreader

    0下载:
  2. 使用多线程写的读者写者问题是课程设计要用到的很重要的文档-Courses on operating system design, readers who write, written using C language to meet the requirements of the German
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:19557
    • 提供者:fipenran
  1. windowsProcess

    0下载:
  2. 秒杀多线程读者写者问题 用读写锁来解决读者写者问题会使代码非常清晰和简洁。-Processes of Wriiter & Reader
  3. 所属分类:software engineering

    • 发布日期:2017-04-12
    • 文件大小:1527
    • 提供者:Moon
  1. duzhexiezhe

    0下载:
  2. 操作系统实验代码,读者写者问题,线程创建,撤销,终止,关闭,以及挂起等操作,相关信号量机制问题-Experimental operating system code readers to write, thread creation, revocation, termination, close, and suspend operation, the relevant signal to the mechanism
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:1788
    • 提供者:syt
  1. ReaderPriority

    0下载:
  2. linux下实现读者写者问题,此代码实现的是读者优先-realize readers who write under linux, this code is a priority reader
  3. 所属分类:Linux Network

    • 发布日期:2017-04-11
    • 文件大小:550
    • 提供者:张宇
  1. WR

    0下载:
  2. 创建一个控制台进程。此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件(后面有介绍)的要求进行读写操作。用信号量机制分别实现读者优先和写者优先的读者-写者问题。-Create a console process. This process consists of n threads. Use of these n threads to express n readers who write. Each thread according to the corresp
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:2137
    • 提供者:Jschicking
  1. duzhexiezhe

    0下载:
  2. 读者写者问题 读者写者问题 读者写者问题-Readers who write the readers who write the readers who write the readers who write readers to write
  3. 所属分类:OS Develop

    • 发布日期:2017-04-24
    • 文件大小:60613
    • 提供者:王小明
  1. readwrieter

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

    • 发布日期:2017-04-13
    • 文件大小:2520
    • 提供者:陆嘉
  1. exp2RW

    0下载:
  2. 创建一个控制台进程。此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件(后面有介绍)的要求进行读写操作。用信号量机制分别实现读者优先和写者优先的读者-写者问题。 读者-写者问题的读写操作限制(包括读者优先和写者优先): 1)写-写互斥,即不能有两个写者同时进行写操作。 2)读-写互斥,即不能同时有一个线程在读,而另一个线程在写。 3)读-读允许,即可以有一个或多个读者在读。 读者优先的附加限制:如果一个读者申请进行读操作时已有另一个读者
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:1594
    • 提供者:lei
  1. caozuoxitong

    0下载:
  2. 这个是基于操作系统的通过管程或PV信号量解决的读者写者问题。-This is based on PV by tube or semaphores solve readers who write operating system.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:24927
    • 提供者:依依
« 1 2 ... 4 5 6 7 8 910 11 12 13 »
搜珍网 www.dssz.com