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

搜索资源列表

  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. Producers

    0下载:
  2. (1)操作系统中允许同时有多个进程并发进行,进程对共享资源存在互斥或者协作关系。其中生产者进程产生信息资源,可以是计算进程。消费者进程使用信息,它可以是输出打印进程,对于缓冲区生产者与消费者进程互斥使用,其次,消费者进程依赖于生产者产生的资源,如果尚未得到满足,则必须等待生产者信号的唤醒; (2)本程序运行必须设置模拟系统缓冲区的个数以及系统进程的个数,对于每个程序,还必须设置其属性,即是生产者或者消费者,由简单的数字1和2表示。对于缓冲区的设置和进程个数及属性的设置可以根据需要模拟互斥和贡
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:1970
    • 提供者:youyu
  1. ProcessSynchronizationAndMutualExclusion

    0下载:
  2. (1)操作系统中允许同时有多个进程并发进行,进程对共享资源存在互斥或者协作关系。其中生产者进程产生信息资源,可以是计算进程。消费者进程使用信息,它可以是输出打印进程,对于缓冲区生产者与消费者进程互斥使用,其次,消费者进程依赖于生产者产生的资源,如果尚未得到满足,则必须等待生产者信号的唤醒; (2)本程序运行必须设置模拟系统缓冲区的个数以及系统进程的个数,对于每个程序,还必须设置其属性,即是生产者或者消费者,由简单的数字1和2表示。对于缓冲区的设置和进程个数及属性的设置可以根据需要模拟互斥和贡
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:97159
    • 提供者:youyu
  1. jinc

    0下载:
  2. windows进程模拟小程序 模拟进程状态转换 进程互斥 和进程通信 vc++ mfc-windows process simulation program to simulate the process of the small state of the conversion process mutual exclusion and process communications vc++ mfc
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-09
    • 文件大小:1961253
    • 提供者:玄轩
  1. process_management

    0下载:
  2. 加深对进程概念的理解,明确进程和程序的区别;进一步认识并发的实质;分析进程正由资源的现象,学习解决进程互斥的方法-Deepen the understanding of the concept of the process, a clear distinction between processes and procedures a better understanding of the substance of concurrency analyze the phenomenon of t
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:244678
    • 提供者:zhzheng
  1. p9.3

    0下载:
  2. linux下使用fcntl函数实现进程互斥 新建文件a 运行./p9.3 a & . /p9.3 a &-linux fcntl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:549
    • 提供者:贼船长
  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. 1

    0下载:
  2. 主题:进程的管道通信 内容:这是一个设计型实验,要求自行编制程序。 使用系统调用pipe()建立一条管道,两个子进程分别向管道写一句话: Child process1 is sending a message! Child process2 is sending a message! 父进程从管道读出来自两个子进程的信息,显示在屏幕上。 要求: 1) 父进程先接收子进程1发来的消息,然后再接收子进程2发来的消息。 2) 实现管道的互斥使用,当一个子进程正在对
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:7713
    • 提供者:小斧子
  1. jinchengguanli

    0下载:
  2. 1.掌握进程的概念,明确进程的含义 2.认识并了解并发执行的实质 3.掌握进程另外的创建方法 4.熟悉进程的睡眠、同步、撤消等进程控制方法 5.进一步认识并发执行的实质 6.分析进程竞争资源的现象,学习解决进程互斥的方法 -1. To grasp the concept of the process, clearly the meaning of the process 2. Know and understand the essence of concurrent e
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:50447
    • 提供者:dc
  1. produce_customer

    0下载:
  2. 操作系统课程设计 简单的进程互斥访问资源的模拟,调用了windows的线程接口函数实现的 MFC开发 生产者消费者程序-no
  3. 所属分类:OS Develop

    • 发布日期:2017-05-19
    • 文件大小:5500554
    • 提供者:孟庆刚
  1. ss

    0下载:
  2. 模拟进程的创建与撤销,生产者和消费者进程互斥-Creation and revocation of the modeling process, the process of mutually exclusive producers and consumers
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1357
    • 提供者:剑客
  1. OSproject

    0下载:
  2. 是一个在windows下实现消费者生产者进程互斥的实验-Is a producer in the windows of consumers to achieve mutual exclusion experiment
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:237674
    • 提供者:QiJun
  1. thread

    0下载:
  2. 实验总体要求,使用MFC相关的功能函数来模拟经典进程互斥和同步问题 生产者和消费者 读者和写者 哲学家就餐问题-The general requirements of experiments, the use of MFC function to simulate the functions related to the classical problem of mutual exclusion and synchronization producers and consumers,
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:1287
    • 提供者:m47
  1. lab4

    0下载:
  2. 关于操作系统中进程互斥的程序模拟,带有PPT和源程序,很细致-Mutual exclusion on the operating system' s process simulation, with PPT and the source code, very detailed
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-02
    • 文件大小:131526
    • 提供者:wuwei
  1. chengxu

    0下载:
  2. 进程互斥进程同步 哲学家有N个,也定全体到达后开始讨论:在讨论的间隙哲学家进餐,每人进餐时都需使用刀、叉各一把,所有哲学家刀和叉都拿到后才能进餐。哲学家的人数、餐桌上的布置自行设定,实现刀和叉的互斥使用算法的程序实现。-The philosopher N, also all arrived to begin to discuss: in the discussion of the gap the dining philosophers, each table needs to use kni
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:1671
    • 提供者:赛德华
  1. HuChiLiang

    0下载:
  2. 教科书式的DELPHI源码,演示了进程互斥及线程互斥,相信对初学者会有很大帮助。-DELPHI source of the textbook demonstrates the mutual exclusion and thread mutexes, I believe there will be a great help for beginners.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:518110
    • 提供者:郑冲
  1. osjincheng

    0下载:
  2. 用高级语言编写和调试一个进程调度程序,以加深对进程的概念及进程调度算法的解. 进程调度时进程管理的主要内容之一,通过设计,编制,调试一个简单的进程调度模拟系统,对进程调度,进程运行状态变换加深理解和掌握。模拟计算机操作系统的进程调度,建立进程控制块PCB,要包含有关进程的描述信息,控制信息以及资源信息.模拟系统根据PCB感知进程的存在和通过PCB中所包含的各项变量的变化,掌握进程所处的状态以达到控制进程活动的目的.要实现进程的状态及其转换,进程的创建与撤消,进程的阻塞与唤醒.用P,V原语操
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-14
    • 文件大小:102708
    • 提供者:jasonzjx
  1. threadsconcurrency

    0下载:
  2. 进程互斥与同步,用WindowsAPI编程,生产者消费者问题的C++实现-threads concurrency
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-06
    • 文件大小:1349
    • 提供者:张良
  1. Producers-and-consumers

    0下载:
  2. 操作系统进程互斥(消费者与生产者算法)演示-The Demo of Producers and consumers
  3. 所属分类:CSharp

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