-
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
-
ARM应用系统开发详解
ARM应用系统开发详解--S3C4510B的系统设计-ARM Application Development System Design Detailed S3C4510B
- 2023-01-03 00:25:03下载
- 积分:1
-
Delphi编字数统计程序
我们都知道,Word里有“字数统计”的功能,但它的“字数统计”功能有一个缺陷:它会把全角符号都视为汉字处理,结果统计的汉字数总是...
Delphi编字数统计程序
我们都知道,Word里有“字数统计”的功能,但它的“字数统计”功能有一个缺陷:它会把全角符号都视为汉字处理,结果统计的汉字数总是大于实际的汉字数,针对这个缺陷,本人编写了这个程序,方法如下-series wordage statistical procedures we all know, there are Word "word statistics" function, But its "words Statistics" is a functional defect : it will turn the whole angle are seen as symbols of Chinese characters, Statistical results of a few Chinese characters are always larger than the actual number of Chinese characters to address the shortcomings, I prepared for the process, as follows
- 2022-02-25 10:02:19下载
- 积分:1
-
junior next semester compile three principles and integrity of the report (inclu...
大三下学期编译原理三个完整的实验和报告(包括词法分析语法分析(LL1和预测分析-junior next semester compile three principles and integrity of the report (including lexical analysis syntax analysis (and pre-LL1 Measurement Analysis
- 2022-01-26 04:42:12下载
- 积分:1
-
PE文件教程,很有用的
PE文件教程,很有用的-PE File Directory, a very useful
- 2022-07-28 08:25:40下载
- 积分:1
-
Joseph Wan, the hash table, banking simulation system for the subject data struc...
Joseph环,哈希表,银行业务模拟系统为题目的数据结构课程设计。有详细的文字说明和源代码。-Joseph Wan, the hash table, banking simulation system for the subject data structure course design. A detailed written instructions and source code.
- 2022-07-17 19:26:27下载
- 积分: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
-
大学物理第3册答案里面有详细的解题步骤包括选择题
大学物理第3册答案里面有详细的解题步骤包括选择题-University Physics Article 3 which have a detailed answer to problem-solving steps include multiple-choice questions
- 2022-03-23 18:21:01下载
- 积分:1
-
用java写的一个记事本
用java写的一个记事本-Using java to write a Notepad
- 2022-03-13 14:26:25下载
- 积分:1
-
经典ftp站点大全,通过它你可以从FTP服务器下载你想要的好东东....
经典ftp站点大全,通过它你可以从FTP服务器下载你想要的好东东.- Classics ftp stand greatly entire, may download you through its
you from the FTP server to want well east east
- 2022-11-17 13:05:04下载
- 积分:1