-
ARM学习报告003――Bios源码分析.pdf
ARM学习报告003――Bios源码分析.pdf-ARM study reports 003- Bios-source analysis. Pdf
- 2022-02-21 08:56:34下载
- 积分:1
-
程序结构参考
在你的程序中应该由这样的几个部分
各个子函数定义部分(如果这部分已经在头函数中可以不写)...
程序结构参考
在你的程序中应该由这样的几个部分
各个子函数定义部分(如果这部分已经在头函数中可以不写)-Program structure reference in your procedure should be such as the definition of several parts of the various parts of Function (If this is already in the first function can not write)
- 2023-05-24 09:05:03下载
- 积分:1
-
ABAQUS非线性有限元分析与实例,作为非线性的参考资料
ABAQUS非线性有限元分析与实例,作为非线性的参考资料-ABAQUS nonlinear finite element analysis and examples, as a non-linear reference
- 2022-03-12 03:34:23下载
- 积分:1
-
Describes the basics of SVM, including: SVM Getting Started (1) SVM Introduction...
介绍了SVM的基础知识,包括:SVM入门(一)SVM简介;SVM入门(二)线性分类器part1;SVM入门(三)线性分类器part2;SVM入门(四)线性分类器的求解―问题的描述part1;SVM入门(五)线性分类器的求解―问题的描述part2等。-Describes the basics of SVM, including: SVM Getting Started (1) SVM Introduction SVM Getting Started (2) linear classifier part1 SVM Getting Started (3) linear classifier part2 SVM entry (d) the solution of a linear classifier- description of the problem part1 SVM Getting Started (5) the solution of the linear classifier- description of the problem part2 and so on.
- 2023-07-16 07:10:04下载
- 积分:1
-
Color TFT
Color TFT-LCD Module for AV/Car Navigation
LQ5AW116 (Digital still camera/LCD camcorder/LCD TV)-Color TFT-LCD Module for AV/Car Navigation
LQ5AW116 (Digital still camera/LCD camcorder/LCD TV)
- 2022-03-02 23:45:55下载
- 积分: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
-
关于java的 基础
会很好的了解java语言
关于java的 基础
会很好的了解java语言-On the basis of java will be a very good understanding of java language
- 2022-08-07 15:10:20下载
- 积分:1
-
3COM的使用和帮助文件,是将交换器的说明,图例集全。
3COM的使用和帮助文件,是将交换器的说明,图例集全。-3COM use and help files is to exchange the note Figure throughout.
- 2022-02-12 05:59:25下载
- 积分:1
-
JAVA experimental report JAVA experimental report JAVA experimental report exper...
JAVA实验报告 JAVA实验报告 JAVA实验报告-JAVA experimental report JAVA experimental report JAVA experimental report experimental report JAVA experimental report JAVA
- 2023-08-01 19:15:02下载
- 积分:1
-
可以读出log文件, 本转换成文本文件。
可以读出log文件, 本转换成文本文件。-Log files can be read out, the converted text file.
- 2022-01-22 11:43:09下载
- 积分:1