搜索结果
找到约 774 项符合
start-out 的查询结果
单片机开发 红外遥控接收 ORG 0000H LJMP START 转入主程序 ORG 0010H START: MAIN: JNB P2.2,IR LJMP MAIN 以
红外遥控接收
ORG 0000H
LJMP START 转入主程序
ORG 0010H
START:
MAIN:
JNB P2.2,IR
LJMP MAIN
以下为进入P3.2脚外部中断子程序,也就是解码程序
IR:
MOV R6,#9
SB:
ACALL DELAY882 调用882微秒延时子程序
JB P2.2,EXIT 延时882微秒后判断P3.2脚是否出现高电平如果有就退出解码程序
DJNZ R6, SB 重 ...
嵌入式Linux 嵌入式文件系统ucfs.zip This project should serve as an "easy start" with /FS. All paths are relative to t
嵌入式文件系统ucfs.zip
This project should serve as an "easy start" with /FS.
All paths are relative to the project file. You should
therefore be able to copy the entire directory (including
all subdirectories) to any location on your harddrive.
单片机开发 This program prints the C8051F124 die temperature out the hardware UART at 115200bps. This example u
This program prints the C8051F124 die temperature out the hardware UART at 115200bps. This example uses the internal 24.5MHz oscillator multiplied by 2 using the on-chip PLL (SYSCLK = 49MHz).
单片机开发 瑞萨公司M32R单片机的启动代码start.ms
瑞萨公司M32R单片机的启动代码start.ms,包括M32173的头文件m32173.h和m32173.inc等。
GPS编程 This application, built in VB using MapObjects, allows the user to zoom in, zoom out and pan using
This application, built in VB using MapObjects, allows the user
to zoom in, zoom out and pan using only the mouse. The pan is
a dynamic pan just push the mouse in the direction you would
like to pan.
Java书籍 Struts Kick Start一本不错的书
Struts Kick Start一本不错的书,想看的自己下吧
DSP编程 pwm out demo
pwm out demo
微处理器开发 NetARM-start!是一个基于s3c4510 处理器的开发学习平台
NetARM-start!是一个基于s3c4510 处理器的开发学习平台,可以用来学习ARM和Ethernet 应用。
单片机开发 汽车速度测试器,以1米的间隔放置光感应器,含3个按键,RESET START/STOP/ 三位数码显示
汽车速度测试器,以1米的间隔放置光感应器,含3个按键,RESET START/STOP/ 三位数码显示
人工智能/神经网络 PathPlannerApp Manual With Tutorial.doc is a path planning-tutorial that provides detailed explanati
PathPlannerApp Manual With Tutorial.doc is a path planning-tutorial that provides detailed explanation and pseudo-codes.
In order to get the most out of the tutorial, you should start with the "PathPlannerApp.base" and avoid looking through the "PathPlannerApp.solution" untill you have completed th ...