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

搜索资源列表

  1. sem_proc_consume

    0下载:
  2. 关于信号量的简单代码,供Linux C语言编程学习的朋友参考-Simple code, semaphore friend Reference for Linux C programming language learning
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-26
    • 文件大小:1371
    • 提供者:李斌
  1. sem_linux

    0下载:
  2. 学习信号量集时候写的一些小代码,可作为参考用-Learning semaphore set time to write some code that can be used as reference
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-22
    • 文件大小:5482
    • 提供者:李斌
  1. 111

    0下载:
  2. 编写一个生产者-消费者程序组,支持多个生产者和消费者,生产者进程数为2, 消费者进程数为3。 生产者与消费者之间使用共享内存进行数据传递,并使用信号量对数据的内容进行保护。-Preparation of a producer- consumer program group, supports multiple producers and consumers, the the producer process for 2 Consumers number of processes.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-14
    • 文件大小:150655
    • 提供者:蔡应恒
  1. semaphore

    0下载:
  2. 关于操作系统的信号量的应用,就是哲学家就餐问题-Semaphore about the operating system, applications, is the dining philosophers problem
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-23
    • 文件大小:4228
    • 提供者:JNS
  1. ICP_lamport

    0下载:
  2. 进程间通讯的经典问题lamport——面包师问题。设计到信号量和互斥量-Inter-process communication the classic problem lamport- baker problem. Designed to semaphores and mutexes
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:3004771
    • 提供者:张旭
  1. signal

    0下载:
  2. linux应用程程序进程间的通讯方式之一信号量,经过测试,好用。-One of the means of communication between the the linux application program process semaphores, tested, easy to use.
  3. 所属分类:Driver develop

    • 发布日期:2017-12-08
    • 文件大小:853
    • 提供者:王均
  1. MutexAndSemaphoreTest

    0下载:
  2. 使用Windows信号量和互斥量实现生产者和消费者问题。对于多线程开发很有指导意义。-use Windowss semaphore and mutex to implement producer and consumer program!!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-20
    • 文件大小:35211719
    • 提供者:
  1. mutex_semphore

    0下载:
  2. Linux下操作系统的基本知识,在多线程处理中通过信号量进行互斥处理。-Basic knowledge of the Linux operating system under multithreading semaphore mutex.
  3. 所属分类:Driver develop

    • 发布日期:2017-11-16
    • 文件大小:19000
    • 提供者:江城
  1. threads

    0下载:
  2. 多线程十大经典案例之一秒杀多线程,多线程同步互斥问题《秒杀多线程第四篇一个经典的多线程同步问题》及解决多线程同步互斥的常用方法——关键段、事件、互斥量、信号量、读写锁。为了让大家更加熟练运用多线程,将会有十篇文章来讲解十个多线程使用案例,相信看完这十篇后会让你能更加游刃有余的使用多线程。-Multi-threaded Ten classic case of the spike multi-threaded, multi-thread synchronization mutex problem &
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-13
    • 文件大小:3205
    • 提供者:张海玲
  1. sharedFIFO

    0下载:
  2. 信号量+共享内存 一个实现信号量以及共享内存的封装类-semphore and shared memory
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-26
    • 文件大小:11996
    • 提供者:风蓝
  1. vcthr

    0下载:
  2. VC线程信号量的使用举例源码,点击启动线程,可发现出现了什么。介绍线程方面的基础知识技巧。-VC thread the use of semaphores example source code, to click start threads can be found what appeared. Introduce the thread the basics skills.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-24
    • 文件大小:11198
    • 提供者:丁春发
  1. mutex

    0下载:
  2. Linux中信号量、线程、同步及互斥等例子-Examples of Linux, semaphores, threads, synchronization and mutual exclusion
  3. 所属分类:Driver develop

    • 发布日期:2017-12-08
    • 文件大小:4841
    • 提供者:Shanae
  1. ipc

    0下载:
  2. linux管道和信号量等进程通信机制的基础源代码。-the pipe and fifo code for linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-11
    • 文件大小:3992
    • 提供者:maoyuan li
  1. randw

    0下载:
  2. 操作系统中经典的读者写者问题,利用的信号量机制实现,完整工程文件,已通过老师的答辩。-OS classic readers to write, use semaphore mechanism realization of the full project file, has passed the teacher' s reply.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:908736
    • 提供者:杨鹤凌
  1. barber

    0下载:
  2. 操作系统,关于理发店的经典问题的解决办法。在linux下变成,包括了互斥、同步信号量以及信息传递问题。-Operating system, about the solution of barber. coding with the Linux system, including synchronous and mutex and tranferation of information
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-02
    • 文件大小:606494
    • 提供者:Eric Chen
  1. writerandreader

    0下载:
  2. 操作系统,关于读者写者问题。包括信号量机制、互斥同步信号,信息传递等。编译成功通过。-Operating system, on the readers and the writers. Mechanism including semaphores, mutexes synchronization signal information transmission. Compile successfully.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-07
    • 文件大小:1229818
    • 提供者:Eric Chen
  1. producer_consumer

    0下载:
  2. 在Linux下创建两个线程,利用信号量和互斥锁实现生产者和消费者的典型问题。编译器G-Under Linux creates two threads using semaphores and mutexes to achieve the typical problems of producers and consumers. GCC compiler
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:595
    • 提供者:hanzhen
  1. source

    0下载:
  2. 在vc下编译通过完整的UCOSII的4个任务的程序,包括信号量,消息邮箱等-In vc compile complete the four tasks UCOSII procedures, including semaphores, message mailboxes, etc.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:76696
    • 提供者:yuanjing
  1. semaphore_1

    0下载:
  2. linux信号量的通信,代码能够运行,注释很详尽。-linux semaphore communication, code can run, very detailed notes.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1493
    • 提供者:yue
  1. tc1234

    0下载:
  2. 父进程循环fork四个子进程并且用信号量控制其循环打印1234可扩展打印4123或2341-Parent process cycle fork four sub-process and use semaphores to control its circulation print 1234 print 4123 or 2341 can be extended
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:522
    • 提供者:刘明月
« 1 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com