-
自适应算法的程序,用matlab语言编写,属于现代信号处理方法。...
自适应算法的程序,用matlab语言编写,属于现代信号处理方法。-Adaptive algorithm of the program, with the matlab language, belongs to modern signal processing methods.
- 2023-07-25 07:35:04下载
- 积分:1
-
语音识别HMM算法C++实现
这是一个语音识别的常用算法,隐马尔可夫链的算法实现,用的是C++语言实现的代码
- 2023-08-27 23:40:03下载
- 积分:1
-
用C语言实现的遗传算法的程序,实现的是y=x+10*sin(5*x)+5*cos(10*x)求最大值.实现环境为win...
用C语言实现的遗传算法的程序,实现的是y=x+10*sin(5*x)+5*cos(10*x)求最大值.实现环境为win-tc.-C language GA procedures, achieving is y = x 10* sin (x 5*) 5* cos (10* x) for the maximum. To achieve environmental w in-tc.
- 2023-04-26 22:05:03下载
- 积分:1
-
彩色图像的人脸检测
face detection in color image
- 2022-07-25 12:51:42下载
- 积分:1
-
K条最短路算法,Mapinfo Mif格式文件,约束条件值可以设定
K条最短路算法,Mapinfo Mif格式文件,约束条件值可以设定-K of the shortest path algorithm, Mapinfo Mif format, restrictions value can be set
- 2022-07-01 17:35:32下载
- 积分:1
-
c# rsa algorithm encryption/decryption
RSA加密和解密C#实现公钥和私钥是预定义的。浏览要加密或解密的文件。
- 2022-06-18 22:48:56下载
- 积分:1
-
二分法求方程的实根
很简单的一个程序
要不是为了下一个东西,我才不会上这么变态的网站!...
二分法求方程的实根
很简单的一个程序
要不是为了下一个东西,我才不会上这么变态的网站!-dichotomy equation for the real roots of a very simple procedure but for the sake of the next one thing, I would not be such a metamorphosis on the website!
- 2022-09-17 10:45:03下载
- 积分:1
-
梯度优化
梯度下降法是一种一阶优化算法。若要查找函数使用梯度下降法的局部极小值,一个采取步骤负梯度 (或近似梯度) 成正比的当前点的功能。如果相反你采取步骤积极的梯度成正比,其中一个方法局部最大值的函数 ;然后,程序称为梯度上升。梯度下降法也被称为是最陡下降或最速下降的代码的方法有助于计算采用梯度下降法的目标函数值最小值。梯度下降法可以用于求解线性方程组,转化为二次型极小化问题,例如,使用线性最小二乘系统。解决方案的线性最小二乘意义上被定义为最小化函数在传统线性最小二乘法为真正和使用欧氏范数,在这种情况下 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-01-29 00:48:01下载
- 积分: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
-
线性规划的单纯形法
simplex method for linear programing
- 2023-01-26 02:40:04下载
- 积分:1