资源列表
Quadratic-Programming
- 功能:用拉格朗日方法求解等式约束二次规划:min f(x)=0.5*x Hx+c x,s.t.Ax=b 输入:H,c分别是目标函数的矩阵和向量,A,b分别是约束条件中的矩阵和向量 输出:(x,lam)是KT点,fval是最优值。-Function: Lagrangian method for solving equality constrained quadratic programming: min f (x) = 0.5* x Hx+ c x, s.t.Ax = b Input:
sunlightlb-1.1.tar
- 多相流体格子玻尔兹曼软件采用C语言开发,值得参考和借鉴-multiphase Lattice Boltzmann Method program with C
elbeem-src-051204
- 多相流体格子玻尔兹曼法程序,采用C语言开发-Multiphase flow dynamics code by Lattice Boltzmann Method, developed using C language
knn.tar
- KNN是采用分而治之方法计算K-最近图论的快速算法程序-KNNis is a fast algorithm for computing K-nearest neighbors graphs
ZITSOL_1.tar
- ZITSOL是一个线性方程组迭代求解库的复数版本,八廓ILUK,ILUT和ARMS等多种算法-ZITSOL 16:37 complex version of ITSOL
ITSOL_2.tar
- 线性方程组迭代计算方法库,包括多种算法,如ILUK,ILUT,ARMS等-ITSOL is a library of ietrative solvers, and it includes ILUK,ILUT and ARMS, etc.
filtlan120507
- 滤波Lanczos迭代法求解代数方程组,如CG,CR,SVD等-Filtered Lanczos Iteration for solving linear equations
LineCurvature2D
- 通过对离散点的拟合计算各点的曲率和法矢量- This function calculates the curvature of a 2D line. It first fits polygons to the points. Then calculates the analytical curvature from the polygons
smoothn
- 对杂乱的数据离散点进行光滑处理,区别于传统的平滑滤波,此程序光滑效果更好,速度更快- SMOOTHN Robust spline smoothing for 1-D to N-D data. SMOOTHN provides a fast, automatized and robust discretized spline smoothing for data of arbitrary dimension.
orthofit
- 对离散点进行多项式拟合,不同于传统多项式拟合高次出现病态,此程序可以拟合高阶多项式- ORTHOFIT Fit polynomial to data. YS = ORTHOFIT(X,Y,N) smooths/fits data Y(X) in a least-squares sense using a polynomial of degree N and returns the smoothed data YS.
cloud-model
- 逆向云代码1 clear all close all X1=[0.4 0.6 0.7 0.1 0.3 0.8] Y1=[0.765 0.765 0.529 0.059 0.47 0.412] m=6 Ex=0.5 En1=zeros(1,m) for i=1:m
RQ
- 运筹学中excel的运用(用excel解决线性规划、动态规划、排队论等问题)-The use of Excel in Operations Research (using Excel to solve the problems of linear programming, dynamic programming, queuing theory, etc.)
