资源列表
change
- 进制转化,包含二进制八进制十六进制等等代码的互相转化。-The hex conversion contains binary octal hexadecimal code transform into each other.
B-tree
- B树的维护、查询及图形仿真 设计与实现B-树存储结构,以及B-树构造、插入、删除、查找等操作,并以图形方式模拟这一动态过程。-The maintenance of the B-tree, inquiries and graphic simulation design and realization of a B-tree storage structure, as well as the B-tree structure, insert, delete, search operation, a
splay
- 强大的数据结构--splay。splay是一种简洁易写的平衡树。splay在ACM竞赛中用重要的应用。-Powerful data structure- splay. splay is a simple and easy to write a balanced tree. splay ACM contest with important applications.
DLX
- DLX用于高效率搜索,是一种覆盖问题模型的算法。DLX利用了双向链表,体现了数据结构的美。-DLX for high efficiency search is an overlay the problem model' s algorithm. DLX utilize a doubly linked list, reflecting the data structure of the United States.
poj-3743
- 计算几何之半平面交的模板,半平面交是计算几何的重要组成部分,编程比较复杂,一般都使用模板。-Calculate the geometry of the half-plane cross template, half-plane cross is the computational geometry important part of the programming is relatively complex, generally using a template.
flight-booked-system
- 数据结构大作业,航班订票系统设计,利用JAVA写的,有良好的设计界面,内附可运行程序,源代码和实验报告-Data structure operations, flight booking system design, the use of JAVA write good design interface, the included can run the program, source code and lab reports
ward-management
- 病房管理系统,医院的病房管理系统,实现病人入院,出院,病房查找和人员查找等功能。-Ward management system, hospital ward management systems, patient admission, discharge, wards Find and personnel find.
traversing-graph
- 图的遍历,用两种经典算法实现对任意图的遍历-Graph traversal, two classical algorithm on any graph traversal
The-traffic-light-control-system
- 交通灯控制系统,利用图的遍历与查找技术实现计算多岔路口的交通灯设置问题。-Traffic Light Control System, to graph traversal Find technology to calculate multi fork traffic lights set problem.
Maze-solution
- 迷宫求解,自动走出迷宫的经典算法,可计算10x10的任意可走迷宫的解。-The maze solving classical algorithm automatically out of the labyrinth, 10x10 any Maze solution can be calculated.
Library-Management-System-
- 图书馆管理系统,完成图书馆的核心算法,具有图书录入,借书人录入,借阅图书,归还图书,图书查询和价格计算等功能。-Library management system, complete library of core algorithms, feature book entry, entry borrowers to borrow books, return books, search for a book, and prices, and other functions.
Handbook-of-Exact-String-Matching
- 字符串匹配算法,经典的数据结构练习题,典型的与KMP两种方法解决字符串匹配问题。-String matching algorithms, the data structure of the classic exercises typical KMP are two ways to solve the string matching problem.
