-
read-ssdt
读取ssdt函数当前地址,详见源码中、。。。。(Ssdt function reads the current address, see the source code. . . .)
- 2013-11-13 12:37:17下载
- 积分:1
-
PCF8563lcd1602
pcf8563 lcd1602 ds18b02 stc89c52rc对系统精确定时 报警 采集温度(pcf8563 lcd1602 ds18b02 stc89c52rc precise timing of the alarm system collected temperature)
- 2011-11-18 13:18:38下载
- 积分:1
-
5.Matrix-key
矩阵按键测试程序, 输出结果用串口传输到上位机显示(Matrix key test program, the output with serial transmission to the PC)
- 2014-02-26 20:25:41下载
- 积分:1
-
doc6
一个单片机程序,是关于LED数码显示的比较简易(a SCM process, the LED digital display on the relatively simple)
- 2006-11-20 15:43:52下载
- 积分: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
-
svdprony
使用奇异值分解算法的prony算法用于电机故障诊断(SVD algorithm prony algorithm for the motor fault diagnosis)
- 2016-05-03 21:24:59下载
- 积分:1
-
yjp2.0
这是一个能生成C程序代码的软件,用来编写液晶屏上的内容非常方便。(This is a program that generates C source software, used to write the contents on the LCD screen is very convenient.)
- 2011-01-25 17:44:15下载
- 积分:1
-
power-supply-standard
开关电源测试 标准 (Switching power supply testing standards)
- 2012-09-07 23:02:01下载
- 积分:1
-
Client
本文以霍尔茨(HOLZER)法作为船舶轴系扭转振动的计算方法,着重研究了船舶轴系自由扭振的计算与分析,并对轴系扭振产生原因进行了分析,提出了一系列减振方法,以保证船舶动力装置的安全正常运行。(In this paper, Holtz (HOLZER) Act as the ship shafting torsional vibration calculation methods, focusing on the calculation and analysis of ship shafting torsional vibration of freedom, and the shaft torsional vibration causes analyzed, proposed a series of less vibration methods to ensure the safety of the ship s power plant running.)
- 2014-07-23 10:04:16下载
- 积分:1
-
Wireless-remote-control-program
飞思卡尔16位单片机无线遥控程序,供初学者开发学习(Wireless remote control program)
- 2015-08-15 17:21:31下载
- 积分:1