CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 uCOS开发 搜索资源 - problem

搜索资源列表

  1. multitaskRTC

    0下载:
  2. 基于ucos的多任务与系统时钟实验,使用信号量解决任务间互斥问题,把系统时间显示在一个文本框中-based multi-task with the system clock experiments, the use of signal volume between mutually exclusive mandate to solve the problem, the system shows the time in a text box
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:252766
    • 提供者:liming
  1. STR91x

    0下载:
  2. 在ST的ARM9上跑uCOS加uCTCPIP时要用的STR91X的内置网卡驱动,官方发布的,没有问题。-in the ARM9 run for uCOS uCTCPIP increase when the use of built-in network STR91X Driver, released by the official, there is no problem.
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:5451
    • 提供者:富兰克张
  1. mde-1.6.9.tar

    0下载:
  2. minigui1.6.9增值板复杂应用的示例程序,看了这个用minigui就没问题了-minigui1.6.9 value plate examples of complex application procedures, saw no problem with the minigui
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:589186
    • 提供者:刘炜
  1. 8051ucos

    0下载:
  2. 8051单片机的ucos移植,里面的源代码已经过测试,没问题-8051 MCU OUT transplantation, which the source code has been tested, no problem
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:18071
    • 提供者:张董华
  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-26
    • 文件大小:281483
    • 提供者:xuxi
  1. EX3_x86L

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

    • 发布日期:2017-03-27
    • 文件大小: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-24
    • 文件大小:241836
    • 提供者:xuxi
  1. fanzhuanxinhao

    0下载:
  2. MyTask、YouTask和ThreeTask 。在主函数中创建任务MyTask。而YouTask和ThreeTask由任务MyTaskTask创建,其优先级分别为2、4、6。这三个任务都要占用资源s,任务YouTask访问时间短一些,在任务MyTask和任务ThreeTask利用while(OSTime<T) {}增加访问时间,T值分别为300,500。MyTask、YouTask和ThreeTask采用OSTimeDly(K)延时等待,K值均为200。这样出现任务优先级反转。为了解决
  3. 所属分类:uCOS

    • 发布日期:2017-04-10
    • 文件大小:1201
    • 提供者:霍钱进
  1. ucos2_mem

    0下载:
  2. uc/os II 内存管理算法的改进算法。改进后的算法很好的解决了内存溢出的问题。-uc/os II memory management algorithm to improve the algorithm. Improved algorithm to solve a very good memory overflow problem.
  3. 所属分类:uCOS

    • 发布日期:2017-04-07
    • 文件大小:90745
    • 提供者:pengkohuang
  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. sem

    0下载:
  2. 使用信号量模拟ucos中优先级反转的问题-Analog ucos the use of semaphores in the Priority Inversion Problem
  3. 所属分类:uCOS

    • 发布日期:2017-04-11
    • 文件大小:1247
    • 提供者:who
  1. Use_simulative_way_to_come_true_the_problem_of_pro

    0下载:
  2. 这是我们本学期uC/OS ii实验中其中的一个,是用信号量来模拟生产消费的问题,这个与我上次传的不一样,它们调用的函数千差万别,实现方法更是迥异不同。需要的可以下载下来借鉴使用。-This is what we term the uC/OS ii one of the experiment is the use of semaphores to simulate the problem of production and consumption, the mass and not my last
  3. 所属分类:uCOS

    • 发布日期:2017-04-08
    • 文件大小:115545
    • 提供者:
  1. ucos51

    0下载:
  2. (牛人写的)一个ucos在51单片机上面跑的例子,关于ucos怎样移植的问题-(Cattle were written) a ucos in MCS-51 running the example above, on how to transplant the problem ucos
  3. 所属分类:uCOS

    • 发布日期:2017-03-31
    • 文件大小:21607
    • 提供者:尤里
  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. ucos

    0下载:
  2. 很好的电子书,大家可以下载了看看,有问题的可以反映-Very good e-book, you can download a look at a problem may reflect
  3. 所属分类:uCOS

    • 发布日期:2017-05-24
    • 文件大小:8234028
    • 提供者:lufangtao
  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-05
    • 文件大小:2057
    • 提供者:leo
« 12 »
搜珍网 www.dssz.com