-
21
一个关于21点游戏的JAVA小程序,共参考-a 21-point game on the JAVA small, with a total of reference
- 2022-09-04 13:40:03下载
- 积分: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
-
PPT(13P)
清华大学毕业论文答辩PPT模板(13P),很好地PPT设计模板(Tsinghua University thesis defense PPT template (13P), well PPT design templates)
- 2016-10-15 15:41:53下载
- 积分:1
-
magnify
说明: 处理MATLAB中的图片,制作画中画,生成放大窗口(A MATLAB code to product magnify zoom in picture)
- 2019-10-09 23:26:49下载
- 积分:1
-
数据挖掘和数据检索,此文档写得很精辟,不过是英文的,目前我正在翻译此文档,进行到了一半,等完成时再上传...
数据挖掘和数据检索,此文档写得很精辟,不过是英文的,目前我正在翻译此文档,进行到了一半,等完成时再上传
- 2022-01-26 16:55:55下载
- 积分:1
-
delphi学习资料,DELPHI初学者入门的好东西
delphi学习资料,DELPHI初学者入门的好东西-delphi learning materials, DELPHI beginners entry of good things
- 2022-08-02 14:11:10下载
- 积分:1
-
找一本标准的VB基础教材,只要一本,并且不要找那些大全、宝典之类的书,因为暂时还不适合你。...
找一本标准的VB基础教材,只要一本,并且不要找那些大全、宝典之类的书,因为暂时还不适合你。
-Looking for a standard VB foundation materials, as long as one, and not to find those Guinness, Baodian like books, because the moment is not for you.
- 2022-08-04 03:10:57下载
- 积分:1
-
Norms and leave no place to feel accepted by the court that he was now very diff...
的规范和放假没地方感觉法庭接受他还是跟那个很难让他回头-Norms and leave no place to feel accepted by the court that he was now very difficult to let him go back to
- 2022-02-07 07:53:52下载
- 积分:1
-
主要是一个3D引擎 对3D开发很有帮助
主要是一个3D引擎 对3D开发很有帮助-Is primarily a 3D engine for the 3D development of helpful
- 2023-01-27 02:50:03下载
- 积分:1
-
H.263 ITU
H.263 文档 DRAFT ITU-T Recommendation H.263 VIDEO CODING FOR LOW BITRATE COMMUNICATION-H.263 ITU-T Recommendation H.263 VIDEO CODING FOR LOW BITRATE COMMUNICATION
- 2023-01-02 18:35:04下载
- 积分:1