-
学习vc++的好材料,好好研究一下,会有很大帮助的
学习vc++的好材料,好好研究一下,会有很大帮助的-To learn vc++ a good material, good look, there will be a great help ..
- 2023-07-21 03:20:04下载
- 积分: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
-
RTC时实时钟的ARM描述
RTC时实时钟的ARM描述-RTC clock when the ARM real-time description of
- 2022-07-12 14:42:04下载
- 积分:1
-
ti超低功耗单片机msp430比较器模块
ti超低功耗单片机msp430比较器模块-ti comparison MSP430 ultra-low power single-chip module
- 2022-01-31 18:44:50下载
- 积分:1
-
中国人民银行技术类笔试题目集,希望对找工作的人有用。
中国人民银行技术类笔试题目集,希望对找工作的人有用。-People" s Bank of technical topics written set of classes, in the hope to find people who work useful.
- 2022-08-16 08:20:46下载
- 积分:1
-
一个简单的eexemple想学习编程的RMI
a simple eexemple to learn about programming rmi
- 2023-04-05 20:35:04下载
- 积分:1
-
上传个东西 共享一下 谢谢
上传个东西 共享一下 谢谢 -From something to share about Thank you
- 2022-02-27 07:44:32下载
- 积分:1
-
上传我们上班用的软件工程课件,感觉比较好,希望对您的学习有用。...
上传我们上班用的软件工程课件,感觉比较好,希望对您的学习有用。-From our work with the software engineering courseware, feel better, I hope you are learning useful.
- 2023-06-23 11:40:04下载
- 积分:1
-
纳米机器人技术教程
nano robotics technology tutorials
- 2022-02-04 16:10:32下载
- 积分:1
-
文件描述
file description
this file is about java msging sms
- 2022-08-15 13:58:59下载
- 积分:1