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

搜索资源列表

  1. jiucan

    0下载:
  2. 关于哲学家就餐的问题,这只是个源码,我想要个课程设计形式的
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1475
    • 提供者:yangji
  1. philosopher

    0下载:
  2. 五个哲学家的就餐问题,程序中有左撇子存在,不存在饿死的情况!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6793
    • 提供者:lq
  1. philosopher_th

    0下载:
  2. 五个哲学家的就餐问题,用线程编写的。不存在饿死的情况
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6533
    • 提供者:lq
  1. Eating

    0下载:
  2. 根据哲学家就餐算法实现的程序。主要是解决可能出现的死锁问题。-Dining philosophers algorithm in accordance with procedures. Mainly to resolve the deadlock issues that may arise.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:72104
    • 提供者:jiang
  1. zhexuejia

    0下载:
  2. 一群哲学家的问题,就餐问题,请大家提提意见!谢谢各位了!-it is yiqun sdfs sad dsad df fa f af f afd g dg g
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:1239
    • 提供者:哈哈
  1. Philosophers

    0下载:
  2. 这个程序可以演示关于哲学家就餐的问题,对于理解线程的相互等待有很好的作用-This procedure can be demonstrated on the Dining Philosophers problem, each thread to wait for understanding the role of good
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1951243
    • 提供者:刘亚云
  1. shiyan

    0下载:
  2. 操作系统中哲学家就餐产生死锁问题及如何避免死锁 -Dining Philosophers operating system problems arise and how to avoid deadlock deadlock
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-04
    • 文件大小:161701
    • 提供者:anowy
  1. zhexuejiajiucanwenti

    0下载:
  2. 这是用C#语言开发实现的哲学家经典的就餐问题,利用线程实现。-This is achieved with the C# language development of the classic dining philosophers problem, using threads to achieve.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-13
    • 文件大小:3208
    • 提供者:吴海浪
  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. DiningPhilosophers

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

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

    0下载:
  2. 一个用java完成的5个哲学家的就餐问题,有界面。-A java completed five philosophers dining interface.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-25
    • 文件大小:13427
    • 提供者:刘容辰
  1. dining-philosopher-problem.c

    0下载:
  2. 操作系统中关于冲突的哲学家就餐问题的简单实现-Simple implementation of the operating system on the dining philosophers problem of conflict
  3. 所属分类:OS Develop

    • 发布日期:2017-04-13
    • 文件大小:2376
    • 提供者:
  1. chopsticks

    0下载:
  2. 哲学家就餐问题。五个哲学家,五把叉子,来实现思考和就餐-Dining philosophers problem. Five philosophers, five forks to achieve thinking and dining
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:932
    • 提供者:龚文清
  1. philosophers-problem

    0下载:
  2. c++程序,利用信号量解决哲学家就餐问题,非常好用-c++ program using semaphores to solve the dining philosophers problem, very easy to use
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-12
    • 文件大小:1439
    • 提供者:Dufresen
  1. phio

    0下载:
  2. 哲学家就餐问题是在计算机科学中的一个经典问题,用来演示在并行计算中多线程同步(Synchronization)时产生的问题。-Dining philosophers
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:6372
    • 提供者:贺和
  1. project

    0下载:
  2. 利用信号量方法进行哲学家就餐问题的死锁避免,把哲学家分为三种状态,思考,饥饿,进食,仅当一个哲学家左右两边的筷子都可用时,才允许他拿筷子,并且一次拿到两只筷子,否则不拿-Use semaphores method dining philosophers problem of deadlock avoidance, the philosopher into three states, thinking, hunger, eating only when both sides of a philos
  3. 所属分类:Linux Network

    • 发布日期:2017-04-12
    • 文件大小:905
    • 提供者:Qing
  1. exp1

    0下载:
  2. Linux环境下,新型的,解决哲学家就餐问题和生产者消费者问题的算法。-Under Linux, a new solution to the dining philosophers problem algorithm.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1583
    • 提供者:李林之
  1. cagaoiligycomposition

    0下载:
  2. 这是个操作系统中,多线称关于哲学家就餐问题的演示程序!很好不错-This is an operating system, the multi-line said the demo about dining philosophers problem!
  3. 所属分类:File Operate

    • 发布日期:2017-12-15
    • 文件大小:94208
    • 提供者:knqugbehpdd
  1. demv-dlnhng

    0下载:
  2. 这是个操作系统中,多线称关于哲学家就餐问题的演示程序!很好不错(This is an operating system, the multi-line said the demo about dining philosophers problem!)
  3. 所属分类:网络编程

    • 发布日期:2017-12-25
    • 文件大小:94208
    • 提供者:trothehv
  1. requirempqusmemberhard

    0下载:
  2. 这是个操作系统中,多线称关于哲学家就餐问题的演示程序!很好不错()
  3. 所属分类:进程与线程

    • 发布日期:2018-05-03
    • 文件大小:94208
    • 提供者:gatevay
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com