-
vb_温湿度_Access
100% 可以运行的温湿度显示软件,数据保存在数据库之间的通信 串口通信(100% operational temperature and humidity display software, data stored in the database communication serial port)
- 2020-06-18 06:20:01下载
- 积分:1
-
12864
点阵液晶屏的参考程序,内置菜单动能,大家可以研究一下(Dot matrix LCD screen reference program, built-in menu kinetic energy, we can look)
- 2011-11-11 18:53:23下载
- 积分:1
-
STC12C5204ADPSTCPLEDPFlicker
STC12C5204AD单片机控制单个二极管闪烁源代码,二极管由138译码器使能,另一端单片机IO口控制,采用延时程序,是单片机初学者很好的学习源代码(STC12C5204AD flash microcontroller source code to control a single diode, diode 138 by the decoding is enabled, the other end of the single-chip IO port control, using the delay procedure is a very good chip for beginners to learn the source code)
- 2011-07-26 17:03:59下载
- 积分:1
-
JN-AN-1229
说明: zigbee document upload 23/7/2019
- 2020-06-21 18:00:02下载
- 积分:1
-
the-voltage-ad-collection
单片机1260Sc5a 的ad 采集电压,带详细注解,适合初学者哦!(The microcontroller 1260Sc5a ad collection voltage, with detailed notes, suitable for beginners Oh!)
- 2013-05-09 22:43:22下载
- 积分:1
-
SIM300CZ
主要用于测试SIM300CZ拨打电话和MT8870程序,已测(Mainly used for testing SIM300CZ call and MT8870 procedures have been measured)
- 2014-04-09 20:28:51下载
- 积分:1
-
key_Queue
3. 参考void Reverse(LinkQueue &Q)函数,定义新的函数int Palindrome_Test(char str[]),判断字符串str是否回文序列,若是则返回1,否则返回0。写出程序或用文字描述算法的执行步骤。(3. Reference void Reverse (LinkQueue & Q) function, define a new function int Palindrome_Test (char str []), to determine whether the string str palindromic sequence, if it returns 1, otherwise it returns 0. Written procedures or describe in words the steps of the algorithm.)
- 2013-12-15 15:04:19下载
- 积分:1
-
adn
AD转换资料,超全大量AD采集电压以及采集电流的方法!(AD conversion data, a large number of ultra-wide voltage and collected current AD acquisition method!)
- 2013-09-01 17:58:25下载
- 积分: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
-
MySlide
自绘的滑块控件。显示进度等信息。。汽车仪表(Since the painting of the slider control. Display progress and other information. . Auto Meter)
- 2014-01-25 13:27:32下载
- 积分:1