资源列表
list.tar
- 链表 双向链表的简单实现,增 删,改等方法-typedef int llist_cmp(const void*, const void*) typedef void llist_op(void*) typedef void LLIST LLIST*llist_creat(int size) void llist_destroy(LLIST*) int llist_prepend(LLIST*, void*) int llist_a
BinaryTree
- 有MFC实现的树的各类运算,可使化界面,功能强大操作简单。-MFC implementation of the tree are all kinds of operations can interface, simple and powerful.
Graph
- 该程序是用MFC实现的图的相关的运算,其中包括了图的深度有限遍历,广度优先遍历,最短路径等基本运算。-The program is MFC implementation of graph-related operations, including the depth chart limited traversal, breadth-first traversal, shortest path, and other basic operations.
student
- 数据结构-链表,很小的学生成绩管理系统。初学c++。-Data structures- lists, small student achievement management system. Beginner c++.
stu
- 链栈结构的学生成绩管理系统 初学c++ 不要拍砖。-Chain stack structure of student achievement management system for novice c++ not Paizhuan.
studentm
- 顺序栈的学生管理系统,这四个是不同的结构联系的。初学c++ 写的不是很好。-The students stack the order management system, the structure of the four different links.
PPT
- 讲述了数据结构的基础,对于初学者有很大引导作用。-Describes the data structure, to a great guide for beginners.
lib
- 数据结构图书馆系统 包含cpp 和头文件 不错的说 值得下载-Data Structure
octree
- octree building octree structure-octree building octree structure
DNA_sort
- DNA_sort,该程序是北大ACM库中的一个算法程序-DNA_sort, the program is a library of Beijing University ACM algorithm program
tree
- 题目:生成如下二叉树,并用深度先序遍历输出结果 要求:用程序实现 说明:先生成如下所示的二叉树,然后先序遍历输出其结果:1243576 -Title: Generation as a binary tree, and use the depth first traversing the output requirements: to achieve with the program Descr iption: Mr. into the binary tree as shown
DataStruceC
- 数据结构与面向对象程序设计-C++版。书本的源代码,用面向对象思想,模板实现主要数据结构。-Data structures and OOP-C++ version. Book' s source code, object-oriented thinking, the main data structure templates.
