CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - dining philosophers

搜索资源列表

  1. ChopStickTest

    0下载:
  2. 哲学家就餐问题java版。我对这个知道的不多,大家可以研究研究。-dining philosophers problem java version. I know this much, and we can studies.
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1824
    • 提供者:limin
  1. zhexuejia

    0下载:
  2. 计算机操作系统哲学家就餐问题的课程设计报告。无解压密码。-computer operating system dining philosophers problem of the design report. No extract passwords.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:88024
    • 提供者:an
  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. operation-2

    0下载:
  2. 哲学家就餐问题--操作系统理解pv原语 解决进程间同步问题-operation problem of Dining Philosophers
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:3999
    • 提供者:11
  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. Diningphilosophersproblem

    0下载:
  2. 哲学家进餐问题假如所有的哲学家都同时拿起左侧筷子,看到右侧筷子不可用,又都放下左侧筷子, 等一会儿,又同时拿起左侧筷子,如此这般,永远重复。对于这种情况,即所有的程序都在 无限期地运行,但是都无法取得任何进展,即出现饥饿,所有哲学家都吃不上饭。-Dining philosophers problem
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:3589
    • 提供者:
  1. java_threaddemo

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

    • 发布日期:2017-04-01
    • 文件大小:107670
    • 提供者:204
  1. chopsticktest

    0下载:
  2. 这是一个用多线程编写的哲学家进餐问题,里面用到了多线程中的一些知识。-This is a multi-threaded, prepared with the dining philosophers problem, which uses a multi-threaded some knowledge.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:665
    • 提供者:xuguibin
  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. 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. 123

    0下载:
  2. 哲学家就餐问题的解决方案,有详细的注释,线程兵法问题的解决-Dining Philosophers solution to the problem, detailed notes, problem solving thread art of war
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:1852
    • 提供者:
  1. main

    0下载:
  2. 柔性机械制造系统死锁的防止方法仿真哲学家就餐问题的java程序研究 -Flexible Manufacturing Systems deadlock prevention method for simulation of the dining philosophers problem of java program
  3. 所属分类:JavaScript

    • 发布日期:2017-04-07
    • 文件大小:3319
    • 提供者:tong
  1. java

    0下载:
  2. 实现哲学家进餐问题,一共有五位哲学家在思考或者进餐,解决进程同步的问题-Dining philosophers problem to achieve
  3. 所属分类:Applet

    • 发布日期:2017-04-03
    • 文件大小:6374
    • 提供者:huihui
  1. [java]philosophers-eating

    0下载:
  2. 本java设计模拟经典的哲学家进餐的同步问题,实现一个既没有两邻座同时吃饭,又没有人饿死(永远拿不到一双筷子)的算法。内附运行说明。-The Java design simulation of the classic dining philosophers synchronization issues, to achieve a two sitting next to him to eat, and no one starved to death (never get a pair of cho
  3. 所属分类:Applet

    • 发布日期:2017-04-09
    • 文件大小:1489136
    • 提供者:小陈
  1. Phy

    0下载:
  2. 操作系统 哲学家就餐问题 java实现 java代码-Operating system, the dining philosophers problem java java code
  3. 所属分类:Java Develop

    • 发布日期:2017-04-12
    • 文件大小:1670
    • 提供者:dskuga
  1. philosophers

    0下载:
  2. 哲学家进餐例子。 哲学家问题的大意是:5个哲学家围坐在一张圆桌周围,每个哲学家面 前有一碟通心面,要使用筷子才能进餐。相邻两个碟子之间有一根筷子。哲 学家包含三种状态:吃饭、思考和挨饿。当一个哲学家觉得饿时,他才试 图分两次去取他左边和右边的筷子就餐,吃完以后放下筷子继续思考。-The dining philosophers example. Philosophers problem to the effect that: five philosophers sitting arou
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:91757
    • 提供者:liu
  1. Question3

    0下载:
  2. 图形化界面的哲学家进餐问题,图 形化界面的哲学家进餐问题-Graphical interface dining philosophers problem, dining philosophers problem graphical interface, a graphical interface dining philosophers problem
  3. 所属分类:Java Develop

    • 发布日期:2017-11-22
    • 文件大小:1959
    • 提供者:Tong饱饱
  1. 11331237_majun

    0下载:
  2. 解决哲学家就餐问题避免死锁使每个哲学家都不会被饿死-Solution to the dining philosophers problem to avoid deadlock so that each philosopher will not be starved to death
  3. 所属分类:JavaScript

    • 发布日期:2017-12-02
    • 文件大小:218520
    • 提供者:马俊
  1. philosopher

    0下载:
  2. 哲学家就餐问题是在计算机科学中的一个经典问题,用来演示在并行计算中多线程同步(Synchronization)时产生的问题。-Dining Philosophers problem is a classic computer science problem, used to demonstrate multi-thread synchronization in parallel computing (Synchronization) problems arising.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-19
    • 文件大小:4805
    • 提供者:qs
« 12 »
搜珍网 www.dssz.com