-
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
-
matlab.rar
基于遗传算法的无功优化matlab实现方法软件包,调试基本通过,可直接下载应用,具体例子可以自己修改一下原代码(Based on Genetic Algorithm for Reactive Power Optimization method matlab package, debugging basic through direct download applications, specific examples can modify the original code)
- 2008-05-20 12:41:05下载
- 积分:1
-
MATLAB-function
最新的matlab命令集合。搜集了网上的大部分(The latest collection of matlab commands. Collected most of the Internet)
- 2011-09-26 13:08:31下载
- 积分:1
-
dui
说明: 队列的新的操作,用个数number和队尾指针rear来判队空队满(Queue new operation, number and team with the number of rear end of pointers to sub-team full of air force)
- 2010-04-27 18:42:35下载
- 积分:1
-
Poisson-Equation-with-Multigrid
多网格求解泊松方程,给出并解释了一个如何使用多网格求解的过程(I give a short explanation of how to use multigrid to solve the Poisson
equation in cylindrical coordinates for a solid conducting pipe. I also
explain how to use a non-uniform grid to optimize the problem.
)
- 2012-04-13 17:09:38下载
- 积分:1
-
2
说明: rsa示例,实现了加密和解密的基本功能,供大家参考(rsa example, to achieve the basic functions of encryption and decryption, for your reference)
- 2014-09-02 13:41:03下载
- 积分:1
-
change
读取字符串,统一转换成小写后,删除相同的字符(Read the string converted to lower case after the reunification, delete the same character)
- 2010-01-26 15:06:30下载
- 积分:1
-
matlab_vs2008
matlab vs2008混合编程,减少程序移植工作量。(matlab vs2008 mixed programming, reduce the workload of the transplant procedure.)
- 2012-08-27 16:37:25下载
- 积分:1
-
Strccl
说明: 面向组织结构的访问控制模型Structure-oriented access control model(Structure-oriented access control model)
- 2011-03-27 18:03:47下载
- 积分:1
-
MUSIC
说明: MUSIC 算法的实现原理 及其流程 数字信号处理(MUSIC algorithm implementation process of digital signal processing theory and)
- 2011-04-02 22:48:31下载
- 积分:1