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

搜索资源列表

  1. 操作系统部分算法模拟软件

    0下载:
  2. 本软件设计的目的是: 通过编写程序,将操作系统部算法以可视化的方式模拟出来,最终达到对这些算法有一个比深的理解。 本软件演示的算法有: 多种资源的银行家算法 可变分区存储算法 生产者——消费者(PV操作模拟) FIFO算法和LRU算法(页面淘汰算法) 请求分页算法 CUP——I/0利用率分析 开发工具: Delphi 7.0 -The software is designed to : develop procedures of the opera
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1326208
    • 提供者:刀尖
  1. pv

    0下载:
  2. 操作系统的概念PV操作源码。消费者和生产者线程的关系。
  3. 所属分类:进程与线程

    • 发布日期:2014-01-16
    • 文件大小:1539
    • 提供者:caoyuan
  1. PV操作

    0下载:
  2. 用java写的一个小程序,模拟操作系统的PV操作-used to write a small program to simulate the operating system operated PV
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3236
    • 提供者:余标
  1. pv

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:186574
    • 提供者:曹亭
  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
    • 文件大小:135486
    • 提供者:王英明
  1. pv

    0下载:
  2. PV通信,用于操作系统,对操作系统的开发很有帮助,各位有意向于此方面的学习者可以用来参考-PV communications, for the operating system and the development of the operating system useful, you have the intention here learners can be used for reference
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:1019
    • 提供者:檑黔西南
  1. pv

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

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

    0下载:
  2. PV操作,生产者消费者问题,适用于初学者及操作系统同步机构入门,内含实验报告-PV operation, the producer consumer problem for beginners and the operating system synchronization, entry, reports containing experimental
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:208634
    • 提供者:HomerW
  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
    • 文件大小:8179
    • 提供者:龙海
  1. 1

    0下载:
  2. 操作系统信号量操作,PV操作,信号量机制,C++实现pv操作-Semaphore operation of the operating system, PV operation, semaphore mechanism, C++ to achieve pv operation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:816
    • 提供者:70
  1. PV

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

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

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

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

    0下载:
  2. PV原语习题集 帮助理解进程调度 计算机操作系统教程指导-PV
  3. 所属分类:Document

    • 发布日期:2017-04-06
    • 文件大小:13375
    • 提供者:elaine lau
  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
    • 文件大小:821047
    • 提供者:李萌
  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
    • 文件大小:4215
    • 提供者:wang
  1. pv

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

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

    0下载:
  2. ipc经典问题用来实现生产者消费者问题,操作系统,PV原语-achieve the producer and consume problem
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:804
    • 提供者:刘明阳
  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
    • 文件大小:1487
    • 提供者: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
    • 文件大小:4096
    • 提供者:niganbaba
« 12 3 »
搜珍网 www.dssz.com