搜索资源列表

  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. 所属分类:操作系统开发

    • 发布日期:2024-04-29
    • 文件大小:525312
    • 提供者:zbing0203
  1. 乳猪

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

    • 发布日期:2024-04-29
    • 文件大小:1024
    • 提供者:kent
  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编程

    • 发布日期:2024-04-29
    • 文件大小:404480
    • 提供者:zqm
  1. 模拟哲学家进餐

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

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

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

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

    0下载:
  2. 哲学家进餐问题 在多线程中如何避免死锁。 问题描述:有五位哲学家围绕着餐桌坐,每一位哲学家要么思考 要么等待,要么吃饭。为了吃饭,哲学家必须拿起两双筷子(分 别放于左右两端)不幸的是,筷子的数量和哲学家相等,所以每 只筷子必须由两位哲学家共享-dining philosophers problem in multithreaded how to avoid deadlock. Problem descr ipt
  3. 所属分类:系统编程

    • 发布日期:2024-04-29
    • 文件大小:34816
    • 提供者:何冰
  1. zhexuejiajinchan3

    0下载:
  2. 在Linux环境下,用C语言实现哲学家进程问题。-the Linux environment, using C language philosopher process.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-04-29
    • 文件大小:5120
    • 提供者:weixiang

源码中国 www.ymcn.org