-
temperature-display
51单片机温度采集与显示设计 - 通过DS18B20温度传感器获取温度,并通过数码管显示,并实现了温度可手动校准(51 single-chip temperature acquisition and display design- through DS18B20 temperature sensor for temperature, and through the digital display, and achieve a temperature can be manually calibrated)
- 2013-10-13 16:26:42下载
- 积分:1
-
C51-VBddl
VB 开发C51的动态链接库,可以拿来直接用的,(VB-C51 dynamic link library that can be used directly, and)
- 2013-11-17 22:19:39下载
- 积分:1
-
MEmailClient_final
邮件收发源,在其它网站下载来的,分享给大家,方便大家下载(Mail source, in other sites to download for everyone to share, easy to download)
- 2014-02-12 16:05:19下载
- 积分:1
-
web
一个用c++编写的网页程序,可以作为大家的学习(Using a web page written in c++ program can be used as our learning)
- 2009-12-15 16:40:39下载
- 积分:1
-
QuangBao
it is program for led matrix
- 2012-01-09 17:49:50下载
- 积分:1
-
FT4_V1TEST_HEX
单片机12864显示万年历,用来测试12864的点阵!(Microcontroller 12864 show calendar, to test the 12864 lattice!)
- 2011-11-08 17:16:21下载
- 积分:1
-
601700ROTGL_mit_Null_2WM_2GLS_V30
op software in bascom
- 2009-06-03 06:59:08下载
- 积分:1
-
phpMyAdmin(MySQL)Violent-attack
这个工具是一个利用phpmyadmin来破解mysql数据库密码的工具。
可以是字典或是暴力破解都可以。
mysql数据库用户名可自定义(This tool is a use of phpMyAdmin to crack MySQL password tool.
It can be either a dictionary or a brute force.
Mysql user name can be customized)
- 2016-05-07 12:34:38下载
- 积分: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
-
LPC2138
以LPC2138为基础的防火防盗报警显示系统。(LPC2138-based fire burglar alarm display system.)
- 2020-07-01 23:40:01下载
- 积分:1