-
EX9_LCD1602
ME850单片机开发实验仪演示程序 - LCD1602显示 基于
c51系列的单片机程序,用AT89S52延时通过(ME850 SCM experimental instrument demo- LCD1602 display based on
c51 series SCM process, using AT89S52 delay through)
- 2013-10-03 18:23:10下载
- 积分:1
-
cJSON-test
JSON脚本C语言使用的案例,包括C语言对JSON脚本的输入和输出。(JSON scripting language used C cases, including the C language for JSON script input and output.)
- 2015-03-31 09:47:38下载
- 积分:1
-
ssd1289-3.2
ssd1289-3.2的基于STM32的测试程序。(ssd1289-3.2 testing procedures based on the STM32 )
- 2012-06-09 21:25:25下载
- 积分:1
-
CClockSTProject
一个模拟电子表的程序,有兴趣的可以研究研究(a simulated electronic watches the proceedings, interested can studies)
- 2007-03-29 11:26:03下载
- 积分:1
-
Double-two-way-voltmeter
双两程电压表,用TLC1543做的,精准测电压(Double two-way voltmeter)
- 2012-10-18 18:27:17下载
- 积分:1
-
pic18f2550-usb-osiloskop-termometre-frekans-sayic
PIC18F2550 sorts of applications made with this beautiful project with 3 source code has comes up all the computer software and computer-related pic assembly software is written in Visual Basic 6
- 2013-11-17 07:56:50下载
- 积分:1
-
pro_dds
说明: 基于STC51单片机,实现dds的算法部分(Based on 51, the algorithm part of the realization of dds)
- 2010-05-03 15:54:17下载
- 积分:1
-
AD_temperature
本程序是TI的32位单片机LM3S9D96官方开发板上、基于IAR平台的,用C语言编写的的一个设计AD、液晶显示、串口打印的完整工程文件。已经调通。原创的程序。对于掌握LM3S些列单片机的高级功能很有用。(This program is TI' s 32 the microcontroller LM3S9D96 official development board, IAR platform, written in C language design the AD LCD, serial print complete engineering documents. Has been transferred Qualcomm. Original program. Useful advanced features master LM3S these columns microcontroller.)
- 2013-04-11 10:05:03下载
- 积分: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
-
SHIYANJIU
基于51的C语言频率计,内涵仿真图,以实现空能(Based on 51 C-language frequency meter, meaning simulation diagram, in order to achieve air can)
- 2013-07-17 14:12:29下载
- 积分:1