资源列表
cc201011221411542002
- 算法设计与分析,详细的讲述了数据结构中 的算法,对算法的分析也很到位-Algorithm analysis and design
C-Interfaces-And-Implementations
- 将一些数据结构在C中用接口技术组织好,通过main函数统一测试,包括二叉树,AVL树,链表,五种排序等。main函数为测试。-Some of the data structure in C interface technology to realize
05arraysglist
- 数据和广义表,本章两种数据类型,适用范围不如string,但是每种算法都很难,不容易理解,本章将详细讲述-Data and the generalized table, chapter two data types, scope of application as string, but each algorithm is very difficult, not easy to understand, this chapter will describe in detail
sort
- 基本囊括数据结构中的所有排序,并且,用图解法阐述了排序的原理-Basic include data structure, and all the sorting, graphic method expounds the principle of sorting
Library
- 图书管理系统包含八大功能,分别是:录入学生基本信息、录入图书基本信息、修改学生借书信息、修改图书状态、查找学生并输出到文件、查找图书并输出到文件、统计快到期的图书并输出到文件、统计已到期的图书并输出到文件-Library management system includes eight features, namely: entry students basic information, basic information input library, to modify student lib
car-park
- 停车场程序,用于能够实现进入,退出,注册以及管理的功能-Parking program to be able to achieve to enter, exit, the registration and management functions
binarytree
- 用二叉链表作为二叉树存储表示编写递归算法。设计思路及调试结果在上机报告内。程序文件在附件中,需包含头文件。-List as a binary tree with binary memory, said write recursive algorithms. Design ideas and results on the machine commissioning report. Program files in the attachment, the need to include the he
all-codes-in-book
- 数据结构算法与应用书本全部代码,很实用,适合初学者学习的-Data structures algorithms and applications book all the code, very useful for beginners to learn the
redis-2.4.10.tar
- edis是一个key-value存储系统。和Memcached类似,它支持存储的value类型相对更多,包括string(字符串)、list(链表)、set(集合)和zset(有序集合)。-Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets a
AVL_tree
- AVL树数据结构的实现,环境是vc6.0-Implement AVL tree in vc6.0
DatastructurePPT
- 把老师给的PPT,上传了。 是说数据结构。-The teacher to the PPT, uploaded. Is that data structure.
shunxubiao
- 完成随机获取顺序表的节点,完成插入、合并、删除、排序。-Random order to complete the table for the node, the completion of insertion, merge, delete, sort.