资源列表
max_heap
- 该文件包括了堆的相关操作,向上堆化,向下堆化,以及相应的堆排序-The document includes a heap of related operations, the heap of up and down the heap of, and the corresponding heap sort
List-operations
- 主要包括两个方面,一个是要利用链表的插入运算建立线性链表,并利用链表的查找、删除、输出等基本运算反复实现这些操作,另一个方面就是要建立两个链表,把它们合并成一个线性表。-Mainly include two aspects, one is to use a linked list into a linear list operations, and use the search list, delete, export and other basic operations to achieve
strmatch
- 一个字符串匹配查询算法。程序在文件中读取字符串。可以采用正则表达式来实现字符串匹配功能。一种简单的正则表达式是由英文字母(区分大小写)、数字及通配符“*”和“?”任意组合而成的。“?”代表任意一个字符,“*”代表零个或任意多个字符。根据输入的表达式,输出文件中符合的字符串-A query string matching algorithm. The program read in the file string. You can use regular expressions to achiev
3.2
- 试写一个判别表达式中开、闭括号是否配对出现的算法。-Try to write a discriminant expression open and close parentheses appear if pairing algorithm.
huffman
- 建立huffman树,并进行huffman编码.
digui
- 迷宫问题是一个很古老的问题,附件中使用递归算法求解这一问题。
cxt
- 用顺序表这种数据结构实现存储,可以实现查询, 插入一个数值,删除一个数,实现逆序排列-This data structure with the order form for storage, can achieve query, insert a value, delete a few, to achieve reverse arrangement
Duipaixu
- 在Visual C++环境下,堆排序实现代码,实现由小到大的排序-In Visual C++ environment, the heap sort implementation code, to achieve the sort ascending
KMP-string-search-algorithm
- C语言KMP字符串搜索算法实现。KMP字符串模式匹配通俗点说就是一种在一个字符串中定位另一个串的高效算法。-C language KMP string search algorithm realization. KMP string pattern matching is a popular point said in a string of the position of another string efficient algorithm.
Prim
- 数据结构C语言版一书中的,普里姆算法的代码-Data structure of the C language version of a book, prim algorithm code
ClusteringCode
- 输入邻接矩阵,该matlab算法输出连通子图结果,对赋权图,可通过设置权值阈值,将原图根据该阈值分为若干子图。-Adjacency matrix input, the output of the algorithm matlab connected subgraphs result, the weighted graph, by setting the weight threshold, based on the original image is divided into several su
monkey
- 数据结构课上练习的有趣问题:一群猴子围成一圈通过报数选出猴王