搜索资源列表

  1. eat

    0下载:
  2. 哲学家进餐问题,经典的同步问题,是初学者很好的学习材料-Dining philosophers problem, the classical synchronization problem is a very good learning materials for beginners
  3. 所属分类:进程与线程

    • 发布日期:2024-05-09
    • 文件大小:2536448
    • 提供者:linweiyong
  1. uC_OS-II

    0下载:
  2. uC_OS-II内核实验指导书和实验程序,是我们做uC_OS-II内核实验时的资料,实验程序有:内存管理、任务管理、时钟中断、消息队列、优先级反转、优先级继承、哲学家就餐等。-uC_OS-II core experiments and experimental procedures for the guidance of the book is that we make uC_OS-II core experiment data, ex
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-09
    • 文件大小:740352
    • 提供者:houlongting
  1. eat

    0下载:
  2. 用c语言实现了操作系统中的哲学家就餐问题,可以参考-C language used in the operating system to achieve the dining philosophers problem, can refer to
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-09
    • 文件大小:5120
    • 提供者:l
  1. philosophereating

    0下载:
  2. 哲学家进餐问题,用C++编写,使用多线程实现,通过五个对话框模拟五个哲学家,很直观.-Dining philosophers problem, using C++ Preparation, the use of multi-threaded realize, through the five dialog simulation five philosophers, very intuitive.
  3. 所属分类:书籍源码

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:Wang
  1. DINING

    0下载:
  2. 演示哲学家就餐 进程的同步与互斥-Demo dining philosophers process synchronization and mutual exclusion
  3. 所属分类:进程与线程

    • 发布日期:2024-05-09
    • 文件大小:753664
    • 提供者:deaker
  1. thread

    0下载:
  2. 利用JAVA实现了多线程编程,解决哲学家就餐问题-JAVA achieved using multi-threaded programming, solve the dining philosophers problem
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:huajjj123
  1. 4

    0下载:
  2. 在linux下实现编制模拟“五个哲学家”问题的程序-In the preparation of simulation under linux
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-09
    • 文件大小:101376
    • 提供者:
  1. 5

    0下载:
  2. 在unix下实验五,五个哲学家的问题以及一些相关的内容-In the experiment under unix five, five philosophers, as well as some relevant content
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-09
    • 文件大小:74752
    • 提供者:
  1. eating

    0下载:
  2. 操作系统中关于哲学家进餐问题的演示,哲学家左右两边的筷子,分别用一个变量表示,这是一个很经典的问题。该程序在VC环境下运行。-Operating system on the dining philosophers problem presentation, philosophers on both sides of the chopsticks, were used to express a variable, this is a ve
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-09
    • 文件大小:522240
    • 提供者:汪玉玲
  1. philosopher(1.6)

    0下载:
  2. 哲学家进餐问题——Java语言实现 哲学家进餐问题是一个多线程运用的经典例子,涉及到线程同步/互斥,临界区访问问题以及一个避免死锁的解决方法。 有五个哲学家绕着圆桌坐,每个哲学家面前有一盘面,两人之间有一支筷子,这样每个哲学家左右各有一支筷子。 哲学家有2个状态,思考或者拿起筷子吃饭。如果哲学家拿到一只筷子,不能吃饭,直到拿到2只才能吃饭,并且一次只能拿起身边的一支筷子。一旦拿起便不会放下筷子直到把饭吃完,此时才把这
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-09
    • 文件大小:6144
    • 提供者:stone
  1. JAVA

    0下载:
  2. 这是哲学家问题算法,它能够自动地实现。希望大家好好使用-This is the philosopher, the issue of algorithm, it can automatically realize. Hope that we make good use of
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:
  1. eating

    0下载:
  2. 模拟哲学家进餐的同步问题,实现一个既没有两邻座同时吃饭,又没有人饿死(永远拿不到一双筷子)的算法-Simulation of synchronous dining philosophers problem, the realization of a neighbor at the same time do not have two meals, and no one starved to death (never get a pair
  3. 所属分类:Windows编程

    • 发布日期:2024-05-09
    • 文件大小:1010688
    • 提供者:梁先生
  1. DiningPhilosophor1

    0下载:
  2. 哲学家进餐问题,课程设计,界面友好,实现功能很好。模拟了同步互斥-Dining philosophers problem, curriculum design, friendly interface and good functionality realize. Simulation of synchronous mutex
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-09
    • 文件大小:550912
    • 提供者:wangmeijuan
  1. philosophy-five-jcsp

    0下载:
  2. 升级版本,五个哲学家问题,用jcsp 实现。-Upgraded version of the five philosophers problem, with jcsp realize.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-09
    • 文件大小:491520
    • 提供者:Jeffery
  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-09
    • 文件大小: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-09
    • 文件大小: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-09
    • 文件大小:281600
    • 提供者:xuxi
  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,
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-09
    • 文件大小:107520
    • 提供者:丁丁
  1. philosopheDining

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

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

    0下载:
  2. 哲学家进餐经典算法的pthread多线程实现代码-Classic dining philosophers pthread algorithm to achieve multi-threaded code
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:brave_gen
« 1 2 3 4 5 67 8 9 10 11 ... 27 »

源码中国 www.ymcn.org