资源列表
daan
- 数据结构答案,殷人昆,习题解析 (用面向对象方法与c++语言描述)-Data structure answers, Yan Renkun, Problem Resolution (object-oriented methods and c++ language descr iption)
PerfectHash
- 向大家推荐一个Perfect hash算法 它能对一个静态的keys数组生成1-1的hash函数 id = hash(key) id 在 (0,n-1)之间 n为key的总数 这个函数的构造时间是O(n),查询时间是常数 占用的内存是每个key使用2.7bits 提供了不同的算法供选择。-O (n), query time is constant, the memory occupied by the use of each key provides a
picture
- 图以矩阵形式存储,以广度优先和深度优先两种方法遍历-Map stored in the form of a matrix, priority to the breadth and depth first two methods traversal
Source-Code
- 数据结构(C++语言版)附书源码和答案源码。源码都是用C++实现的。-Data Structures (C++ language version) and answers with the book source code source. Source is realized using C++.
数理统计
- 所有数理统计知识的源代码都在此,是一本数理统计数的配套光盘.里面有各种分布类型及参数估计\\插值-all mathematical statistical knowledge of the source code here is a mathematical statistical matching CD. There are various types and the distribution parameter estimation \\ interpolation, etc.
banksystem
- 银行操作系统的一些功能实现,主要是排队服务的问题,设计socket编程-Banks to achieve some of the features of the operating system, mainly line services, the design of socket programming
Floyd
- Floyd的参考算法,采用三层循环,依次比较各个距离,得到各点之间的最短距离,是最短路径规划中的基础算法-Floyd reference algorithm, using the three-cycle in order to compare each distance, the shortest distance between points, is the basis of the shortest path planning algorithm
suanfafenxi
- 算法分析课程讲解,完整而且内容十分具有代表性,让学生真正可以学好算法-Algorithm analysis course explains the complete and very representative, so that students can really learn algorithm
flashqueen
- 这是一个Flash动画,它演示了数据结构中的一个经典问题,八皇后问题-queen
shujujiegou
- 这是数据结构的实验或者课程设计,包括二叉树、链表等基本结构,含源码-This is a data structure of the experiment or curriculum design, including binary trees, linked lists and other basic structure, including source code
Avl_tree
- AVLtree 同时实现了avl树的插入和删除算法,严格测试正确性,同时提供递归和非递归,算法可读性非常强 如有疑问可与作者联系qlaraya@gmail.com-AVLtree while achieving the avl tree insertion and deletion algorithms, rigorous testing accuracy, while providing recursive and non recursive algorithm is very str
kmp
- 串的模式匹配算法,KMP算法教程,算法学习的必看知识,-KMP algorithm tutorial, the learning algorithm must-see knowledge