-
tsp-mpi
关于tsp问题的基于windows环境下的mpi实现源代码。(tsp of the windows environment based on the realization of the source code mpi.)
- 2007-01-01 21:06:52下载
- 积分:1
-
MATLAB
自编MATLAB,里面包括:31点滚降,4psk程序,new眼图,等等(Self MATLAB, which includes: 31 point roll, 4psk procedures, new eye, and so on)
- 2011-05-13 23:07:51下载
- 积分:1
-
liziqunsuanfa
说明: 差分粒子群算法的MATLAB程序
差分粒子群算法的MATLAB程序(Differential particle swarm optimization algorithm MATLAB program)
- 2009-08-24 20:53:52下载
- 积分:1
-
Math
Matlab算法分析与设计程序,包括很多搜索算法的源程序。(Matlab algorithm analysis and design procedures, including many search algorithm of the source.)
- 2010-10-15 14:10:33下载
- 积分:1
-
firamp
matlab linear phase FIR four type amplitude
- 2013-11-21 21:43:03下载
- 积分:1
-
my_try3
天线 面阵 方向图 泰勒面阵描述方向图 天线 面阵 方向图 泰勒面阵描述方向图(TAYLOR LINNER ARRAY FOR ANTENNA)
- 2020-07-14 15:38:51下载
- 积分:1
-
trace_generate
惯性导航研究中的轨迹发生器,用于模拟载体的机动运动(inertial navigation study the trajectory generator to simulate carrier mobile campaign)
- 2006-12-22 10:29:24下载
- 积分:1
-
MatrixManip
this code is a matrix with 4 operation
- 2011-06-23 17:56:38下载
- 积分:1
-
KinectwithMatlab
The release of the Kinect for Windows sensor and software development kit (SDK) for commercial applications opens up the limitless possibilities offered by Kinect technology. Together, the hardware and software offer a superior development platform for Windows and a higher quality, better performing experience for end users.
- 2012-04-22 12:43:43下载
- 积分:1
-
Recursive_integer_division
递归法求解整数划分。
整数划分,是指把一个正整数n写成如下形式:
n=m1+m2+…+mi (其中mi为正整数,并且1 <= mi <= n),则{m1,m2,...,mi}为n的一个划分。
如果{m1,m2,...,mi}中的最大值不超过m,即max(m1,m2,...,mi)<=m,则称它属于n的一个m划分。这里我们记n的m划分的个数为f(n,m) (Recursive method integer division. Integer division, refers to a positive integer n written as follows: n = m1+m2+ ...+mi (where mi is a positive integer, and 1 < = mi < = n), then {m1, m2, ..., mi} is a division of n. If {m1, m2, ..., mi} does not exceed the maximum value of m, i.e., max (m1, m2, ..., mi) < = m, m n is said that it belongs to a division. Where m is the number of division n our mind is f (n, m) )
- 2014-02-06 14:21:38下载
- 积分:1