CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - 哲学家就餐

搜索资源列表

  1. task3

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

    • 发布日期:2008-10-13
    • 文件大小:106986
    • 提供者:yz
  1. UcosiiAppliction

    0下载:
  2. 任务一 任务管理 任务二 优先级天花板 任务三 哲学家就餐 任务四 消息队列 任务五 时钟中断-task of a task management tasks two priority tasks ceiling three meals philosopher four tasks Message Queue five tasks Clock interruption
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:407190
    • 提供者:laixuelei
  1. Viston

    0下载:
  2. 本程序将ucosii移入了QF框架,使其成为面向对象的操作系统,可以在win32上运行,这是一个“哲学家就餐”的demo程序
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:142757
    • 提供者:威猛
  1. UcOS2_Philosopher

    0下载:
  2. 这个程序演示基本的哲学家就餐问题的解决。程序启动具有五个不同优先级的任务,每个任务对应一个哲学家,完成一系列动作
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:2034
    • 提供者:赵庆明
  1. Stm32_ucos 在STM32上编写多任务实时操作系统

    0下载:
  2. 在STM32上编写多任务实时操作系统,同时运行6个任务,通过发送和接收信号量机制,解决哲学家就餐问题,通过板上按键代表哲学家的就餐请求,板上LED灯表示就餐成功或者未果,同时在晶体数码管上显示就餐申请时间。-STM32 to write multi-task in real-time operating system, run six tasks by sending and receiving semaphore mechanism to solve the dining philosophe
  3. 所属分类:uCOS开发

    • 发布日期:2017-03-21
    • 文件大小:345887
    • 提供者:郭攀
  1. ucos-dining-philosopher

    0下载:
  2. ucos-dining-philosopher.rar ucos下的哲学家就餐问题(dining philosopher problems),采用信号量机制解决,有截图和感悟。dos界面文字演示(另有图形界面)。-ucos-dining-philosopher.rarucos under the dining philosophers problem (dining philosopher problems), using semaphore mechanism to resolve scr
  3. 所属分类:uCOS

    • 发布日期:2017-03-27
    • 文件大小:281483
    • 提供者:xuxi
  1. EX3_x86L

    0下载:
  2. 哲学家就餐问题的模拟(ucos实现) 问题描述: 5个哲学家围绕一张圆桌而坐,桌子上放着5支筷子,每两个哲学家之间放一支; 哲学家的动作包括思考和进餐; 进餐时需要同时拿起他左边和右边的两支筷子;思考时则同时将两支筷子放回原处。 程序解决了哲学家的就餐问题。 避免死锁(deadlock) 避免饥饿(starvation) 程序使用的使用消息邮箱模拟二值信号量-philosopher eating problem
  3. 所属分类:uCOS

    • 发布日期:2017-03-28
    • 文件大小:56027
    • 提供者:fengyetang
  1. TC-ucos-philos-comment-in-detail

    0下载:
  2. TC-ucos-philos-详细注释.rar 用TC编译ucos并在图像化界面下演示哲学家就餐问题,采用信号量机制,程序有BUG,不能顺利运行,但是我写了很多注释,有兴趣的朋友可以继续做下去,我的邮箱xuxi009@163.com可与我联系。注意图形界面驱动的路径要和源文件中的相同否则无法显示图形界面,相信用过TC的图形界面的明白,呵呵。-TC-ucos-philos-detailed notes. Rar uCOS compiled by TC and the image of i
  3. 所属分类:uCOS

    • 发布日期:2017-05-14
    • 文件大小:3765223
    • 提供者:xuxi
  1. ARM-UCOS-philos

    0下载:
  2. 在S3C44b0上移植ucos并实现哲学家就餐问题的演示,信息从uart0口输出,这是我学习上课时做的一个实验,见笑见笑了-S3C44B0 uCOS transplantation in the dining philosophers problem and the realization of the demonstration, information from the UART0 port output, this is my learning in class to do an expe
  3. 所属分类:uCOS

    • 发布日期:2017-03-25
    • 文件大小:241836
    • 提供者:xuxi
  1. ex3

    0下载:
  2. 哲学家就餐问题的实现!是使用信号量实现的,有利于ucos的学习-Implementation of the dining philosophers problem! Is to use semaphore implementation, and is conducive to learning uCOS
  3. 所属分类:uCOS

    • 发布日期:2017-04-27
    • 文件大小:322797
    • 提供者:hsc
  1. philosopher

    0下载:
  2. 基于UCOS2开源的程序,描述了操作系统里经典的哲学家就餐问题,很好的实现了进程的实时控制,实现了进程同步 -UCOS2 procedures based on open source, describes the operating system in the classic dining philosophers problem, a very good implementation of the process of real-time control, implementation of
  3. 所属分类:uCOS

    • 发布日期:2017-04-28
    • 文件大小:296427
    • 提供者:肖叶枝
  1. aboutlunch

    0下载:
  2. 关于UC/OSII的应用,任务三哲学家就餐问题,对更深入理解操作系统基本原理非常有帮助-With regard to UC/OSII applications, tasks, three dining philosophers problem, more in-depth understanding of the basic principles of the operating system is very helpful
  3. 所属分类:uCOS

    • 发布日期:2017-04-02
    • 文件大小:106770
    • 提供者:zyf
  1. maicunguanli

    0下载:
  2. 解决软件开发中常见的哲学家就餐问题,很好用的程序,希望对你有开发有帮助,UCOS下开发的。-To solve common software development dining philosophers problem, a good use of the program, want to help you develop, UCOS under development.
  3. 所属分类:uCOS

    • 发布日期:2017-04-06
    • 文件大小:2740
    • 提供者:王宝
  1. ucos_Philosopher_Repast

    0下载:
  2. uC/OS哲学家就餐演示.这个程序演示基本的哲学家就餐问题的解决。程序启动具有五个不同优先级的任务,每个任务对应一个 * 哲学家,完成一系列动作.-uC/OS Dining Philosophers presentation. This program demonstrates the basic dining philosophers problem to solve. Program starts with five different priority tasks, each tas
  3. 所属分类:uCOS

    • 发布日期:2017-04-06
    • 文件大小:2057
    • 提供者:leo
  1. ZEXUEJIAJIUCAN

    0下载:
  2. 嵌入式操作系统实验实验用例程序源代码:一个关于哲学家就餐的源程序。-English of UCOS.The program of ZEXUEJIAJIUCAN.
  3. 所属分类:uCOS

    • 发布日期:2017-04-13
    • 文件大小:2076
    • 提供者:linjianqiu
  1. EXP3-5_2

    0下载:
  2. uc/os-2 实现五个哲学家的就餐问题 任务调度,使用信号量集实现任务间通信-uc/os-2 achieve five dining philosophers problem of task scheduling, using the signal magnitude to achieve inter-task communication
  3. 所属分类:uCOS

    • 发布日期:2017-11-23
    • 文件大小:149968
    • 提供者:hongsk
  1. ucos

    0下载:
  2. 基于ucos的哲学家就餐问题的解决方法,ucos操作系统初学者很好的例程-ucos os
  3. 所属分类:uCOS

    • 发布日期:2017-04-02
    • 文件大小:2147
    • 提供者:mengchong
搜珍网 www.dssz.com