-
Matlab_Butter
用C语言实现matlab的butter函数中低通和带通功能,高通和带阻没写,有兴趣的可以自己加入.(Using C language to achieve matlab butter function low-pass and band-pass function, high pass and band stop did not write)
- 2017-10-23 13:47: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
-
WENDUCAIJI
基于51单片机的TDC-GP21温度采集程序(Based on 51 single-chip temperature acquisition procedures TDC-GP21)
- 2013-07-24 14:25:00下载
- 积分:1
-
computer-clock
带参数存储的整点报时音乐电脑时钟,算是一个比较适合初学者一个小系统。有一定的参考价值。(With parameters stored in the computer clock chime music, be a more suitable for beginners a small system. Have a certain reference value.)
- 2013-05-31 17:41:08下载
- 积分:1
-
pro_dds
说明: 基于STC51单片机,实现dds的算法部分(Based on 51, the algorithm part of the realization of dds)
- 2010-05-03 15:54:17下载
- 积分:1
-
ATK-SIM900A
SIM900开发板配套STM32 GPRS代码(SIM900 STM32 GPRS driver)
- 2013-11-26 10:54:05下载
- 积分:1
-
aes
AES128/196/256 加解密源码,可实现ECB模式加密,HEX输出。密码及明文没有补齐功能,需手动补齐。无需特殊库文件,适合单片机使用。已测试,可正常使用。(AES128/196/256 encryption source code, can achieve ECB mode encryption, HEX output. The password and the plaintext without the need to manually fill up function. No special library files, suitable for single use. Has been tested, can be used normally.)
- 2015-12-30 09:30:04下载
- 积分:1
-
Protues-jiaocheng
protues的教程,初学者的必备,可以学习很多东西,对自己收益很大(study protues)
- 2013-11-28 11:53:19下载
- 积分:1
-
IEC104MasterSlave
IEC104规约Server和Client端的源码实现,遥信,遥测,遥调,遥控,总召等等都有,很有参考价值(IEC104 Statute of the Server and Client client source code implementation, remote, telemetry, remote adjustment, remote control, and so have the church always, a good reference value)
- 2020-11-19 13:59:39下载
- 积分:1
-
SHUMAGUANDONGTAISAOMIAOYANSHI
5-数码管动态扫描演示,能实现数码管自动的动态扫描,希望对各位有用处(5- digital dynamic scanning demonstration, to achieve a dynamic digital auto scan, you want to be useful)
- 2011-06-09 18:54:51下载
- 积分:1