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

搜索资源列表

  1. Phy

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

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

    0下载:
  2. 使用多线程来解决哲学家就餐问题的源代-To use multiple threads to solve the source code for the dining philosophers problem
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:787
    • 提供者:Susan
  1. philosopher

    0下载:
  2. 哲学家就餐问题,有左撇子,至少使用信号量、消息通信、管程三种方式之中的一种模拟哲学家就餐问题。 用一个输入变量控制是否有左撇子哲学家。如果有,其数量由随机数生成。 模拟程序分为两种情况, 可能发生死锁的情况,输出发生死锁时的资源分配状态和历史资源分配状态; 设计没有死锁发生的程序,当每个哲学家至少完成一次就餐后,输出资源分配给哲学家的当前状态和历史状态。 最好具备图形界面,动态显示哲学家就餐的过程。-Dining philosophers problem, a left-ha
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:13616
    • 提供者:谭建
  1. semaphore

    0下载:
  2. 关于操作系统的信号量的应用,就是哲学家就餐问题-Semaphore about the operating system, applications, is the dining philosophers problem
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-23
    • 文件大小:4228
    • 提供者:JNS
  1. Dining-philosophers

    0下载:
  2. 操作系统之哲学家就餐问题的算法实现,利用java开发语言-The operating system of the dining philosophers problem algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-11-13
    • 文件大小:2574
    • 提供者:hanziwen
  1. Philosopher

    0下载:
  2. 通过哲学家就餐问题展示了三种不同的预防死锁的方法。-Shows three different deadlock prevention method through the dining philosophers problem.
  3. 所属分类:MPI

    • 发布日期:2017-12-02
    • 文件大小:796765
    • 提供者:林茂群
  1. zhexuejia

    0下载:
  2. linux下的多线程哲学家就餐问题,linux下运行可以通过!-multithreaded dining philosophers problem under linux
  3. 所属分类:Linux Network

    • 发布日期:2017-11-25
    • 文件大小:684
    • 提供者:pi
  1. zhexuejia

    0下载:
  2. 在windows界面下,运用VC++6.0工具,实现哲学家就餐问题,状态分为等待、就餐、思考。-Windows interface use VC++6.0 tools, the dining philosophers problem, the state is divided into waiting, eating, thinking.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:1655
    • 提供者:秦雪
  1. Dining-philosophers-problem

    0下载:
  2. 哲学家就餐问题是一道十分经典的进程同步问题。该道题旨在解决当资源有限时(可能产生死锁),如何有效地避免死锁的问题。本实验选取“and”型信号量的解决办法,只有当哲学家具备同时拿到左右两只筷子的能力时,才能吃饭。否则,若则学家只能能够拿到一只筷子时,他只能放弃这只筷子,供其他可能需要这只筷子的哲学家使用。这样,只有哲学家左右两人均不进食时,该哲学家才有吃饭的权利。采取这种方法可以有效地避免死锁的产生。-The dining philosophers problem is a very classi
  3. 所属分类:OS Develop

    • 发布日期:2017-11-11
    • 文件大小:9717760
    • 提供者:
  1. dinner

    0下载:
  2. 哲学家就餐问题,死锁和不死锁的情况都能运行,VS2010测试-Dining philosophers problem, deadlock and deadlock can run, VS2010 test
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-24
    • 文件大小:1526
    • 提供者:ruoqi
  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-03
    • 文件大小: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-20
    • 文件大小:4805
    • 提供者:qs
  1. exampleofOScommunication

    0下载:
  2. 操作系统进程/线程信号量机制实现通信的实例,有生产者消费者问题和哲学家就餐问题的程序代码。-Operating system process/thread semaphore mechanism to achieve communication examples, there are producers and consumers and the dining philosophers problem program code.
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-13
    • 文件大小:888
    • 提供者:carol
  1. java

    0下载:
  2. 哲学家就餐问题,现代机械制造中的柔性系统模拟仿真-Dining philosophers problem, modern machinery manufacturing flexible system simulation
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-24
    • 文件大小:109484
    • 提供者:汤国荣
  1. Philo

    0下载:
  2. 哲学家就餐问题(C语言实现),操作系统上的内容,对初学者很有启发-Dining philosophers problem (C language), the contents of the operating system, is very instructive for beginners
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-11
    • 文件大小:1233
    • 提供者:zzlmatrix_zzl
  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 2 3 4 5 67 8 »
搜珍网 www.dssz.com