-
Document
电场,考虑电导率,电流密度矢量关系式变化关系(Electric field, considering the electric conductivity, the current density variation of the relation vector)
- 2014-04-02 14:10:01下载
- 积分:1
-
MCG
MC9S12DZ60时钟初始化程序, C语言, code warrior 软件(initial program of MCG, C language,code warrior software)
- 2012-01-02 18:01:07下载
- 积分:1
-
Imager_SDK_14.12.20086
Pocket 2003 Imager_SDK_14.12.20086 for software engineereing.
- 2014-01-07 17:21:36下载
- 积分:1
-
MSP430
MSP430 我们全国电子竞赛老师给的资料(MSP430 National Electronic contest teacher gave us the information)
- 2013-08-16 14:20:55下载
- 积分:1
-
RootKitHideFile
说明: 通过SSDTHOOK技术实现文件隐藏。。(File hidden by SSDTHOOK technology. .)
- 2010-04-12 10:00:34下载
- 积分:1
-
NozzleTest20110904
实现对气体流量表的基于音速喷嘴的自动检定(testing for the gas flow meters based on stangdard acoustic nozzles)
- 2013-11-07 12:04:28下载
- 积分:1
-
etpu_set1
飞思卡尔单片机的etpu功能模块set1 打包好的 直接可以用(The etpu function module of Freescale MCU Set1 Carle pack can be used directly)
- 2013-12-31 15:15:43下载
- 积分: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
-
Hla_template
说明: HLA仿真程序模板,使用的RTI为pRTI 1.3.(HLA templates, the use of the RTI pRTI 1.3.)
- 2020-10-29 11:09:56下载
- 积分:1
-
Dc-generator-speed
直流发电机的调速程序,使用的是STC12C5A的单片机,采用PWM技术来调节他的速度,简单便捷。(DC generator speed control program use is microcontroller of STC12C5A, and PWM technology to adjust his speed, simple and convenient.)
- 2012-08-03 22:04:35下载
- 积分:1