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

搜索资源列表

  1. 实验报告3

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

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

    0下载:
  2. 编写程序完成单处理机系统中的进程调度,要求采用①先进先出;②优先数;③最短作业优先调度算法的进程调度。实验具体包括:首先确定进程控制块的内容,进程控制块的组成方式;然后完成进程创建原语和进程调度原语;最后编写主函数对所做工作进行测试。-Write a program to complete the process scheduling of single processor system, require the use of first in first out (2) priority
  3. 所属分类:OS Develop

    • 发布日期:2017-03-22
    • 文件大小:1.89kb
    • 提供者:杜英
  1. MPPT-based-Photovoltaic-(PV)-system

    0下载:
  2. 太阳能最大功率点跟踪模型 matlab专用 上传上来 -Maximum power point tracking solar model matlab dedicated upload up
  3. 所属分类:ELanguage

    • 发布日期:2017-04-26
    • 文件大小:13.8kb
    • 提供者:王学明
  1. pv modeling

    0下载:
  2. Wind Turbine System Requirements These are example requirements, and are intended solely to show how requirements documents can be linked to the model.
  3. 所属分类:书籍源码

    • 发布日期:2015-05-25
    • 文件大小:3.93kb
    • 提供者:zakarino
  1. Incond

    0下载:
  2. This program aims to improve the performance and efficiency of a PV system through the use of an appropriate algorithm for controlling the power. The aim is to find an effective and optimal algorithm or control law for extracting the maximum availabl
  3. 所属分类:MPI

    • 发布日期:2017-12-05
    • 文件大小:16.88kb
    • 提供者:Aminyoo
  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