CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - semaphore

搜索资源列表

  1. Barbershop

    0下载:
  2. 操作系统概念第六版信号量课后习题,Barbershop的多线程编码-Operating System Concepts sixth edition Semaphore of the book exercise, babershop problem, java multithreading semaphore issues
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1564
    • 提供者:李长松
  1. PVSample

    1下载:
  2. PV信号量的实现,使用信号量来解决进程之间的各种同步问题-Implementation, using semaphores PV semaphore to solve various synchronization between processes
  3. 所属分类:Process-Thread

    • 发布日期:2015-12-05
    • 文件大小:354304
    • 提供者:eve
  1. semaphore

    0下载:
  2. brief Basic functionality for a safe iterator. -brief Basic functionality for a safe iterator.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:11833
    • 提供者:sgnyxi
  1. sem_open

    0下载:
  2. Use a semaphore to implement mutual exclusion.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1139
    • 提供者:jbzbzan
  1. os_mutex_sem

    0下载:
  2. 单片机实现信号量功能函数,方便移植使用任何单片机,代码规范。-MCU semaphore performance function, easily ported to use any microcontroller code specifications.
  3. 所属分类:SCM

    • 发布日期:2017-04-14
    • 文件大小:2593
    • 提供者:luyangyang
  1. cam_semaphore

    0下载:
  2. Implement semaphore with mutex and conditional variable. Reason being, POSIX semaphore on Android are not used or well tested.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1306
    • 提供者:vongkingdang
  1. share

    0下载:
  2. Wait on the semaphore till it is released.Lock the mutex to protect the critical section.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3333
    • 提供者:sengcnrp
  1. 12_2_POPENPFIFOPsign

    0下载:
  2. Popen+信号量 在系统中的传播方式例子之一-Popen+ semaphore in the system, one example of communication
  3. 所属分类:Linux Network

    • 发布日期:2017-04-26
    • 文件大小:161828
    • 提供者:lixian
  1. setw

    0下载:
  2. Thread, mutex, condition variable, barrier, semaphore and thread-specific data functions.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3748
    • 提供者:xzzengwen
  1. semaphore_ex

    1下载:
  2. windows系统平台,多线程信号量(semaphore)示例源码。-semaphore sample
  3. 所属分类:Process-Thread

    • 发布日期:2015-11-22
    • 文件大小:16384
    • 提供者:zhao
  1. cmp_nullptr

    0下载:
  2. Create the mutex semaphore, with initial value 1 Source Code for Embedded Linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2447
    • 提供者:hwkiuzao
  1. JavaApplication4

    0下载:
  2. This code implement semaphore, using 2 proccess, which first is write string consanant values to txt-file, second read txt-file-This code implement semaphore, using 2 proccess, which first is write string consanant values to txt-file, second read t
  3. 所属分类:Ajax

    • 发布日期:2017-04-08
    • 文件大小:15965
    • 提供者:Nurba
  1. ipc_sem

    0下载:
  2. Inter-Process Communication Semaphore Facility.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:4893
    • 提供者:vongxiuzong
  1. sema

    0下载:
  2. defines for semaphore mapping.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5763
    • 提供者:ranhueyao
  1. ipcrm

    0下载:
  2. Remove specified message queues, semaphore sets and shared memory ids.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1118
    • 提供者:qbjenbz
  1. gio

    0下载:
  2. Check message, semaphore, or shared memory access permission.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2663
    • 提供者:rnxmnon
  1. 110104010104

    0下载:
  2. 解决的主要问题 (1)MFC界面设计 (2)模拟生产者消费者的互斥操作 (3)各信号量及互斥体的使用 线程 线程是程序独立运行的基本单位,一个程序通过执行多个线程可以提高机器本身资源的利用率,同时也可以完成多任务并行运行的操作,多线程可以实现并行处理,避免了某项任务长时间占用CPU时间。 互斥体 互斥体与临界区很相似,但是使用时相对复杂一些,它不仅可以在同一应用程序的线程间实现同步,还可以在不同的进程间实现同步,从而实现资源的安全共享。 信号量 信号量是一个
  3. 所属分类:OS Develop

    • 发布日期:2017-05-20
    • 文件大小:5292514
    • 提供者:曾小丽
  1. Semaphore

    0下载:
  2. 线程同步 信号量`Thread_Semaphore`-thread_semaphore Thread synchronization signal
  3. 所属分类:ELanguage

    • 发布日期:2017-05-01
    • 文件大小:35466
    • 提供者:星外
  1. SharedMemory

    1下载:
  2. Linux共享内存源码,包括写共享内存的进程代码,读共享内存的进程代码,还有信号量的代码-Linux shared memory source, including the process of writing code for shared memory, shared memory reading process code, there semaphore code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3378
    • 提供者:辛明泉
  1. readerwriter

    0下载:
  2. 读者写者问题C++解法,使用互斥信号量,写者线程优先,共有3个读者2个写者-Similar to the barbers problem,the program use semaphore to solve the reader/writer problem.Two semaphores are involved:m_h, h,used as a counter and mutex between 2 writers.Main function create 3 reader thread an
  3. 所属分类:Graph program

    • 发布日期:2017-04-12
    • 文件大小:861
    • 提供者:huia85njg33
« 1 2 ... 17 18 19 20 21 2223 24 25 »
搜珍网 www.dssz.com