-
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
-
Obookofcaajn
关于常规脉冲多普勒地地面雷达的杂波建模与仿真
(Conventional pulsed wave Doppler to the ground radar clutter modeling and simulation)
- 2012-07-19 17:35:38下载
- 积分:1
-
LabProgramNo.8
SourceCode project in data management system
- 2015-02-01 11:07:36下载
- 积分:1
-
Simulating-a-channels-in-Matlab
new chnnel simulation
- 2012-05-29 17:42:37下载
- 积分:1
-
MATLABImageBasicOperationsCommand
MATLAB图像基本操作命令:imread, imwrite, imshow,figure(MATLAB Image basic operations command:imread, imwrite, imshow,figure)
- 2010-06-28 16:42:20下载
- 积分:1
-
contourlet_toolbox
contourlet的工具箱,matlab和C代码(contourlet toolbox, matlab and C code)
- 2010-05-29 15:33:02下载
- 积分:1
-
CPPSTL
STL(Standard Template Library),即标准模板库,是一个具有工业强度的,高效的C++程序库。它被容纳于C++标准程序库(C++ Standard Library)中,是ANSI/ISO C++标准中最新的也是极具革命性的一部分。该库包含了诸多在计算机科学领域里所常用的基本数据结构和基本算法。为广大C++程序员们提供了一个可扩展的应用框架,高度体现了软件的可复用性。 (STL (Standard Template Library), which is a standard template library, with industrial strength, efficient C++ library. It is contained in the C++ standard library (C++ Standard Library), ANSI/ISO C++ standard is the latest in is also very part of a revolutionary. The library contains many in Computer Science in the field of common basic data structures and basic algorithms. Provides an extensible application framework for the majority of C++ programmers, highly reflects the software reusability.)
- 2014-11-06 11:06:37下载
- 积分:1
-
GM1_1.m
最原始的灰色预测,matlab程序,可直接使用(Most original gray forecast, matlab program, can be used directly)
- 2015-01-21 14:34:35下载
- 积分:1
-
matlab-gui
matla b gui..................(matlab gui...........................)
- 2013-11-03 20:46:38下载
- 积分:1
-
SMATLABFFFTp
MATLAB频谱分析源代码,自己写的,配合原始数数据文件,超级详细 ,经测试可直接使用。
(MATLAB spectrum analysis of the source code, write your own, with the original number of data files, super detail, has been tested and can be used directly.)
- 2012-07-23 11:38:00下载
- 积分:1