搜索资源列表

  1. Phy

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

    • 发布日期:2024-05-30
    • 文件大小:2048
    • 提供者:dskuga
  1. philosopher

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

    • 发布日期:2024-05-30
    • 文件大小:1024
    • 提供者:Susan
  1. phy

    0下载:
  2. 多线程解决哲学家就餐问题,利用操作系统中互斥量和信号量-Multi-threading to solve the dining philosophers problem, using the operating system mutex and semaphore
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-30
    • 文件大小:2048
    • 提供者:高阳
  1. philosopher

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

    • 发布日期:2024-05-30
    • 文件大小:13312
    • 提供者:谭建
  1. zhexuejia

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

    • 发布日期:2024-05-30
    • 文件大小:1024
    • 提供者:pi
  1. Philosopher

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

    • 发布日期:2024-05-30
    • 文件大小:796672
    • 提供者:林茂群
  1. semaphore

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

    • 发布日期:2024-05-30
    • 文件大小:4096
    • 提供者:JNS
  1. Dining-philosophers

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

    • 发布日期:2024-05-30
    • 文件大小:3072
    • 提供者:hanziwen
  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. 所属分类:其他小程序

    • 发布日期:2024-05-30
    • 文件大小:2048
    • 提供者:秦雪
  1. Dining-philosophers-problem

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

    • 发布日期:2024-05-30
    • 文件大小:9717760
    • 提供者:
  1. dinner

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

    • 发布日期:2024-05-30
    • 文件大小:1024
    • 提供者: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. 所属分类:JSP源码/Java

    • 发布日期:2024-05-30
    • 文件大小:218112
    • 提供者:马俊
  1. philosopher

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

    • 发布日期:2024-05-30
    • 文件大小:5120
    • 提供者: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. 所属分类:进程与线程

    • 发布日期:2024-05-30
    • 文件大小:1024
    • 提供者:carol
  1. java

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

    • 发布日期:2024-05-30
    • 文件大小:109568
    • 提供者:汤国荣
  1. Philo

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

    • 发布日期:2024-05-30
    • 文件大小:1024
    • 提供者:zzlmatrix_zzl
  1. philosopher_eat.tar

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

    • 发布日期:2024-05-30
    • 文件大小:4096
    • 提供者:LEE
  1. ucos

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

    • 发布日期:2024-05-30
    • 文件大小:2048
    • 提供者:mengchong
  1. dining-philosophers-varellow

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

    • 发布日期:2024-05-30
    • 文件大小:2048
    • 提供者:Yuanfu Luo
  1. opera1

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

    • 发布日期:2024-05-30
    • 文件大小:15120384
    • 提供者:
« 1 2 3 4 5 6 78 9 »

源码中国 www.ymcn.org