-
这些是我所看到的一些资料,希望与大家分享。也许对您用处不大,但我是一片诚意...
这些是我所看到的一些资料,希望与大家分享。也许对您用处不大,但我是一片诚意-these are what I saw in some of the information and hope to share with you all. Perhaps your little usefulness, but I was a sincerity
- 2022-01-25 23:57:00下载
- 积分:1
-
串联式混合动力辅助动力单元动态控制研究。值得参考
串联式混合动力辅助动力单元动态控制研究。值得参考-Series Hybrid power-assisted dynamic power control unit. It is also useful
- 2023-05-24 08:20:02下载
- 积分:1
-
介绍LED的使用方法。没事看看估计会有一些帮助。
介绍LED的使用方法。没事看看估计会有一些帮助。-Introduced the use of LED. Estimated that there will be nothing to see some help.
- 2022-03-06 03:38:19下载
- 积分:1
-
window Socket 学习,方便初学者学习与掌握
window Socket 学习,方便初学者学习与掌握-window Socket learning to facilitate learning and to master for beginners
- 2022-08-23 09:32:18下载
- 积分:1
-
非常好的网络游戏服务器 可以架设 正常使用
非常好的网络游戏服务器 可以架设 正常使用
- 2022-05-08 21:00:40下载
- 积分:1
-
< 液压传动>> 现在学校比较通用的教材电子档,建议参考!...
< 液压传动>> 现在学校比较通用的教材电子档,建议参考!
- 2023-08-23 21:40:06下载
- 积分:1
-
一个数据课程设计开发文档,有代表性。内容丰富
一个数据课程设计开发文档,有代表性。内容丰富-Curriculum design and development of a data documentation, they are representative. Rich in content. .
- 2022-12-06 11:55:03下载
- 积分:1
-
.3gp 文件格式
.3gp 文件格式-.3 gp file format
- 2022-02-01 15:13:39下载
- 积分:1
-
jsdk和tomcat的配置方法。我已经配置过好多次,每次都能够成功。希望对大家有用...
jsdk和tomcat的配置方法。我已经配置过好多次,每次都能够成功。希望对大家有用-jsdk tomcat and the configuration method. I already have too many times, and each time to be successful. We hope that the right useful
- 2022-02-12 16:21:13下载
- 积分: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