CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - 操作系统 pv

搜索资源列表

  1. pv

    0下载:
  2. 生产者与消费者VC 实现,代码,操作系统
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:8.96kb
    • 提供者:ppx
  1. pv

    0下载:
  2. 本程序可以用于实现操作系统中有关pv操作的演示的.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:182.2kb
    • 提供者:曹亭
  1. 操作系统pv操作

    0下载:
  2. 这是一个操作系统的p,v操作的程序,其中还包含了执行结果和一份课程设计报告,请斑竹查收^_^-This is an operating system of p, v operating procedures, which also includes the implementation of the findings and design a curriculum report, please fed please find ^ _ ^
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:132.31kb
    • 提供者:王英明
  1. pv

    0下载:
  2. 操作系统-pv操作实现进程同步模拟生产者与消费这问题-OS-pv operations to achieve process synchronization analog producer and consumer problem
  3. 所属分类:OS Develop

    • 发布日期:2017-03-22
    • 文件大小:34.79kb
    • 提供者:JFAN
  1. 1

    0下载:
  2. 实现操作系统同步与互斥,爸爸,儿子和女儿间的放水果吃水果问题,利用PV操作实现功能-Its operation system, dad, synchronization and sons and daughters of fruit, fruit put by PV operation function
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:957byte
    • 提供者:王辅佳
  1. pv

    0下载:
  2. 信号量也称为信号锁,主要应用于进程间的同步和互斥,在用于互斥时,通常作为资源锁。信号量通常通过两个原子操作wait(P)和signal(V)来访问。wait操作使信号量的值+1,signal操作使信号量的值-1。本程序模拟了操作系统的pv操作-Semaphore is also known as signal lock, mainly used in inter-process synchronization and mutual exclusion, are used in mutually
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:7.99kb
    • 提供者:龙海
  1. jinchengtongxin

    0下载:
  2. 操作系统中进程之间的通信,用PV操作实现进程间的同步或者互斥控制-Operating system in the process of communication between, the PV operation to achieve inter-process synchronization, or mutually exclusive control
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1.92kb
    • 提供者:王一
  1. PV

    0下载:
  2. 模拟操作系统经典生产者和消费者的原理代码-Simulated operating system, the principle of the classic producer and consumer code
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:7.61kb
    • 提供者:vicky liu
  1. 1

    1下载:
  2. 本次课程设计在本着加强课本知识运用能力的前提下,用PV操作来解决生产者消费者问题这个题目。该题目主要是解决操作系统中进程的同步与互斥的问题。 有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数. (1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者进程的标识符. (2)生产者和消费者各有两个以上. (3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码. -The cur
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1.65kb
    • 提供者:王欣
  1. Smoke

    0下载:
  2. 操作系统进程同步,pv经典操作的,解决的是吸烟问题-pv classic operatortion
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:33.66kb
    • 提供者:fanxueping
  1. Red_Black

    0下载:
  2. 操作系统PV操作,进程同步,解决红黑客问题-pv classic operatortion
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:36kb
    • 提供者:fanxueping
  1. ProCom

    0下载:
  2. 实现操作系统的PV操作中的经典算法——生产者消费者-PV operation to achieve the operating system in the classical algorithm- producers and consumers
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:1.74kb
    • 提供者:吴蕾
  1. PV

    0下载:
  2. 有关操作系统pv操作的一本书,考研同志尤其值得一看-Operation of the operating system, a book pv Senior undergraduates in particular worth Comrade
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:801.8kb
    • 提供者:李萌
  1. OS

    0下载:
  2. 本学期操作系统的两次试验打包,银行家算法,PV操作中的哲学家就餐问题和生产者消费者问题,小程序仅供参考~-This semester, two tests of the operating system package, bankers algorithm, PV operation of the dining philosophers problem and producers of consumer issues, small programs for reference ~
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:4.12kb
    • 提供者:wang
  1. Producer_Consumer

    0下载:
  2. 操作系统课程实验,用于实现生产者消费者关系,体现PV操作-Operating system course experiment for the relationship between producers and consumers to achieve, reflecting the PV operation
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:266.58kb
    • 提供者:shangjie
  1. pv

    0下载:
  2. 操作系统中关于pv作业的习题及解析 解析全面-Operating system on exercises and operations analysis pv
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:16.09kb
    • 提供者:张嫦
  1. PVclassic

    0下载:
  2. pv经典啊,操作系统学习者必备资料,很好的-pv classic ah, the operating system learners to essential information, good
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:801.03kb
    • 提供者:qq
  1. os

    0下载:
  2. 操作系统课程设计题目,模拟生产者和消费者的pv操作-Operating systems curriculum design topics, simulation of pv operation of producers and consumers
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:26kb
    • 提供者:sww
  1. pv

    0下载:
  2. 进程同步问题,很适合初学者学习操作系统使用,写的很清楚易懂的算法。-Process synchronization problem , it is suitable for beginners to learn the operating system to use, very clear and understandable algorithm .
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:1.45kb
    • 提供者:jerryhu
  1. pv

    0下载:
  2. 关于PV操作 在计算机操作系统中,PV操作是进程管理中的难点. 首先应弄清PV操作的含义:PV操作由P操作原语和V操作原语组成(原语是不可中断的过程),(About PV operation in computer operation system, PV operation is a difficulty in process management. First, we should understand the meaning of PV operation: PV operation is
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-06
    • 文件大小:4kb
    • 提供者:niganbaba
« 12 »
搜珍网 www.dssz.com