资源列表
mat
- 从文件读入一个矩阵,然后求矩阵的转置和矩阵的逆-matrix transpose and matrix inverse
search
- c语言实现的二叉排序书和查找表搜索,数据结构课的作业-the binary sort books c language and job lookup table search, data structures, classes
main
- 各种排序,快速排序,基数排序,堆排序,冒泡排序等一共七个-A total of seven various sort, quick sort, radix sort, heap sort, bubble sort
mapac
- 地图绘制方法,只是初步显示,需要进一步开发-Mapping method is only preliminary, need to be further developed
digui
- 数据结构中经典二叉树的三种遍历方法,用C语言实现-Classic binary tree data structure three traversal methods using C language
Sorting-Algorithm
- 本排序算法大全包括快速排序算法、堆排序算法、希尔排序算法等等,代码简洁、高效,可直接运行。-The sorting algorithm Guinness including fast sorting algorithm, heap sort algorithm, Hill sorting algorithm, etc., code simple, efficient and can be directly run.
shujujiegou
- 关于符号排序的一个程序,是数据结构中比较好的一个实例-On the symbols of a sort process, the data structure is an example of relatively good
linkedstack
- 链式栈,应该是正确的,包含node的头文件和c-Chain stack, it should be correct, the node contains the header files and cpp
20100420Matrix
- 使用动态规划算法计算矩阵连乘最佳加括号方式-Algorithm using dynamic programming matrix with by way of the best brackets
astar
- A*算法 1、将开始节点放入开放列表(开始节点的F和G值都视为0) 2、重复以下步骤: 在开放列表中查找具有最小F值的节点,并把查找到的节点作为当前节点 把当前节点从开放列表删除, 加入到封闭列表. -A* algorithm 1, will begin to node placed in the and opening up list of (the began to node of the F and G values are regarde
preorder_tree_stack
- 二叉树非递归先序遍历,使用栈 一直往左走 root->left->left->left…->null, 由于是先序遍历,因此一遇到节点,便需要立即访问; 由于一直走到最左边后,需要逐步返回到父节点访问右节点, 因此必须有一个措施能够对节点序列回溯。 有两个办法: 1.用栈记忆:在访问途中将依次遇到的节点保存下来。由于节点出现次序与恢复次序是反序的,因此是一个先进后出结构,需要用栈。 2.节点增加指向父节点的指针:通过指向父节点的指针来回溯
kmpEx
- KMP算法是字符串模式匹配算法, 解决DBCS字符集的问题。-KMP algorithm is a string pattern matching algorithms, DBCS characters to solve the problem,.
