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

搜索资源列表

  1. project3

    2下载:
  2. The main purpose of this project is to add a new scheduling algorithm to GeekOS and to implement a simple synchronization primitive (semaphore). As you might have already noticed, GeekOS uses a simple priority based preemptive Round Robin algorithm.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2014-01-17
    • 文件大小:575.35kb
    • 提供者:向东
  1. semaphores

    0下载:
  2. 一个在linux下利用QT库自带的信号量的使用例子。-using QT for onboard signal example of the use of volume.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:11.82kb
    • 提供者:李家
  1. semaphore.zip

    0下载:
  2. 线程中使用Semaphore的例子 ,The example for using semaphore in thread
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-08
    • 文件大小:702byte
    • 提供者:
  1. mp_simplesim.rar

    0下载:
  2. 体系机构仿真,simplescalar的多处理器版本,现在好像在simplescalar上没有下载了 作者是加拿大Queen大学的Manjikian 环境: Architecture SPARC Operating System Solaris 2 Compiler gcc,The multiprocessor extensions were conceived and implemented by Naraig Manjikian at Queen s Unive
  3. 所属分类:Linux-Unix program

    • 发布日期:2015-06-17
    • 文件大小:347.72kb
    • 提供者:jiangwen
  1. read_write

    0下载:
  2. 分别采用信号量,信号灯,条件变量实现的读者--写者方法。-Using semaphores, signal, variable conditions of the realization of the readers- to write those methods.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:75.16kb
    • 提供者:wh
  1. shared-memory

    0下载:
  2. 利用信号量,锁,共享内存来实现线程同步的很好的例子-Using semaphores, locks, shared memory to achieve a good example of thread synchronization
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1.25mb
    • 提供者:常顺
  1. ipc

    0下载:
  2. 这是自己学习进程间通信时敲得代码,有共享内存、管道、信号量、消息队列,互斥锁等的典型用法-This is the communication between their own learning process when the knock code, the typical usage of the shared memory, pipes, semaphores, message queues, mutexes.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:3.01kb
    • 提供者:merle.zhu
  1. ipc

    0下载:
  2. ipc通信,哲学家就餐问题 采用信号量控制-ipc communications, dining philosophers problem using semaphores control
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:22.43kb
    • 提供者:路飞
  1. productor_consumer

    0下载:
  2. 生产者与消费者问题,用信号量实现!linux环境下的C代码-Producer and consumer issues, using semaphores to achieve! C code in linux environment
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1.27kb
    • 提供者:flydragon
  1. Linux_Kernel

    0下载:
  2. Linux中各种内核态程序的编写,这是某个人的编程心得,里面有源代码,内容涉及互斥锁、信号量、多线程等,很不错的,值得参考!-Linux Kernel in a variety of procedures for the preparation of state, this is a personal experience of programming, which source code, which relates to mutual exclusion locks, semaphores,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:131.01kb
    • 提供者:Jackson
  1. pthread

    1下载:
  2. linux下的多线程的创建及信号同步,信号量,互斥量-under linux to create multi-threaded and signal synchronization, semaphores, mutex volume
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:25.88kb
    • 提供者:wuqian
  1. os.tar

    0下载:
  2. 双缓冲区誊抄的程序,使用信号灯及共享缓冲区实现同步,由三个子进程实现-Double buffer copy of the transcr ipt, the use of semaphores and shared buffer to achieve synchronization, by the three sub-processes realize
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-25
    • 文件大小:30kb
    • 提供者:lishiping
  1. ThreadSynByEvent

    0下载:
  2. win ce下多线程的实验源码,一共有三个多线程实验,分别是按事件、信号量、等,此文档为事件线程-under win ce-source multi-threaded test, a total of more than 3-thread experiments are based on events, semaphores, and so on, this document for the event thread
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-07
    • 文件大小:1.95mb
    • 提供者:xuying
  1. wei_linux

    0下载:
  2. 多线程编程基础(理论+实例) 包括互斥锁,条件变量,线程数据,信号量,线程属性。-The basis of multi-threaded programming (theory+ examples), including mutex locks, condition variables, thread data, semaphores, thread attributes.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:122.77kb
    • 提供者:王小白
  1. product_consumer

    0下载:
  2. 生产者消费者问题。使用3个信号量。其中2个信号量avail和full解决同步问题。还有一个mutex解决互斥问题-Producers of consumer issues. The use of three semaphores. One volume of two signals simultaneously avail and full settlement of the issue. There is also a solution to mutual exclusion mutex pr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:874byte
    • 提供者:孙雪春
  1. LINUX

    0下载:
  2. 本文深入浅出的讲解了Linux内核信号量的设计与实现,非常值得一读-This in simple terms to explain the Linux kernel design and implementation of semaphores is very well worth reading
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:58.14kb
    • 提供者:胡克
  1. mutex

    0下载:
  2. 跨平台C++ 类库 锁和信号量,可以直接用的-Cross-platform C++ class library locks and semaphores
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1.78kb
    • 提供者:danny
  1. Semaphores.tar

    0下载:
  2. Simple example of implementation of Semaphores.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1.32kb
    • 提供者:Matrix
  1. pthread

    0下载:
  2. pthread同步信号量解决生产者消费者问题-pthread producer consumer synchronization semaphores to solve the problem
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:1.05kb
    • 提供者:123
  1. os

    0下载:
  2. 操作系统实验源代码,包括生产者消费者,信号量的实现等等 -Operating System Experiment source code, including producers, consumers, the realization of semaphores, etc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:20.42kb
    • 提供者:金淼
« 12 3 4 »
搜珍网 www.dssz.com