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

搜索资源列表

  1. huchiyunxing

    0下载:
  2. 本程序讲述在Visual c++.net下如何使用内存映射文件实现多个程序间互斥运行,代码注释详细。有需要的朋友可以下载看看!-This procedure described in Visual c . Net how to use memory-mapped file to achieve mutual exclusion between multiple programs running, the code comment in detail. In need of a friend
  3. 所属分类:.net

  1. jincheng

    0下载:
  2. 进程的同步与互斥,在Unix环境下运行,个人写的,希望高手指点-Process synchronization and mutual exclusion, in the Unix environment to run, personal writing, I hope you instruct
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1379
    • 提供者:贵树生
  1. ThreadDemo

    0下载:
  2. 这是一个多线程操作的例子,其中包括线程同步,互斥及结循环队列的操作!是初始c++builder中线程操作的好实例-This is an example of multi-threaded operation, including thread synchronization, mutual exclusion, and to bear the operation cycle of the queue! Are initial c++ builder in the thread a good ex
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-16
    • 文件大小:55874
    • 提供者:zk
  1. ucos_dg128

    1下载:
  2. UCOSII在mcs12dg128上的移植,有包括初始化任务,红绿灯,互斥信号量,建立统计任务,空闲任务,任务额外信息,消息队列在内的6个工程。内容十分详尽,适合UCOS的学习。不过因为文件过多,低license无法编译,请自行申请license-UCOSII at mcs12dg128 on the transplant, including initialization tasks, the traffic lights, mutual exclusion semaphores, set u
  3. 所属分类:SCM

    • 发布日期:2014-10-28
    • 文件大小:3667339
    • 提供者:董潇健
  1. consumer_producer

    0下载:
  2. 用信号量机制实现多个生产者—消费者问题,实现线程间的同步与互斥-Semaphore implementation mechanism with a number of producers- the consumer problem, achieve inter-thread synchronization and mutual exclusion
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:4168
    • 提供者:qingangjun
  1. Release

    0下载:
  2. 电梯调度程序,支持电梯与电梯之间的同步与互斥-Elevator scheduler to support the elevator and the elevator synchronization and mutual exclusion between
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:266492
    • 提供者:赵南
  1. Bycore-1.0.12

    0下载:
  2. Bycore是一个嵌入式操作系统内核。Bycore包括内存管理、任务管理、中断管理、任务互斥、同步与通信管理等功能。Bycore全部由C语言完成,只有少量的与硬件有关的代码由汇编代码完成。Bycore支持64优先级的多任务管理,任务数量由实际的内存大小决定。Bycore是一个抢占式的内核,任务间的切换时间确定,使得用户可以完全确定任务的切换时机。内存管理采用一种全新的算分配策略,兼顾了分配速度、管理简单、利用率高等特点。为便于移植,只需要简单修改Bycore提供的几个函数即可。另外,Bycore
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:135769
    • 提供者:李默涵
  1. philosopher

    0下载:
  2. 模拟“五个哲学家”问题该实验的要点是,解决并发环境下,多进程之间的同步与互斥问题。进程间的同步互斥必然涉及进程间的通信(信息交换)。-Simulation of the " five philosophers" problem of the main points of the experiment, the solution to complicated circumstances, between the multi-process synchronization and
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:752
    • 提供者:chenlisten
  1. msg_VxWorks

    0下载:
  2. 原创:vxworks的消息队列 一个任务运行时的数据和状态怎么告诉其他任务?信号量为任务间同步和互斥提供了提供了高效的方法,但它不能携带更多的任务信息。因而需要使用更高级的通讯方式,即消息队列和管道。这节主要讲消息队列。-Original: vxworks task message queue for run-time data and how to tell the status of other tasks? Semaphore for inter-task synchronizatio
  3. 所属分类:VxWorks

    • 发布日期:2017-04-02
    • 文件大小:125146
    • 提供者:郑禾
  1. semaphore

    0下载:
  2. vxworks信号量通信程序,程序演示了互斥信号量和二进制信号量的使用。-vxworks semaphore communication program, the program demonstrated a mutual exclusion semaphore and the use of binary semaphores.
  3. 所属分类:VxWorks

    • 发布日期:2017-03-23
    • 文件大小:17345
    • 提供者:沧海一笑
  1. Programs(update)

    0下载:
  2. 以生产者/消费者模型为依据,在Windows 2000环境下创建一个控制台进程,在该进程中创建n个线程模拟生产者和消费者,实现进程(线程)的同步与互斥。-To the producer/consumer model as the basis, in the Windows 2000 environment to create a console process, in the process to create a thread simulation n producers and consum
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:7835
    • 提供者:曹雅丽
  1. osshiyan

    0下载:
  2. 本实验要求熟悉Linux环境下C语言编译器的使用。掌握操作系统中有关进程创建、进程同步、进程互斥以及进程间通信相关系统调用的使用,按照要求书写实验报告-Requirements of this experiment are familiar with C language under Linux environment for the use of the compiler. To master the process to create the operating system, proces
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:776194
    • 提供者:姜文
  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. writeread

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

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

    0下载:
  2. 操作系统进程的同步与互斥。解决经典的水果问题。-The operating system process synchronization and mutual exclusion. To solve the classic problem of fruit.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-24
    • 文件大小:3224137
    • 提供者:阿爽
  1. OS_projectC_Mutex

    0下载:
  2. You are asked to design and implement a simulator for university life where lecturers provide lectures (credits) and students attend lectures (credits) to graduate. This simulator uses a bounded circular buffer shared by lecturers and students. Lectu
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:2008272
    • 提供者:xiaoxiao
  1. 1

    0下载:
  2. 操作系统 生产者与消费者问题 掌握进程(线程)的同步与互斥。 掌握生产者消费者问题的实现方法-The operating system to master the process of issue of producers and consumers (thread) synchronization and mutual exclusion. Grasp the realization method of the producer consumer problem
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-05
    • 文件大小:1604
    • 提供者:超越
  1. JThreadSynch

    0下载:
  2. 用JAVA实现生产者与消费者的同步与互斥问题-Producers and consumers to use JAVA to achieve synchronization and mutual exclusion problems
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:12067
    • 提供者:Geena
  1. ProducerConsumer.exe

    0下载:
  2. 本代码很形象的描述了生产者和消费者的同步与互斥问题-This code is a descr iption of the image of producers and consumers of synchronization and mutual exclusion problems
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:55998
    • 提供者:Geena
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com