-
MatrixInverse
说明: c语言编写的高效用LU分解法求任意维数的矩阵的逆,它是经典书籍《算法导论》(第二版)中矩阵求逆的c语言实现。 (The algorithm of matrix inverse is based on LU decomposition which is proposed by the book of introduction to algorithm (second edition).)
- 2009-08-03 08:34:24下载
- 积分:1
-
Soct
假设有一个能装入总体积为T的背包和n件体积分别为w1 , w2 , … , wn 的物品,能否从n件物品中挑选若干件恰好装满背包,即使w1 +w2 + … + wn=T,要求找出所有满足上述条件的解。例如:当T=10,各件物品的体积{1,8,4,3,5,2}时,可找到下列4组解:(1,4,3,2),(1,4,5),(8,2),(3,5,2)。
[需求分析](Suppose there are a load of the backpack of the total volume of T and n volumes were w1, w2, ... wn items, whether selected from n items a number of exactly filled backpack, even if w1+w2+ ...+ wn = T, find out the solution of all the above conditions are met. For example: when T = 10, the volume of items {1,8,4,3,5,2}, can be found in the following four solutions: (1,4,3,2), (1,4,5 ), (8,2), (3,5,2). [Needs Analysis])
- 2012-06-14 16:25:10下载
- 积分:1
-
EMD
利用emd算法解决经验模式分解的一些存在的端点效应问题。 有效的解决了问题。(Using emd algorithm to solve some of the empirical mode decomposition end effects exist. Effective solution to the problem.)
- 2020-10-19 16:27:25下载
- 积分:1
-
lanczosfilter
说明: 对时间序列进行滤波,去掉噪声,得到平滑后的数据(Filters a time series via Lanczos method (cosine filter).)
- 2020-03-23 19:41:37下载
- 积分:1
-
CS多目标
说明: 布谷鸟多目标算法用来函数寻优,本代码给出了通用版本,能够很好的适应和学习(CS algorithm used to function optimization, this code gives a general version, can adapt and learn well)
- 2021-04-17 09:04:42下载
- 积分:1
-
Least-squares
在visual c++6.0的环境下,使用C++语言编写的最小二乘法程序。(In visual c++6.0 environment, using C++ language least squares procedure.)
- 2011-06-24 14:33:54下载
- 积分:1
-
couette-matlab
安德森《计算流体力学及其应用》第九章不可压库埃特流的数值解 9.3节 数值方法:隐式克兰克—尼科尔森方法。(Anderson the computational fluid mechanics and its application "chapter 9 do not YaKu etta flow numerical solution of section 9.3 numerical methods: implicit g frank- Nicholson method.
)
- 2012-08-23 22:11:26下载
- 积分:1
-
matlab-solve-the-parabolic-equations
matlab求解抛物方程源程序,包括真值、近似值与误差,最大误差随网格数变化(matlab solve the parabolic equations)
- 2012-11-27 12:04:01下载
- 积分:1
-
Mesh2dv23
MATLAB编写的非结构化网格生成程序,不算很长(MATLAB program written in unstructured mesh generation, not very long)
- 2011-10-09 22:22:08下载
- 积分:1
-
Bayesian-Methods-for-Hackers
贝叶斯统计推断相关资料和贝叶斯方法,学习贝叶斯不错的资料(Bayesian statistical inference related data and bayesian methods, learning bayesian good data)
- 2020-06-24 01:20:02下载
- 积分:1