-
NozzleTest20110904
实现对气体流量表的基于音速喷嘴的自动检定(testing for the gas flow meters based on stangdard acoustic nozzles)
- 2013-11-07 12:04:28下载
- 积分:1
-
LCD35
不错的拓普微3.5寸LCD显示屏驱动代码,可以参考(Good TOPWAY 3.5-inch LCD display driver code, you can refer to it)
- 2013-09-24 12:54:35下载
- 积分: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
-
LTE_UL
仿真过程中,将改进算法那与经典算法进行比较,通过对仿真数据如系统时延、系统丢包概率以及系统吞吐量的比较分析,评估改进算法的正确性和性能。(Simulation process, the improved algorithm that compares with the classical algorithm, through the simulation data system latency, packet loss probability of the system as well as a comparative analysis system throughput, improved assessment of the correctness and performance of the algorithm.)
- 2014-05-05 12:12:19下载
- 积分:1
-
ic
说明: 本压缩包中详细介绍了电动机的单片机控制的有关方法(The compression package described in detail the single-chip motor control of the method)
- 2008-12-01 15:29:04下载
- 积分:1
-
STM8L
IAR开发环境,STM8L单片机,Att7053计量芯片,此仪表程序可以显示电压电流频率(IAR development environment, STM8L SCM, Att7053 measurement chip, the instrument can display the voltage and current frequency of program)
- 2011-04-21 08:31:31下载
- 积分:1
-
stm32
这是基于STM32的室内环境监测毕业设计,主要是检测了温湿度和关照强度,同时实现了数字万年历的显示,开发板为野火的。(This is based on the STM32 indoor environment monitoring graduation design, to detect the temperature and humidity, and take care of intensity, while achieving a digital calendar display development board wildfire.)
- 2013-04-16 17:11:29下载
- 积分:1
-
clock
时钟程序的编写 这是基于89系列 适用于初学者(clock based on 89C51 you can make a clock by yourself if you want )
- 2012-01-17 14:55:56下载
- 积分:1
-
HUST
华中科大第八届的程序 拿了赛区的二等奖 关于飞思卡尔智能车电磁组(sensor group)
- 2014-01-17 13:00:55下载
- 积分:1
-
chuankoutongxin
89c52的串口通信的演示 (89c52 serial communication demonstration)
- 2011-05-29 21:16:23下载
- 积分:1