-
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
-
Untitled1
matlab绘制阵列正六边形。采用角度方法。(Draw a regular hexagon array matlab. Using the angle method.)
- 2014-01-27 17:04:28下载
- 积分:1
-
matlab
计算金融学及计算生物学等众多应用领域。在各行业和学术机构中,有一百多万工程师和科学家使用 MATLAB 这一技术计算语言(Calculate Finance and computational biology and many other applications. In various industries and academic institutions, there are more than one million engineers and scientists using MATLAB technical computing language)
- 2013-05-12 18:51:32下载
- 积分:1
-
3class_svm_matlab
说明: 使用libsvm进行三分类,svm多分类可以类似编程(Use libsvm for three categories, svm classification can be more similar to programming)
- 2021-01-01 00:58:58下载
- 积分:1
-
LDAANDPCA
LDA和PCA的一个程序,主要是LDA和PCA,并不是一个完整的工程,仅供大家参考。(LDA and PCA program, mainly LDA and PCA, is not a complete project, only for reference.)
- 2015-08-07 10:19:49下载
- 积分:1
-
Rec_Analysis
说明: 逻辑分析系统代码,在实验中广泛使用!放心用(Logic analysis system code, widely used in the experiment! Rest assured)
- 2011-04-09 12:35:37下载
- 积分:1
-
Accelerating_Matlab_with_CUDA
Nivada之CUDA,加速Matlab运算的文档资料。(Nivada of CUDA, speed up the Matlab computing documentation.)
- 2009-12-23 10:20:18下载
- 积分:1
-
CPP_with_Matlab
how to load .m matlab file in c++.
c++ with matlab
- 2013-02-01 19:17:58下载
- 积分:1
-
att
奇异吸引子,混沌吸引子,复杂系统理论,画法代码。(Strange attractor, chaotic attractor, complex systems theory, painting code.)
- 2013-12-17 13:00:27下载
- 积分:1
-
2改进的粒子群算法20160831
说明: 改进的粒子群算法,适合新手学习,通俗易懂,好上手(Particle swarm optimization algorithm detailed explanation, convenient for novices to learn, easy to use)
- 2020-11-13 20:19:43下载
- 积分:1