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

搜索资源列表

  1. semaphore.zip

    0下载:
  2. 线程中使用Semaphore的例子
  3. 所属分类:Linux/Unix编程

    • 发布日期:
    • 文件大小:389
    • 提供者:
  1. Semaphore

    0下载:
  2. Windows Unix 信号量Semaphore示例程序
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3034
    • 提供者:花自民
  1. Semaphore

    0下载:
  2. Semaphore 跨平台的同步信号封装类源码
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1588
    • 提供者:lzg
  1. Semaphore.rar

    0下载:
  2. 信号量的类封装,适合C++开发,通过此类,能够直接对信号量进行创建、关闭等操作开发。,Semaphore class package for C++ development, through such, can be carried out directly on the semaphore creation, closure, and so operate the development.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:3177
    • 提供者:zifangz
  1. semaphore.zip

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

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

    0下载:
  2. 使用信号量对象实现线程的同步的一个实例- The use signal quantity object realizes a line regulation synchronization example
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-09
    • 文件大小:11434
    • 提供者:孤老
  1. ucos-dining-philosopher

    0下载:
  2. ucos-dining-philosopher.rar ucos下的哲学家就餐问题(dining philosopher problems),采用信号量机制解决,有截图和感悟。dos界面文字演示(另有图形界面)。-ucos-dining-philosopher.rarucos under the dining philosophers problem (dining philosopher problems), using semaphore mechanism to resolve scr
  3. 所属分类:uCOS

    • 发布日期:2017-03-27
    • 文件大小:281483
    • 提供者:xuxi
  1. semaphore

    0下载:
  2. linux下邮箱方式进行进程通信的代码和实验报告,用P.V原语实现通信中的同步问题。运用生产者与消费者模型设计实现一个简单的信箱。-approach to the process under linux mail communications code and test reports, using PV primitives to achieve communication in the synchronization problem. The use of producer and cons
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:14742
    • 提供者:yangdingda
  1. queuetest

    0下载:
  2. 使用信号灯(semaphore),事件(Event),临界区(CriticalSection)进行线程同步的例子- Uses the signal light (semaphore), the event (Event), the critical zone (CriticalSection) carries on line regulation synchronization the example
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-10
    • 文件大小:17250
    • 提供者:站长
  1. TC-ucos-philos-comment-in-detail

    0下载:
  2. TC-ucos-philos-详细注释.rar 用TC编译ucos并在图像化界面下演示哲学家就餐问题,采用信号量机制,程序有BUG,不能顺利运行,但是我写了很多注释,有兴趣的朋友可以继续做下去,我的邮箱xuxi009@163.com可与我联系。注意图形界面驱动的路径要和源文件中的相同否则无法显示图形界面,相信用过TC的图形界面的明白,呵呵。-TC-ucos-philos-detailed notes. Rar uCOS compiled by TC and the image of i
  3. 所属分类:uCOS

    • 发布日期:2017-05-14
    • 文件大小:3765223
    • 提供者:xuxi
  1. producer-consumer-problem

    0下载:
  2. Introduction In this project, we will design a programming solution to the bounded-buffer problem using the producer and consumer processes . The solution uses three semaphores: empty and full, which count the number of empty and full slots
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-23
    • 文件大小:96073
    • 提供者:MidnightD
  1. producer-consumer

    1下载:
  2. 用信号量解决生产者消费者问题,简捷易懂!-Semaphore producers with consumers to solve the problem, simple and understandable!
  3. 所属分类:OS Develop

    • 发布日期:2016-03-21
    • 文件大小:1309
    • 提供者:王春林
  1. Access

    0下载:
  2. 在Windows2000环境下,创建一个控制台进程,此进程包含n个线程。用这n个线程来表示n个读者或写者。每个线程按相应测试数据文件(后面介绍)的要求进行读写操作。用信号量机制分别实现读者优先和写者优先问题。 读者-写者问题的读写操作限制(包括读者优先和写者优先) 1) 写-写互斥:不能有两个写者同时进行写操作 2) 读-写互斥:不能同时有一个线程在读,而另一个线程在写。 3) 读-读允许:可以有一个或多个读者在读。 -In Windows2000 environment,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:15232
    • 提供者:陈媛
  1. cangkuguanlisheji

    0下载:
  2. 读者与写者的实现,是n个线程之间的信号量的互斥问题 -The reader and the realization of writing is the thread between the n-the Mutex Semaphore problem
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:27098
    • 提供者:zenglei
  1. semaphore

    0下载:
  2. vxworks信号量通信程序,程序演示了互斥信号量和二进制信号量的使用。-vxworks semaphore communication program, the program demonstrated a mutual exclusion semaphore and the use of binary semaphores.
  3. 所属分类:VxWorks

    • 发布日期:2017-03-23
    • 文件大小:17345
    • 提供者:沧海一笑
  1. semaphore

    0下载:
  2. UCOS II的信号量访问实例.嵌入式操作系统的入口学习资料-UCOS II to visit examples of the semaphore. The entrance of embedded operating system to learn the information
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-28
    • 文件大小:279473
    • 提供者:刘海
  1. semaphore

    0下载:
  2. WIN32 API semaphore学习-semaphore study
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:1214948
    • 提供者:mckin
  1. semaphore

    0下载:
  2. this for semaphore programming in linux os-this is for semaphore programming in linux os
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:16251
    • 提供者:naidu
  1. Semaphore

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

    • 发布日期:2017-03-27
    • 文件大小:8886
    • 提供者:vividonly
  1. semaphore

    0下载:
  2. linux 下的信号量编程,对初学者有一定的好处,值得一看。-semaphore programming under linux, there are certain advantages for beginners, worth a visit.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-27
    • 文件大小:685
    • 提供者:Varistor Peng
« 12 3 4 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com