-
十种软件滤波算法 限副滤波 中位值滤波法 算术平均滤波法 递推平均滤波法(又称滑动平均滤波法)中位值平均滤波法(又称防脉冲干扰平均滤波法)...
十种软件滤波算法 限副滤波 中位值滤波法 算术平均滤波法 递推平均滤波法(又称滑动平均滤波法)中位值平均滤波法(又称防脉冲干扰平均滤波法) -filtering software filtering algorithm limits Vice median filtering method arithmetic average recursive filtering average filtering method (also known as the moving average filter), the median value of the average filter (also known as the anti-average pulse interference filter), etc.
- 2022-06-18 23:54:35下载
- 积分:1
-
reed solomon编码/解码工具, 可以对字符串进行编码,加入错误,并进行解码和纠错。...
reed solomon编码/解码工具, 可以对字符串进行编码,加入错误,并进行解码和纠错。
- 2022-07-24 00:48:16下载
- 积分:1
-
2008年ACM 全球竞赛原题目,有兴趣的可以
2008年ACM 全球竞赛原题目,有兴趣的可以-ACM Global competition in 2008 the original topic of interest can be
- 2023-06-19 02:30:03下载
- 积分:1
-
计算两个日期间的天数差
计算两个日期间的天数差-calculate the day interval between two datetime value
- 2022-04-28 19:10:44下载
- 积分:1
-
本程序是用matlab遍写 有很强的实用性
本程序是用matlab遍写 有很强的实用性-this procedure is used Matlab times was a strong practicality
- 2023-01-28 09:10:03下载
- 积分:1
-
2.时间序列分析
1.二分查找
适用条件:查找序列已经有序
int binarysearch(int a[], int n, int x)
{
int left, right, center;
left = 0;
right = n - 1;
- 2022-03-05 08:28:07下载
- 积分:1
-
帧间差分法
相邻帧间图像差分思想:该方法是用图像序列中的连续两帧图像进行差分,然后二值化该灰度差分图像来提取运动信息。
- 2022-08-17 11:38:51下载
- 积分:1
-
GMP is a free library for arbitrary precision arithmetic, operating on signed in...
GMP是计算任意精度的数学库, 包括支持整数,有理数和浮点. GMP包括大量的接口函数.-GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no practical limit to the precision except the ones implied by the available memory in the machine GMP runs on. GMP has a rich set of functions, and the functions have a regular interface.
- 2022-02-25 15:30:33下载
- 积分:1
-
ex2_1 利用Z变换求系统输出
ex2_2 求DFT
ex2_3 求序列的圆周移位
ex2_4 求序列的圆周卷积
ex2_5 简单的DFT实例...
ex2_1 利用Z变换求系统输出
ex2_2 求DFT
ex2_3 求序列的圆周移位
ex2_4 求序列的圆周卷积
ex2_5 简单的DFT实例-for the use of Z transform ex2_1 system output DFT ex2_3 for ex2_2 sequence for translocation of the circumference of the circle sequence ex2_4 for easy ex2_5 the DFT convolution example
- 2022-07-08 23:06:30下载
- 积分:1
-
delauney二维非结构网格生成过程中使用的语言
delauney二维非结构化网格生成程序 采用fortran语言-Delauney 2D unstructured mesh generation process using FORTRAN language
- 2022-07-12 00:48:11下载
- 积分:1