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

搜索资源列表

  1. fsjava

    0下载:
  2. 设计1进程管理;设计2进程的同步与互斥;设计3存储管理;设计4一个实用的Shell
  3. 所属分类:文件操作

    • 发布日期:2014-01-18
    • 文件大小:28611
    • 提供者:xs
  1. Linuxc

    0下载:
  2. 主要是其于linux c编程,包括了进程通信,进程同步与互斥,以及采用二进制读写文件,还有文档说明
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:64629
    • 提供者:张伟华
  1. DINING

    0下载:
  2. 演示哲学家就餐 进程的同步与互斥
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:163511
    • 提供者:deaker
  1. fl2

    0下载:
  2. 操作系统 实验二 进程同步与互斥 实现的基本的进程的同步、互斥,并用银行家算法实现与死锁预防
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:138562
    • 提供者:林峰
  1. ItemAccessF

    0下载:
  2. 借助临时文件实现的数据访问类,实现了数据同步与互斥。 用在多线程中,特别适合一个生产者多个消费者的模式。
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:2067
    • 提供者:刘振涛
  1. reader_writer

    0下载:
  2. 读者写者问题(读者优先,写者优先), pv操作,进程同步与互斥
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:10473
    • 提供者:何健明
  1. 生产者消费者问题

    0下载:
  2. 进程管理中的生产者消费者问题 只要是是描述进程管理中生产者与消费者在共享文件时是否同步与互斥问题-management process, the producer consumer issues as long as it is described process management producers and consumers when sharing files synchronized with the Mutual Exclusion
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:7915
    • 提供者:王成
  1. 哲学家进餐

    0下载:
  2. 哲学家进餐问题,描述计算机系统的同步与互斥问题。-dining philosopher, describes the computer system synchronization and mutual exclusion problems.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:27524
    • 提供者:标标
  1. 生产者消费者程序

    0下载:
  2. 有关操作系统中著明的生产者消费者程序,实现进程间的同步与互斥-the operating system with the prescribed procedures for producers and consumers, the process to achieve synchronization and mutual exclusion
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:51103
    • 提供者:gaoyan
  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. 1

    0下载:
  2. 实现操作系统同步与互斥,爸爸,儿子和女儿间的放水果吃水果问题,利用PV操作实现功能-Its operation system, dad, synchronization and sons and daughters of fruit, fruit put by PV operation function
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:957
    • 提供者:王辅佳
  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. java_threaddemo

    0下载:
  2. 哲学家就餐是一个经典的Java多线程编程的实例,这是图形版。涉及到线程同步与互斥,临界区访问问题以及避免死锁的方法。 -Dining philosophers is a classic multi-threaded Java programming examples, this is the graphics version. Related to thread synchronization and mutual exclusion, critical area to visit, as we
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:108024
    • 提供者:丁丁
  1. demostration_of_os

    0下载:
  2. os重要算法演示: 页面置换算法――最佳置换算法 页面置换算法――最近最久未使用(LRU)算法 并发进程和具有挂起状态的进程状态图 进程调度算法及银行家算法示例 进程的同步与互斥--信号量-demostration of os
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:814050
    • 提供者:titer
  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. WalleOnly1

    0下载:
  2. 本实例演示了Windows Media Player 9系列的简单SDK开发,以及图片按钮的实现和一些常见的控件的使用(滑块等) 原本是用作OS设计中用于演示同步与互斥的-This example demonstrates the Windows Media Player 9 Series SDK to develop simple, as well as the realization of picture button control and a number of common use
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-01
    • 文件大小:522204
    • 提供者:Cahre
  1. 597971

    0下载:
  2. 操作系统进程同步与互斥读者与写者问题部分源码-OS process mutex synchronization and readers are part of the problem and write source code
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:31528
    • 提供者:兔儿
  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. 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 23 4 5 6 7 8 »
搜珍网 www.dssz.com