搜索资源列表

  1. zhexuejiajincan

    0下载:
  2. 在Linux环境下,用C语言和信号量机制实现了五个哲学家进餐的互斥关系-the Linux environment, the C language and signal mechanism to achieve the volume of five philosophers dining mutex relations
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4032
    • 提供者:weixiang
  1. zhexuejiajincan2

    0下载:
  2. 在Linux环境下,使用共享外部变量的方式,实现哲学家进餐问题-the Linux environment, the use of shared external variables, to achieve the Dining Philosophers Problem
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:4903
    • 提供者:weixiang
  1. Philosophers

    0下载:
  2. 这是一个改进了的哲学家进餐问题的源程序, 而且有详细的注释
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:260697
    • 提供者:莫召奴
  1. zxjjc

    0下载:
  2. 计算机仿真的实验,用三种方法模拟了哲学家进餐的过程,图形化的显示过程,用VC++.net开发的-computer simulation experiments, using three methods to simulate the process of the Dining Philosophers, graphical display of the process, with VC. Net development
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:548411
    • 提供者:卫民
  1. 哲学家进餐问题仿真

    0下载:
  2. 哲学家进餐问题仿真-dining philosophers problem Simulation
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:544242
    • 提供者:浩劫
  1. zhexuejia

    0下载:
  2. 哲学家进餐问题实现-dining philosophers problem of achieving
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:2216
    • 提供者:廖广敏
  1. philosphi

    0下载:
  2. 操作系统线程哲学家就餐算法原代码-operating system threads the dining philosophers algorithm source code
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:1257
    • 提供者:王勇
  1. zhexuejia

    0下载:
  2. linux用多线程同步方法解决哲学家就餐问题(Dining-Philosophers Problem)
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:32390
    • 提供者:lessi
  1. eat

    0下载:
  2. 哲学家进餐问题Java版-dining philosophers problem Java version
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:88032
    • 提供者:
  1. 哲学家进餐问题VC版

    0下载:
  2. 本程序是操作系统中比较典型的线程同步算法中的哲学家进餐问题,为防止死锁,采取了两个条件(筷子空闲)同时满足时再允许进餐的办法来解决。期望与大家一起学习交流!-the procedure is fairly typical operating system threads synchronization algorithm of the Dining Philosophers, in order to prevent deadlock a
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:525138
    • 提供者:zbing0203
  1. PhilospherDining

    0下载:
  2. 它是一个经典的算法-哲学家进餐问题,用VC++实现,通过它大家可以掌握Windows中的多线程编程-It is a classic algorithm-the Dining Philosophers, VC + +, through which we can grasp the Windows multi-threaded programming
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:65524
    • 提供者:吴义军
  1. 乳猪

    0下载:
  2. 一个多线程同步问题. 哲学家进餐问题!! java实现-a multithreaded synchronization. Dining Philosophers problem! ! Java Implementation
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:1640
    • 提供者:kent
  1. Rousseau1

    0下载:
  2. 五个哲学家,它们的生活方式是交替地进行思考和进餐。哲学家们共用一张圆桌,分别坐在周围的五张椅子上。在圆桌上有五个碗和五支筷子,平时一个哲学家进行思考,饥饿时便试图取用左、右最靠近他的筷子,只有在他拿到两支筷子时才能进餐,进餐毕,放下筷子又继续思考。-five philosophers, their lify style is alternately thinking and eating. philosophers share comm
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2610
    • 提供者:天马行空
  1. 经典同步问题:5哲学家进餐

    0下载:
  2. 经典同步问题中的哲学家进餐问题(材料:哲学家5个,筷子5只。要求:每个哲学家必须取得2只筷子时才能进餐,进餐完放下筷子,不能有哲学家饿死。ps:各哲学家每个状态时间有随机性)-Classic synchronous problem :five philosophers have dinner(material:5 philosophers ,five chopsticks.Demand: Each philosophers must h
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:404521
    • 提供者:zqm
  1. 多线称关于哲学家就餐问题

    0下载:
  2. 这是个操作系统中,多线称关于哲学家就餐问题的演示程序!-This is the demo program for the multithread about philosophers having dinner problem in the operating system!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:109681
    • 提供者:张军
  1. ph2

    0下载:
  2. 哲学家就餐问题的两种算法实现-Two philosophers eat algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-07
    • 文件大小:7168
    • 提供者:znanth
  1. 哲学家就餐问题的C#实现

    0下载:
  2. 哲学家就餐问题的C#实现 -dining philosophers problem of C#
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-07
    • 文件大小:5120
    • 提供者:
  1. 哲学家

    0下载:
  2. 经典的哲学家模拟算法-classic philosophers Simulation Algorithm
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-07
    • 文件大小:37888
    • 提供者:陈非
  1. 哲学家就餐问题

    0下载:
  2. 哲学家就餐问题源代码-dining philosophers problem source code
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-07
    • 文件大小:41984
    • 提供者:
  1. ThreadCompete

    0下载:
  2. 模拟哲学家就餐过程,10个哲学家,十副刀叉,观察线程的竞争情况-process simulation dining philosophers, 10 philosophers, 10 knives, forks, observation threads of competition
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-07
    • 文件大小:39936
    • 提供者:陶文婧
« 1 2 3 4 56 7 8 9 10 ... 18 »

源码中国 www.ymcn.org