CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 哲学家就餐

搜索资源列表

  1. 2008130283

    0下载:
  2. 设计解决哲学家就餐的并发线程,采用了3种预防死锁的方法(摒弃‘环路等待’条件,摒弃‘请求和保持’条件,摒弃‘不剥夺’条件),要预防死锁,只采用其中的任何一种方法即可。-Design of concurrent threads Dining Philosophers solution, using a 3 way deadlock prevention (discard ' Circle wait' conditions, get rid of ' request and to
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:799837
    • 提供者:陈博灿
  1. philosophersproblem

    0下载:
  2. 利用多线程技术实现生产者-消费者问题以及n个哲学家就餐问题,其中生产者或消费者或哲学家用不同线程实现-Using multi-threading technology producer- consumer issues and the n-dining philosophers problem, in which the producer or consumer or a philosopher to achieve a different thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:5708
    • 提供者:刘晨
  1. OS

    0下载:
  2. 本学期操作系统的两次试验打包,银行家算法,PV操作中的哲学家就餐问题和生产者消费者问题,小程序仅供参考~-This semester, two tests of the operating system package, bankers algorithm, PV operation of the dining philosophers problem and producers of consumer issues, small programs for reference ~
  3. 所属分类:OS Develop

    • 发布日期:2017-04-06
    • 文件大小:4215
    • 提供者:wang
  1. Philosopher

    0下载:
  2. 哲学家就餐问题 操作系统模拟实验解答,详细具体-Dining philosophers problem
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:1760
    • 提供者:
  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. OS4

    0下载:
  2. 模拟哲学家就餐问题:设置5个子线程模拟5个哲学家,设置5个互斥区为筷子。输出各个哲学家的状态,如果在就餐,则同时输出他所使用的左右筷子序号。-Simulation of the dining philosophers problem: Set 5 5 sub-thread simulation philosopher, set five mutually exclusive area for chopsticks. The state of the output of each philosop
  3. 所属分类:OS Develop

    • 发布日期:2017-05-24
    • 文件大小:7993739
    • 提供者:erevus
  1. zxuejiajiucanwenti

    0下载:
  2. 哲学家就餐问题:很好解决死锁问题,是操作系统课程设计的一个范例-Dining philosophers problem: a good solution to the deadlock problem, the operating system is an example of curriculum design
  3. 所属分类:OS Develop

    • 发布日期:2017-04-07
    • 文件大小:1242
    • 提供者:张龙
  1. ZEXUEJIAJIUCAN

    0下载:
  2. 嵌入式操作系统实验实验用例程序源代码:一个关于哲学家就餐的源程序。-English of UCOS.The program of ZEXUEJIAJIUCAN.
  3. 所属分类:uCOS

    • 发布日期:2017-04-13
    • 文件大小:2076
    • 提供者:linjianqiu
  1. Dining-philosophers-problem

    0下载:
  2. 哲学家就餐问题 实现5个哲学家5支筷子的就餐问题涉及到AND型信号量,线程的阻塞唤醒切换功能-Dining philosophers problem to achieve five dining philosophers five chopsticks issues related to the AND-type semaphore, blocking thread switching wake
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-25
    • 文件大小:3399
    • 提供者:陈蓝
  1. duodao

    1下载:
  2. 多道批处理系统 用于作业的进程调度 修改哲学家就餐问题-Multi-channel system for batch process scheduling jobs to modify the dining philosophers problem
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:1281
    • 提供者:kavy
  1. duodao2

    0下载:
  2. 多道批处理系统 用于作业的进程调度 修改哲学家就餐问题-Multi-channel system for batch process scheduling jobs to modify the dining philosophers problem
  3. 所属分类:OS Develop

    • 发布日期:2017-04-14
    • 文件大小:2701
    • 提供者:kavy
  1. txt

    0下载:
  2. 哲学家就餐问题,只允许四个人进入。不会造成死锁的解决方式。-This is a dining philohser
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1226
    • 提供者:丁少伟
  1. Dinning-philosophers

    0下载:
  2. 在linux下“哲学家就餐”问题的一种解法-a solution of "dining philosophers" problem under Linux
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:39833
    • 提供者:coin zou
  1. philosophy-dining

    0下载:
  2. 多线程解决哲学家就餐问题,实现进程与线程间的同步。-Multi-threading to solve the dining philosophers problem, to achieve synchronization between processes and threads.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-31
    • 文件大小:1646
    • 提供者:陈文
  1. DiningPhilosophersUI

    1下载:
  2. 哲学家就餐,用于解释计算机死锁问题,是关于操作系统的一个实验-The philosopher repast, used to explain the computer the dead lock question is about an operating system experiment
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:3221440
    • 提供者:毛个
  1. DineRun

    0下载:
  2. JAVA多线实现哲学家就餐问题-JAVA multi-line to achieve the dining philosophers problem
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:1542
    • 提供者:贾宝玉
  1. DiningPhilosophers

    0下载:
  2. C# 实现 操作系统经典问题哲学家就餐系统 winfrom版-winfrom eat
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:45548
    • 提供者:张启华
  1. 1

    0下载:
  2. 经典的操作系统 哲学家就餐问题-dining philosophers problem
  3. 所属分类:OS Develop

    • 发布日期:2017-04-11
    • 文件大小:1177
    • 提供者:刘伟
  1. Philosophy_Eating

    0下载:
  2. 仿真操作系统经典的哲学家就餐问题。采用Visual C++及mfc编程实现。-A system of Philosophy-Eating Problem.
  3. 所属分类:OS Develop

    • 发布日期:2017-05-22
    • 文件大小:6761387
    • 提供者:咫魔
  1. bss

    0下载:
  2. 实现哲学家就餐问题Linux+C DiningPhilosophers-Linux C DiningPhilosophers DiningPhilosophers DiningPhilosophers
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:5159
    • 提供者:鲍松山
« 1 2 3 4 56 7 »
搜珍网 www.dssz.com