-
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
-
sistsp
遗传算法在优化路径中的应用研究,这是MATLAB仿真的源程序。(The genetic algorithm optimization applied research in the path, which is the source of the MATLAB simulation.)
- 2012-04-21 19:54:24下载
- 积分:1
-
ch1
这是一份很好的资料,对于初学者来说很好,很有用(This is a good, very good, very useful for beginners)
- 2012-11-13 10:28:37下载
- 积分:1
-
Leach4_1
omnet下leach算法,有助于omnet的初学者仿真练习(Under the omnet leach algorithm, omnet help beginners simulation practice)
- 2012-09-26 21:24:58下载
- 积分:1
-
AR2_1
现代数字信号处理 AR(p)模型 matlab程序(ADSP AR(p) model,MATLAB)
- 2015-09-09 21:57:12下载
- 积分:1
-
ISAR
生成rcs数据,通过此段代码进行isar成像(isar imaging)
- 2020-11-17 12:59:41下载
- 积分:1
-
BPANN
基于BP神经网络的字符识别算法源代码,包括网络仅值训练方法,训练是通
过调用34个字符文件夹,识别率达到99.8 。(BP neural network-based character recognition algorithm source code, including the value of the network only training methods, training is by calling the 34-character file folders, the recognition rate of 99.8 .)
- 2015-01-10 22:59:33下载
- 积分:1
-
PriorityQueue.tar
Priority Queue Data Struct
- 2014-11-09 02:17:13下载
- 积分:1
-
Jeckess-system-sales
Finance-Stock software system
- 2015-03-14 22:10:49下载
- 积分:1
-
tform_Lidar
用matlab仿真实现的雷达图像的几何畸变校正过程(using Matlab Simulation of radar images of the geometric distortion correction process)
- 2007-01-27 12:11:39下载
- 积分:1