资源列表
prolog-BFS
- 在用prolog实现BFS算法,基本思想不同于dfs是bfs使用queue而不是stack-Using BFS in prolog
zhijiecharupaixu
- 用c++编写的一个直接插入法进行的排序,很实用,也很容易理解-Written in c++ a plugged directly into the sort of, is very useful, and it s easy to understand
HuffmanTree
- 创建哈夫曼树的演示程序,相当高效的C++代码,希望能和大家分享-Huffman Tree Creating
BinarySearchLastSmallerLoc
- 在有序数组中,二分查找,返回小于给定元素的最大位置-Binary search in sorted array, return last location where value is smaller than given value
BinarySearchFistLargerLoc
- 在有序数组中,二分查找,返回大于给定元素的最小位置-Binary search in sorted array, return first location where value is larger than given value
BinarySearchFirstLoc
- 在有序数组中,二分查找给定元素,返回元素出现的最小位置-Binary search in sorted array, return first location of given value
BinarySearchLastLoc
- 在有序数组中,二分查找给定元素,返回最后出现的位置-Binary search in sorted array, return last appear location of given value
Calculator
- 实现任意精度的加、减、乘、除和开方运算,精度位数可由用户设定,数据结构才用链表结构-Arbitrary-precision add, subtract, multiply, division, and square root of bits of precision can be set by the user, the data structure to a linked list structure
RadomMaze
- 这是介绍递归实现随机迷宫算法的资料。里面详细介绍了随机迷宫的递归实现原理以及源代码。声明:随机迷宫本是和随机生成树的算法差不多,但是这里更偏向于数学的解释,适合初学者。-This is to introduce recursion radom maze algorithm realization of the meterial.There are detailed descr iption of the random maze of recursion implementation princi
graphclaim
- 本源码实现了图的基本操作。BFS,DFS,邻接矩阵,邻接链表,矩阵变换,拓扑排序等。-This code is about Basic opereation of Graph.Such as BFS,DFS,adjacent-matrix/list matrixing and topical sort etc.
chaoshi
- 一个对于超市选点问题的算法,在小区中选择超市位置,让所有居民与超市距离最短-One for the supermarket site selection algorithm.Select the supermarket location in the district,making All residents with the supermarket the shortest distance
code-for-c-language
- c语言编程常用代码以及入门程序参考,代码均为老师上课要求练习题目-c language
