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

搜索资源列表

  1. 实验报告3

    1下载:
  2. 进程是程序在一个数据集合上运行的过程,进程是并发进行的,也即系统中的多个进程轮流的占用处理器运行。 我们把若干个进程都能进行访问和修改的那些变量称为公共变量。由于进程是并发执行的,所以,如果对进程访问公共变量不加限制,那么就会产生“与时间有关”的错误,即进程执行后,所得到的结果与访问公共变量的时间有关。为了防止这类错误,系统必须要用同步机构来控制进程对公共变量的访问。一般说,同步机构是由若干条语句——同步原语——所组成。本试验要求学生模拟PV操作同步机构的实现,模拟进程的并发执行,了解进
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:118.97kb
    • 提供者:纪丽平
  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. the-producer---consumer-problem

    0下载:
  2. 模拟PV操作同步机构,且用PV操作解决生产者——消费者问题-PV operation synchronization, simulation, and the use of PV operation to solve the producer- consumer problem
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:1.54kb
    • 提供者:liu
  1. PV

    0下载:
  2. 模拟PV操作同步机构,且用PV操作解决生产者——消费者问题。-PV operation synchronization, simulation, and the use of PV operation to solve the producer- consumer issues.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-24
    • 文件大小:691byte
    • 提供者:王瑞
  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. 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. 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. OS-Curriculum-design

    0下载:
  2. 操作系统课程设计实现进程同步互斥PV操作模拟小和尚打水-The operating system curriculum design process mutex synchronization PV operation simulation young monk fetching water
  3. 所属分类:OS Develop

    • 发布日期:2017-03-21
    • 文件大小:178.18kb
    • 提供者:qing
  1. CPV

    0下载:
  2. 这是用c语言写的关于pv操作的代码。操作系统课程设计或者平时的大作业都可以用到的测试没有错可以用了-This is the language used to write the code on c pv operation. Courses on operating system design or the usual large operations can be used in the test is nothing wrong with the
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:3.16kb
    • 提供者:fipenran
  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