-
filter
滤波器的源码, 用于稀疏傅里叶变换的滤波器的源代码,方法简单易行。(Source filter for sparse Fourier transform filter source code, the method is simple.)
- 2015-01-16 20:11:37下载
- 积分:1
-
Papers
电子稳像综述,阐述电子稳像的发展过程和主要理论、方法等。(Overview of electronic image stabilization to explain the development process of electronic image stabilization and the main theories, methods.)
- 2009-11-28 12:01:42下载
- 积分:1
-
LL1
能够实现LL(1)预测分析过程的源码,有测试用例(To achieve LL (1) Prediction of the process of source code, there are test cases)
- 2020-06-30 08:40:01下载
- 积分:1
-
MatlabandVCmixprogramming
本文介绍了一种将Matlab编译成可执行程序的一种方法,它使得Matlab编写的程序能够完全脱离Matlab这个环境来执行,从而大大提高了程序的应用范围和使用价值(This paper presents a Matlab will compile into an executable, It makes Matlab prepared by the procedures to be immune from the Matlab environment to implement, thus greatly improving the procedures and scope of the application of value)
- 2006-09-20 21:34:14下载
- 积分:1
-
11
说明:
广告流水灯程序
ORG 00H
MOV P2,#80H
START:MOV A,#0FFH 赋初值
CLR C
MOV R2,#8
LOOP:RRC A 带进位右移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP
MOV R2,#7
LOOP1:RLC A 带进位左移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP1
JMP START
DELAY:MOV R3,#20 延时0.2秒
D1: MOV R4,#20
D2: MOV R5,#248
DJNZ R5,$
DJNZ R4,D2
- 2012-11-22 13:22:07下载
- 积分:1
-
FFT2
进行快速傅里叶变换的程序,可以利用C++或者MATLAB直接完成快速傅里叶变换(Fast Fourier transform for the program can be utilized C++ or MATLAB directly to complete the fast Fourier transform)
- 2013-01-24 15:51:43下载
- 积分:1
-
Stepping01
vb digital image processing, a total of eight chapters containing code
- 2009-06-02 18:46:51下载
- 积分:1
-
PpcaararC
关于matlab主元分析的一个简单单易懂的实例,可供初学入门者参考学习。
(On the matlab principal component analysis is a simple single-understand examples, for novice beginners for reference.)
- 2012-07-17 19:56:13下载
- 积分:1
-
FLAC3D_TO_TECPLOT
将软件的建模功能用专业的软件实现,这个很不错,可以完全实现自动处理(The software' s modeling capabilities with professional software, this is very good, you can completely automate processing)
- 2014-05-24 22:14:56下载
- 积分:1
-
WindowDcDemo
在视图中使用CWindowDC在整个窗口进行绘图,C++精选学习源码,很好的参考资料。(For drawing in the window using CWindowDC in the view, select learning C++ source code, a good reference.)
- 2013-11-27 07:37:26下载
- 积分:1