-
固定分区存储方式模拟 计算机专业 操作系统
固定分区存储方式模拟 计算机专业 操作系统-Fixed partition storage Computer simulation of the operating system
- 2022-02-03 21:58:58下载
- 积分:1
-
s3c2440多扩展原理图包括多网口与16c550的接口电路,usb can总线
s3c2440多扩展原理图包括多网口与16c550的接口电路,usb can总线
- 2022-03-12 09:59:27下载
- 积分:1
-
用于电机控制的脉冲宽度调制技术。
Pulse Width modulation techniques for motor control.
- 2022-04-30 18:29:31下载
- 积分: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
-
xml文件处理多平台类
xml文件处理多平台类-xml document processing multi-platform category
- 2022-03-06 11:10:07下载
- 积分:1
-
ARM学习报告003――Bios源码分析.pdf
ARM学习报告003――Bios源码分析.pdf-ARM study reports 003- Bios-source analysis. Pdf
- 2022-02-21 08:56:34下载
- 积分:1
-
对Flash文件系统的说明设计JF最近版本…
针对flash作的文件系统的设计说明,是最近版本JFFS3的-Against the flash file system for the design of note is the recent version of JFFS3
- 2022-07-11 08:08:14下载
- 积分:1
-
This is how several of the Java conversion. EXE the way
这是几种关于如何把JAVA转换成.EXE文件的方法-This is how several of the Java conversion. EXE the way
- 2022-10-07 12:30:02下载
- 积分:1
-
Electrical equipment maintenance practices and practical applications, more prac...
电气设备维修方法和实际应用,比较实用,和大家分享。-Electrical equipment maintenance practices and practical applications, more practical, and to share.
- 2022-01-24 13:13:35下载
- 积分:1
-
detailed WAV file format
详细的WAV 文件格式-detailed WAV file format
- 2022-07-03 10:50:10下载
- 积分:1