-
东南融通笔试题集,希望对找工作人的参考利用价值。
东南融通笔试题集,希望对找工作人的参考利用价值。-Questions Longtop pen sets, who wish to find a job reference value in use.
- 2023-03-29 07:50:03下载
- 积分:1
-
我是新手,原谅我嘛
我是新手,原谅我嘛
我是新手,原谅我嘛
我是新手,原谅我嘛
我是新手,原谅我嘛...
- 2022-03-01 15:57:11下载
- 积分: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
-
先进的系统格式(ASF)规范
Advanced Systems Format(ASF) Specification
- 2022-02-28 12:20:11下载
- 积分:1
-
Java right Excel, word of the original operating code, java novice can learn abo...
Java对Excel,word的操作原码,初学java的可以学习一下-Java right Excel, word of the original operating code, java novice can learn about the
- 2022-02-14 04:49:18下载
- 积分:1
-
Statistics of student achievement management system is designed to study the cur...
学生成绩统计管理系统的设计
是学课程设计-Statistics of student achievement management system is designed to study the curriculum design
- 2022-02-01 04:55:31下载
- 积分:1
-
FAT16文件系统格式说明(什么是FAT文件系统)
FAT16文件系统格式说明(什么是FAT文件系统)-FAT16 file system format (What is a FAT file system)
- 2022-01-21 03:10:10下载
- 积分:1
-
基于MSP430的DS18B20的温度采集程序
基于MSP430的DS18B20的温度采集程序-MSP430-based temperature acquisition program DS18B20
- 2022-03-16 20:55:27下载
- 积分:1
-
介绍PDIUSB新片在usb接口电路的应用!介绍他的应用方法
介绍PDIUSB新片在usb接口电路的应用!介绍他的应用方法-introduced PDIUSB movie usb interface circuit in the application! He introduced his application
- 2022-02-28 20:20:37下载
- 积分:1
-
详细的介绍了COM技术,是学习COM基本技术和思想很好的资料。...
详细的介绍了COM技术,是学习COM基本技术和思想很好的资料。-Detailed introduction of the COM technology, are studying the basic COM technology and a very good idea of the information.
- 2022-02-05 18:19:31下载
- 积分:1