-
简单的讲,所谓拟合是指已知某函数的若干离散函数值{f1,f2,…,fn},通过调整该函数中若干待定系数f(λ1, λ2,…,λ3), 使得该函数与已知点集的差别...
简单的讲,所谓拟合是指已知某函数的若干离散函数值{f1,f2,…,fn},通过调整该函数中若干待定系数f(λ1, λ2,…,λ3), 使得该函数与已知点集的差别(最小二乘意义)最小。如果待定函数是线性,就叫线性拟合或者线性回归(主要在统计中),否则叫作非线性拟合或者非线性回归。表达式也可以是分段函数,这种情况下叫作样条拟合。-Simply speaking, the so-called fitting refers to a function known to a number of discrete function values (f1, f2, ..., fn), by adjusting the number of undetermined coefficient function f (λ1, λ2, ..., λ3), makes the function and known points of difference (least squares significance) the smallest. To be determined if the function is linear, is called linear regression or linear regression (mainly in the statistics), otherwise known as non-linear fitting, or nonlinear regression. Expressions can also be a sub-function, this case is called spline fitting.
- 2022-02-03 20:04:37下载
- 积分:1
-
C语言图像处理算法
牙齿部分为主要处理方向,C语言ML-EM法 处理连续的图像,进行去除图像噪音。
处理完的图像可以做成3D图像进行比较,处理图像为.img图像。
所用平台为VS2008,windows7 64.
- 2022-04-10 09:14:12下载
- 积分:1
-
sdfvasdfvasvda
- 2022-06-16 18:34:51下载
- 积分:1
-
4种排序算法的java实现
插入排序,堆排序,快速排序,归并排序的java实现。没有做泛型,而且内部实现是对一个给定的数组做这些排序。
- 2023-06-09 02:40:03下载
- 积分:1
-
遗传算法
用遗传算法求解集装箱码头的泊位调度问题,单目标问题,其中包含初始解的生成、选择、复制、交叉、变异操作等。
而泊位岸桥分配问题是指,为一周内即将到港的船舶分配泊位,使得码头的利用率最高,船舶总的在港时间最短。
- 2023-08-07 15:05:03下载
- 积分:1
-
A fast Fourier transform tool
windows 平台下的很好用,很快速,功能强大的快速傅立叶变换动态连接库,有头文件和说明书。-A fast Fourier transform tool
- 2022-08-10 12:03:45下载
- 积分:1
-
简单的用Vt码做的贪吃蛇小游戏
这是用C语言编写的简单的用Vt码做的贪吃蛇小游戏,游戏主要是在终端界面玩,未完尚待完善,望各位大神多提宝贵意见
- 2022-08-22 21:30:49下载
- 积分:1
-
模拟退火算法通用类,改编自TSP问题求解,采用Java5范式来表示解,需要实现:评估算法,获取当前解的领域,detalT【温度变化值】,loopCount【循环...
模拟退火算法通用类,改编自TSP问题求解,采用Java5范式来表示解,需要实现:评估算法,获取当前解的领域,detalT【温度变化值】,loopCount【循环次数】可调,更原始类型参看SACompute-Simulated annealing algorithm generic categories, adapted from the TSP problem solving, using Java5 solution paradigm to express the need to realize: To evaluate the algorithm, the field of access to the current solution, detalT value] [temperature changes, loopCount] [cycles adjustable, more primitive type of See SACompute
- 2023-04-07 14:00:02下载
- 积分:1
-
一个经典的acm题
一个经典的acm题-a classic that acm
- 2022-03-24 20:41:42下载
- 积分:1
-
用双点弦截法计算f(x)=0
用双点弦截法计算f(x)=0-Two-point cut-off method string f (x) = 0
- 2022-03-26 14:23:10下载
- 积分:1