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

搜索资源列表

  1. barber

    0下载:
  2. 睡眠理发师问题C++解法,使用信号量,理发座位数可选,理发师只有一个-Using semaphore to solve barbers problem,there’s one barber,infinite customer,and a few waiting position,the number of waiting position is depend on the user. 3 semaphores are involved in the program: m_h,barb
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:685
    • 提供者:王跃辉
  1. UNIXCcode

    0下载:
  2. 用C语言编写的Unix代码实例 供大家参考 -#include <sys/sem.h> #include <sys/types.h> #include <sys/ipc.h> #include <stdio.h> #include <sys/stat.h> #define VERIFYERR(a, b) if (a) fprintf(stderr, " s failed.\n", b) else fp
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:150606
    • 提供者:netdavid
  1. ipc

    0下载:
  2. 共享内存的使用演示,以及进程间信号量的封装-Demonstrate the use of shared memory, as well as inter-process semaphore package
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:2003
    • 提供者:林宗方
  1. sem.tar

    0下载:
  2. Linux下信号量编程,封装好了接口,可以方便使用-Semaphore programming under Linux, the interface wrapper, you can easily use
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:2016
    • 提供者:yuchun
  1. library

    0下载:
  2. 模拟图书馆系统,运用多线程、信号量,图书馆中有20个座位,外有10个座位-Simulation library system, the use of multiple threads, semaphores, the library has 20 seats, 10 seats outside
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:4092
    • 提供者:王广超
  1. 11

    0下载:
  2. Linux 下进程间通信实例之一——信号量 使用信号量控制父子进程的输出顺序-Linux, one example of inter-process communication- use semaphore semaphore control the output of the process of the order of father and son
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:11752
    • 提供者:hero
  1. 12_msg

    0下载:
  2. Linux 进程间通信实例之一——消息队列 使用了信号量用于进程间的同步。-Linux is one example of inter-process communication- the message queue using semaphores for synchronization between processes.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:16511
    • 提供者:hero
  1. ucos-ii_test3

    0下载:
  2. 创建三个任务,使用信号量调度任务,观察任务的运行情况。-Create three tasks, scheduling tasks using semaphores to observe the operation of the task.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:266163
    • 提供者:liao xinxi
  1. AKAE_train_code

    0下载:
  2. 任务间的同步 事件和事件控制块——描述事件的数据结构 信号量及其使用 消息邮箱及其使用 消息队列及其使用-Synchronization between tasks and event control block event- the event describing the data structure and its use semaphore messages using the message queue and the mailbox and its use
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:691079
    • 提供者:
  1. server

    0下载:
  2. 我写的服务器程序 共享内存 信号量 socket 我写的服务器程序 共享内存 信号量 socket-I wrote a server program shared memory semaphore socket server program I write socket shared memory semaphores
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:87958
    • 提供者:lshl
  1. readingroom

    0下载:
  2. 用信号量模拟阅览室管理系统,使用简单的多线程机制-Simulation with Signal Analysis System, using a simple multi-threaded mechanism
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:612
    • 提供者:nail
  1. writepriority

    0下载:
  2. 写优先的读者写者问题,使用共享内存,多个信号量实现。-writer and reader
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:2381
    • 提供者:孟军
  1. semop

    1下载:
  2. 在linux环境下关于信号量的代码,semop-On the semaphore code, in the linux environment
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:739
    • 提供者:
  1. fafa

    0下载:
  2. 利用记录性信号量解决生产者——消费者问题-Record of the use semaphores to solve the producer- consumer issues
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-08
    • 文件大小:1845150
    • 提供者:谢天
  1. xianchengthread

    0下载:
  2. 在Windows 2000 环境下,创建一个包含n 个线程的控制台进程。用这n 个线程来表示n个读者或写者。每个线程按相应测试数据文件的要求,进行读写操作。请用信号量机制分别实现读者优先和写者优先的读者-写者问题。-In Windows 2000 environment, create a console that contains the process of n threads. N threads with which to express n a reader or writer. E
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-29
    • 文件大小:513553
    • 提供者:zsb
  1. bingFa

    0下载:
  2. 在linux环境下,使用多线程和信号量机制实现经典的读者写者问题-In the linux environment, using multiple threads and semaphore mechanism to bring readers to write the problem of classic
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:6187
    • 提供者:付言叶
  1. xsi.tar

    0下载:
  2. 几种常见unix进程间通信的使用,消息队列,信号量,共享内存-Several common unix use inter-process communication, message queues, semaphores, shared memory
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:11667
    • 提供者:aasdf
  1. semdemo

    0下载:
  2. 适用于嵌入式linux的信号量源代码,绝对真实可用,非常有益。-For embedded linux semaphore code, absolute truth can be very useful.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:5514
    • 提供者:张志
  1. Sem

    0下载:
  2. linux下system V信号量的C语言封装,及其示例代码,用于进程间通信。-Provide C-language package of system V semaphore under linux as well as sample code. This package is used for inter-process communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:9340
    • 提供者:vividonly
  1. Socket_linux

    0下载:
  2. linux环境下的socket编程,包括线程池,信号量,消息队列等-linux/unix socket
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:30706
    • 提供者:wumin
« 1 2 3 4 56 7 8 9 10 »
搜珍网 www.dssz.com