-
svm实现多类分类
支持向量机在数据挖掘方向的成功使得该项技术在很多实际领域中得到广泛应用,这套代码就是在通过MATLAB来实现svm的多分类,包括对数据的预处理,样本数据的训练和预测仿真。希望对初学者有帮助。
- 2022-03-10 13:31:18下载
- 积分:1
-
计算器小程序
用c#做的计算器小程序,包括+-*/等计算,并加入了平方,开根号,log,ln等,接近大家的使用习惯
- 2022-05-09 09:03:07下载
- 积分:1
-
MD5文件签名算法的实现
MD5文件签名算法的实现-MD5 Algorithm Implementation
- 2022-02-26 21:55:42下载
- 积分:1
-
这是一个简单的演示如何评价文本的数学表达式
This a simple demo of how to evaluate mathematical expressions in text
format, including provision for variables and functions. The code consists of
three simple classes: 1) Calc - which does the main calculations, 2) Stack -
which is used to push and pop intermediate operators and numbers and 3)
Symbol Table. The symbol table is a collection of calc symbols, a type structure
consisting of various elements, including the expression name, function name,
and the final value of the expression The evaluation procedure is done in three
steps: 1) simplify the expression by removing all the elements within () and
storing them in subexpressions within the symbol table. 2) Each of these sub
expressions are then converted to RPN format (Reverse polar notation) and
evaluated 3) Finally, the main expression is converted to RPN and evaluated-This is a simple demo of how to evaluate mathematical expressions in text
format, including provision for variables and functi
- 2022-02-20 06:26:41下载
- 积分:1
-
电脑游戏的网格路径规划
人工智能技术变得越来越重要的计算机游戏、 自主路径规划和搜索算法在网格上。
通过在战略游戏中,如横扫千军,Pacman 地形移动。网格的阻止和取消阻止细胞通常用于表示地形。
- 2023-08-21 13:15:03下载
- 积分:1
-
重采样算法
随着数字信号处理理论和算法的发展,多抽样率信号处理在多媒体信号处理领域显得越来越重要。为了减少计算复杂度和存储复杂度,采样速率转换技术是十分必要的,音频重采样算法可以用来实现音频信号任意釆样速率之间的转换。设计了一种音频重采样算法,是基于线性插值的音频重釆样算法,并用这种算法实现了音频信号的重釆样。
- 2022-07-21 20:37:59下载
- 积分:1
-
松弛法解方程C程序
松弛法解方程C程序-relaxation method of solving equations C program.
- 2023-07-31 04:15:04下载
- 积分:1
-
实现图片描边vb代码
Private Sub wzmb_Click()给图片描边
- 2022-09-20 01:25:03下载
- 积分:1
-
自适应维纳滤波器函数及调用方法
自适应维纳滤波器函数及调用方法-adaptive Wiener filter function and call methods
- 2022-04-28 14:22:47下载
- 积分:1
-
导线网平差的程序
资源描述课程作业里边的导线网平差,参考了不少内容,内容较丰富,可以下载作为参考。也可以用于提交作业。提供思路方向。
- 2022-03-31 04:23:03下载
- 积分:1