-
贴片三极管,二极管标号与型号对照.rar word 格式
贴片三极管,二极管标号与型号对照.rar word 格式-patch transistor, diode labeling and the control models. Rar format word
- 2022-02-12 07:38:46下载
- 积分:1
-
计算机algeral指纹匹配
Computer Algeral For Fingerprint Matching
- 2023-06-11 21:30:04下载
- 积分:1
-
ISO/IEC14496
ISO/IEC14496-2老版本 MPEG4标准-ISO/IEC14496-2 old version of the standard MPEG4
- 2022-03-22 20:11:03下载
- 积分:1
-
antenna sedign and implementation for all application
antenna sedign and implementation for all application
- 2022-10-07 18:00:02下载
- 积分:1
-
利用C语言开发的u盘文件系统的开发资料,系统引导记录(DBR)的数据结构...
利用C语言开发的u盘文件系统的开发资料,系统引导记录(DBR)的数据结构
- 2022-03-24 21:51:55下载
- 积分:1
-
设置网络驱动器映射方式的代码,很方便设置网络驱动器映射方式...
设置网络驱动器映射方式的代码,很方便设置网络驱动器映射方式-set up a network drive mapping code, is a convenient set up a network drive mapping
- 2022-01-26 02:42:08下载
- 积分:1
-
dos执行文件二进制格式
dos执行文件二进制格式-dos implementation document binary format
- 2022-03-15 19:14:24下载
- 积分:1
-
ANSYS单元翻译,希望对初学者有所帮助,比较基础
ANSYS单元翻译,希望对初学者有所帮助,比较基础-ANSYS unit of translation, and they hope to be helpful to beginners, basis of comparison
- 2022-03-16 09:27:29下载
- 积分: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
-
MIFARE应用程序目录规格
Mifare Application Directory specifications
- 2022-04-29 10:11:03下载
- 积分:1