资源列表
cq3
- unit Other interface Uses Windows,tlhelp32,PsAPI type PStrData = ^TStrData TStrData = record Ident: Integer Str: string end TUseInfo=record QQ, Mail, Page:string DL:boolean end TSendMail
lab014-dcmotor
- 使用DSP2812,的事件管理器(EVB)产生的PWM波,输出在PWM11引脚,去控制直流电机速度。-use DSP2812, the event management (EVB), the PWM wave output pin in PWM11 to DC motor speed control.
fftasm
- asmfft一个快速傅立叶变换的FFT算法 -asmfft a Fast Fourier Transform FFT algorithm
lab007_ad
- 使用DSP2812定时器中断启动AD转换,并以AD转换中断读取转换结果,该程序用C语言编写,可在CCS2000下运行。-use DSP2812 timer interrupt the boot AD conversion, and conversion to AD conversion results to be read interruption, the program used the C language, the CCS2000 running.
lab18-Convolve
- 使用DSP2812实现卷积算法实验,该程序用C语言编写,可在CCS2000下运行。-use convolution algorithms achieve DSP2812 experiment, the program used the C language, the CCS2000 running.
daimadaquan
- < 代码大全>> 一本经典的好书.推荐下载 -lt; Lt; Code Daquan gt; Gt; A classic books. Download
Microsoft_DX9.0c_CP_5.4.0.3900
- 中植滤波的一个小方法,经过测试了,效果还不错呢-were planted in a small filtering methods, after testing, the results were pretty good?
lab17-iir
- 使用DSP2812实现无限冲击响应滤波器(IIR)算法,该程序用C语言编写,可在CCS2000下运行。-DSP2812 unlimited use of impact response filter (IIR) algorithm, the program used the C language, the CCS2000 running.
MultiPoly0427
- 一个多重链表的演示,包括如何创建,删除,插入等等。-a multiple Chain demonstration, including how to create, delete, insert and so on.
C_Programming
- C语言编程宝典.chm 一本学习C的好书-C programming language book. Chm one of the books to learn C
test_fgets
- fgets() sample~ how to use readRestOfLine-fgets() sample~ how to use readRestOfLine
PictureZoom
- 图像放缩,调用Windows Api函数,采用二次线性插值算法实现。