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

搜索资源列表

  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
    • 文件大小:2.34kb
    • 提供者:全聚德
  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. example-4

    0下载:
  2. This example demonstrates the use of Semaphores, Threads, and Timers. Three \"Filler\" threads are created that loop waiting for a while and then adding a value to the end of a circular buffer. The main thread removes words from the buff
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:2.48kb
    • 提供者:丽香
  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. process_manager

    2下载:
  2. 支持多道程序的进程控制模块的设计与实现,要求完成以下功能: 1,进程控制:创建、撤销、阻塞、唤醒 2,进程调度:CPU调度算法 3,进程同步:信号量的定义、信号量的操作(wait、signal) 4,内存管理:实现页式内存管理、LRU页面置换 5,中断处理:中断响应、中断处理 6,时钟管理:时钟、定时器 7,用图形化方式展示多进程并发执行过程 -Support the process of multi-channel process control module of
  3. 所属分类:Windows Kernel

    • 发布日期:2016-02-16
    • 文件大小:1.89mb
    • 提供者:yefeng
  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. OS

    0下载:
  2. 用信号量解决关于生产者和消费者的问题。用C语言编写-On the use of semaphores to solve the problem of producers and consumers. Using C language
  3. 所属分类:Windows Kernel

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