搜索资源列表

  1. zhexuejiajincan

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

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

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

    • 发布日期:2024-05-04
    • 文件大小: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-04
    • 文件大小:1024
    • 提供者:
  1. dinning

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

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

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

    • 发布日期:2024-05-04
    • 文件大小:34816
    • 提供者:何冰
  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-04
    • 文件大小:3072
    • 提供者:托尼
  1. VxWorksprogramme

    0下载:
  2. 摘 要:通过一个经典的多任务同步哲学家进餐问题。介绍了Vxworks下的多任务程序设计和任务间通信机制,并给出了运行的结果 -Abstract : Through a classic multi-task synchronization dining philosophers problem. Vxworks introduced under the multi-task design and process communicati
  3. 所属分类:软件工程

    • 发布日期:2024-05-04
    • 文件大小:388096
    • 提供者:嵇辉辉
  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-05-04
    • 文件大小:592896
    • 提供者:luowenfen
  1. emluatorofphilosopherdine

    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-05-04
    • 文件大小:582656
    • 提供者:范孟君
  1. process_tongbu

    0下载:
  2. 用win32函数,模拟了哲学家进餐问题,对于初学多线程编程的理解线程之间的同步和死锁问题很有启发性。-using win32 function to simulate the Dining Philosophers, For novice multithreaded programming understanding thread synchronization between the deadlock and very instruc
  3. 所属分类:进程与线程

    • 发布日期:2024-05-04
    • 文件大小:192512
    • 提供者:chenzc
  1. jincan

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

    • 发布日期:2024-05-04
    • 文件大小:2542592
    • 提供者:飞灵
  1. gewei0347

    0下载:
  2. 这个朋友做的哲学家进餐问题,使用到管程解决死锁问题-friends to do the Dining Philosophers, the use of tube-to resolve deadlock
  3. 所属分类:进程与线程

    • 发布日期:2024-05-04
    • 文件大小:526336
    • 提供者:飞灵
  1. eatting

    0下载:
  2. 哲学家进餐问题是荷兰学者Dijkstra 提出的经典问题之一,它是一个信号量机制问题的应用,在操作系统文化史上具有非常重要的地位。对该问题的剖析有助于学生深刻地理解计算机系统中的资源共享、进程同步、死锁等问题,并能熟练地应用信号量来解决生活中的控制流程,即将生活中的控制流程用形式化的方式表达出来。 假设有5个哲学家,他们花费一生中的时光思考和吃饭。这些哲学家共用一个圆桌,每个哲学家都有一把椅子。在桌子中央是一碗通心面,在桌子上放着
  3. 所属分类:软件工程

    • 发布日期:2024-05-04
    • 文件大小:84992
    • 提供者:nicmaters
  1. zhexuejiaeatting

    0下载:
  2. 哲学家进餐问题是荷兰学者Dijkstra 提出的经典问题之一,它是一个信号量机制问题的应用,在操作系统文化史上具有非常重要的地位。对该问题的剖析有助于学生深刻地理解计算机系统中的资源共享、进程同步、死锁等问题,并能熟练地应用信号量来解决生活中的控制流程,即将生活中的控制流程用形式化的方式表达出来。 假设有5个哲学家,他们花费一生中的时光思考和吃饭。这些哲学家共用一个圆桌,每个哲学家都有一把椅子。在桌子中央是一碗通心面,在桌子上放着
  3. 所属分类:软件工程

    • 发布日期:2024-05-04
    • 文件大小:90112
    • 提供者:nicmaters
  1. zhexuejiajincan2

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

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

    0下载:
  2. 哲学家进餐问题,里面有动态演示 哲学家进餐的问题,这是操作系统的作业之一-Dining philosophers problem, which philosophers have dynamic presentation of the meal, which is one of the operating system
  3. 所属分类:Dephi控件源码

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

    0下载:
  2. 这是一个改进了的哲学家进餐问题的源程序, 而且有详细的注释-脮芒脢脟脪 禄赂 枚 赂 脛 陆 酶脕脣渭脛脮脺脩 搂 录 脪 陆 酶 虏 脥脦脢脤芒渭脛脭
  3. 所属分类:进程与线程

    • 发布日期:2024-05-04
    • 文件大小:260096
    • 提供者:莫召奴
  1. phylosop

    0下载:
  2. 这是一个经典算法。关于哲学家进餐问题的源码,是一个很不错的源码。模拟了哲学家进餐问题。-This is a classical algorithm. Dining philosophers problem on the source, is a very good source. Simulated dining philosophers problem.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-04
    • 文件大小:4096
    • 提供者:duanhz
  1. zhexuejiajincan

    0下载:
  2. 进程同步经典问题,哲学家进餐问题,五个哲学家轮流进餐和思考-Classic problem of synchronization process, philosophers eating problem, five philosophers take turns eating and thinking
  3. 所属分类:其他小程序

    • 发布日期:2024-05-04
    • 文件大小:1024
    • 提供者:余洁
  1. eating

    0下载:
  2. windows下多线程程序,哲学家进餐!-windows under the multi-threaded program, philosophers meal!
  3. 所属分类:进程与线程

    • 发布日期:2024-05-04
    • 文件大小:529408
    • 提供者:hqtan
« 1 23 4 5 6 7 8 9 »

源码中国 www.ymcn.org