-
xian
运用matlab软件,编程运算,进行回归分析(Use matlab software, programming operations, the regression analysis)
- 2013-09-14 10:15:19下载
- 积分:1
-
VCMatlab
采用VC2005 与Matcom混合编成 实现数据的读取和数据显示 对于学习VC和matlab的研究人员有一定参考价值(Compiled with VC2005 mixed Matcom using data read and data for the study, researchers VC and matlab has some reference value)
- 2011-07-16 22:25:53下载
- 积分:1
-
HHT
可以用来方便的进行输入信号的Hilbert-Huang变换,经过了验证,可以使用(Used to implement the input signal of the Hilbert-Huang transform. First proposed calculation method, after validation, can be used.)
- 2012-03-23 09:29:51下载
- 积分:1
-
MUSIC
MUSIC算法估计性能分析,详细的介绍了MUSIC算法估计性能(It is very useful in array signal process )
- 2009-11-26 23:43:38下载
- 积分:1
-
XAudio
Tool for programing matlab 6.0
- 2012-11-21 01:42:57下载
- 积分:1
-
FDTD3D_Main[1]
使用有限时域差分法,用matlab模拟三维光子晶体(the simulation of TM mode in three-dimensional photonic crystals)
- 2014-10-31 13:14:23下载
- 积分:1
-
ChildFrm
The first scheme is based on the spatial locality of feature vectors corresponding
to similar images. Learning is effected by modifying the query vector to incorporate the
positive examples. The second scheme is based on “distorting” our view of the feature space. An
new similarity distance between an image and the query is learned from the relevance feedback.
- 2009-11-23 06:51:13下载
- 积分:1
-
mymain
遗传算法 图像分割挺好用的 希望有用
matlab(Genetic algorithm for image segmentation with the hope of good useful
matlab)
- 2015-03-09 16:22:39下载
- 积分:1
-
modLunarCalendarInEnglish
Modul convertion Gregorian Date to Lunar Date Visual Basic 6.0.
- 2015-03-18 16:56:13下载
- 积分: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