-
我总结的泰文的排版规则,对要做泰文排版的,应该很有帮助。...
我总结的泰文的排版规则,对要做泰文排版的,应该很有帮助。-Thai layout rule.
- 2022-03-07 15:09:05下载
- 积分:1
-
java 面试大汇总 java 面试大汇总
java 面试大汇总 java 面试大汇总 -java interview java interview summary big big big summary of java interview summary
- 2022-02-01 13:07:51下载
- 积分:1
-
详细介绍了工业系统中PID控制的概念和方法!
详细介绍了工业系统中PID控制的概念和方法!-Described in detail in the PID control of industrial systems concepts and methods!
- 2022-03-06 20:20:34下载
- 积分:1
-
锐捷网络最新笔试题目(2010年的)在福州大学
锐捷网络最新笔试题目(2010年的)在福州大学-Ruijie latest topics written (in 2010) at Fuzhou University
- 2022-04-02 07:33:53下载
- 积分:1
-
9DOF_IMU_arduino
i2c.pde
adc.pde
9dof.pde
- 2022-01-27 13:18:38下载
- 积分: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
-
EMD的经典文章,是了解使用hht的必备文章,能够让大家清楚认识EMD...
EMD的经典文章,是了解使用hht的必备文章,能够让大家清楚认识EMD-EMD classic article, is to understand the essential use hht article, so that we can clearly understand EMD
- 2022-03-17 20:00:26下载
- 积分:1
-
GIS软件arcinfo系统的交换文件E00的文件格式。很详细,有例子。是学GIS编程的辅助资料。...
GIS软件arcinfo系统的交换文件E00的文件格式。很详细,有例子。是学GIS编程的辅助资料。-arcinfo GIS software systems to exchange documents E00 file format. Very detailed, is an example. GIS is an academic program of supporting information.
- 2023-06-11 23:05:04下载
- 积分:1
-
photoshop图像文件格式说明
photoshop图像文件格式说明-photoshop image file format description
- 2022-07-22 16:28:30下载
- 积分:1
-
基于MATLAB完成的神经网络源程序
对于初学者有一定帮助
基于MATLAB完成的神经网络源程序
对于初学者有一定帮助-MATLAB-based complete source code for the neural network to some extent help the beginner
- 2023-03-05 23:20:03下载
- 积分:1