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

搜索资源列表

  1. alexa2007

    0下载:
  2. 2007年最新的ALEXA刷排行的软件。IP可以达到每天15-20左右。刷PV需要ADSL。-2007 ALEXA latest brush ranked software. IP can reach 15 -20% per day. Brush PV need ADSL.
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:232690
    • 提供者:hjj
  1. Productor_Consumer

    0下载:
  2. 1、在Windows系统环境下,用Windows API编程实现操作系统经典同步问题。 2、理解和运用信号量、PV原语、进程间的同步互斥关系等基本知识。 3、在实习过程中,加强对于进程同步概念的理解,对于实验进行分析。 4、掌握在Windows环境下多线程(进程)程序设计的一些基本方法。 -1, in the Windows system environment, Using Windows API programming operating system classic syn
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:2397
    • 提供者:全聚德
  1. comsumerandproducer

    0下载:
  2. 操作系统生产者与消费者问题,进行PV操作的模拟
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:12148
    • 提供者:王明
  1. p_v demo on linux

    0下载:
  2. 一个编程中常用的PV操作(生产者—消费者)的c语言的demo,在linux下编译通过-a common programming PV operations (producer-consumer) c language demo, compile under Linux
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1880
    • 提供者:郝庆运
  1. 生产者

    0下载:
  2. 经典的PV操作,生产者消费者-classic PV operation, producers and consumers
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:12415
    • 提供者:可可
  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
    • 文件大小:22426
    • 提供者:gaochao
  1. pv

    0下载:
  2. 设有父子2个进程共享一个临界资源,每个进程循环进入该临界区3次:父进程每次进入临界区后显示“prnt in”,出临界区则显示“prnt out”;子进程每次进入临界区后显示“chld in”出临界区则显示“chld out”。观察运行结果,应该是一个进程出来后另一个才能进去。 -Father and son with two processes share a critical resource in each process cycle to enter the critical sect
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:978
    • 提供者:吕璐
  1. pv

    0下载:
  2. 在linux环境下c语言实现生产者消费者问题。多个生产者消费者互斥访问缓冲区-In linux environment c language producers consumer issues. Mutex consumers to visit a number of producers in the buffer zone
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1575
    • 提供者:
  1. wu

    0下载:
  2. 实现操作系统课程的pv操作,在unix下的多进程之间的同步与互斥-The realization of operating systems courses pv operation, in unix multi-process synchronization and mutual exclusion between
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3697
    • 提供者:火也
  1. PVnew

    0下载:
  2. 此程序实现了PV操作,操作系统的课程实习-Implementation of this process PV operation, the operating system curriculum internships,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:9139
    • 提供者:xuezhanfei
  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
    • 文件大小:2074086
    • 提供者: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
    • 文件大小:2934
    • 提供者: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
    • 文件大小:26436
    • 提供者: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
    • 文件大小:1628
    • 提供者:李利芳
  1. SynchronousAgencies

    0下载:
  2. 模拟实现用同步机构避免并发进程执行时可能出现的与时间有关的错误。模拟PV操作同步机构的实现,模拟进程的并发执行,了解进程并发执行时同步机构的作用。-Simulation using the process of synchronization to avoid complications that may arise in the implementation of time-related error. Simulation of PV body to achieve synchronous
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-07
    • 文件大小:38743
    • 提供者:屠娇娇
  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. pv操作 LPVOID是一个没有类型的指针,也就是说你可以将任意类型的指针赋值给LPVOID类型的变量(一般作为参数传递),然后在使用的时候在转换回来。-pv is not that type of operation LPVOID pointer, which means you can assign any type to LPVOID pointer type variable (usually passed as a parameter), and then when used in t
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:1327
    • 提供者:fantasyhcm
  1. PV-perlu-kavala-CODE

    0下载:
  2. PV perlu kavala CODE
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-22
    • 文件大小:7141448
    • 提供者:JAGATH
  1. PV-SOupping-of-SYSTEM

    0下载:
  2. PV SOupping of SYSTEM
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. 详细介绍了pv操作当中好多亮点,以及好多考点,项目可能用到-Details pv operation, which a lot of bright spots, as well as a lot of test sites, the project may be used
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:831200
    • 提供者:张迎
« 12 3 »
搜珍网 www.dssz.com