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

搜索资源列表

  1. PV

    0下载:
  2. 进行PV操作原理的简单演示, 希望大家喜欢
  3. 所属分类:进程与线程

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

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

    • 发布日期:2014-01-16
    • 文件大小:1.5kb
    • 提供者:caoyuan
  1. pv

    0下载:
  2. windows下PV操作,多线程实现生产者消费者问题
  3. 所属分类:进程与线程

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

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

    • 发布日期:2008-10-13
    • 文件大小:182.2kb
    • 提供者:曹亭
  1. PV

    0下载:
  2. 这是一个用链表的方法实现PV操作。希望对大家有帮助
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:952byte
    • 提供者:Schumi
  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操作实现进程同步模拟 一个生产者进程 一个消费者进程 一个大小为10的缓冲区 采用turboc2.0
  3. 所属分类:通讯编程

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

    0下载:
  2. 模拟PV操作同步机构,且用PV操作解决生产者-消费者问题
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1.9kb
    • 提供者:wangjunmei
  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. 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
    • 文件大小:203.74kb
    • 提供者:HomerW
  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. 在LInux下定义自己的PV操作。。其中有OPEN,WRITE等操作-LInux definition in its own PV operation. . Among them, OPEN, WRITE, such as operating
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:21.9kb
    • 提供者:gaochao
  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. Linux_PV

    0下载:
  2. linux pv操作 ppt参考-ppt reference linux pv operation
  3. 所属分类:Other systems

    • 发布日期:2017-04-09
    • 文件大小:230.71kb
    • 提供者:海阔天空
  1. PV

    0下载:
  2. pv 操作范例 内容全面 适合初学者以及专业人员参考和借鉴~~~~~~想写pv操作的必需代码-pv operation of an example of content suitable for beginners as well as comprehensive reference and learn from professionals ~~~~~~ pv operation necessary to write code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1.98mb
    • 提供者:lanfeng
  1. sample1

    0下载:
  2. pv操作 消费者与生产者 经典代码 用于UNIx linux平台-pv operation of the consumer and the producer for the classic code UNIx linux platform
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2.87kb
    • 提供者:lanfeng
  1. three-programs-pv

    0下载:
  2. linux下的三进程三窗口程序,实现多个进程之间的PV操作通信。linux下gtk实现,语言为c语言。-three programs run in three diffferent windows,use PV to comunitate to each other.write in C,with gtk.
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. 在LINUX系统下实现PV操作的算法,课程设计时编写的,能够成功运行-LINUX system in the implementation of the algorithm for PV operation, the preparation of curriculum design and be able to run successfully
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1.59kb
    • 提供者:李利芳
  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. 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 3 4 5 »
搜珍网 www.dssz.com