-
YUV 视频帧 Sobel 方法
/*对象: 视频文件 ;YUV 4: 2: 0日期: 13/1/18 10:28#ifndef #define #include #include #include #include / / 定义图像高度和宽度的帧数高度 480宽度 640NUM_FRAME 20THRESH_HOLD_Y 20THRESH_HOLD_U 1THRESH_HOLD_V 1因舍尔沙尔 / / 函数原型无效 / / 初始化的内存Sobel_Assign (无符号字符型 *
- 2022-04-14 22:45:48下载
- 积分:1
-
一个黄金分割法求最优区间
一个黄金分割法求最优区间-golden section method
- 2022-01-25 17:48:45下载
- 积分:1
-
本程序是基因算法的vc实现
本程序是基因算法的vc实现-genetic algorithm to achieve the vc
- 2022-03-19 23:29:50下载
- 积分:1
-
最新模拟图书馆算法
最新模拟图书馆算法-latest simulation algorithm library
- 2022-08-11 00:27:04下载
- 积分: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
-
matlab 算法
他们是源代码中的数字信号处理和数字通讯 (如 psk 和 bpsk 和 qam 和......
- 2022-05-28 12:12:40下载
- 积分:1
-
Rabin
Rabin-Karp algorithm
- 2023-03-30 12:20:04下载
- 积分:1
-
分支定界的0/1背包问题
分支定界的0/1背包问题-branch delimitation of the 0/1 knapsack problem
- 2022-02-14 20:11:44下载
- 积分:1
-
鲍威尔算法,可以用于解决优化类问题
鲍威尔算法是一种直接利用函数值来构造共轭方向的一种插值类算法,在不用导数的前提下在迭代中逐次构造共轭方向。
- 2022-02-09 11:20:53下载
- 积分:1
-
蚁群算法作为一种新的智能计算模式, 由于其离散性本质而在组合优化问题上取得 巨大成
功,但这也限制了它在连续问题求解中的应用。...
蚁群算法作为一种新的智能计算模式, 由于其离散性本质而在组合优化问题上取得 巨大成
功,但这也限制了它在连续问题求解中的应用。-Ant colony algorithm as a new kind of intelligent computing model because of its nature discrete combinatorial optimization problems in on a great success, but it also limits the problem to solve for the application.
- 2022-02-04 11:07:14下载
- 积分:1