-
tina-
此文件夹有高通滤波,低通滤波,带通滤波,带阻滤波,三角信号发生器,正弦信号发生器,三角波发生器,三角波转换成余弦,等等tina的源程序,适合广大爱好者!(This folder has a high pass filter, low pass filter, band-pass filtering, band stop filtering, triangular signal generator, sine wave generator, triangle wave generator, triangle wave into a cosine, so tina source for the majority of fans !)
- 2011-07-12 17:38:58下载
- 积分:1
-
CS5460A
CS5460A芯片源程序,能测量电流、电压以及电能等量。(CS5460A chip source program, which can measure current, voltage and equal power.)
- 2012-06-06 12:41:44下载
- 积分:1
-
DrawLine
实现坐标的显示 随机数产生 并显示到listctrl中 声称坐标轴 显示随机数,排序(
Achieve coordinate display random number is generated and displayed to listctrl claimed axis shows random numbers, sorting)
- 2013-11-08 20:38:32下载
- 积分:1
-
61IC_S1643
CC2591功放PCB CC2530+PA (CC2591 power amplifier PCB CC2530+ PA)
- 2012-04-10 15:13:53下载
- 积分:1
-
digital-calendar
基于单片机的多功能数字日历电路所有的原理图论文PCB仿真(Based on SCM multi-function digital calendar circuit
)
- 2012-04-02 19:04:50下载
- 积分:1
-
51dianpianjidi1760
以c51单片机为核心,利用1760芯片进行语音报时,51单片机控制(With c51 microcontroller core, the use of 1760 chip for voice timekeeping, 51 MCU control)
- 2013-11-28 09:41:59下载
- 积分:1
-
IT
TI 经典的范例 对于学习msp430系列芯片的人肯定有用的 呵呵 可以看看(The classic example of TI msp430 series chips for learning useful Oh man certainly can look at)
- 2013-07-27 20:14:24下载
- 积分:1
-
sdfghjk
基于正点原子stm32的频谱 a1读取ad信号显示(Punctuality atomic spectrum based stm32 a1 read signal display ad)
- 2015-07-26 19:55:48下载
- 积分: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
-
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