-
AVR_RS485IAP
avr单片机通过RS485在线程序升级,编译环境IAR,上位机程序使用VC6.0编写。(AVR microcontroller through the RS485 online upgrade program, the compiler environment IAR, the host computer program written in VC6.0.)
- 2013-09-03 12:46:51下载
- 积分:1
-
zhinengche12345
智能车的智能车的设计全过程,对于初学者很有帮助,有助于参加比赛的同学设计全过程,对于初学者很有帮助,(Smart car Smart car design the whole process of useful for beginners, students who participate in the competition designed to help the whole process of useful for beginners,)
- 2009-10-16 13:45:55下载
- 积分:1
-
myf
单玉米 多目录 绑定转向 win32 sdk开发(single directory bundled with more corn to the development of win32 sdk)
- 2007-04-16 11:07:42下载
- 积分:1
-
Keil-Software-Cx51-manual
第一章 介绍 概述 Cx51 编译器
第二章 用 Cx51 编译 解释怎样用 Cx51 交叉编译器编译一个源文件 本章叙述控制文件处理编译和输出的命令行提示
第三章 语言扩展 叙述支持 8051 系统结构须的 C 语言扩展 本章提供一个在 ANSI C 说明中没有的命令
函数 和控制的详细列表
第四章 预处理器 叙述 Cx51 编译器预处理器的组成和包含的例子
第五章 派生的 8051 叙述 Cx51 编译器支持的 8051 派生系列 本章还包括能帮助提高目标程序性能的技巧
第六章 高级编程技术 对有经验的开发人员的重要信息 本章包括定制文件
描述
优化器详细资料 和段名约定 本章还讨论了 Cx51 编译器产生的程序和别的8051 编程语言如何接口第七章 错误信息 列出了在使用 Cx51 编译器时可能遇到的致命错误 语法
错误和警告
第八章 库参考 提高一个扩展的 Cx51 库参考 分类列出了库例程和相关的
包含文件
本章最后有一个按字母顺序的参考 包括每个库例程的例子代码附录中包含不同编译器版本间的差异 作品编号 和别的有些信息(This manual describe how to 8051 target, environment using Cx51 Cx51 compiler optimization C compiler C program packages can be used in all the 8051 series processors can perform in the WINDOWS 32 bit command line in this hand
)
- 2013-03-09 11:51:51下载
- 积分:1
-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1
-
main
数码管静态显示源代码,可以直接调入工程使用(Static digital tube display the source code can be directly transferred to the engineering use)
- 2013-05-09 17:13:13下载
- 积分:1
-
spi_test
IC(PIC16F690)驱动程序C语言代码,为需要帮助的人提供方便,互相帮助!(IC (PIC16F690) driver C language code, for the people who need help to facilitate and help each other!)
- 2013-06-24 09:20:05下载
- 积分:1
-
fer1
$regfile = M8DEF.dat internal crystal 8000000
Config Lcdpin = Pin , Db4 = Portc.1 , Db5 = Portc.2 , Db6 = Portc.3 , Db7 = _
Portc.4 , E = Portd.2 , Rs = Portd.3
Config Lcd = 16 * 2
Config Timer1 = Counter , Edge = Rising
Ddrb.1 = 0 : Portb.1 = 1 PULL UP RESISTOR ACTIVATED
Config Timer0 = Timer , Prescale = 1024
Enable Counter1
Enable Interrupts
Enable Timer0
Enable Timer1
On Ovf1 Pulsecount
On Ovf0 Ovf0occures
Dim A As Long , I As Long , B As Byte
B = 0
Cls
Start Timer0
Do
Loop
End end program
Ovf0occures:
Incr I
If I > 30 Then
Stop Timer0
Cls : Home
A = B * 65536
A = A + Counter1
Lcd FREQ IS : A HZ
B = 0
I = 0 : Counter1 = 0
Start Timer0
End If
Return
Pulsecount:
Incr B
Counter1 = 0
Return
- 2014-11-22 01:04:48下载
- 积分:1
-
ucOS-II-V2.86-uCGUI-3.9-DEMO
基于STM32的压力监控项目,配有2.8寸TFT显示屏,可以实时监控压力曲线,带有数据库功能(Based on the STM32 pressure monitoring project, with 2.8-inch TFT display, real-time monitoring of the pressure curve with database functions)
- 2014-01-16 15:57:17下载
- 积分:1
-
cong2
A, 单发单收,在发送状态,能够连续发送从0到99的数字;
B, 单发单收,在接收状态,能够接收数据,并在数码管上正确地显示出来;
C, 单发多收,在AB完成的基础上,接上多个接收设备,能够正确发送和接收
这是从站2的代码(A, single-input single in the sending state, capable of continuously transmitting a number from 0 to 99 B, single-input single in the receiving state, capable of receiving data, and display correctly in the digital tube out C, single overcharged, on the basis of AB completed, connect multiple receiving devices, capable of sending and receiving the correct code from the station which is 2)
- 2014-05-19 21:21:11下载
- 积分:1