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

搜索资源列表

  1. Mutex with CSingleLock

    0下载:
  2. This file contains a summary of what you will find in each of the files that make up your Mutex application.-This file contains a summary of what you will find in each of the files that make up your Mutex application.
  3. 所属分类:组合框控件

    • 发布日期:2008-10-13
    • 文件大小:31910
    • 提供者:丁一甲
  1. Mutex APIs Make multiple instance-aware programs.z

    0下载:
  2. Mutex APIs Make multiple instance-aware programs
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3010
    • 提供者:ccv
  1. mutex.rar

    0下载:
  2. 使用互斥信号量解决ucosii中的优先级反转,The use of mutex semaphores to solve the ucosii Priority Inversion
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-23
    • 文件大小:1238
    • 提供者:Zhang
  1. post-mutex.zip

    0下载:
  2. ucos-ii中发送一个互斥信号mutex源码,ucos-ii Send a mutex mutex signal source
  3. 所属分类:uCOS

    • 发布日期:2017-03-24
    • 文件大小:1443
    • 提供者:zycjay2008
  1. Linux_multithread

    0下载:
  2. Linux下多线程编程的相关资料,:研究了在LINUX 操作系统下多线程的编程方法,主要包括多线程的基本创建方法、如何修改 多线程的属性以及线程之间的数据处理. 重点论述了多线程数据处理方法中的互斥锁和条件变量.-Linux multi-threaded programming under the relevant information: The LINUX operating system in multi-threaded programming methods, including
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:36262
    • 提供者:林雁冉
  1. create-mutex

    0下载:
  2. ucos-ii中互斥信号mutex建立源码-ucos-ii in the establishment of mutually exclusive mutex signal source
  3. 所属分类:uCOS

    • 发布日期:2017-03-26
    • 文件大小:1393
    • 提供者:zycjay2008
  1. Mutex

    0下载:
  2. 跨平台的互斥量 -cross-platform mutex
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:49079
    • 提供者:bridge
  1. multi_thread

    0下载:
  2. 3种多线程同步方式(Critical Section,Mutex,Event)的小例子-3 multithreading synchronous mode (Critical Section, Mutex, Event) small example
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-22
    • 文件大小:3042
    • 提供者:站长
  1. thread

    0下载:
  2. 线程锁.Windows系统是多任务操作系统,系统内核为我们提供了 事件(Event)、Mutex、信号灯(semaphore)和计时器4种对象来控制线程间的同步。 在C++Builder中,为我们提供了用于创建Event的TEvent对象供我们使用。-Thread lock. Windows system is a multi-tasking operating system kernel to provide us with the event (Event), Mutex, sema
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-22
    • 文件大小:3313
    • 提供者:叶浩全
  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. mutex-lock

    0下载:
  2. 多线程编程-互斥锁 由于线程的清量性,在搜索引擎构建中被广泛使用.线程的实现有多种方式,譬如互斥锁,条件变量,读写锁等.其中互斥锁最为简单,读写锁也与互斥锁类似.在LInux下简单实现一个链表,链表的插入和删除,以及整个链表的析构要考虑多线程的同步-Multi-threaded programming- Mutex clearance due to the amount of threads in the search engines are widely used to build. Th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1569
    • 提供者:周伟光
  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. thread

    0下载:
  2. 该程序运用线程的mutex控制数据流的锁定,实现Producer和consumer之间对buffer的合理有序的利用-The program to control the use of thread mutex lock data stream to achieve Producer and consumer of buffer between the rational and orderly use of
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2753
    • 提供者:dreamshello
  1. mutex

    0下载:
  2. uc/OS-ii互斥信号量的处理,大家好好研究啦-uc/OS-ii Mutex Semaphore handling of everyone you carefully study
  3. 所属分类:Multimedia program

    • 发布日期:2017-04-04
    • 文件大小:337647
    • 提供者:华超
  1. SemaDemo

    0下载:
  2. 英国帝国理工学院电脑系多线程课程教学材料之四 ---- 用Semaphores互斥访问-The program uses a semaphore to ensure that it is not possible for threads to enter their critical sections at the same time. The critical section is represented by a light blue (cyan) colour. To execute in
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3490
    • 提供者:Key
  1. mutex

    0下载:
  2. windows下互斥量的范例实现,使用waitForsingleobject-the implement
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:12951
    • 提供者:mike
  1. del-mutex

    0下载:
  2. ucos-ii中互斥信号mutex的删除-ucos-ii in the deletion of mutex mutex signal
  3. 所属分类:uCOS

    • 发布日期:2017-04-01
    • 文件大小:1545
    • 提供者:zycjay2008
  1. pend-mutex

    0下载:
  2. ucos-ii中等待一个互斥信号mutex源码-ucos-ii in waiting for a mutex mutex signal source
  3. 所属分类:uCOS

    • 发布日期:2017-03-31
    • 文件大小:1912
    • 提供者:zycjay2008
  1. Mutex

    0下载:
  2. 互斥量的类封装,适合C++编程,通过此类,能够直接对互斥量进行控制。-Mutex class package for C++ programming, through such direct-to-mutex control.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1555
    • 提供者:zifangz
  1. mutex

    0下载:
  2. 在线程实际运行过程中,经常需要多个线程保持同步。这时可以用互斥锁来完成任务。(Threads often require multiple threads to keep synchronization during the actual operation of the thread. You can then use the mutex to complete the task.)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:Melodyluer
« 12 3 4 5 6 7 8 9 10 ... 29 »
搜珍网 www.dssz.com