-
LBG算法,矢量量化经典算法
用于语音矢量量化,随机初始化码本,其中有优化,当出现某一个码本样本个数为零时可重新进行分类,这样可避免聚类效果不佳。LBG算法与Kmeans算法类似,但在收敛时定义略有不同,稍加改动也可作Kmeans算法进行使用。
- 2022-08-08 03:36:53下载
- 积分:1
-
matlab在图形处理方面的简单应用 matlab简单程序设计
matlab在图形处理方面的简单应用 matlab简单程序设计-Matlab graphics processing in a simple application of Matlab simple program design
- 2022-08-08 04:19:23下载
- 积分:1
-
C语言对文件哈夫曼编码压缩,而不是通过范畴…
用C语言实现哈夫曼编码对文件进行压缩,并没有通过类来实现,只是用标准的C语言中结构实现的,代码内部说明比较详细,具体可以看代码,包括对文件的编码也解码.-C language of the document Huffman coding compression, and not through the categories to fruition, but the standard C language structure to achieve, and the internal code note in greater detail, the specific code can be seen, including the encoding of the document also decoder.
- 2022-05-19 13:57:26下载
- 积分:1
-
Towers of Hanoi
实现汉诺塔的搬移问题,实现了最著名的汉诺塔的搬移问题。-Towers of Hanoi
- 2022-03-18 14:41:07下载
- 积分:1
-
北大ACM试题poj 第3061题源码,很好的代码,希望对搞ACM的同学有帮助...
北大ACM试题poj 第3061题源码,很好的代码,希望对搞ACM的同学有帮助
-Peking University ACM Chapter 3061 question Question poj source code, good code, and want to help students engage in ACM
- 2022-03-02 13:20:30下载
- 积分:1
-
无线定位算法
本代码做的是无线传感器定位算法,该算法计算精确大大提高了定位精度,减少节点损耗
- 2022-03-23 08:22:22下载
- 积分:1
-
Zip压缩源代码
资源描述Zip压缩源代码Zip压缩源代码Zip压缩源代码Zip压缩源代码Zip压缩源代码Zip压缩源代码Zip压缩源代码Zip压缩源代码Zip压缩源代码Zip压缩源代码Zip压缩源代码Zip压缩源代码
- 2022-04-09 20:28:58下载
- 积分:1
-
FCM matlab
遗传算法,可应用于图像处理等领域,英文名称为Genetic Algorithm,是一种非常经典的方法,该matlab程序为原创程序,简易清晰明了,标注得当,采用文件包,内含代码以及遗传算法的报告说明及几个论文,供学习交流。
- 2022-05-31 06:26:52下载
- 积分:1
-
VC迷宫代码
这是VC迷宫的代码,写的很整洁,非常的好,下载了即使可以用,声音什么的没有设置
- 2022-04-24 08:51:30下载
- 积分:1
-
C#计算器
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Runtime.InteropServices;
using System.IO;
namespace 计算器
{
///
/// Form1 的摘要说明。
///
public class Form1 : System.Windows.Forms.Form
{
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button11;
private System.Windows.For
- 2023-01-30 17:15:03下载
- 积分:1