资源列表

« 1 2 ... .34 .35 .36 .37 .38 739.40 .41 .42 .43 .44 ... 3400 »

[数学计算/工程计算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
<刘文> 在 2025-03-11 上传 | 大小:19kb | 下载:0

[数学计算/工程计算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
<ddz> 在 2025-03-11 上传 | 大小:2kb | 下载:0

[数学计算/工程计算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.
<ddz> 在 2025-03-11 上传 | 大小:8kb | 下载:0

[数学计算/工程计算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
<ddz> 在 2025-03-11 上传 | 大小:1kb | 下载:1

[数学计算/工程计算filtlan120507

说明:滤波Lanczos迭代法求解代数方程组,如CG,CR,SVD等-Filtered Lanczos Iteration for solving linear equations
<S.C. Deng> 在 2025-03-11 上传 | 大小:286kb | 下载:0

[数学计算/工程计算ITSOL_2.tar

说明:线性方程组迭代计算方法库,包括多种算法,如ILUK,ILUT,ARMS等-ITSOL is a library of ietrative solvers, and it includes ILUK,ILUT and ARMS, etc.
<S.C. Deng> 在 2025-03-11 上传 | 大小:450kb | 下载:0

[数学计算/工程计算ZITSOL_1.tar

说明:ZITSOL是一个线性方程组迭代求解库的复数版本,八廓ILUK,ILUT和ARMS等多种算法-ZITSOL 16:37 complex version of ITSOL
<S.C. Deng> 在 2025-03-11 上传 | 大小:210kb | 下载:0

[数学计算/工程计算knn.tar

说明:KNN是采用分而治之方法计算K-最近图论的快速算法程序-KNNis is a fast algorithm for computing K-nearest neighbors graphs
<S.C. Deng> 在 2025-03-11 上传 | 大小:1.69mb | 下载:0

[数学计算/工程计算elbeem-src-051204

说明:多相流体格子玻尔兹曼法程序,采用C语言开发-Multiphase flow dynamics code by Lattice Boltzmann Method, developed using C language
<S.C. Deng> 在 2025-03-11 上传 | 大小:256kb | 下载:0

[数学计算/工程计算sunlightlb-1.1.tar

说明:多相流体格子玻尔兹曼软件采用C语言开发,值得参考和借鉴-multiphase Lattice Boltzmann Method program with C
<S.C. Deng> 在 2025-03-11 上传 | 大小:68kb | 下载:0

[数学计算/工程计算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*
<Aira.W> 在 2025-03-11 上传 | 大小:2kb | 下载:0

[数学计算/工程计算CODE_FDM_PROJECT_1

说明:Rectangule That compute Tempreture Using FDM with different boundary conditions
<John> 在 2025-03-11 上传 | 大小:1kb | 下载:0
« 1 2 ... .34 .35 .36 .37 .38 739.40 .41 .42 .43 .44 ... 3400 »

源码中国 www.ymcn.org