-
MLS_3D
移动最小二乘三维插值,很好的东西哦,希望对大家有帮助(Moving Least Squares 3D interpolation, good stuff, oh)
- 2012-10-09 22:50:19下载
- 积分:1
-
CPPsimplex
单纯形法,求解线性规划问题的通用方法。单纯形是美国数学家G.B.丹齐克于1947年首先提出来的。它的理论根据是:线性规划问题的可行域是 n维向量空间Rn中的多面凸集,其最优值如果存在必在该凸集的某顶点处达到。顶点所对应的可行解称为基本可行解。单纯形法的基本思想是:先找出一个基本可行解,对它进行鉴别,看是否是最优解;若不是,则按照一定法则转换到另一改进的基本可行解,再鉴别;若仍不是,则再转换,按此重复进行。因基本可行解的个数有限,故经有限次转换必能得出问题的最优解。如果问题无最优解也可用此法判别。
(Simplex method for the minimum)
- 2011-09-18 22:57:30下载
- 积分:1
-
AGJDN
压缩包包含三个文件:
全主元高斯-约当消元法程序AGJDN.m;基于全主元高斯-约当消元法的迭代求解病态矩阵方法AGJDNM.m;AGJDN.m的测试方程。
程序参考自:Fortran常用算法程序集(第二版) 徐世良编。AGJDN.m能求解部分病态矩阵,而AGJDNM.m对于我的测试矩阵效果不佳,但也一并上传,仅供参考。
错漏之处,还望指正。
(Gaussian-Jordan elimination base on all principal element.)
- 2014-12-09 15:22:12下载
- 积分:1
-
LU_Matrix_1.c
说明: lu分解矩阵求逆...
===========
紫薯紫薯...(Matrix LU decomposition inversion)
- 2020-06-18 07:40:02下载
- 积分:1
-
ca713
信号维数的估计,计算一维光子晶体的透射特性和反射特性,小波包分析提取振动信号中的特征频率。( Signal dimension estimates, Calculated transmission characteristics and reflection characteristics of the one-dimensional photonic crystals, Wavelet packet analysis to extract vibration signal characteristic frequency.)
- 2017-04-19 09:47:37下载
- 积分:1
-
FDTd
对一个微带天线使用FDTD方法进行计算和分析,得到该天线反射系数,远区辐射场等信息(Right a microstrip antenna to use the FDTD method carry on calculated and analyzed, get this antenna reflection coefficient, far Ou radiation field and other information)
- 2021-05-15 15:30:02下载
- 积分:1
-
Bayesian-Methods-for-Hackers
贝叶斯统计推断相关资料和贝叶斯方法,学习贝叶斯不错的资料(Bayesian statistical inference related data and bayesian methods, learning bayesian good data)
- 2020-06-24 01:20:02下载
- 积分:1
-
hen_qg73
利用matlab针对图像进行马氏距离计算 ,LDPC码的完整的编译码,线性调频脉冲压缩的Matlab程序。( Using matlab to calculate the Mahalanobis distance for the image, Complete codec LDPC code, LFM pulse compression of the Matlab program.)
- 2017-05-18 19:17:04下载
- 积分:1
-
jMetalPy-master-python
用Python语言写的多目标进化算法库(2017年最新版本),包含常见的多目标进化算法以及当前最新文献中的最新算法,能够实现不同算法之间的性能比较(包含常见的GD, IGD, HV等评价指标自动生成)。可以供进化计算、多目标优化、单目标优化算法的学习参考。Python语言版本简单易懂,实用性强。(Library of multi-objective evolutionary algorithm written in Python language (the latest version in 2017), including multi-objective evolutionary algorithm and the most common new literature in the new algorithm, can realize the performance between different methods (including the common GD, IGD, HV and other evaluation index generation). It can be used as a reference for evolutionary computation, multi-objective optimization and single objective optimization. Python language version is simple and easy to understand, practical.)
- 2020-10-06 19:37:37下载
- 积分:1
-
RK
说明: 自适应步长龙格库塔法求解常微分方程,main.c内容根据自己需要改变,待求解方程为derivs,需要使用者自己编写(Adaptive step size Runge Curta Fa for solving ordinary differential equations)
- 2017-09-23 22:30:34下载
- 积分:1