-
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
-
MATLA-BBPSK
matlab仿真bpsk的调制解调 完整的程序 有注释(demodulation of bpsk)
- 2012-04-09 20:33:42下载
- 积分:1
-
matlab10sxindianshujudongtaixianshi
在matlab中实现心10s电数据动态显示(In the heart of the matlab realize 10s electricity dynamic data display)
- 2011-05-17 09:46:17下载
- 积分:1
-
Matcom
MATCOM 使用教程 MATCOM可以把MATLAB转换成C语言(MATCOM use the tutorial MATCOM can put MATLAB into C language)
- 2013-03-30 14:43:27下载
- 积分:1
-
011fir16_matlab
给出了通过MATLAB设计FIR滤波器的程序,只需要输入滤波器类型和参数就能设计出特定滤波器,并产生DSP需要的数据,很有意义。(MATLAB is given through the FIR filter design process, only the type and parameters of input filter will be able to design a specific filter, and DSP have the data needed and meaningful.)
- 2009-06-15 10:31:19下载
- 积分:1
-
initpop
几个matlab小程序,主要用于遗传算法仿真(Several small matlab program, mainly for genetic algorithm simulation)
- 2010-09-05 00:15:51下载
- 积分:1
-
psoVC
pso程序的源代码
pso程序的源代码-粒子群优化算法源程序
作者:FashionXu
一个pso程序的源代码。在vc.net2003下面通过。
建议:看代码之前,请先弄明白pso是怎么回事。然后请对应着来:程序中用Agent代表一只鸟,PSO代表鸟群。阅读源代码,不要顺着看,先看main(),然后按照出现的东西的顺序,一个一个得来,呵呵,纯粹是建议。(program s source code pso pso program s source code - source code on Particle Swarm Optimization: FashionXu a pso program source code. In vc.net2003 following through. Recommendation: look at the code before you figure out how the matter pso. Then please correspond to: Program using Agent on behalf of a bird, PSO representative of the flock. Read the source code, do not look down, look at the main (), then follow the order of things there, one by one, come, Oh, merely suggestions.)
- 2008-07-30 16:26:10下载
- 积分:1
-
fw
说明: 数字信号处理,滤波,维纳滤波器,维纳—霍夫方程(Digital signal processing, filtering, Wiener filter, Wiener- Hoff equation)
- 2011-11-06 13:01:49下载
- 积分:1
-
dasss
这个是一种采用CA-CFAR算法的自适应双重驻留捕获系统已经提出来了,这种系统的门限值可以根据输入信号的大小来增加和减小。()
- 2013-03-21 12:20:38下载
- 积分:1
-
SVG_MEASURE2
matlab 无功电流检测 ip-iq法(matlab reactive current detection ip-iq method)
- 2012-06-17 12:26:22下载
- 积分:1