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

搜索资源列表

  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. 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. 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. 经典的linux源码,快来看吧,很值得看一看。
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:12134
    • 提供者:安维
  1. Thread

    0下载:
  2. 验讨论临界区问题及其解决方案,利用Windows的mutex机制,采用软件方案 然后比较这两种方案的性能优劣。-ThreadTest
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-06
    • 文件大小:1235314
    • 提供者:wang
  1. thread.tar

    0下载:
  2. This program is written to explain pthread creation and destroy and its function. How to handle mutex and blocking etc-This program is written to explain pthread creation and destroy and its function. How to handle mutex and blocking etc..
  3. 所属分类:Linux-Unix program

  1. mutex

    0下载:
  2. 跨平台C++ 类库 锁和信号量,可以直接用的-Cross-platform C++ class library locks and semaphores
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1819
    • 提供者:danny
  1. MUTEX

    0下载:
  2. program to implement the mutex algorithm in computer networks
  3. 所属分类:Network Security

    • 发布日期:2017-04-10
    • 文件大小:719
    • 提供者:Juned
  1. mutex

    0下载:
  2. 这个程序是mutex测试代码,用于mutex的互斥性。比如两个线程可以互相不干扰彼此。-This program is a mutex test code for the mutex of the mutually exclusive. Example, two threads can not interfere with each other with each other.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:569
    • 提供者:ruiwang
  1. mutex.c.tar

    0下载:
  2. Mutex implementation
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. mutex信号量使用方法,示例中包括源码和makefie,以及经过编译的文件,可以直接运行-use mutex semaphores, including source code and sample makefie, and compiled files that can be run directly
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:4457
    • 提供者:顾满洲
  1. multiprocessor

    0下载:
  2. 基于nios 的mutex多核嵌入式系统设计 设计 -Based on the nios mutex multicore embedded system design, design
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:535340
    • 提供者:huanliang
  1. mutex

    0下载:
  2. linux多线程互斥控制实例代码 可以用mutex控制线程互斥-linux multithread mutex sample code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-11
    • 文件大小:1407
    • 提供者:steven
  1. mutex

    0下载:
  2. 线程互斥在vc++环境下的实现,具体编程源程序,线程(thread)是"进程"中某个单一顺序的控制流。-mutex of thread on vc++ to relize in detail. as part of process,the thread is quite unique sequential control thread.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:2946651
    • 提供者:paneone
  1. Mutex

    0下载:
  2. windows下调用系统API函数进行Mutex缓存操作-windows system API function call the Mutex cache operation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-27
    • 文件大小:2687066
    • 提供者:leo
  1. mutex

    0下载:
  2. 对大家学习线程的同步很有用的代码,采用Mutex进行同步,测试通过,很受用。2013-2-21-Mutex synchronization through testing, is very popular with everyone learning thread synchronization code useful. 2013-2-21
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-30
    • 文件大小:3864179
    • 提供者:jackshen
  1. mutex

    0下载:
  2. 本实验讨论临界区问题及其解决方案。实验首先创建两个共享数据资 源的并发线程。在没有同步控制机制的情况下,我们将看到某些异常现象。 针对观察到的现象,本实验采用两套解决方案: • 利用Windows 的mutex 机制 • 采用软件方案 然后比较这两种方案的性能优劣。-In this study, discuss problems and solutions critical region. Experiment first create two share
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:610
    • 提供者:Ashley
  1. Mutex

    0下载:
  2. VC2010-08-25-VC++6.0下利用互斥量同步线程来实现文件读取进度条-VC2010-08-25-VC++6.0 under mutex synchronization of threads to use for file reading progress bar
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-07
    • 文件大小:1173382
    • 提供者:赵栋梁
  1. Mutex

    0下载:
  2. 程序互斥代码,防止一个程序多次启动,很有效,加在工程文件中效果很好。-Program mutex code, to prevent a program started several times, very effective, plus good results in the project file.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:4657
    • 提供者:静水深流
  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 »
搜珍网 www.dssz.com