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

搜索资源列表

  1. CMutexDemo02

    0下载:
  2. 线程间通讯,通过互斥锁同步技术实现,能够很好的解决线程调用的安全性问题-Inter-thread communication, synchronization by mutex implementation, the thread can call a good solution to security problems
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:27193
    • 提供者:peterlee
  1. Producer-Consumer-Model

    0下载:
  2. 生产者消费者模型,多线程程序,主要涉及互斥、信号量等操作系统知识-Producer consumer model, multi-threaded programs, mainly related to mutual exclusion, semaphores and other operating system knowledge
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-16
    • 文件大小:4486375
    • 提供者:李明
  1. multithread

    0下载:
  2. 利用boost编写的多线程例子,其中有互斥锁等的应用。boost库是一个实用的库,很强大-Written by multiple threads boost
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:798
    • 提供者:Robert
  1. Pthreads_Programming

    1下载:
  2. POSIX多线程程序设计标准讲解, 解释了所有api,同步互斥机制,还有多线程程序设计模型-POSIX standard multithreaded programming to explain, explain all the api, mutex synchronization mechanisms, as well as multi-threaded programming model
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-27
    • 文件大小:9682432
    • 提供者:DingJing
  1. lesson-3

    0下载:
  2. 多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。-The multi-thread programming, multi-threaded applications written easily appeared problems. Explain how the mutex object, using the mutex object to achieve the
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:57238
    • 提供者:hunter
  1. selector

    0下载:
  2. 多会场活动安排算法实现。利用嵌套贪心策略实现多会场、互斥活动最优安排问题。-Arrangements for multi-venue event algorithm. Greedy strategy using nested multi-venue, the best arrangement for mutually exclusive events.
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:161414
    • 提供者:黄诚
  1. BankSystem

    0下载:
  2. 银行管理系统,存入,取出,同步互斥等问题-Bank management system, deposit, remove, synchronization and other issues mutually exclusive
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:26942
    • 提供者:Edison
  1. 20110407-05-_MutexObject

    0下载:
  2. C++ 创建线程互斥对象的实例源码下载,声明线程函数,创建线程,程序睡眠,释放互斥对象,设置事件对象为无信号状态,生成控制台程序,仅供参考。-C++ to create an instance of the thread mutex source download, declare the thread function, create a thread, the program sleep, release the mutex object, set the event object to n
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-08
    • 文件大小:2475
    • 提供者:袁元
  1. chat-room

    0下载:
  2. 多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。-The preparation of multi-threaded programs, multi-threaded applications prone to problems. Mutex object to explain how to use mutex objects to multi-thread sync
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-24
    • 文件大小:375858
    • 提供者:huaminggong
  1. VCprogress

    0下载:
  2. VC_6_0下利用互斥量同步线程来实现文件读取进度条-VC_6_0 under the use of mutex thread synchronization to achieve the file to read the progress bar
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-17
    • 文件大小:4102849
    • 提供者:forgy
  1. thread

    0下载:
  2. 实验总体要求,使用MFC相关的功能函数来模拟经典进程互斥和同步问题 生产者和消费者 读者和写者 哲学家就餐问题-The general requirements of experiments, the use of MFC function to simulate the functions related to the classical problem of mutual exclusion and synchronization producers and consumers,
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:1287
    • 提供者:m47
  1. pthread_sync_and_mutual

    0下载:
  2. linux多线程极大方便了程序编写,但同时必须考虑线程同步、互斥问题。 示例代码给出了利用信号量实现P、V操作,从而保证多线程同步、互斥。-linux multithread programming is very convenient, but we must pay attention to synchronization and mutual exclusion. The sample code shows us how to ensure multi-thread synch
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:5682
    • 提供者:y
  1. ex2

    0下载:
  2. 互斥量得使用方法,线程同步,兄弟线程的同步实现方法,课程设计内容-Have to use mutex, thread synchronization, thread synchronization methods brothers, instructional design
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:2081
    • 提供者:chenyi
  1. liaotian

    0下载:
  2. 多线程与聊天室程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何采用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。-Multithreaded program written with the chat room, multi-threaded applications prone to problems. Mutex object to explain how to use mutex objects to multi-thread synchroni
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:41491
    • 提供者:px
  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. multithreadSyn

    0下载:
  2. 多线程同步,解决生产者消费者问题,应用临界区、互斥量、信号量等多种方式-Multi-thread synchronization to solve the producer consumer problem, apply the critical region, mutexes, semaphores and other methods
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-15
    • 文件大小:10087
    • 提供者:lanyuna
  1. semaphore

    0下载:
  2. 信号量(Semaphore)也被称为信号灯,常常作为在多线程环境下的同步与互斥机制。它负责协调各个线程,以保证它们能够正确、合理的使用公共资源。信号量分为单值和多值两种。单值信号量只能被一个线程获得,而多值信号量可以被若干个线程获得。 本实验是一个信号量实验,父进程作为生产者释放信号量,子进程作为消费者申请信号量。 实验环境 Redhat9.0-Semaphore (Semaphore), also known as signal lights, often in multi-th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:962
    • 提供者:tiger
  1. lab4

    0下载:
  2. 关于操作系统中进程互斥的程序模拟,带有PPT和源程序,很细致-Mutual exclusion on the operating system' s process simulation, with PPT and the source code, very detailed
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:131526
    • 提供者:wuwei
  1. OS4

    0下载:
  2. 模拟哲学家就餐问题:设置5个子线程模拟5个哲学家,设置5个互斥区为筷子。输出各个哲学家的状态,如果在就餐,则同时输出他所使用的左右筷子序号。-Simulation of the dining philosophers problem: Set 5 5 sub-thread simulation philosopher, set five mutually exclusive area for chopsticks. The state of the output of each philosop
  3. 所属分类:OS Develop

    • 发布日期:2017-05-24
    • 文件大小:7993739
    • 提供者:erevus
  1. AB

    0下载:
  2. 多线程学习—互斥:(任何大型软件中都需要用,很经典的学习软件)-Multi-threaded Learning- mutually exclusive: (any large software are needed, it classical learning software)
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:18248
    • 提供者:张毅
« 1 2 ... 20 21 22 23 24 2526 27 28 29 30 ... 46 »
搜珍网 www.dssz.com