-
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
-
二阶一领导四跟随
说明: 多智能体系统中二阶情况,有一个领导者四个跟随者(In the second-order case of multi-agent system, there is one leader and four followers)
- 2020-07-02 17:33:36下载
- 积分:1
-
wavelet_matlab
小波神经网络电力负荷预测的matlab源码,希望对大家有所帮助.(Wavelet neural network load forecasting matlab source code, want to help everyone.)
- 2009-12-15 11:03:51下载
- 积分:1
-
image-perocessing
matlab code for show image and read the image
- 2014-11-11 19:05:38下载
- 积分:1
-
ContextThemeWrapper
A ContextWrapper that allows you to modify the theme from what is in the wrapped context.
- 2014-01-22 10:56:08下载
- 积分:1
-
fcm
该源码是基于划分的模糊聚类算法,matlab带有自己的fcm算法,此次上传的算法是自己编写的(The source is divided based on fuzzy clustering algorithm, matlab with its own fcm algorithm, the upload algorithm is written in their own)
- 2014-10-06 21:14:11下载
- 积分:1
-
chepai
车牌识别系统,在Matlab下运行。。。。(che pai shi bie)
- 2014-11-12 13:00:35下载
- 积分:1
-
Codes_Comm_PPT
communication system
- 2013-04-29 15:01:12下载
- 积分:1
-
Lorenz
Lorenz系统的SIMULINK仿真模型(SIMULINK Lorenz System Simulation Model)
- 2010-07-01 14:20:27下载
- 积分:1
-
Lor_Poincare
绘制庞加莱截面图的程序。先通过solveLor.m来求出一系列点,然后代入Poincare_section 程序绘制庞加莱截面。
通过观察Poincare截面上截点的情况可以判断
是否发生混沌:当Poincare截面上有且只有一个不动点或少数离散点时,运动是周期的;当Poincare截面上是一封闭曲线时,运动是准周期的 当Poincare截面上是一些成片的具有分形结构的密集点时,运动便是混沌。 (Poincare section drawing program. First obtained by solveLor.m to a series of points, and then drawn into the program Poincare Poincare section. By observing the situation on the Poincare section cut points can determine whether chaos occurs: When there is only one fixed point or a few discrete points on the Poincare section, the motion is periodic When is a closed curve on the Poincare section, the motion is quasi- When is the point of having a dense fractal structure on some stretches of the Poincare section, the motion is chaotic period.)
- 2014-03-22 18:33:53下载
- 积分:1