-
C#编写的二重积分算法
C#编写的二重积分算法-数值分析算法-C# prepared by the Double Integral algorithm- numerical analysis algorithm
- 2022-04-12 03:38:42下载
- 积分:1
-
java语言实现各种排序算法
采用java语言,实现克重排序算法,如快速排序、冒泡排序等;
- 2022-01-25 21:05:04下载
- 积分:1
-
倍计算
这是一个程序来计算。你需要输入SEGY数据倍,限制了方位的数量和偏移,那么你就可以得到的地区之一的褶皱。
- 2022-02-20 04:11:22下载
- 积分:1
-
表达式二叉树
表达式二叉树-Expression of BinaryTree
- 2022-06-03 16:23:09下载
- 积分:1
-
图的建立与遍历算法。
图的建立与遍历算法。-map and the establishment of traversal algorithm.
- 2022-02-20 21:54:46下载
- 积分:1
-
VC++实现的二分法求单调函数是否有解。
VC++实现的二分法求单调函数是否有解。-VC++ dichotomy in order to achieve the monotonic function is broken.
- 2022-01-22 05:54:23下载
- 积分:1
-
财经类数值算法(finacial numerical recipes),压缩包内有pdf文件和c++源码...
财经类数值算法(finacial numerical recipes),压缩包内有pdf文件和c++源码-Financial category numerical algorithm (Financial numerical recipes), compressed within a pdf file and c-source
- 2022-05-07 13:55:22下载
- 积分:1
-
C++常用数值算法 原代码 复化辛卜生公式
C++常用数值算法 原代码 复化辛卜生公式-C++ Commonly used numerical algorithm of the original code complex formula辛卜Health
- 2022-03-19 00:20:39下载
- 积分:1
-
knn算法C实现
KNN最邻近算法在c上的实现。输入样本可以根据已经训练好的模型将该词分类,或者重新训练样本,将该新输入的样本进行分类。代码是在C语言上完成的。
- 2022-01-21 00:19:45下载
- 积分:1
-
简单的讲,所谓拟合是指已知某函数的若干离散函数值{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