资源列表
PATTree
- 数据结构中PAT树的实现,包括树节点的插入、删除、查找和遍历。PAT tree 在字符串子串匹配上有这非常优异的表现,这使得它经常成为一种高效的全文检索算法,在自然语言处理领域也有广泛的应用。-PAT tree data structure, including the insertion of the tree node, delete, search, and traversal. PAT tree in the string substring match this excellent p
BinaryTree
- 使用的是VC++来编辑的,数据结构中的二叉树表示,-The binary tree data structure, using VC++ to edit
ds[1].tar
- 数据结构中链的链表的应用,约瑟夫问题,皇后问题等十个数据结构常见问题的程序 -Data structure in the linked list chain applications, the issue of Joseph, 10 Queen' s data structure, etc. The program Frequently Asked Questions
ParseTree
- 词法分析树,编译原理课程中相关类容代码。使用了简单的多叉树数据结构。-The lexical analysis tree, compiler theory curriculum classes used codes
Linear-regression
- 线性回归的一个小程序,希望有助于初学者的学习-Linear regression of a small program that I hope will help the beginner to learn
10.5-guibingpaixu
- 数据结构,归并排序 ,程序简单通俗明了易懂- the program is simple and easy to understand
pointbak
- 利用指针输入十个数字到数组中,然后在将数组中的各个数字输出。-Use the ten numeric input pointer to the array, then the array each digital output.
21DUIPAIXU
- vc++实现堆排序功能,属于数据结构习题
Fibonacci_recursive
- Fibonacci recursive code
Binary-tree
- 二叉树,可以进行二叉树的建立和查找,对二叉树进行操作,实现二叉树的数据结构-Binary tree, binary tree can be set up and find, to operate on the binary tree, binary tree data structure to achieve
Convert-arbitrary-hexadecimal-number
- 将十进制数转换为任意进制数,C语言代码,可以直接运行-Converts a decimal number to an arbitrary hexadecimal number, C language code can be run directly
Dantjig-algorithm
- dantjig算法球最短路径,可以求出一个图中各点到某点的最短距离,也称为标号法求最短路径。-dantjig algorithm, which can find the shortest path in a graph.
