-
本压缩包里面是描述硬盘坏道修复的源程序程序
本压缩包里面是描述硬盘坏道修复的源程序程序-disk repair
- 2022-03-23 09:17:01下载
- 积分:1
-
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返...
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返回有效的实际值 */
#define A 10
char value
char filter()
{
char new_value
new_value = get_ad()
if ( ( new_value - value > A ) || ( value - new_value > A )
return value
return new_value
}
2、中位值滤波法
/* N值可根据实际情况调整
排序采用冒泡法*/-10 kinds of software filtering method one example of the procedure, limit the Deputy filter/* A value can be adjusted according to the actual value for the RMS, new_value filter for the current sampling procedures for the effective return of the actual value* /# define A 10 char value char filter () (char new_value new_value = get_ad () if ((new_value- value> A) | | (value- new_value> A) return value return new_value ) 2, the median filtering method/* N values can be adjust the actual situation in the use of bubble sort method* /
- 2023-08-29 16:45:03下载
- 积分:1
-
something suck
有些东西很烂
- 2022-02-13 04:32:00下载
- 积分:1
-
This is just a bitmap image to activate my account
This just a bitmap image to activate my account
-This is just a bitmap image to activate my account
- 2023-02-03 02:40:03下载
- 积分:1
-
ANSYS弹塑性分析教程.学习ANSYS辅助教程
ANSYS弹塑性分析教程.学习ANSYS辅助教程-Tutorial ANSYS elastic-plastic analysis. ANSYS-assisted learning tutorial
- 2023-08-26 11:45:03下载
- 积分:1
-
EDA宏功能模块的设计,………………………………%%**())―*¥……%%―油葫芦《没...
EDA宏功能模块的设计,………………………………%%**())―*¥……%%―油葫芦《没-EDA design macro function modules, ... ... ... ... ... ... ... ... ... ... ... ...**())-* ¥ ... ...- oil hyacinth No
- 2023-06-17 00:25:04下载
- 积分:1
-
window Socket 学习,方便初学者学习与掌握
window Socket 学习,方便初学者学习与掌握-window Socket learning to facilitate learning and to master for beginners
- 2022-08-23 09:32:18下载
- 积分:1
-
主要总结了近年来智能复合控制系统的研究与发展,介绍了智能复合控制的主要方面的研究成果,探讨了这一领域的研究趋向。...
主要总结了近年来智能复合控制系统的研究与发展,介绍了智能复合控制的主要方面的研究成果,探讨了这一领域的研究趋向。-summarized in the main compound intelligent control systems research and development. introduced a smart composite control the main aspects of research into this area of research trends.
- 2022-02-07 09:52:16下载
- 积分:1
-
OPENCV B4.0 附带的 FLOOD FILL 算法的源代码样例,可以实现简单的彩色图像分割...
OPENCV B4.0 附带的 FLOOD FILL 算法的源代码样例,可以实现简单的彩色图像分割-OPENCV B4.0 incidental FLOOD FILL algorithm source code sample, you can realize a simple color image segmentation
- 2022-01-20 23:21:51下载
- 积分:1
-
教大家一个怎么拆包组包的ec程序
教大家一个怎么拆包组包的ec程序-tell you how a group unpacking procedure kits ec!
- 2022-11-19 20:50:03下载
- 积分:1