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. philosopher(VC).rar

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

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

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

    • 发布日期:2017-03-31
    • 文件大小:22973
    • 提供者:路飞
  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. 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. 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. ConsoleApplicationforEat0207

    0下载:
  2. 操作系统中的哲学家就餐问题模拟系统。命令行程序。c#实现。运行需要.NET Framework 2.0。另有可视化界面程序。-Operating system in the dining philosophers problem simulation system. Command-line program. c# implementation. Required to run. NET Framework 2.0. Another visualization interface procedu
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:2732
    • 提供者:yy
  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
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com