资源列表
sort
- C语言冒泡排序法,经典中的经典。本文当还有详尽的解释。-C language bubble sort method, the classic of classics. When there is a detailed explanation of this article.
btree
- (1)二叉树的创建操作; (2)二叉树的销毁操作; (3)二叉树的先序遍历的递归算法; (4)二叉树的中序遍历的递归算法; (5)二叉树的后序遍历的递归算法; (6)二叉树的先序遍历的非递归算法; (7)二叉树的中序遍历的非递归算法; (8)二叉树的后序遍历的非递归算法; (9)二叉树的层次遍历算法; -(1) the creation of binary operations (2) the destruction of binary
algorithm641
- 用QUICKSORT对数组进行排序,先用SPLIT算法对数组进行划分,再通过调用SPLIT并进行递归即可-QUICKSORT
GraphTheory-ppt
- 图论课件-清华大学版。对于数据结构的学习有一定的帮助。我是新手。暂时没有自己的源代码。以后能补上么?-Figure of courseware- Tsinghua University Edition. Very detailed.
shizhong
- 此程序主要是让读者熟悉c语言图形模式下的编程,了解系统绘图及数据结构的知识,此重难点是 时 分 秒针坐标值的计算和时钟指针的运行控制,有兴趣的话,可让程序支持鼠标操作,-This program is designed to allow the reader familiar with the c language graphics mode programming, understanding of the system mapping and data structure knowledge
CRC
- 用于编写CRC校验的一段主程序,包括参数,算法等等,可直接开发CRC校验软件-CRC check for writing the section of the main program, including parameters, algorithms, and so, development of CRC, the software can be directly
4
- C++编写的最小凸包算法,能够生成点集的凸包。-Written in C++ Algorithm for Convex Hull algorithm to generate the convex hull of point set.
xiaoyuan
- 校园导航程序,支持任意数的顶点和边数,直接输入即可,可以查询两点间的所有路径,最短距离,Dijstra和Floyd算法都有-Campus navigation, support for any number of vertices and edges, can be directly input, you can query all paths between two points, the shortest distance, Dijstra and Floyd algorithm has
shujujiegouyanshixitong
- 数据结构系统的演示 包括链表的建立 删除 等操作-the show of data structure including the buiding of structure and the delete of it and so on
maze
- 是一个最原始的迷宫设计,功能是在随意创造的迷宫中寻找可通路径,利用栈实现-Maze is one of the most original design, the function is created in the maze at random looking for communication path, the use of stack implementation
shuju5
- 熟悉稀疏矩阵的“三元组表”和“十字链表”存储结构,运用它们进行矩阵简单运算处理-Familiar with the sparse matrix of the " triple" and the " cross linked" storage structure, the use of simple computing them matrix
tingchechang
- 数据结构课程设计,用栈和队列实现停车场管理,可以计时,花费的金钱等-Curriculum design data structure, with stacks and queues to achieve parking management can time, spending money, etc.
