资源列表
LBGVQ_wgy
- LBG矢量量化C/C++语言实现(可执行) LBG是经典的矢量量化算法,通过对训练集的分析,生成适量量化使用的码本。 实现过程简单明了,就一个CPP文件。-LBG VQ C/C++ language (executable) LBG is a classic vector quantization algorithm, the analysis of the training set to generate code used to quantify the amount. Imp
ch03
- 数据结构 的一些 习题 不错 和大家共享一下-very good data struct
Cplusplusdatastructure
- C++数据结构相当不错的电子书,值得推荐-C++ data structure pretty good book, it is recommended
C_Classic_100
- 这是非常经典的算法!这个是学习C语言的好资料!-These are very classical algorithms! This is good information to learn C language!
sorted_array
- Write a short recursive Java method that finds the minimum and maximum values in an array of integer values without using any loops. Also write its recurrence relation (recurrent complexity formula).
maximumincreasingsubsequence
- Longest Common Subsequence A simple way of finding the longest increasing subsequence is to use the Longest Common Subsequence (Dynamic Programming) algorithm. 1. Make a sorted copy of the sequence A, denoted as B. O(nlog(n)) time. 2.
Sortingdemo
- 关于阶次排序的问题,使用的是c语言,希望能帮助你-The question on the order of ranking, using c language, hoping to help you! !
04504482SIMPLE_C
- 关于simple算法,用C语言编写的源程序
Dirtree
- 二叉树的示例程序,是学习二叉树的良好示例-Sample application binary tree is a good example of learning a binary tree
main
- 通过栈和队列,求算术表达式的值,能够更深入的理解栈的先进后出和队列的先进先出-Through the stack and queue, find the value of arithmetic expressions, to more advanced understanding of the stack and queue in the FIFO after the
Huffman
- 输入字符以及对应的概率权值,构建哈夫曼树;通过程序计算出哈夫曼编码并输出结构-Enter the characters and the corresponding probability weights to construct the Huffman tree Huffman calculated by the program and output structure
Shortest_Path
- warshall算法,离散数学结构理论与应用-warshall algorithm
