-
TSP
说明: 算法仿真,很好用蚁群算法算法仿真,很好用蚁群算法(Algorithm simulation, a good simulation algorithm using ant algorithm, ant colony algorithm with good)
- 2008-10-13 20:23:26下载
- 积分:1
-
1
说明: 登录界面显示,matlab gui 编程的,可视化好(Login screen is displayed)
- 2017-03-12 16:33:51下载
- 积分:1
-
add
实现了MATLAB 与VC的混合编程的方法,生成相应的DLL动态链接库供VC调用,最后生成相应的空间。实现了二则的混合编程(Realized MATLAB and VC mixed programming method, to generate the corresponding DLL dynamic link library for VC call, the last to generate the corresponding space. Achieve a mix of programming Two)
- 2014-10-21 22:19:10下载
- 积分:1
-
matrix_chol
说明: matlab中chol函数的C++实现,即对矩阵进行分解,分解为上三角矩阵(chol matlab in C++, the function)
- 2011-03-14 19:28:50下载
- 积分:1
-
associate
说明: 建立关联程序的例子。本程序演示把 .bar 文件与 NotePad 建立关联(establish procedures related examples. The demonstration put procedures. Bar documents associated with the establishment of NotePad)
- 2006-04-25 11:03:45下载
- 积分:1
-
Aexpp06_adaptd
自适应陷波器的仿真程序源码,初级入门的的matlab仿真程序源码 可直接使用。
(Adaptive notch filter simulation program source code, the primary entry of the Matlab simulation program source can be used directly.)
- 2012-07-18 20:51:54下载
- 积分:1
-
antenna-princple
天线设计原理,适合天线初学者以及工程人员参考的经典资料(Antenna design principle of classical information, suitable for beginners and engineering personnel antenna)
- 2014-10-31 21:56:44下载
- 积分:1
-
BIG2GB
文字转换,可用于繁体字和简体字之间的转换()
- 2007-08-28 15:45:51下载
- 积分:1
-
AdaptiveMedian
从网上看到了matlab实现的自适应中值滤波,用C++改写了一下。(Adaptive Median, matlab version to C++ version.)
- 2015-01-06 22:11:30下载
- 积分: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