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

搜索资源列表

  1. thread.zip

    0下载:
  2. 3种多线程同步方式(Critical Section,Mutex,Event)的小例子
  3. 所属分类:进程与线程

    • 发布日期:
    • 文件大小:3891
    • 提供者:
  1. TSynchro_src.zip

    1下载:
  2. 使用CriticalSection(临界区)和Mutex(互斥对象)实现的线程同步类。
  3. 所属分类:进程与线程

    • 发布日期:
    • 文件大小:1299
    • 提供者:
  1. Unix进程通讯及同步互斥机制

    0下载:
  2. Unix进程通讯及同步互斥机制,包括进程的管道通讯以及信号量实现的同步互斥机制-Unix process communication and synchronization contradict mechanisms, including the process of communication and signal pipeline capacity to achieve the synchronization mechanism Mutex
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3991
    • 提供者:冯昊飞
  1. pp_mutex

    0下载:
  2. 用MFC实现进程互斥,用的是MUTEX互斥信号量-with MFC contradict process, the signal is MUTEX contradict volume
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:60095
    • 提供者:哈哈哈
  1. 多线程程序的编写聊天 程序

    0下载:
  2. 多线程程序的编写聊天程序多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例-multithreading procedures in the preparation chat program multithreaded program, multi-threaded applications easily occur. Mutex object explain how to use mutex objec
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:36360
    • 提供者:杨光源
  1. mutilthread

    0下载:
  2. 多线程编程线程互斥,一个很简单的程序-multithreaded programming threads mutex, a very simple procedure.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:174839
    • 提供者:谢思思
  1. Critical

    0下载:
  2. 通过火车售票系统的事例来讲解利用互斥对象实现线程同步,对初学线程同步很有帮助-train ticketing system through the use of examples to explain Mutex object to synchronize threads, thread synchronization for beginners helpful
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:5529
    • 提供者:黄磊
  1. vmeminfo

    0下载:
  2. 这是用来查看内存的 里面有一个叫mutex.cpp的文件-this memory is used to check the inside of a document called mutex.cpp
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:7774
    • 提供者:唐建军
  1. Threadhuchi

    0下载:
  2. 进程管理调度的互斥,在计算机操作系统和原理实现中的重要性-process management and control of the mutex, the computer operating system and the principle of realizing the importance of
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:32115
    • 提供者:mantian
  1. 3ThreadDoc

    0下载:
  2. 多线程----介绍3种多线程同步方式(Critical Section,Mutex,Event)例子-introduced three kinds of multithreaded synchronization mode (Critical Section, Mutex, Event) example
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3042
    • 提供者:popandsmtp
  1. Chat_MultiThread

    0下载:
  2. 多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。-multithreaded program, multi-threaded applications easily occur. Mutex object explain how to use mutex object to achieve multithreaded synchronization. How to u
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:36252
    • 提供者:zyg
  1. hello_world_multi

    0下载:
  2. 多处理器编程。 存在多个核,每个核之间的调度与互斥。-multi-processor programming. The existence of many nuclear, each between the nuclear Scheduling and mutex.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:2116
    • 提供者:jzm
  1. work_queue_thread

    0下载:
  2. 实现了一个多线程工作组应用程序,此程序中使用了互斥对象,条件变量进行线程的控制。通过研究此程序,可以深刻理解线程的工作机理。-achieve a working group multithreaded applications, the use of this procedure the mutex object, variable conditions thread control. Research through this procedure, a profound understandi
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4715
    • 提供者:zhuwenjie
  1. ThreadsTest

    0下载:
  2. C#多线程的互斥操作,用Monitor类实现对共享资源的异步操作-the mutex multithreaded operation, with Monitor realization of shared resources asynchronous operation
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3290
    • 提供者:邓建华
  1. mutex

    0下载:
  2. 第一次上传,大家如果需要可以下载,谢谢大家-first upload, if we need to be downloaded, thank you
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1488
    • 提供者:rgb
  1. sem_syn

    0下载:
  2. 通过两个信号量来实现两个线程间的同步,完成了互斥功能.-through two signals to achieve volume between the two threads simultaneously, and completed the mutex function.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:802
    • 提供者:baiyu
  1. lift-simulator

    0下载:
  2. it s a lift simulator, use operating system concept call mutex to implenment a lift. I do it prefectly.
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:3512
    • 提供者:jinghe
  1. jiou05

    0下载:
  2. 奇偶哲学家通过信号量机制控制进程的同步和互斥访问临街区域,保证正常执行!-signal through the volume control mechanism for the process of synchronization and mutex visit to the region along the street to ensure normal execution!
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:797
    • 提供者:lelele
  1. philosophers05

    0下载:
  2. 经典进程同步和互斥另类WINDOWS解法.定义信号量机制在WINDOWS下完成哲学家进餐问题.-classical process synchronization and mutex WINDOWS alternative solution. Volume definition signal mechanism in Windows complete the dining philosophers problem.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1527
    • 提供者:lelele
  1. Lesson15Code

    0下载:
  2. 多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。-multithreaded program, multithreaded applications easily occur. Mutex object on how to use mutex object to the multi-thread synchronization. How to use object n
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:40466
    • 提供者:卓斌
« 1 2 3 4 56 7 8 9 10 ... 29 »
搜珍网 www.dssz.com