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

搜索资源列表

  1. xltExlt2

    0下载:
  2. 这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并. 注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\\temp中,您可以在Project->Options for Target \"Target 1\"的output页点击Selec
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:5.82kb
    • 提供者:邢兰停
  1. Navigation

    0下载:
  2. 基于S3C44B0X开发的一个校园导航系统,可显示两点间的路线,部分地点的信息提示,通过键盘和触摸屏交互,界面美观大方。-S3C44B0X based on the development of a campus navigation system, can show that the line between the two points, information on the location of some suggest, through the keyboard and touch-s
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:11.9kb
    • 提供者:haibing
  1. uCOSIIinLPC210X

    0下载:
  2. 关于 uC/OS-II 在 LPC210X 上移植的说明 1. 全部代码在 ADS1.2 中编译调试. 2. 您可以更改 RO BASE 为 0x0000 0000, 这样可以将代码写入 flash 中运行. 5. 全部代码采用 ARM 指令. 6. uC/OS-II 版本为 V2.52. 7. 当您暂停程序的时候, 如果定时器开着, 那么定时器并不会暂停,需要注意 8. Vectors.S 文件中的 startup 段为程序入口. 9. 编译时下面的警告不必理会.
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:234.07kb
    • 提供者:王鑫
  1. VcDemoOfuCGUI

    0下载:
  2. 这是一个移植到vc上的小型ucGUI,有助于容易理解GUI的实现和移植到嵌入式系统上,其中包括了Font,Widget,Window,Graphs(circle,line,poly,arc),LCDDriver,MemDev等。-This is a transplant of small vc ucGUI. easy to understand GUI to the realization and transplanted to embedded systems, including the F
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:1.18mb
    • 提供者:Ase
  1. Gui_e

    0下载:
  2. zlg 的GUI实例,包括嵌入式系统的窗口、菜单、画圆、直线、椭圆、矩形等。-zlg GUI examples, including the Embedded System window, menu, Circle, a straight line, oval, rectangle, and so on.
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:90.25kb
    • 提供者:wp70
  1. uCOS-II--149

    0下载:
  2. 参考网上的提供的代码,我把uCosII移植到MSP430f149上,分三个任务,分别是485通讯,键盘扫描,LED显示,可供参考!- Refers to code which on-line provides, I transplant uCosII to MSP430f149 on, divides three duties, respectively is 485 communications, scanning, LED demonstrated
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:69.02kb
    • 提供者:龚毅
  1. line

    0下载:
  2. 基于Smartarm2200 自动画线源代码,lcd为tft4267,EasyJTAG-H仿真器,ucos-ii操作系统。
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:10kb
    • 提供者:wzz
  1. uCGUI3.32的使用手册,注意不是3.24的

    0下载:
  2. UCGUI3.32版本的使用手册,注意了,不是网上常见的32404版本,要的快下:)-UCGUI3.32 version of the user manual, attention is not on-line version of 32,404 common to the quick :)
  3. 所属分类:uCOS开发

    • 发布日期:2008-10-13
    • 文件大小:2.01mb
    • 提供者:周星施
  1. tinySH-uCOS-II

    0下载:
  2. 现成的工程,不需要修改,开源,用MDK411打开。硬件上只要有一个带USART1的STM32F10x的开发板,25M外部晶振,即可立即体验tinySH提供的便捷。 tinySH是运用于单片机上的命令行交互接口,方便系统调试与维护。 该接口类似linux的shell,有ls, cd, tree, exit, ps, reset, halt等命。不同的是,该接口不需要文件系统的支持,容量小。程序员可以在root目录下扩展目录与命令。 本人一直使用tinySH做产品开发。绝对OK!-Rea
  3. 所属分类:uCOS

    • 发布日期:2017-03-29
    • 文件大小:319.51kb
    • 提供者:
  1. STM32-SST25VF016B-SPI-v3

    0下载:
  2. 本例程包含了SST25VF016B的底层驱动函数, 演示将一段字符串写入SST25VF016B的1页中,然后读出并通过USART1传送出去,同时LED1亮。字符串:SPI SST25VF016B Example: This is SPI DEMO, 终端上出现这一行字,说明SST25VF016B的读写正常 -This routine contains the function of the underlying drivers of SST25VF016B demo takes a st
  3. 所属分类:uCOS

    • 发布日期:2017-03-21
    • 文件大小:292.53kb
    • 提供者:sunskyme
  1. UCOS_II

    0下载:
  2. uc/os-ii的源代码,个人认为是学习嵌入式的开始,代码大概5500行-uc/os-ii the source code of the individual that is the beginning of learning embedded code around line 5500
  3. 所属分类:uCOS

    • 发布日期:2017-04-16
    • 文件大小:72.65kb
    • 提供者:zyz19901113
  1. libuc_bsp

    0下载:
  2. 嵌入式实验uC-OS-II相关程序用例与参考资料-Embedded experimental uC-OS-II related to the procedures used were in line with the reference
  3. 所属分类:uCOS

    • 发布日期:2017-03-31
    • 文件大小:19.85kb
    • 提供者:仇晓盼
  1. uCOSII000000

    0下载:
  2. 本人s12的一部分机器人巡线程序,仅供大家参考,谢谢各位的指点-I am part of s12 line robot patrol procedures, only reference to U.S. Thank you for pointing
  3. 所属分类:uCOS

    • 发布日期:2017-04-16
    • 文件大小:297.34kb
    • 提供者:杨之刚
  1. commandline

    0下载:
  2. command line code for the 8051 microcontroller
  3. 所属分类:uCOS

    • 发布日期:2017-04-14
    • 文件大小:4.23kb
    • 提供者:Zia
  1. uCOS2chinesevesion

    0下载:
  2. μC_OS-Ⅱ中文资料大全 一线工程师的资料整理 详细全面的介绍了μC_OS-Ⅱ的开发技术 非常适合工程技术人员 -μC_OS-Ⅱ Sourcebook of Chinese first-line engineers of detailed and comprehensive data μC_OS-Ⅱ describes the development of technology is very suitable for engineering and technical personnel
  3. 所属分类:uCOS

    • 发布日期:2017-05-16
    • 文件大小:3.88mb
    • 提供者:徐小俊
  1. MultipleTasks

    0下载:
  2. This is te code written in ucos for firebird 5. It follows a white line and applies automatic cruise control.
  3. 所属分类:uCOS

  1. T6963C_App

    0下载:
  2. ucos中用t6963实现各种功能.画图,直线,和曲线-T6963C_App.Drawing, straight line, and curve
  3. 所属分类:uCOS

    • 发布日期:2017-05-02
    • 文件大小:528.65kb
    • 提供者:cj
  1. line_following_robo

    0下载:
  2. Micro C OS II code for Line Following Robot
  3. 所属分类:uCOS

    • 发布日期:2017-04-13
    • 文件大小:1.66kb
    • 提供者:Nam
  1. uCOS-II-CN

    0下载:
  2. 邵贝贝译的uC/OS源码,网上找不到这么完整的哦-Shao Beibei translation uC/OS source code, on-line can not find such a complete oh
  3. 所属分类:uCOS

    • 发布日期:2017-04-10
    • 文件大小:1.72mb
    • 提供者:zl
  1. stm32_startupV3.0

    0下载:
  2. stm32启动文件3.0库,符合CMSIS标准接口-stm32 boot file 3.0 library, in line with standard interfaces CMSIS
  3. 所属分类:uCOS

    • 发布日期:2017-04-03
    • 文件大小:2.91kb
    • 提供者:eagle
« 12 »
搜珍网 www.dssz.com