-
Was established based on moving least square (Moving Least
建立了一种基于移动最小二乘(Moving Least-Squares MLS)法的曲线曲
面拟合方法 这种方法对传统的最小二乘(LS)法的作了比较大的改进 使生成的曲线曲面具
有精度高 光滑性好等许多优点 详细介绍了移动最小二乘法的原理 应用和特点 并且给
出了使用移动最小二乘法进行曲线曲面拟合的程序设计流程 最后给出了曲线拟合和空间散
乱数据曲面拟合算例 将拟合结果与最小二乘拟合结果作了比较 分析了 MLS 拟合曲线曲
面的光滑性和拟合质量 表明了该方法的优越性和有效性-Was established based on moving least square (Moving Least-Squares MLS) method of this curve and surface fitting method to the traditional method of least squares (LS) method was relatively large improvements to make the generated curves and surfaces with a precision of High smoothness, good detail, and many other advantages of the principle of least-squares method for mobile applications and features and gives the least-squares method using the mobile curve and surface fitting procedure design process Finally, curve fitting and spatial scattered data surface to be cost-effective cases of the results of the fitting results are compared with the least-squares fitting analysis of MLS fitting curves and surfaces smooth and fitting quality demon
- 2023-02-17 12:50:04下载
- 积分:1
-
迷宫寻路 A*算法
A*算法实现迷宫寻路功能,用启发式函数的编写以及各类启发式函数效果的比较。
- 2022-03-20 20:51:41下载
- 积分:1
-
整数类型超过 128 个字符
用C语言写的一个将大于128的整型数转换为Unicode的字符型字符, ascii基本表最大描述字符只有127大于127的字符为ascii扩展表, 正常转换时为不可见字符, 这个算法能够实现不可见字符的转换.
- 2023-01-05 05:25:03下载
- 积分:1
-
熵权法和理想解法的Matlab通用程序
熵权法和理想解法的Matlab通用程序, 程序能够运行出正确的结果,希望对各位有帮助。
- 2022-03-21 11:26:17下载
- 积分:1
-
一个用于数学函数值计算的c函数,求任意数学函数f(x)和f(x,y)的值...
一个用于数学函数值计算的c函数,求任意数学函数f(x)和f(x,y)的值-a mathematical function for the calculation of the value of c function. Arbitrary mathematical function f (x) and f (x, y) values
- 2022-01-28 14:24:13下载
- 积分:1
-
二叉树的递归和非递归遍历
这是一个关于二叉树遍历的源代码,是用C语言的所描述的,是关于二叉树遍历的数据结构的算法问题,
- 2023-06-25 08:05:03下载
- 积分:1
-
先序遍历非递归算法 #define maxsize 100 typedef struct { Bitree Elem[maxsize] int top }SqS...
先序遍历非递归算法 #define maxsize 100 typedef struct { Bitree Elem[maxsize] int top }SqStack void PreOrderUnrec(Bitree t) { SqStack s StackInit(s) p=t while (p!=null !StackEmpty(s-preorder non- recursive algorithm# define maxsize 100 typedef struct (Bitree Elem [maxsize]) int top SqStack void PreOrderUnrec (Bitree t) (SqStack s StackInit (s) p = t while (p! = Null! StackEmpty (s
- 2022-12-23 05:40:03下载
- 积分:1
-
Bandelet_ImageFusion_Toolbox
资源描述Bandelet_ImageFusion_Toolbox 细带的图像融合工具包,
- 2023-01-05 06:00:04下载
- 积分:1
-
C commonly used numerical algorithm
C常用数值算法--特征函数-C commonly used numerical algorithm-- eigenfunction
- 2022-07-18 03:53:25下载
- 积分:1
-
修正单纯型方法程序
修正单纯型方法程序-modified simplex methods and procedures-
- 2023-05-21 07:45:03下载
- 积分:1