CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 进程同步

搜索资源列表

  1. xitongjinchengguanli

    0下载:
  2. 计算机操作系统中的重要实验,系统进程管理的同步问题的实现-computer operating system, an important experiment, the process management system Synchronization Implementation
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:89.01kb
    • 提供者:mantian
  1. Threadlinjiequ

    0下载:
  2. 进程管理中的同步的相关实验,需要了解计算机操作系统的原理-process management related to the synchronization of experiments need to understand the principles of computer operating systems
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:38.87kb
    • 提供者:mantian
  1. eatting

    0下载:
  2. 哲学家进餐问题是荷兰学者Dijkstra 提出的经典问题之一,它是一个信号量机制问题的应用,在操作系统文化史上具有非常重要的地位。对该问题的剖析有助于学生深刻地理解计算机系统中的资源共享、进程同步、死锁等问题,并能熟练地应用信号量来解决生活中的控制流程,即将生活中的控制流程用形式化的方式表达出来。 假设有5个哲学家,他们花费一生中的时光思考和吃饭。这些哲学家共用一个圆桌,每个哲学家都有一把椅子。在桌子中央是一碗通心面,在桌子上放着5只筷子。(如图所示)当一个哲学家思考时,他与其他同事不交互
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:82.9kb
    • 提供者:nicmaters
  1. zhexuejiaeatting

    0下载:
  2. 哲学家进餐问题是荷兰学者Dijkstra 提出的经典问题之一,它是一个信号量机制问题的应用,在操作系统文化史上具有非常重要的地位。对该问题的剖析有助于学生深刻地理解计算机系统中的资源共享、进程同步、死锁等问题,并能熟练地应用信号量来解决生活中的控制流程,即将生活中的控制流程用形式化的方式表达出来。 假设有5个哲学家,他们花费一生中的时光思考和吃饭。这些哲学家共用一个圆桌,每个哲学家都有一把椅子。在桌子中央是一碗通心面,在桌子上放着5只筷子。(如图所示)当一个哲学家思考时,他与其他同事不交互
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:88.52kb
    • 提供者:nicmaters
  1. producerandcosumer

    0下载:
  2. 1、 生产者—消费者问题是一种同步问题的抽象描述。 2、 计算机系统中的每个进程都可以消费或生产某类资源。当系统中某一进程使用某一资源时,可以看作是消耗,且该进程称为消费者。 3、 而当某个进程释放资源时,则它就相当一个生产者 -one, producer-consumer problem is a problem of synchronization of the abstract descr iption. 2, the computer systems of each proc
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:113.73kb
    • 提供者:张宁
  1. shiyanyuandaima

    0下载:
  2. 操作系统课程设计 有进程同步问题 内存管理 设备管理
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:17.86kb
    • 提供者:kevin3225521
  1. 进程间同步的研究

    0下载:
  2. 本文从信号量、管程和消息传递三个方面讨论了进程间的同步问题,并分别给出了关于生产者/消费者问题的解决算法,最终还分析了以上三种方法的优缺点。-signal from the amount of paper tube and messaging three discussed the process of synchronization and were given on the producer / consumer problem solving algorithm, ultimately a
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:122.27kb
    • 提供者:Gavin
  1. 课程设计任务书

    0下载:
  2. 进程同步模拟设计——司机和售票员问题
  3. 所属分类:文档资料

  1. 操作系统 进程管理 同步机制 死锁验证 

    0下载:
  2. 操作系统,其中包括操作系统课程设计的四大块的很好的课程设计很值得学习与借鉴-operating system, which includes courses on operating system design of the four pieces of good course design is worth studying and learning from
  3. 所属分类:software engineering

    • 发布日期:2017-03-25
    • 文件大小:32kb
    • 提供者:王国强
  1. 315602

    0下载:
  2. 操作系统进程同步实验报告,内容包括部分源码-Operating system process synchronization experiments, including some source code
  3. 所属分类:File Formats

    • 发布日期:2017-04-15
    • 文件大小:7.86kb
    • 提供者:兔儿
  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
    • 文件大小:30.79kb
    • 提供者:兔儿
  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
    • 文件大小:758kb
    • 提供者:姜文
  1. sellandbought

    0下载:
  2. 本文论述了多进程同步方法解决生产者-消费者问题的过程。该程序使学生对操作系统的工作机制有了初步的了解,其主要目的是使学生了解和撑握在Linux系统平台下的C语言编程,用来解决实现生活中遇到的问题。并以Linux系统开发平台,以及虚拟机来实现。-This article discusses the multi-process synchronization solution to the producer- consumer issues in the process. The program a
  3. 所属分类:software engineering

    • 发布日期:2017-05-08
    • 文件大小:1.81mb
    • 提供者:武秀
  1. sellandbought-(2)

    0下载:
  2. 本文论述了多进程同步方法解决生产者-消费者问题的过程。该程序使学生对操作系统的工作机制有了初步的了解,其主要目的是使学生了解和撑握在Linux系统平台下的C语言编程,用来解决实现生活中遇到的问题。并以Linux系统开发平台,以及虚拟机来实现。-This article discusses the multi-process synchronization solution to the producer- consumer issues in the process. The program a
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:43.47kb
    • 提供者:武秀
  1. Customer

    0下载:
  2. 通过研究Linux的进程同步机制和信号量,实现生产者消费者问题的并发控制。-Through the study of Linux process synchronization mechanism and semaphores, concurrency control of the producer-consumer problem.
  3. 所属分类:software engineering

    • 发布日期:2017-05-18
    • 文件大小:4.62mb
    • 提供者:litao
  1. EOS

    0下载:
  2. 使用EOS的信号量,编程解决生产者—消费者问题,理解进程同步的意义。 调试跟踪EOS信号量的工作过程,理解进程同步的原理。 修改EOS的信号量算法,使之支持等待超时唤醒功能(有限等待),加深理解进程同步的原理。 -Semaphore using EOS programming to solve the producer- consumer issues, understand the significance of the process of synchronization. Th
  3. 所属分类:software engineering

    • 发布日期:2017-11-06
    • 文件大小:811.28kb
    • 提供者:张薇
  1. Producer_consumer

    0下载:
  2. 用多进程同步方法演示“生产者-消费者”问题 -With multi-process synchronization demo " producer- consumer"
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:429.65kb
    • 提供者:sunlei
  1. nachos-lab3

    0下载:
  2. 操作系统课程设计暨nachos实验3的报告-利用信号量实现进程同步-Operating systems curriculum design cum nachos Experiment 3 report- use semaphore synchronization process
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:149.75kb
    • 提供者:孙晓雯
  1. os

    0下载:
  2. 操作系统实验报告进程同步与互斥方面的报告-The report of the experiment report operating system process synchronization and mutual exclusion terms
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:231.68kb
    • 提供者:郑悦
  1. ANDtongbu

    0下载:
  2. 对若干个临界资源的分配采取原子操作方式:要么把它所请求的资源全部分配到进程,要么一个也不分配。(a certain number or amount critical resource distribution take atom manipulation or request resource whole process)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-09
    • 文件大小:9kb
    • 提供者:mythlllyx
« 12 »
搜珍网 www.dssz.com