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

搜索资源列表

  1. product_consume

    0下载:
  2. 用线程互斥锁实现生产者消费者,生产者生产供消费者消费- pthread mutex make up the producter and consumer
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-14
    • 文件大小:975
    • 提供者:陈龙
  1. ReaderWriter

    0下载:
  2. 读者写者问题,即多线程的同步和互斥,以及临界区的实现-Readers who write multithreaded synchronization and mutex, and the realization of the critical region
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-29
    • 文件大小:9559
    • 提供者:支持
  1. thread-communication

    0下载:
  2. 利用全局变量、自定义消息、互斥对象对线程进行控制和通信-Use of global variables, custom message mutex object on the thread control and communications
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-20
    • 文件大小:4208863
    • 提供者:吕松
  1. attach_20120621185225

    0下载:
  2. 线程的同步 如何用互斥量实现让应用程序只运行一个实例虽然多线程能给我们带来好处,但是也有不少问题需要解决。-Thread synchronization How to use mutex realize let applications run only one instance although multithreading can bring us benefits, but there are many problems to be solved.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-07
    • 文件大小:26174
    • 提供者:raintom
  1. OSMutexPend

    0下载:
  2. OSMutexPend() 等待一个互斥型信号量,具体介绍每条语句的含义-( OSMutexPend ) wait for a mutual exclusion semaphore, introduced in detail the meaning of each sentence
  3. 所属分类:uCOS

    • 发布日期:2016-12-22
    • 文件大小:10240
    • 提供者:宋涛
  1. os1

    0下载:
  2. 操作系统,进程的同步和互斥的实现,简单易懂,适合初学者-Operating system, the process of synchronization and mutual exclusion implementation
  3. 所属分类:Java Develop

    • 发布日期:2017-12-07
    • 文件大小:1775
    • 提供者:黄骞
  1. Mutex-object-.Cpp

    0下载:
  2. C++ 创建线程互斥对象的实例源码下载,声明线程函数,创建线程,程序睡眠,释放互斥对象,设置事件对象为无信号状态,生成控制台程序。 -Example source code download C++ create thread mutex object declarations thread function and create a thread, program sleep, release the mutex object, set the event object is no sig
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-26
    • 文件大小:2528
    • 提供者:林业前
  1. ICP_lamport

    0下载:
  2. 进程间通讯的经典问题lamport——面包师问题。设计到信号量和互斥量-Inter-process communication the classic problem lamport- baker problem. Designed to semaphores and mutexes
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:3004771
    • 提供者:张旭
  1. 3

    0下载:
  2. 同步机制,通过对事件和互斥体对象的了解,来加深对Windows 线程同步的理解-Based on events and mutex object understanding, to deepen the understanding of the thread synchronization to Windows
  3. 所属分类:OS Develop

    • 发布日期:2017-11-27
    • 文件大小:3695
    • 提供者:冯蓓蕾
  1. p-and-c

    0下载:
  2. 线程管理中的生产者消费者问题,主要是描述线程管理中生产者与消费者在共享资源时是否同步与互斥问题-Producers and consumers in the thread management, describes the thread management of producers and consumers, whether in the shared resource synchronization and mutual exclusion
  3. 所属分类:Java Develop

    • 发布日期:2017-11-13
    • 文件大小:4221
    • 提供者:whillchyis
  1. Windows

    0下载:
  2. Windows多线程和线程同步程序设计,基于互斥对象的线程同步的实现。-Windows multi-threading and thread synchronization
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-16
    • 文件大小:354259
    • 提供者:sonnni
  1. test2

    0下载:
  2. 设计两个任务tServer和tClient,tClient负责通知tServer处理共享内存中的数据,为数据增加头部信息(可以用一句话模拟)。共享内存要用互斥信号量来保护,通知采用消息队列发送,tServer收到通知后需要给tClient反馈确认消息,如果tClient在一定时间内收不到确认消息,将重发通知,最大重传次数为3-Of design two the task tServer and tClient, tClient responsible for notifying the tSer
  3. 所属分类:Linux Network

    • 发布日期:2017-11-03
    • 文件大小:1222
    • 提供者:gfh
  1. MutexAndSemaphoreTest

    0下载:
  2. 使用Windows信号量和互斥量实现生产者和消费者问题。对于多线程开发很有指导意义。-use Windowss semaphore and mutex to implement producer and consumer program!!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-20
    • 文件大小:35211719
    • 提供者:
  1. mutex

    0下载:
  2. 线程互斥在vc++环境下的实现,具体编程源程序,线程(thread)是"进程"中某个单一顺序的控制流。-mutex of thread on vc++ to relize in detail. as part of process,the thread is quite unique sequential control thread.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:2946651
    • 提供者:paneone
  1. OS

    0下载:
  2. 用JAVA模拟操作系统上的信号量以及互斥的功能。-Using the Java operating system simulation on the amount of signal, as well as mutually exclusive functions.
  3. 所属分类:JavaScript

    • 发布日期:2017-12-01
    • 文件大小:7147
    • 提供者:张龙
  1. Project2

    0下载:
  2. 设计两个任务tServer和tClient,tClient负责通知tServer处理共享内存中的数据,为数据增加头部信息(可以用一句话模拟)。共享内存要用互斥信号量来保护,通知采用消息队列发送,tServer收到通知后需要给tClient反馈确认消息,如果tClient在一定时间内收不到确认消息,将重发通知,最大重传次数为3。 -Of design two the task tServer and tClient, tClient responsible for notifying the tS
  3. 所属分类:VxWorks

    • 发布日期:2017-11-12
    • 文件大小:15630
    • 提供者:huanggongli
  1. MUTEX

    0下载:
  2. 功能:mutex.c 使用互斥量对象演示线程的同步-Function: mutex. C using a mutex object demonstration of thread synchronization
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-15
    • 文件大小:156286
    • 提供者:
  1. Chat

    0下载:
  2. 多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何使用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。-Written in multithreaded programs, prone to the problem of multi-threaded applications. The mutex object explain how to use a mutex object to realize multi-thre
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-09
    • 文件大小:3134341
    • 提供者:彩虹
  1. s3c2410_adc_src.tar

    0下载:
  2. s3c2410 adc驱动 ,主要解决与触摸屏驱动互斥问题,资源竞态问题-s3c2410 adc driver, mainly to solve the touch screen driver mutex problem, resource race
  3. 所属分类:Driver develop

    • 发布日期:2017-11-30
    • 文件大小:3406
    • 提供者:ltsspanzer
  1. lab8

    0下载:
  2. Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验8-Ucore is a small operating system suitable for learning, " Sparrow" contains the virtual memory management, process managem
  3. 所属分类:OS Develop

    • 发布日期:2017-11-06
    • 文件大小:170392
    • 提供者:将会
« 1 2 ... 29 30 31 32 33 3435 36 37 38 39 ... 46 »
搜珍网 www.dssz.com