搜索资源列表
paretofrontier_branch2
- 非支配解的快速求解方法,利用两个比较,去掉被支配的解-Rapid method of non dominated solution, using two comparison, remove be dominated
longgekuta
- 数学计算用的经典龙格库塔算法,可以用于随机共振系统输出求解。附带一个使用的实例-Solving mathematical calculations of classical Runge-Kutta algorithm can be used to output stochastic resonance system
matlab
- 运用牛顿迭代法求解非线性方程组的matlab源代码-Newton iterative method to solve the nonlinear equations
mittag-leffter-function
- 用mittaga-leffter函数求解分数阶微分方程. copyright:Igor Podlubny-Solution of fractional differential equation using mittaga- leffter function. copyright: Igor Podlubny
Garbor-function
- 有了Gabor核函数后就可以采用前文中提到的“离散二维叠加和卷积”或“快速傅立叶变换卷积”的方法求解Gabor变换,并对变换结果求均值和方差作为提取的特征。32个Gabor核函数对应32次变换可以提取64个特征(包括均值和方差)。由于整个变换过程代码比较复杂,这里仅提供测试代码供下载。该代码仅计算了一个101×101尺寸的Gabor函数变换,得到均值和方差。代码采用两种卷积计算方式,从结果中可以看出,快速傅立叶变换卷积的效率是离散二维叠加和卷积的近50倍。-to extract features
MINLP-with-Stochastic-programing
- 带有随机规划的多目标非线性模型求解,算法为文化查分算法-Multi-objective nonlinear model with random programming solving algorithm cultural algorithm check points
ordinary-differential-equation
- 本次课程设计中,主要讨论了常微分方程的初值问题数值解法。文章主要分3大块,分别是:1.简单介绍几种常微分方程的初值问题数值解的求法,给出其算法流程图和相应matlab程序。2.通过运用典型的数值解法如Eulor方法,改进Eulor方法,Runge-Kutta方法求解具体常微分方程并分析对比方法收敛阶、稳定性。3.进一步去用以上三种方法求解Lotka-Volterra方程,分析食饵与捕食者模型,得出相关结论。-The curriculum design, focused on the numeri
yiweidingchang
- 自己编写的,求解杆问题的简单一维定常传热,并且将数值解与解析解进行了比较,最后用高斯消去法求解的矩阵,适合新手FORTRAN入门参照-I have written, to solve the problems stem simple one-dimensional unsteady heat transfer, and the numerical solution were compared with the analytical solution, and finally with Gauss
WUDUIJIAOZHUIGAN
- 五对角矩阵追赶法求解矩阵,有调用方法,并且经过我优化,一次性将矩阵处理成五对角数列,减少循环次数-Pentadiagonal matrix chase method for solving the matrix, there is a method call, and after I optimized one-time matrix processing into PENTADIAGONAL series, reducing the number of cycles
niudunfa
- 这是一个牛顿法求解非线性方程的C++源码。-This is a Newton method for solving nonlinear equations C++ source.
EqualHeisenMatrix
- 求解等效海森矩阵的基于MATLAB的程序,是一种实用的方法-Solving equivalent Hessian matrix based on MATLAB program is a practical method
danchunxingfa
- 单纯性法,运用单纯性法求解线性规划问题,速度快,效率高-linear programming problem
top
- 一个求解拓扑优化的matlab程序,可以进行简单的结构静力拓扑优化设计,求解方法是改进的最优准则法-topology optimization matlab procedures, it can be a simple structural static topology optimization design, an improved method for solving the optimal Criterion
Gauss
- 运用高斯积分对复合函数进行求解,并附有注释- Gaussian integral
fem48
- 有限元法求解mindelin板的固有特性和简谐响应-The inherent characteristics of finite element method mindelin plate and harmonic response
21
- 利用四阶的龙格库塔法求解一阶微分方程组。-Fourth-order Runge-Kutta method for solving one-order differential equations
tsp
- 这里面包括两个求解tsp问题的案例,运行环境为matlab-This includes two tsp problem solving cases, operating environment for matlab
danmubiao
- 单目标有约束求解的一个例子,运行环境为matlab2014a-There is a single objective constraint solving example, the operating environment for the matlab2014a
MANDLU
- 稀疏矩阵压缩存储和LU分解,迭代求解线性方程组-Sparse matrix storage compression and LU decomposition iterative solving linear equations
Length
- 运用类的方法,输入两个点,求解两点之间的距离-input two point ,comput the length between the two point