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

搜索资源列表

  1. Thread

    0下载:
  2. Delphi中的多线程操作,运用了互斥锁-Delphi in multi-threaded operation, the use of a mutex lock
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:514529
    • 提供者:晓睿
  1. ADCTouch

    0下载:
  2. wince4.2 下s3c2410 下adc驱动和touch驱动,解决了wince下adc驱动和touch下同时加载后,造成触摸屏不好使,程序中加入了进程互斥保护,解决了触摸屏和ADC驱动不能同时使用的问题。-adc under wince4.2 under s3c2410 drive and touch-driven, solution to wince under the adc drive and touch at the same time under the load, the res
  3. 所属分类:Driver Develop

    • 发布日期:2015-10-26
    • 文件大小:106537
    • 提供者:lisheng
  1. Comm

    0下载:
  2. Socket通讯封装类,可直接使用,包括结构体的定义,锁互斥等-Socket.class
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:4967
    • 提供者:Leo_wei
  1. os

    0下载:
  2. 分别利用UNIX的消息通信机制、共享内存机制(用信号灯实施进程间的同步和互斥)实现两个进程间的数据通信。具体的通信数据可从一个文件读出,接收方进程可将收到的数据写入一个新文件,以便能判断数据传送的正确性(对文件操不熟悉的同学可不必通过读写文件,只要键盘输入和输出至屏幕进行比较即可)。 -, Respectively, using the information communication mechanism UNIX, shared memory mechanism (with tr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:3137
    • 提供者:一零
  1. product_consumer

    0下载:
  2. 生产者消费者问题。使用3个信号量。其中2个信号量avail和full解决同步问题。还有一个mutex解决互斥问题-Producers of consumer issues. The use of three semaphores. One volume of two signals simultaneously avail and full settlement of the issue. There is also a solution to mutual exclusion mutex pr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:874
    • 提供者:孙雪春
  1. ChatAsynchronous

    0下载:
  2. 一个多线程的,线程互斥的的,使用MFC框架的聊天室-A multi-threaded, the thread mutually exclusive, using MFC framework of the chat rooms
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-06
    • 文件大小:41917
    • 提供者:何雨
  1. pthread

    0下载:
  2. 基于ARM9的Linux多线程应用程序。生产者写入缓冲区和消费者从缓冲区读数的具体流程,生产者首先获得互斥锁,并且判断写指针+1后是否等于读指针,如果相等则进入等待状态,等候条件变量notfull;如果不等则向缓冲区中写入一个整数,并且设置条件变量为notempty,最后释放互斥锁。消费者线程与生产者线程类似。-ARM9-Linux-based multi-threaded applications. Producers and consumers into a buffer from the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1364
    • 提供者:刘冉
  1. race_condition

    0下载:
  2. vxworks下解决共享数据竞争问题,在访问共享的数据前,使用互斥信号量对共享数据进行保护-vxworks share data to resolve the issue of competition in the access to shared data before the use of mutex semaphores to protect shared data
  3. 所属分类:VxWorks

    • 发布日期:2017-04-08
    • 文件大小:14172
    • 提供者:xzb
  1. zhexuejia

    0下载:
  2. 哲学家进餐问题,实现多进程间的互斥访问,进程间的竞争-Dining Philosophers problem, to achieve mutually exclusive access among the multi-process, the process of competition between
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1369
    • 提供者:zhouwei
  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. TestKfifo

    0下载:
  2. Kfifo源于Linux下的C源码,经封装成C++的CKfifo类 源文件:Kfifo.h 和 Kfifo.cpp 功能:具有互斥功能的BUF队列类。 编译环境: Visual Studio2008-Kfifo from the C source code under Linux, after packaging into a C++, CKfifo class source file: Kfifo.h and Kfifo.cpp functions: BUF
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:80134
    • 提供者:TYH
  1. mune

    0下载:
  2. 线程同步机制。 互斥器的功能和临界区域很相似。区别是:Mutex所花费的时间比Critical Section多的多,但是Mutex是核心对象(Event、Semaphore也是),可以跨进程使用,而且等待一个被锁住的Mutex可以设定TIMEOUT,不会像Critical Section那样无法得知临界区域的情况,而一直死等。-Thread synchronization mechanism. Mutex' s function and the critical region is
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:1888089
    • 提供者:陈小
  1. CreateMutex

    1下载:
  2. 通过修改互斥体 达到重复启动程序的目的 !-Change the Mutex
  3. 所属分类:进程与线程

    • 发布日期:2013-04-10
    • 文件大小:539
    • 提供者:小强
  1. linuxsystemdslab

    0下载:
  2. 包含了各个单元的linux实验源码,包括进程同步、互斥、文件系统、存储管理等的实现。-it includes many unit,such as produces and so on.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:839687
    • 提供者:Derek
  1. java_threaddemo

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

    • 发布日期:2017-04-02
    • 文件大小:107670
    • 提供者:204
  1. reader_writer

    0下载:
  2. 读者写者问题,通过临界资源互斥实现多线程的读写控制-Readers to write those problems through the critical resources mutually exclusive multi-threaded read-write control
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2683347
    • 提供者:邹平
  1. writeread

    0下载:
  2. 测试一下读写进程互斥问题~仅是一个小小的程序~如有不满意~请见谅-Test the reading and writing process of mutual exclusion problem ~
  3. 所属分类:CSharp

    • 发布日期:2017-05-08
    • 文件大小:1593149
    • 提供者:张小胖
  1. huluwa

    0下载:
  2. linux互斥锁:说明互斥锁的用法-linux mutex
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-20
    • 文件大小:6074962
    • 提供者:周书记
  1. MutiThread

    0下载:
  2. 建立多线程的模板,其中包括互斥、运行一次实例,等等,比较好用,编写类似程序时具有一定的参考价值。-The establishment of multi-threading templates,including the exclusive,run once instance,and so on,more easy to use,write a similar program has certain reference value.
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-19
    • 文件大小:28577280
    • 提供者:李建
  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 2 ... 13 14 15 16 17 1819 20 21 22 23 ... 46 »
搜珍网 www.dssz.com