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

搜索资源列表

  1. 哲学家就餐问题的C#实现

    0下载:
  2. 哲学家就餐问题的C#实现 -dining philosophers problem of C#
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5707
    • 提供者:
  1. 哲学家就餐问题

    0下载:
  2. 哲学家就餐问题源代码-dining philosophers problem source code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:42543
    • 提供者:
  1. 多线称关于哲学家就餐问题

    0下载:
  2. 这是个操作系统中,多线称关于哲学家就餐问题的演示程序!-This is the demo program for the multithread about philosophers having dinner problem in the operating system!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:109681
    • 提供者:张军
  1. 哲学家就餐问题c语言实现

    0下载:
  2. c语言实现的哲学家就餐问题
  3. 所属分类:Linux/Unix编程

  1. JAVA解决哲学家就餐问题

    0下载:
  2. 用JAVA语言解决操作系统中哲学家就餐问题,解死锁问题
  3. 所属分类:源码下载

  1. diningphilosopher.zip

    0下载:
  2. 哲学家就餐问题算法实现,Algorithm dining philosophers problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-08
    • 文件大小:1668
    • 提供者:
  1. PhilosopherDining.rar

    0下载:
  2. 在 WINDOWS 系统中实现哲学家就餐问题的死锁和不死锁两种解法。,WINDOWS system to achieve in the dining philosophers problem of deadlock and deadlock two solution.
  3. 所属分类:OS Develop

    • 发布日期:2017-04-10
    • 文件大小:987528
    • 提供者:彭格
  1. ipc

    0下载:
  2. ipc通信,哲学家就餐问题 采用信号量控制-ipc communications, dining philosophers problem using semaphores control
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:22973
    • 提供者:路飞
  1. ucos-dining-philosopher

    0下载:
  2. ucos-dining-philosopher.rar ucos下的哲学家就餐问题(dining philosopher problems),采用信号量机制解决,有截图和感悟。dos界面文字演示(另有图形界面)。-ucos-dining-philosopher.rarucos under the dining philosophers problem (dining philosopher problems), using semaphore mechanism to resolve scr
  3. 所属分类:uCOS

    • 发布日期:2017-03-27
    • 文件大小:281483
    • 提供者:xuxi
  1. EX3_x86L

    0下载:
  2. 哲学家就餐问题的模拟(ucos实现) 问题描述: 5个哲学家围绕一张圆桌而坐,桌子上放着5支筷子,每两个哲学家之间放一支; 哲学家的动作包括思考和进餐; 进餐时需要同时拿起他左边和右边的两支筷子;思考时则同时将两支筷子放回原处。 程序解决了哲学家的就餐问题。 避免死锁(deadlock) 避免饥饿(starvation) 程序使用的使用消息邮箱模拟二值信号量-philosopher eating problem
  3. 所属分类:uCOS

    • 发布日期:2017-03-28
    • 文件大小:56027
    • 提供者:fengyetang
  1. ph2

    0下载:
  2. 哲学家就餐问题的两种算法实现-Two philosophers eat algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-25
    • 文件大小:7190
    • 提供者:znanth
  1. Dining_philosophers

    0下载:
  2. 用VC实现的哲学家就餐问题,其中用到了信号量的宏,并多线程的方法,模拟哲学家就餐问题。-Implementation using VC dining philosophers problem, use one of the semaphore macros, and multi-threaded approach, Analog dining philosophers problem.
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-03
    • 文件大小:524943
    • 提供者:兰韬
  1. frfs

    0下载:
  2. 读者写者问题,哲学家就餐问题,先来先来先服务-Writing questions from readers, dining philosophers problem, first-come, first-come, first serve
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:4160
    • 提供者:zhangmin
  1. zhexuejiawenti

    1下载:
  2. 哲学家就餐问题 进程管理 -Dining philosophers problem of process management
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:2464
    • 提供者:xpppp
  1. Philosophers

    0下载:
  2. 哲学家就餐问题,他们每个人的左边都有一支筷子,解决死锁问题-Dining philosophers problem, the left side of each of them has a chopsticks, solve the deadlock problem
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-08
    • 文件大小:1950050
    • 提供者:chenl
  1. Dining_Philosophers_problem

    0下载:
  2. 是操作系统中的哲学家就餐问题的一个完整的示例源代码,可以在VC++6.0中完美编译运行。-The operating system in the Dining Philosophers problem of a complete sample source code in VC++6.0 can be compiled to run perfectly.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1006046
    • 提供者:OSer
  1. ZxjFrame

    0下载:
  2. 哲学家就餐问题,图像化描述,可以让你能更加好的理解相关操作系统问题。-Dining philosophers problem, descr iption of the image, allowing you to more good understanding of the issues related to the operating system.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:112607
    • 提供者:竹本口木子
  1. problem

    0下载:
  2. 哲学家就餐问题的解决,操作系统中线程与并发的问题-Solution to the dining philosophers problem
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:35548
    • 提供者:luxy
  1. philpsopher

    0下载:
  2. 哲学家就餐问题的解决方法 运用java多线程模拟所有解决哲学家就餐问题的方法-Solution to the dining philosophers problem using multi-threaded simulation of java all the dining philosophers problem solving
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:719965
    • 提供者:yuqi
  1. philosophy

    0下载:
  2. 哲学家就餐问题,五个哲学家只有五只筷子,保证所有哲学家不饿死的情况下实现就餐问题!-about the philosopher‘s dinner
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:111257
    • 提供者:萨法尔
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com