-
用于图象边缘检测,是一个视频采集的基础
用于图象边缘检测,是一个视频采集的基础-for image edge detection, is a collection of video
- 2023-01-24 02:40:04下载
- 积分:1
-
MATLAB最优化问题中的armijo线搜索算法
MATLAB编的最优化算法,利用armijo算法进行线搜索。armijo算法是最优化问题中确定步长最常用的算法之一,可以比较快速高效的确定收敛步长。
- 2022-06-02 10:55:32下载
- 积分:1
-
simple source code for those who interested in programming
simple source code for those who interested in programming
- 2023-06-25 04:15:03下载
- 积分:1
-
将2个矩阵相乘,输出结果为文本文件
应用背景此代码是与乘法2个矩阵,导出一个文本作为结果。关键技术矩阵生产属于一般领域:1:单个数的标量乘以一个矩阵的每一个条目。2:通过另一个整个矩阵的另一个整个矩阵的乘法,矩阵乘法将是指这个二类。
- 2023-04-08 09:10:04下载
- 积分:1
-
这是一个利用simpson求积公式来计算近似积分值,精度比较高
这是一个利用simpson求积公式来计算近似积分值,精度比较高-This is an advantage of simpson quadrature formula to calculate the approximate integral value, high precision
- 2022-06-20 05:09:16下载
- 积分:1
-
最短路和次短路
Dijkstra的推广之一:
最短路径的子路径是最短路径。证明:(算法导论P358)
次短路径的子路径是最短路或次短路.(这个是次短路径的最优子结构).
证明:
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-11-05 17:25:03下载
- 积分:1
-
//=== === === === === === =====
//函数说明
//函数名称:Correlation
//函数功能:计算最小二乘法拟合...
//=== === === === === === =====
//函数说明
//函数名称:Correlation
//函数功能:计算最小二乘法拟合的多项式的相关系数
//使用方法:int M------拟合多项式的项数(已知条件)
// double *b---拟合曲线的系数,按升次排列(已知条件)
// double *x---结点x轴数据(已知条件)
// double *y---结点y轴数据(已知条件)
// double *Yg--结点估计值,与*y相对应,个数为m(过程变量)
// int m------结点个数(已知条件)
//注意事项:多项式阶数最高为10,多项式的形式为 y = b0 + b1*(x-Xavr)...
-//=== === === === === === === === === === === =====// Function that// function name: Correlation// Function: Calculation of the polynomial least squares fitting correlation coefficient// Usage: int M------ polynomial fitting the number of (known conditions)// double* b-- Fitting curve coefficient, or times by arrangement (known conditions)// double* x--- node x-axis data (known conditions)// double* y--- node y-axis data (already known conditions)// double* Yg- the estimated value of node, and* y correspond to the number for m (process variables)// int m------ node number (known conditions)// Note: polynomial order up to 10, the polynomial
- 2023-05-06 14:40:03下载
- 积分:1
-
海浪动画
展示了一个一维的造浪池单事件和单反射海浪(线性理论)。显示表面海拔海平面和动画粒子的运动表面深度。表面海拔记录在红点的位置(液位计)。
- 2022-01-23 10:55:41下载
- 积分:1
-
本程序是基因算法的vc实现
本程序是基因算法的vc实现-genetic algorithm to achieve the vc
- 2022-03-19 23:29:50下载
- 积分:1
-
用差分方法求解沃尔泰拉方程,此处为一个变元的方程,由于该方程同时含有微分和积分,一般求解有一定的困难。...
用差分方法求解沃尔泰拉方程,此处为一个变元的方程,由于该方程同时含有微分和积分,一般求解有一定的困难。-use of the finite difference method for Volterra equation here as a variable element of the equation, As the same time contain differential equations and integral, the general solution is definitely difficult.
- 2022-01-27 16:39:27下载
- 积分:1