搜索资源列表

  1. 哲学家进餐

    0下载:
  2. 哲学家进餐问题,描述计算机系统的同步与互斥问题。-dining philosopher, describes the computer system synchronization and mutual exclusion problems.
  3. 所属分类:界面编程

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

    0下载:
  2. vc++演示操作系统哲学家进餐问题,非常好用-vc operating system demonstration dining philosopher, a very handy
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:658475
    • 提供者:王俊美
  1. 哲学家就餐问题的C#实现

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

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

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

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

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

    • 发布日期:2024-05-05
    • 文件大小:39936
    • 提供者:陶文婧
  1. zhexuejia

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

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:廖广敏
  1. philosphi

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

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:王勇
  1. 乳猪

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

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:kent
  1. Rousseau1

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

    • 发布日期:2024-05-05
    • 文件大小:2048
    • 提供者:天马行空
  1. 多线称关于哲学家就餐问题

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

    • 发布日期:2024-05-05
    • 文件大小:123904
    • 提供者:张军
  1. 哲学家进餐

    0下载:
  2. 哲学家进餐问题,描述计算机系统的同步与互斥问题。-dining philosopher, describes the computer system synchronization and mutual exclusion problems.
  3. 所属分类:界面编程

    • 发布日期:2024-05-05
    • 文件大小:27648
    • 提供者:标标
  1. 模拟哲学家进餐

    0下载:
  2. 该程序是针对操作系统课程而做的模拟哲学家进餐问题-the program is to the operating system and programs do simulated dining philosophers problem
  3. 所属分类:系统编程

    • 发布日期:2024-05-05
    • 文件大小:3072
    • 提供者:望军
  1. PhilosopherDining

    0下载:
  2. windowsAPI编程实现哲学家用餐问题。 五个哲学家五个线程。监测死锁并解决-windowsAPI Programming dining philosophers problem. 5 philosopher five threads. Monitoring and addressing Deadlock
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:45056
    • 提供者:郭佳
  1. Dining.04

    0下载:
  2. 一个哲学家一起进餐的经典问题的一个程序,供交流学习之用-dine a philosopher of the classic problems of a procedure for the exchange of learning with
  3. 所属分类:系统编程

    • 发布日期:2024-05-05
    • 文件大小:421888
    • 提供者:xkl
  1. task3

    0下载:
  2. ucosii小实验任务3 哲学家就餐,可以帮助学习嵌入式操作系统-ucosii small experimental task three dining philosophers can help embedded operating system
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-05
    • 文件大小:106496
    • 提供者:yz
  1. DINING

    0下载:
  2. 哲学家吃饭的好东东,一定要好好研究研究哦!-philosopher Wanton good meal, we must carefully study a Oh!
  3. 所属分类:进程与线程

    • 发布日期:2024-05-05
    • 文件大小:592896
    • 提供者:saince
  1. Philosophers

    0下载:
  2. 哲学家进餐问题,进程是独立参与分配资源的最小单位,在有线程的OS中,线程是运行的最小单位, 课堂所述进程之间的同步与互斥,实际上是属于不同进程的线程间的同步与互斥,当 然,属于同一进程的不同线程一样存在同步与互斥,其控制同步与互斥的原理跟进程 是一样的-dining philosophers problem, the process is independent participation in the allocation
  3. 所属分类:其他小程序

    • 发布日期:2024-05-05
    • 文件大小:1024
    • 提供者:李明
  1. philosophers05

    0下载:
  2. 经典进程同步和互斥另类WINDOWS解法.定义信号量机制在WINDOWS下完成哲学家进餐问题.-classical process synchronization and mutex WINDOWS alternative solution. Volume definition signal mechanism in Windows complete the dining philosophers problem.
  3. 所属分类:进程与线程

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

    0下载:
  2. 哲学家进餐的问题,用程序模拟实现,解释死锁的产生、解除以及预防-dining philosophers problem, simulation procedures, explained Deadlock in lifting and prevention
  3. 所属分类:进程与线程

    • 发布日期:2024-05-05
    • 文件大小:39936
    • 提供者:
  1. 63535277productor

    0下载:
  2. 生产者消费者的JAVA代码,看有没有人需要用,或者大家发个哲学家进餐的代码共同研究!-producers and consumers of Java code, to see no one needs to use You made a philosopher dining code joint research!
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-05
    • 文件大小:3072
    • 提供者:托尼
« 1 2 3 4 5 67 8 9 10 11 ... 20 »

源码中国 www.ymcn.org