搜索资源列表

  1. Philosophers

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

    • 发布日期:2008-10-13
    • 文件大小:980
    • 提供者:李明
  1. diningphilosopher

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

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

    • 发布日期:2024-04-26
    • 文件大小:547840
    • 提供者:卫民
  1. 哲学家进餐问题仿真

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

    • 发布日期:2024-04-26
    • 文件大小:543744
    • 提供者:浩劫
  1. eat

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

    • 发布日期:2024-04-26
    • 文件大小:88064
    • 提供者:
  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-26
    • 文件大小:525312
    • 提供者: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. 所属分类:系统编程

    • 发布日期:2024-04-26
    • 文件大小:3745792
    • 提供者:吴义军
  1. 多线称关于哲学家就餐问题

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

    • 发布日期:2024-04-26
    • 文件大小:123904
    • 提供者:张军
  1. 200511121433511933

    0下载:
  2. 很好用 OS的一个很好用的东西 很值得大家看看 哲学家就餐问题的很好的实现-good with a good OS, the things you look at the merits of the Dining Philosophers achieve good
  3. 所属分类:C#编程

    • 发布日期:2024-04-26
    • 文件大小:11264
    • 提供者:天刺
  1. chip(单片机源程序)

    0下载:
  2. 好东西 关于单片机的一些重要的代码本程序是操作系统中比较典型的线程同步算法中的哲学家进餐问题,为防止死锁,采取了两个条件(筷子空闲)同时满足时再允许进餐的办法来解决。期望与大家一起学习交流!-good things on SCM some important source of this procedure is more typical operating system threads simultaneously count the
  3. 所属分类:其他小程序

    • 发布日期:2024-04-26
    • 文件大小:26624
    • 提供者:大大
  1. p_eating

    0下载:
  2. 本程序是模拟哲学家进餐这个经典的操作系统的问题-the simulation procedure is the classic philosophers dining operating system problems
  3. 所属分类:操作系统开发

    • 发布日期:2024-04-26
    • 文件大小:545792
    • 提供者:斌斌
  1. zhexuejiajincan

    0下载:
  2. 计算机操作系统原理与实现中的重要实验,关于哲学家进餐的问题-computer operating system Theory and the important experiments on the dining philosophers problem
  3. 所属分类:软件工程

    • 发布日期:2024-04-26
    • 文件大小:539648
    • 提供者:mantian
  1. Philosophers

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

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

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

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

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

    • 发布日期:2024-04-26
    • 文件大小:592896
    • 提供者:luowenfen
  1. ChopStickTest

    0下载:
  2. 哲学家就餐问题java版。我对这个知道的不多,大家可以研究研究。-dining philosophers problem java version. I know this much, and we can studies.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-04-26
    • 文件大小:2048
    • 提供者:limin
  1. jincan

    0下载:
  2. 哲学家进餐问题 在多线程中如何避免死锁。 简单源码,有参考价自己 -dining philosophers problem in multithreaded how to avoid deadlock. Simple source, a reference price of its own
  3. 所属分类:进程与线程

    • 发布日期:2024-04-26
    • 文件大小:2542592
    • 提供者:飞灵
  1. vc++eatingcode

    0下载:
  2. 非常经典的哲学家进餐问题(与进程有关)有三个哲学家围着一张桌子,桌子上摆着一碗通心粉;桌子上有且只有三支筷子,且每只筷子摆放在每两个哲学家中间;哲学家必须得到两支筷子才能吃饭,否则就处于思考状态;每个哲学家取筷子必须先取得左边,而后取右边的。 -very classic philosophers dining (with the process) is a three philosophers around the table, o
  3. 所属分类:进程与线程

    • 发布日期:2024-04-26
    • 文件大小:4405248
    • 提供者:小刚
  1. zhexuejiajincan2

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

    • 发布日期:2024-04-26
    • 文件大小:5120
    • 提供者:weixiang
  1. PHI

    0下载:
  2. 哲学家就餐问题,显示线程的关系,采用信号量产生互斥的功能-Dining philosophers problem, show the relationship between threads, using semaphore have mutually exclusive features
  3. 所属分类:进程与线程

    • 发布日期:2024-04-26
    • 文件大小:11264
    • 提供者:孟小磊
« 12 3 4 5 6 7 8 9 10 ... 18 »

源码中国 www.ymcn.org