-
modscan32tidy
MODSCAN32英文版,
很好用的。(MODSCAN English, very good use.)
- 2010-08-23 21:27:05下载
- 积分:1
-
CSparse.tar
direct sparse solver for linear equations
- 2014-01-02 20:05:09下载
- 积分:1
-
MUSIC-
基于最小冗余线阵的谱相关共轭循环MUSIC算法(MUSIC algorithm based on conjugate cyclic spectral correlation minimum redundancy linear arrays)
- 2013-12-26 12:39:53下载
- 积分:1
-
1602
说明: 用4*4矩阵键盘给液晶1602送四位数,其中第四行按键设置为功能键,按键显示可调对应位的数字(With 4* 4 matrix keyboard to send the four-digit LCD 1602, the fourth line of buttons is set to function keys, adjustable button displays the corresponding number of bits)
- 2009-08-29 13:21:16下载
- 积分:1
-
clock
说明: 看电子电路时序图如何看,这是个好方面,可以看看(Electronic circuit timing diagram to see how the look, this is a good side, you can see)
- 2011-04-03 09:20:03下载
- 积分:1
-
usb_host_printer_pcl_5
说明: 惠普打印机 PCL5 语言 命令函数程序代码参考(hp pcl5 printing command reference)
- 2011-03-17 21:31:23下载
- 积分:1
-
Atmel_mp3_USB
本源代码用于使用ATMEL公司的AT89C51芯片实现硬件mp3,其中包括有特色的mp3解码算法和U盘功能读写程序。(Source code for use ATMEL Corporation AT89C51 chip hardware mp3, have characteristics which include mp3 decoding algorithm and U disk function to read and write procedures.)
- 2008-08-07 16:10:10下载
- 积分: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
-
PMSM_DTC
永磁同步电机直接转矩控制系统,模糊PID控制程序,包含M文件(Permanent magnet synchronous motor direct torque control system)
- 2020-12-01 20:29:26下载
- 积分:1
-
适用于AVR系列单片机的几种C语言比较
说明: 使用于AVR单片机的几种C语言,大家可以参考一下,以便以后在AVR的程序编写中提高自己(used in the AVR several C language, we can make reference to the AVR after the procedure to improve their writing)
- 2005-12-17 12:40:39下载
- 积分:1