搜索资源列表

  1. zhe

    0下载:
  2. 进程同步算法模拟,哲学家就餐问题JAVA实现。-Process synchronization algorithm simulation, philosophers realize JAVA eat.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:29696
    • 提供者:袁乃军
  1. zhexuejia

    0下载:
  2. linux用多线程同步方法解决哲学家就餐问题(Dining-Philosophers Problem)-linux using multi-thread synchronization methods to solve the problem dining philosophers (Dining-Philosophers Problem)
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:31744
    • 提供者:lessi
  1. philosopher

    0下载:
  2. 经典的哲学家就餐问题的C语言版本-Power wilt die of hunger laugh mold cavity open string问Questions cavity C Pang Sung-linked版
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:dsd
  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 sema
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-20
    • 文件大小:281600
    • 提供者:xuxi
  1. philosopheDining

    0下载:
  2. 死锁--哲学家就餐问题.完整源码,并可直接运行.-Deadlock- dining philosophers problem. Complete source code can be run directly.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:1363968
    • 提供者:JUDY
  1. PhilosopherDining

    0下载:
  2. 在 WINDOWS 系统中实现哲学家就餐问题的死锁和不死锁两种解法。-WINDOWS system to achieve in the dining philosophers problem of deadlock and deadlock two solution.
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:1345536
    • 提供者:彭格
  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编程

    • 发布日期:2024-05-20
    • 文件大小:1202176
    • 提供者:taha
  1. ConsoleApplicationforEat0207

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

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

    • 发布日期:2024-05-20
    • 文件大小:525312
    • 提供者:兰韬
  1. frfs

    0下载:
  2. 读者写者问题,哲学家就餐问题,先来先来先服务-Writing questions from readers, dining philosophers problem, first-come, first-come, first serve
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:zhangmin
  1. EX3_x86L

    0下载:
  2. 哲学家就餐问题的模拟(ucos实现) 问题描述: 5个哲学家围绕一张圆桌而坐,桌子上放着5支筷子,每两个哲学家之间放一支; 哲学家的动作包括思考和进餐; 进餐时需要同时拿起他左边和右边的两支筷子;思考时则同时将两支筷子放回原处。 程序解决了哲学家的就餐问题。 避免死锁(deadlock) 避免饥饿(starvation) 程序使用的使用消息邮箱模拟二值信号量-philosopher eatin
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-20
    • 文件大小:56320
    • 提供者:fengyetang
  1. zhexuejiawenti

    0下载:
  2. 哲学家就餐问题 进程管理 -Dining philosophers problem of process management
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:xpppp
  1. Philosophers

    0下载:
  2. 哲学家就餐问题,他们每个人的左边都有一支筷子,解决死锁问题-Dining philosophers problem, the left side of each of them has a chopsticks, solve the deadlock problem
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:1949696
    • 提供者:chenl
  1. philosopher(VC)

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

    • 发布日期:2024-05-20
    • 文件大小:3914752
    • 提供者:洛伊
  1. ipc

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

    • 发布日期:2024-05-20
    • 文件大小:22528
    • 提供者:路飞
  1. Dining_Philosophers_problem

    0下载:
  2. 是操作系统中的哲学家就餐问题的一个完整的示例源代码,可以在VC++6.0中完美编译运行。-The operating system in the Dining Philosophers problem of a complete sample source code in VC++6.0 can be compiled to run perfectly.
  3. 所属分类:数据结构常用算法

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

    • 发布日期:2024-05-20
    • 文件大小:112640
    • 提供者:竹本口木子
  1. problem

    0下载:
  2. 哲学家就餐问题的解决,操作系统中线程与并发的问题-Solution to the dining philosophers problem
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:35840
    • 提供者:luxy
  1. philpsopher

    1下载:
  2. 哲学家就餐问题的解决方法 运用java多线程模拟所有解决哲学家就餐问题的方法-Solution to the dining philosophers problem using multi-threaded simulation of java all the dining philosophers problem solving
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:719872
    • 提供者:yuqi
  1. philosophy

    0下载:
  2. 哲学家就餐问题,五个哲学家只有五只筷子,保证所有哲学家不饿死的情况下实现就餐问题!-about the philosopher‘s dinner
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:111616
    • 提供者:萨法尔
« 1 23 4 5 6 7 8 9 »

源码中国 www.ymcn.org