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

搜索资源列表

  1. pb9(topwiz)

    2下载:
  2. 1。bitmap: 捕捉窗口或控件的图象,保存为bmp文件。(主要调用gdi32函数) 2。ftpedit:实现ftp客户端功能。(调用wininet.dll) 3。griddemo:在dw列标题上显示指明排序方向的箭头(通过动态创建计算域实现) 根据列内容自动调整列宽度(使用GetTextExtentPoint32()) 4。history:具有自动完成和历史记忆功能的下拉框。(在注册表中保存历史) 5。icontray:在系统托盘显示图标。支持弹出菜单、热键激活。
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-03
    • 文件大小:1232197
    • 提供者:chenmiao
  1. mutex

    0下载:
  2. 经典的linux源码,快来看吧,很值得看一看。
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. 简单代码讲解同步机制CMutex,这个代码是别人写的,还不错,值得一看-A simple code on the synchronization mechanism CMutex
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-15
    • 文件大小:8472
    • 提供者:卢礼
  1. Mutex

    0下载:
  2. Mutex implementation is the files those can be used in RTOS developments.
  3. 所属分类:SCM

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

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

    • 发布日期:2017-04-04
    • 文件大小:514529
    • 提供者:晓睿
  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. thrd-win32

    0下载:
  2. Win32 现成创建,包括Win32 MUTEX 锁和WIN 32 SEMAPHORE 信号灯。-Windows 32 thread create.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:574
    • 提供者:fengchong
  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

    0下载:
  2. 通过windows程序 实现两个线程间简单的同步和互斥-Program through windows to achieve two simple synchronization between threads and the mutex
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1132
    • 提供者:江小莲
  1. Semaphores

    0下载:
  2. Its is the linux/unix system application programming ....data resource management by semaphore /mutex
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:8938
    • 提供者:dipen
  1. mutex

    0下载:
  2. mutex processing for csharp
  3. 所属分类:CSharp

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

    0下载:
  2. mutex runnable working program
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:561
    • 提供者:jes
  1. Mutex

    0下载:
  2. 一个对于mutex :互斥信号的一个例子-A example for mutex.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1886077
    • 提供者:sand
  1. MUTEX

    0下载:
  2. 进程与线程中的信号量编程,有关Mutex方面的源代码-Process and thread semaphore programming, the Mutex' s source code
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:63688
    • 提供者:陈九天
  1. MutexThreadSyn

    0下载:
  2. 使用互斥对象(Mutex)实现线程同步,vc-Use the mutex object (Mutex) to achieve thread synchronization, vc++
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:34082
    • 提供者:何建亮
  1. mutex

    0下载:
  2. 如何使用互斥量,对线程感兴趣的可以参考下。 很不错的demo-How to use the mutex, the thread of interest can refer to. Very nice demo
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:12085
    • 提供者:madud00146
« 1 23 4 5 6 7 8 9 10 ... 29 »
搜珍网 www.dssz.com