资源列表
list_and_string
- 根据Kurse版数据结构改成的课件。此章包括: 1、线性表的概念 2、线性表的实现 3、循环表双向链表 4、静态链表 5、广义表 6、串及运算 -According to the data structure into Kurse version of the courseware. This chapter includes: 1, 2 the concept of linear forms, linear forms of the realization of t
recursion
- 根据Kurse版数据结构改成的课件。此章包括: 1、递归的概念 2、递归函数的设计 3、递归过程与递归工作栈 4、递归过程的非递归化 -According to the data structure into Kurse version of the courseware. This chapter includes: 1, 2 the concept of recursion, recursive functions of design 3, the recursiv
gen
- 用vc编写的混流装配线算法,经过调试,可以取得较优解-Using vc compilation of mixed flow line algorithm,After commissioning, can achieve optimal solution
datastructure1800
- 关于数据结构的经典题型并附有讲解,非常全面-this book is very good for studying data structure.
sectree
- 实现二叉树的输入,显示以及同级叶子结点个数,先中后序遍历等-To achieve binary input, display and at the same level the number of leaf nodes, the first in the order of traversal, etc.
B-Tree
- B 树的各种操作 严蔚敏 数据结构 用c++ 实现的-B tree Yan Wei Min various operational data structures c++ implementation
topological_sorting
- 拓扑排序 各种操作 c++ 实现的 数据结构 严蔚敏 -Topological sort c++ implementation of various operations of data structures Yan Wei Min
shortest_path
- 最短路径 的实现算法 数据结构 C++ 严蔚敏 -Shortest path algorithm of the data structure C++ Yan Wei Min
critical_path
- 关键路径 的实现算法 c++ 严蔚敏 数据结构-Implementation of the critical path algorithm c++ data structures Yan Wei Min
banlanced_binary_tree
- 平衡二叉树 的实现算法 数据结构 c++ 严蔚敏-Balanced binary tree data structure to achieve algorithm c++ Yan Wei Min
kruakal
- 本算法主要以实现最小生成树的算法 通过c++来实现的 -This algorithm is mainly to achieve the minimum spanning tree algorithm c++ to achieve
this_pointer
- 类是程序模块化的一个主要工具,它封装了将一个数据结构和对该数据结构的一组操作 友员是破坏信息隐蔽的一种机制,主要目的是考虑程序的运行效率 静态数据成员的作用是在多个模块之间共享数据。静态成员函数提供对静态数据成员操作的封装以及不依赖对象数据的共同操作-Class is a major tool for modular program, which encapsulates a data structure and the data structure of
