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

搜索资源列表

  1. philosopher

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:6533
    • 提供者:lq
  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. zhexuejia

    0下载:
  2. 设有5个哲学家,共享一张放有5把椅子的桌子,每人分得一把椅子,但是,桌子上共有5只筷子,在每人两边各放一只,哲学家们在肚子饥饿时才试图分两次从两边拿起筷子就餐。 -There are 5 philosophers sharing a chair placed five tables, each share of a chair, however, a total of five chopsticks on the table, in each place one on each side,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1197
    • 提供者:陈超
  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. manypeopleeatfood

    0下载:
  2. 5个哲学家决定筷子当前是否可用,筷子如果被人拿起,则不可用,放下则哲学家可用就餐,只有5只筷子,哲学家两个动作,就餐或思考问题-5 philosophers decide whether the current available chopsticks, chopsticks if it is picked up is not available, put the philosopher can eat only five chopsticks, philosopher two movement
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-26
    • 文件大小:45479
    • 提供者:杨果
  1. philosopher_eat.tar

    0下载:
  2. 哲学家就餐问题,著名的计算机科学家艾兹格·迪科斯彻提出了一个同步问题,即假设有五台计算机都试图访问五份共享的磁带驱动器。稍后,这个问题被托尼·霍尔重新表述为哲学家就餐问题。这个问题可以用来解释死結和资源耗尽。-Dining philosophers problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:4249
    • 提供者:LEE
  1. ucos

    0下载:
  2. 基于ucos的哲学家就餐问题的解决方法,ucos操作系统初学者很好的例程-ucos os
  3. 所属分类:uCOS

    • 发布日期:2017-04-02
    • 文件大小:2147
    • 提供者:mengchong
  1. dining-philosophers-varellow

    0下载:
  2. 哲学家就餐问题算法仿真,使用windows下多线程编程-Dining philosophers problem algorithm simulation
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-13
    • 文件大小:1710
    • 提供者:Yuanfu Luo
  1. opera1

    0下载:
  2. 基于C++哲学家就餐问题,五位哲学家,五支筷子。-Based C++ dining philosophers problem, five philosophers and five chopsticks.
  3. 所属分类:Other systems

    • 发布日期:2017-06-03
    • 文件大小:15120338
    • 提供者:
  1. Philosophy_Disp

    0下载:
  2. uc/os 哲学家就餐问题 五个哲学家共用五只筷子,怎样避免饥饿-uc/os Philosophy Disp
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:8622
    • 提供者:freeking
  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 7 89 »
搜珍网 www.dssz.com