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

搜索资源列表

  1. nachos_Lab2

    1下载:
  2. 操作系统课程实践二:nachos下线程的同步与互斥-Operating System Course Practice II: nachos the thread synchronization and mutual exclusion
  3. 所属分类:OS Develop

    • 发布日期:2016-01-25
    • 文件大小:13312
    • 提供者:
  1. Delphi-Thread

    0下载:
  2. 详细介绍Delphi中线程类的使用,其中包括线程同步与互斥的原理。-Detail using the thread class in Delphi, including thread synchronization and mutual exclusion principle.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-23
    • 文件大小:27339
    • 提供者:zhoulan
  1. jchq

    0下载:
  2. (1) 掌握基本的同步与互斥算法,理解生产者消费者模型。 (2) 学习实用Windows2000/XP中基本的同步对象特性,掌握相关API的使用方法。 (3) 了解Windows2000/XP中多线程的并发执行机制,实现进程的同步与互斥。 -(1) master the basic synchronization and mutual exclusion algorithms, understanding of the producer consumer model. (2) lea
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:4724
    • 提供者:李宁
  1. pv

    0下载:
  2. 信号量也称为信号锁,主要应用于进程间的同步和互斥,在用于互斥时,通常作为资源锁。信号量通常通过两个原子操作wait(P)和signal(V)来访问。wait操作使信号量的值+1,signal操作使信号量的值-1。本程序模拟了操作系统的pv操作-Semaphore is also known as signal lock, mainly used in inter-process synchronization and mutual exclusion, are used in mutually
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:8179
    • 提供者:龙海
  1. tongbuhuchi

    0下载:
  2. 操作系统实验 进程的同步与互斥 C语言开发-Operating System Experiment process synchronization and mutual exclusion C language development
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1617033
    • 提供者:龚靖仁
  1. 1

    1下载:
  2. 本次课程设计在本着加强课本知识运用能力的前提下,用PV操作来解决生产者消费者问题这个题目。该题目主要是解决操作系统中进程的同步与互斥的问题。 有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1-20这20个整型数. (1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容,当前指针位置和生产者/消费者进程的标识符. (2)生产者和消费者各有两个以上. (3)多个生产者或多个消费者之间须有共享对缓冲区进行操作的函数代码. -The cur
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:1692
    • 提供者:王欣
  1. Reader_Writer

    0下载:
  2. 操作系统中的进程互斥与同步问题的一个例子 即读者写者问题 源码 -Operating in mutual exclusion and synchronization issues that readers write one example of the problem of source
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:2108726
    • 提供者:cocoa0722
  1. MutipleThread

    0下载:
  2. 解决多个售票员售票,把一张票售给多个乘客的问题,采用多线程同步与互斥解决。-Solve multiple conductor ticket sales, the number of passengers a ticket sold to the problem of multi-thread synchronization and mutual exclusion solution.
  3. 所属分类:MPI

    • 发布日期:2017-05-13
    • 文件大小:3387066
    • 提供者:Miroc
  1. produce

    0下载:
  2. 生产者与消费者问题,操作系统中解决同步互斥问题-Producer and consumer issues, the operating system to solve mutual exclusion synchronization problem
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:912364
    • 提供者:
  1. os

    0下载:
  2. 操作系统 一个关于操作系统互斥与同步的具体例子——管程-Operating a mutual exclusion and synchronization on the operating system specific example- the tube
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:155402
    • 提供者:才鑫
  1. windows_system_process_synchronization_and_mutual_

    0下载:
  2. windows系统进程同步与互斥Windows 2000/XP中多线程的并发执行机制,实现进程的同步与互斥-windows system process synchronization and mutual exclusion in multi-threaded Windows 2000/XP concurrent implementation mechanism to achieve process synchronization and mutual exclusion
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:12811
    • 提供者:hio
  1. OS2

    0下载:
  2. 进程同步例程,本程序用于展示操作系统进程同步的过程,其中包括进程间同步,进程互斥等。-Process synchronization routine, the procedure used to demonstrate the process of synchronization process of the operating system, including inter-process synchronization, mutual exclusion and so on.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:36008
    • 提供者:asdfasf
  1. OS

    0下载:
  2. 进程同步实验 可以帮助新手进一步理解操作系统-Mutual exclusion experiment can help the novice better understanding of the operating system
  3. 所属分类:OS Develop

    • 发布日期:2017-04-05
    • 文件大小:217227
    • 提供者:zhuangjun
  1. SynchronizationaExclusion

    0下载:
  2. 操作系统那个中进程的同步以及互斥。是我们作业中的一部分。-That in the process of the operating system synchronization and mutual exclusion. Part of our job.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-14
    • 文件大小:3296651
    • 提供者:吴雪莹
  1. PCB

    0下载:
  2. 进程及其资源管理 一、实验目的 1.理解资源共享与互斥特性以及操作系统管理资源的基本方法。 2.学会使用高级语言进行多线程编程的方法。 3.掌握利用VC++或Java线程库实现一个管理器,用来实现操作系统对进程及其资源的管理功能。 4.通过该实验,学生可在源代码级完成进程及其资源管理方案的分析、功能设计、编程实现,控制进程间的同步、互斥关系。 -Process and resource management an experimental purposes 1.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:7323
    • 提供者:amy
  1. Deadlock-philosopher

    0下载:
  2. 实现了不死锁的哲学家问题(进程同步互斥),有简单界面,有图。-Deadlock philosopher (process synchronization mutual exclusion), simple interface, there are plans.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:39328
    • 提供者:teresy
  1. delphiMultiThread

    0下载:
  2. 在解决几个互斥问题时收集的delphi编程时的并行/互斥方面的开发资料。-Address several mutual exclusion problem, collect delphi programming parallel the development of information/mutually exclusive.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-22
    • 文件大小:6996561
    • 提供者:秦炜
  1. philosophers

    0下载:
  2. 通过实现哲学家进餐问题的同步深入了解和掌握进程同步和互斥的原理-Through the dining philosophers problem of synchronization-depth understanding and mastery of process synchronization and mutual exclusion principle
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:322647
    • 提供者:kuangpeiyu
  1. gaoxiangyingbisuanfa

    0下载:
  2. 操作系统课设,高响应比算法的程序调度,能实现同步与互斥,能模拟进程在执行过程中的各种状态-The lesson of the operating system and high response than the program scheduling algorithm, to achieve synchronization and mutual exclusion can simulate the process of the various states in the implementat
  3. 所属分类:OS Develop

    • 发布日期:2017-05-19
    • 文件大小:5424492
    • 提供者:小桂
  1. 110104010104

    0下载:
  2. 解决的主要问题 (1)MFC界面设计 (2)模拟生产者消费者的互斥操作 (3)各信号量及互斥体的使用 线程 线程是程序独立运行的基本单位,一个程序通过执行多个线程可以提高机器本身资源的利用率,同时也可以完成多任务并行运行的操作,多线程可以实现并行处理,避免了某项任务长时间占用CPU时间。 互斥体 互斥体与临界区很相似,但是使用时相对复杂一些,它不仅可以在同一应用程序的线程间实现同步,还可以在不同的进程间实现同步,从而实现资源的安全共享。 信号量 信号量是一个
  3. 所属分类:OS Develop

    • 发布日期:2017-05-20
    • 文件大小:5292514
    • 提供者:曾小丽
搜珍网 www.dssz.com