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

搜索资源列表

  1. 加锁法 解决两个进程合作累加数组

    0下载:
  2. 用加锁的方法解决两个进程累加数组的互斥问题-locked with two ways to solve the array of cumulative process Mutual Exclusion
  3. 所属分类:Static控件

    • 发布日期:2008-10-13
    • 文件大小:277167
    • 提供者:童仝
  1. RPG

    0下载:
  2. 用共享内存,信号灯,以及互斥锁实现进程,线程间的通信,来模拟三国问题-using shared memory, lights, and Mutex realization process, the communication between threads, to simulate the three issues
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2821
    • 提供者:李明
  1. thrmgr

    0下载:
  2. linux下的线程池,其中使用了条件变量,互斥锁等保持线程同步的变量!
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:8872
    • 提供者:王博
  1. ThreadSynch

    2下载:
  2. VC++MFC多线程同步实例,信号量,互斥锁,事件,临界资源,,,,BY GDUT NETWORK 01
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:29769
    • 提供者:JackOakland
  1. unixprogram

    0下载:
  2. Linux、多进程应用,共享内存,互斥锁应用
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1157
    • 提供者:yang
  1. FileFind

    0下载:
  2. 多线程技术实现文件查找文件,速度超快(用线程互斥锁控制总线程数目)
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:14380
    • 提供者:寒叶
  1. RWLock.rar

    0下载:
  2. 实现了面向多线程应用程序的读写锁,支持并发读,互斥写,For the realization of multi-threaded applications to read and write lock to support the concurrent read, exclusive write
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-06
    • 文件大小:925
    • 提供者:neil
  1. lock_mutex

    0下载:
  2. 演示了linux中的互斥锁机制,用gcc编译后运行-Demonstrates the mutual exclusion lock mechanism linux, compiled and run using gcc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:753
    • 提供者:your name
  1. linux内核锁示例代码

    0下载:
  2. linux内核锁机制的相关源代码示例,包括自旋锁,互斥量,完成量等内容。
  3. 所属分类:Linux/Unix编程

  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. ipc

    0下载:
  2. 这是自己学习进程间通信时敲得代码,有共享内存、管道、信号量、消息队列,互斥锁等的典型用法-This is the communication between their own learning process when the knock code, the typical usage of the shared memory, pipes, semaphores, message queues, mutexes.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:3087
    • 提供者:merle.zhu
  1. java_threaddemo

    0下载:
  2. 哲学家就餐是一个经典的Java多线程编程的实例,这是图形版。涉及到线程同步与互斥,临界区访问问题以及避免死锁的方法。 -Dining philosophers is a classic multi-threaded Java programming examples, this is the graphics version. Related to thread synchronization and mutual exclusion, critical area to visit, as we
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:108024
    • 提供者:丁丁
  1. Linux_Kernel

    0下载:
  2. Linux中各种内核态程序的编写,这是某个人的编程心得,里面有源代码,内容涉及互斥锁、信号量、多线程等,很不错的,值得参考!-Linux Kernel in a variety of procedures for the preparation of state, this is a personal experience of programming, which source code, which relates to mutual exclusion locks, semaphores,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:134156
    • 提供者:Jackson
  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. pthreads_applications

    0下载:
  2. 这是一个典型的多线程的实验,是用互斥锁来实现生产者与消费者的关系-This is a typical multi-threaded experiments Mutex are used to achieve the relationship between producers and consumers
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:1800
    • 提供者:方方
  1. Lock

    0下载:
  2. 有关互斥锁的介绍,在多线程中,在不同线程中计算同一个数据时,需要用互斥锁-Introduction of the mutex lock, in the multi-threaded, in different threads to calculate the same data, the need to lock mutex
  3. 所属分类:Communication

    • 发布日期:2017-04-29
    • 文件大小:49286
    • 提供者:caolei34701
  1. Windowssystemcoreprogram

    0下载:
  2. windows操作系统的核心编程,包括如何获取系统信息、互斥锁、处理器信息、虚拟内存的获取-windows operating system' s core programming, including how to obtain system information, mutex lock, processor information, access to virtual memory, etc.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:551909
    • 提供者:drh
  1. TestSyn1

    0下载:
  2. //TestSyn的解决方法即将线程执行时锁住,不允许其他的线程操作 //锁定的意义在于在使用线程的过程中不会让其它线程使用,互斥锁-//TestSyn solutions implementation is about to lock the thread, the thread does not allow other operations// lock the significance of the use of threads in the process will not let
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:603
    • 提供者:柳婷婷
  1. signal_mutex

    0下载:
  2. 演示了linux中用信号量实现互斥锁的机制,用gcc编译后运行-Demonstrated using linux semaphore mutex lock mechanism, with the gcc compiled and run
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:694
    • 提供者:your name
  1. Mutex

    0下载:
  2. 封装了Linux下的互斥锁、读写锁、条件锁以及防止死锁的策略(The mutex, read-write lock, conditional lock and deadlock prevention strategy of Linux are encapsulated)
  3. 所属分类:Linux/Unix编程

« 12 3 4 5 6 7 »
搜珍网 www.dssz.com