-
字符串模式匹配算法(KMP算法)
字符串的模式匹配(KMP算法)-string pattern matching (KMP algorithm)
- 2022-01-25 20:35:54下载
- 积分:1
-
等值线插值Pascal程序
等值线插值Pascal程序-contours Pascal interpolation procedures
- 2022-02-01 07:39:22下载
- 积分:1
-
/ = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = /功能annot
//=== === === === === === === =
//函数说明
//函数名称:PolyFit
//函数功能:最小二乘法曲线拟合
//使用方法:double *x ---- 存放n个数据点的X坐标
// double *y ---- 存放n个数据点的Y坐标
// int n -------- 给定数据点个数
// double *a ---- 返回m-1次拟合多项式的m个系数
// int m -------- 拟合多项式的项数,即拟合多项式的最高次为m-1。要求m20,则本函数自动按m=min{n,20}处理
// double *dt --- dt[0]返回拟合多项式与各数据点误差的平方和;dt[1]返回拟合多
// 项式与各数据点的误差绝对值之和;dt[2]返回拟合多项式与各数据
// 点误差绝对值的最大值
//注意事项:拟合多项式的形式为 y = b0 + b1*(x-Xavr)...
-//=== === === === === ==== === === === === === === ==== === =// function annotations// function name : PolyFit// Function functions : Least Squares Curve Fitting// Use : double* x n-store data point coordinates of the X//* y double-storage n data point Y coordinates// int n-------- given the number of data points//* a double---- returned to the m-1 m fit polynomial coefficients// int m-------- polynomial fitting items , which is the highest polynomial fitting time for m-1. Request m
- 2023-07-25 11:15:03下载
- 积分:1
-
在 C 中的计算器
这个问题域前面的问题一样,这里我们另外允许
- 2022-03-20 08:21:58下载
- 积分:1
-
Dijkstra算法
在vc++ 6.0中用c++语言,编写计算最短路径的Dijkstra算法,采用邻接矩阵的存储结构。
- 2022-03-22 19:44:55下载
- 积分:1
-
vs2005开发的apriori算法程序,实现算法的基本功能,获取关联规则...
vs2005开发的apriori算法程序,实现算法的基本功能,获取关联规则-apriori algorithm vs2005 development process, achieve the basic functions of algorithm to obtain association rules
- 2022-11-19 12:25:03下载
- 积分:1
-
精通matlab
精通matlab-proficient in Matlab
- 2022-06-17 17:32:59下载
- 积分:1
-
Hanoi汉诺塔
解开汉诺塔谜题,理解递归原理。
新手作品。
- 2022-07-09 08:00:46下载
- 积分:1
-
ODE Numericla Methods for Heat
ODE Numericla Methods for Heat
- 2022-05-07 01:49:58下载
- 积分:1
-
numerical method C Program
数值计算方法C程序-numerical method C Program
- 2022-07-23 08:53:11下载
- 积分:1