-
SQL查询优化 SQL查询优化
SQL查询优化 SQL查询优化-SQL Query Optimization SQL Query Optimization
- 2023-01-01 13:05:07下载
- 积分:1
-
structure on the basic theories on the basic design and way of thinking
关于Imagine结构的基本理论的介绍和基本设计思维方式-structure on the basic theories on the basic design and way of thinking
- 2022-02-10 13:51:26下载
- 积分: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
-
Synatics TM
Synatics TM-603 触摸键开发规范文档.-Synatics TM- 603 Touch Key developing standardized documents.
- 2023-02-12 23:00:04下载
- 积分:1
-
包括了java的基本函数的用法,方便查询!
包括了java的基本函数的用法,方便查询!-including the basic function of usage, to facilitate inquiries!
- 2022-03-16 14:34:22下载
- 积分:1
-
pid参数的调节方法,对pid参数的选定有很大帮助,是前人的总结不可不看。...
pid参数的调节方法,对pid参数的选定有很大帮助,是前人的总结不可不看。-pid adjusting the parameters of the method, the pid of the selected parameters will be of great help, is summed up by our predecessors can not see.
- 2023-03-03 08:40:03下载
- 积分:1
-
This is on the image modulation transfer function MTF calculated an excellent ar...
这是关于图像调制传递函数MTF计算的一篇优秀文章,可以处理卫星图像,提高图像清晰度-This is on the image modulation transfer function MTF calculated an excellent article, you can deal with satellite imagery, improve image clarity
- 2022-09-10 04:55:03下载
- 积分:1
-
A simple communication documents, requests for service by writing this open with...
一个通信的简单文件,请求服务用.........用写字本打开-A simple communication documents, requests for service by writing this open with .........
- 2022-03-22 23:59:15下载
- 积分:1
-
Ethernet card works introduced, including the collection of 10 different documen...
以太网网卡工作原理介绍,包括搜集的10个不同的文档。-Ethernet card works introduced, including the collection of 10 different documents.
- 2022-11-08 17:40:03下载
- 积分:1
-
Straight line in three straight
直线中的三条直线法直线中的三条算法为三条直线中的三条算法
- 2022-08-17 20:05:59下载
- 积分:1