-
本pdf对设计模式进行了详细的描述,大家只要学习了他对你帮助很大的。...
本pdf对设计模式进行了详细的描述,大家只要学习了他对你帮助很大的。-pattern design
- 2023-01-27 04:35:04下载
- 积分:1
-
VC DLL编程的基础概念:Visual C++支持三个DLL,他们..
VC++动态链接库编程之基础慨念: Visual C++支持三种DLL,它们分别是Non-MFC DLL(非MFC动态库)、MFC Regular DLL(MFC规则DLL)、MFC Extension DLL(MFC扩展DLL)-VC DLL programming basis for the conception : Visual C support three DLL, They are the Non-MFC DLL (Dynamic Library MFC), MFC Regular DLL (MFC rules DLL), MFC Extension DLL (MFC extension DLL)
- 2022-05-27 07:12:43下载
- 积分:1
-
组合语言之艺术中文版
组合语言之艺术中文版-language arts portfolio Chinese version
- 2022-05-30 21:59:35下载
- 积分:1
-
SPCE061A chip using electronic timekeeping voice, in the process of designing a...
利用SPCE061A芯片实现语音电子报时,通过在程序设计设计好时间-SPCE061A chip using electronic timekeeping voice, in the process of designing a good time. .
- 2022-02-22 04:19:41下载
- 积分:1
-
关于odbii汽车和计算机通信适配器
关于 odbII 汽车与电脑通讯适配器-About odbII automotive and computer communication adapter
- 2022-04-19 20:10:26下载
- 积分:1
-
avr without the pain started, this is the best I have read documentation to lear...
avr 无痛苦起步,这是我读过的最好的AVR学习文档。介绍给各位朋友分享。-avr without the pain started, this is the best I have read documentation to learn AVR. Introduced to all our friends to share.
- 2023-07-06 12:50:02下载
- 积分:1
-
摘要: 这个程序用下拉菜单条的方式可变选取参数观测李萨如图形.用MATLAB编写...
摘要: 这个程序用下拉菜单条的方式可变选取参数观测李萨如图形.用MATLAB编写-Abstract : This procedure using the drop-down menu, select the variable parameters observation Lissajous figures. using MATLAB
- 2022-02-07 02:33:43下载
- 积分:1
-
C++练习题及答案
C++练习题及答案
- 2022-10-19 10:05: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
-
vb实例,很好很好用的哦,处学者的天堂这是第一部分
vb实例,很好很好用的哦,处学者的天堂这是第一部分-vb example, the good good, oh Department scholars paradise This is the first part
- 2022-05-10 14:44:59下载
- 积分:1