搜索资源列表

  1. chopsticks

    0下载:
  2. 哲学家就餐问题。五个哲学家,五把叉子,来实现思考和就餐-Dining philosophers problem. Five philosophers, five forks to achieve thinking and dining
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:龚文清
  1. philosophers-problem

    0下载:
  2. c++程序,利用信号量解决哲学家就餐问题,非常好用-c++ program using semaphores to solve the dining philosophers problem, very easy to use
  3. 所属分类:系统编程

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

    0下载:
  2. 哲学家就餐问题是在计算机科学中的一个经典问题,用来演示在并行计算中多线程同步(Synchronization)时产生的问题。-Dining philosophers
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:贺和
  1. zxj_jincan

    0下载:
  2. 哲学家进餐问题 visual stidio平台 C++网络编程,socket-visual stdio,C++,server,client,socket
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-20
    • 文件大小:532480
    • 提供者:lulu
  1. 070806110015

    0下载:
  2. 操作系统课程设计 -哲学家问题-Operating system course design- the philosopher
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-20
    • 文件大小:436224
    • 提供者:sxy
  1. Poor_Philosophers

    0下载:
  2. 我是编程小菜鸟+_+,这是OS课模拟的哲学家问题,我觉得这五个哲学家好可怜,取名为Poor xx,这是其中一种简单的防死锁的方法,使用线程,调试时请选择多线程方式。-I was programming a small rookie+ _+, which is an analog of the class OS philosophers problem, I think these five philosophers are so poo
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:1897472
    • 提供者:李宜核
  1. Philosophy

    0下载:
  2. 操作系统典型的模型:哲学家问题,实现了哲学家问题的基本示例,供参考-Typical operating system models: the philosopher problem, to achieve a basic example philosophers problem, for reference
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:1222656
    • 提供者:t-mac
  1. zhexuejia-

    0下载:
  2. 哲学家算法uc_os实现,可以直接运行,不需要额外配置环境-Uc_os philosopher algorithm to achieve
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:8556544
    • 提供者:王帅
  1. project

    0下载:
  2. 利用信号量方法进行哲学家就餐问题的死锁避免,把哲学家分为三种状态,思考,饥饿,进食,仅当一个哲学家左右两边的筷子都可用时,才允许他拿筷子,并且一次拿到两只筷子,否则不拿-Use semaphores method dining philosophers problem of deadlock avoidance, the philosopher into three states, thinking, hunger, eating on
  3. 所属分类:Internet/网络编程

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

    0下载:
  2. 编制模拟“五个哲学家”问题的程序 目的: 学习和掌握并发进程同步的概念和方法。 要求: 1、程序语法 philosopher [ -t <time> ] <time>是哲学家进餐和沉思的持续时间值,缺省值为2秒。 2、五个哲学家的编号为0~4,分别用五个进程独立模拟。 3、程序的输出要简洁,仅输出每个哲学家进餐和沉思的信息。例如,当编号为3的哲学家在进餐时,就打印:
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:12288
    • 提供者:苏茗伊
  1. LQZXJ

    0下载:
  2. 用c语言编写的哲学家算法模拟 很好很实用 可以方便初学者 掌握-With c language philosophers algorithm simulation is a good beginners can easily master the practical
  3. 所属分类:数据库编程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:oh17652shiwawe
  1. Philosopher100

    0下载:
  2. 哲学家算法 DOS 界面,比较简洁容易看清思路-Philosophers algorithm DOS interface, simple and relatively easy to see the train of thought
  3. 所属分类:数据库编程

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

    0下载:
  2. 哲学家问题,五个任务,吃饭,只有五支筷子不吃饭的时候思考-Allow phonetic typing EnglishSpanishArabicPhilosopher, five tasks, eating, and only five chopsticksDo not eat when thinkingAllow phonetic typing EnglishSpanishArabicPhilosopher, five tasks, e
  3. 所属分类:数据库编程

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

    0下载:
  2. Linux环境下,新型的,解决哲学家就餐问题和生产者消费者问题的算法。-Under Linux, a new solution to the dining philosophers problem algorithm.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:李林之
  1. RIWQG451

    0下载:
  2. 用java写的哲学家问题源代码,8个哲学家吃饭问题的源代码-Source code written in Java philosopher problem, 8 a philosopher to eat the source of the problem
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:116736
    • 提供者:vqf_264
  1. mhepsticks__synchronization

    0下载:
  2. 经典同步问题中的哲学家进餐问题 材料:哲学家5个,筷子5只 进餐完放下筷子,-Classical philosophers dining problem in synchronization problems materials: philosophers 5, 5 only dine out put down the chopsticks,
  3. 所属分类:文件操作

    • 发布日期:2024-05-20
    • 文件大小:350208
    • 提供者:buernw
  1. qont-pdoblem-happen

    0下载:
  2. 哲学家问题演示 不会哦,副教授法是发生副教授法寄生蜂机发射机发生发生棵,-Philosophers problem presentation won t oh, associate professor, associate professor method is method of wasp machine transmitter happen happen,
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:501760
    • 提供者:HXEmprxt@43121
  1. problem

    0下载:
  2. 用java写的哲学家问题源代码,8个哲学家吃饭问题的源代码-Source code written in Java philosopher problem, 8 a philosopher to eat the source of the problem
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:61440
    • 提供者:scheduuer
  1. wasprappen

    1下载:
  2. 哲学家问题演示 不会哦,副教授法是发生副教授法寄生蜂机发射机发生发生棵,-Philosophers problem presentation won t oh, associate professor, associate professor method is method of wasp machine transmitter happen happen,
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:501760
    • 提供者:QDJ$273702
  1. cagaoiligycomposition

    0下载:
  2. 这是个操作系统中,多线称关于哲学家就餐问题的演示程序!很好不错-This is an operating system, the multi-line said the demo about dining philosophers problem!
  3. 所属分类:文件操作

    • 发布日期:2024-05-20
    • 文件大小:94208
    • 提供者:knqugbehpdd
« 1 2 ... 21 22 23 24 25 2627 »

源码中国 www.ymcn.org