-
ellipsefilter
椭圆滤波器C程序和matlab的仿真m文件,根据matlab仿真设计椭圆滤波器参数,再编写C程序(C program of ellipsefilter)
- 2016-01-14 12:58:40下载
- 积分:1
-
20081003
支持向量机方法,用matlab实现,用于分类(Support Vector Machine method, using matlab realize for classification)
- 2008-05-23 15:00:32下载
- 积分:1
-
Motor-Model
motor model for realtime programming
- 2015-02-12 19:46:00下载
- 积分:1
-
2D-MUSIC
L型阵下基于2D-MUSIC的二维DOA估计算法(Under the L-type array estimation algorithm based on 2D-MUSIC-dimensional DOA)
- 2020-11-21 22:19:35下载
- 积分:1
-
matlab
PUDN XIEXIE西南交通大学赵宏宇老师的教学课件(ORIGIN OF SEJTU.)
- 2010-07-15 17:23:46下载
- 积分:1
-
Delete-File-System-Minifilter-Driver
Delete File System Minifilter Driver
- 2014-12-07 15:56:58下载
- 积分:1
-
MATLAB-(2)
基于MATLAB及小波变换的遥感图像处理与分析研究(The MATLAB wavelet transform-based remote sensing image processing and analysis)
- 2013-03-06 15:33:18下载
- 积分:1
-
TL2
说明: 就是个测试文件,目前还在测试研究中,请多多指教(TEST)
- 2010-04-06 10:54:31下载
- 积分:1
-
coding_for_security
说明: 安全编程修炼之道英文版和代码,比较详细,推荐(coding_for_security)
- 2010-04-05 13:46:07下载
- 积分:1
-
recursion
说明: 递归,是函数实现的一个很重要的环节,很多程序中都或多或少的使用了递归函数。递归的意思就是函数自己调用自己本身,或者在自己函数调用的下级函数中调用自己。
递归之所以能实现,是因为函数的每个执行过程都在栈中有自己的形参和局部变量的拷贝,这些拷贝和函数的其他执行过程毫不相干。这种机制是当代大多数程序设计语言实现子程序结构的基础,是使得递归成为可能。(Recursion, is a function to achieve a very important part of many programs are more or less use the recursive function. Recursive mean that the function of its own call to themselves or subordinates in their own function calls a function to call their own. Recursion that can be achieved because the function of each execution in the stack has its own shape parameters and local variables of the copy, the copy and the implementation process has nothing to do other functions. This mechanism is the most modern programming language implementation subroutine structure of the foundation is to make recursion possible.)
- 2009-08-30 16:26:06下载
- 积分:1