-
最小二乘法拟合曲线,在TC2.0中编译通过
最小二乘法拟合曲线,在TC2.0中编译通过-least squares fitting, in which compile WITH TC 2.0
- 2022-03-25 08:02:18下载
- 积分:1
-
多视点视频编码JMVC
多视点视频编码,支持多个视点同时编码,消除空间、时间及视点间的冗余。获得较好性能的编码结果,率失真性能。
- 2022-01-26 02:12:24下载
- 积分:1
-
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
-
多元函数的共轭梯度法求多元函数在无约束情况下的最小值
多元函数的共轭梯度法求多元函数在无约束情况下的最小值-Multi-function conjugate gradient method for unconstrained multi-function in the case of the minimum
- 2022-01-26 07:45:56下载
- 积分:1
-
实现一个超过了计算机所表示范围的长整数的加减法
实现一个超过了计算机所表示范围的长整数的加减法-achieve an over by the computer, said the scope of the long integer addition and subtraction
- 2023-04-11 17:05:03下载
- 积分:1
-
米勒拉宾素性检验
- 2022-02-10 04:54:29下载
- 积分:1
-
左侧的边缘算法路由的超大规模集成电路
通道是两个平行的终端所包围的路由区域。通道路由算法的主要目的是尽量减少通道高度。左边缘 algorithm(LEA) 被开发的通道布线的第一种算法。芯片放置在行与行之间和在董事会之下的领域分为矩形通道。左侧边缘算法总是发现一种解决方案的行数等于下限
- 2022-07-27 01:45:29下载
- 积分:1
-
二叉树遍历的算法程序
二叉树遍历的算法程序-binary tree traversal algorithm procedures
- 2022-03-18 05:45:03下载
- 积分:1
-
opencv 摄像头视频采集测试
利用opencv 写的摄像头视频采集测试程序,可以从摄像头采集图片或者视频。可进一步通过opecnv 对采集内容进行编辑。
- 2023-05-31 15:35:03下载
- 积分:1
-
用动态规划法实现TSP旅行商问题
资源描述
用动态规划法实现TSP旅行商问题,此算法中我们用C++语言实现。
程序输入一个文本文件,文件中有三列,每一行表示图中的一条信息,例如:
0 1 6 #表示从0节点到1节点需要花费6
1 3 4 #表示从1节点到3节点需要花费4
就这样把有向图的每一条有向边表示出来,按照这样的格式写在一个txt文件中,作为程序输入,然后再输入你从哪个城市出发,程序可以输出一条最佳路径,并算出代价。
- 2022-06-15 23:14:56下载
- 积分:1