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

搜索资源列表

  1. 哲学家进餐问题仿真

    1下载:
  2. vc++演示操作系统哲学家进餐问题,非常好用-vc operating system demonstration dining philosopher, a very handy
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:658475
    • 提供者:王俊美
  1. 哲学家问题

    0下载:
  2. 用java模拟哲学家就餐问题
  3. 所属分类:源码下载

    • 发布日期:2010-12-28
    • 文件大小:9529
    • 提供者:leoin2010
  1. JAVA解决哲学家就餐问题

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

  1. 哲学家就餐问题

    0下载:
  2. 哲学家问题的C语言代码,有死锁和防止死锁两种方式可供选择
  3. 所属分类:源码下载

    • 发布日期:2012-06-05
    • 文件大小:1407743
    • 提供者:roly__poly
  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. philosopher(VC).rar

    0下载:
  2. 哲学家就餐问题(VC图形界面版,添加了暂停恢复演示功能),philosopher eating demo
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-14
    • 文件大小:3914413
    • 提供者:洛伊
  1. dining_philosopher.tar

    0下载:
  2. 哲学家进餐经典算法的pthread多线程实现代码-Classic dining philosophers pthread algorithm to achieve multi-threaded code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:760
    • 提供者:brave_gen
  1. ipc

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

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

    0下载:
  2. JAVA实现的哲学家进餐问题,5个哲学家,为着一个圆桌,相互之间放着一只筷子,当哲学家饿了的时候边可拿起,傍边的筷子进餐,完了在放下-Rousseau
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:1536
    • 提供者:龙洪
  1. java_threaddemo

    0下载:
  2. 哲学家就餐是一个经典的Java多线程编程的实例,这是图形版。涉及到线程同步与互斥,临界区访问问题以及避免死锁的方法。 -Dining philosophers is a classic multi-threaded Java programming examples, this is the graphics version. Related to thread synchronization and mutual exclusion, critical area to visit, as we
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:108024
    • 提供者:丁丁
  1. lab1

    0下载:
  2. 操作系统中的 哲学家进餐问题 经典算法vc版-Operating system in the dining philosophers problem
  3. 所属分类:OS Develop

    • 发布日期:2017-05-12
    • 文件大小:2888791
    • 提供者:付炳瑶
  1. uCOS-II_on_VC

    0下载:
  2. VS2008 & VC++6.0 版本基于ucos-ii的哲学家就餐问题的解决方法-VS2008 & VC++6.0 version solution to the the Dining Philosophers problem based on ucos-ii
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-23
    • 文件大小:100719
    • 提供者:YangWeirong
  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. philosopher_java

    0下载:
  2. 这是Java图片版的哲学家就餐经典问题的实现,虽然界面简单,但是对于情况的模拟还是比较真实的。-This is a Java image version of the classic dining philosophers problem to achieve, although the interface simple, but for the simulation of the situation is quite true.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:140285
    • 提供者:jerome
  1. ph2

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

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

    0下载:
  2. 死锁--哲学家就餐问题.完整源码,并可直接运行.-Deadlock- dining philosophers problem. Complete source code can be run directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:898607
    • 提供者:JUDY
  1. food

    0下载:
  2. 哲学家进餐问题 操作系统的几大代码之一-Dining philosophers problem of operating system, one of several major code
  3. 所属分类:OS Develop

    • 发布日期:2017-04-02
    • 文件大小:526937
    • 提供者:liuguo
  1. dining

    0下载:
  2. 哲学家就餐问题C语言演示程序,带窗口、对话框,有详细中英文注释-Dining philosophers problem of C language demo program with a window, dialog box, there are detailed notes in English and Chinese
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:73056
    • 提供者:taha
« 1 23 4 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com