资源列表
shuangxianglianbiao
- 实现双向链表所存储线性表的各种操作。要求提供数据的插入、删除、查找、两个数据交换、求所有数据平均值、最大值、最小值的操作。先利用随机函数产生100个随机整数,建立线性表的存储结构,然后完成上述的功能。分析程序的时间、空间复杂度。-Achieve bi-directional linear list stored various operating table. Request for data insert, delete, search, both for data exchange, and
SparseMatrix
- 数据结构课程设计题目,稀疏矩正的生成-Data structure design curriculum topic being the generation of sparse moments
PrintBinaryTree
- 数据结构课程设计,打印二叉树的算法的实现-Data structure course design, print binary tree implementation of the algorithm
Hashtable
- 数据结构课程设计,哈希表的算法的实现 。-Data structure curriculum design, hash table implementation of the algorithm
nibolan
- 数据结构课程设计,逆波兰算法的实现 。-Data structure curriculum design, implementation Reverse Polish Algorithm.
rtbzip
- 多功能的红黑树和压缩算法,可用于网络传输加减压-Red, black and multi-functional tree and compression algorithms, network transmission can be used to add decompression
miracl
- miracl大数库 miracl大数库-miracl of large numbers of large numbers miracl Treasury Treasury Treasury miracl of large numbers
tree
- 包括树的构造,树和二叉树的转换,树的各种遍历,以及用二叉树计算算术表达式,构造、计算中序表达式,中序表达式转前序表达式等~! -Including the tree structure, trees and tree transformation, tree traversal of the various, and the tree calculated using the arithmetic expression, construction, calculation sequence ex
yueshefuhuanwenti
- 设计求解约瑟夫环问题的出列顺序。具体的要求和说明如下: (1)利用单向循环链表存储结构模拟此过程,按照出列的顺序输出个人的编号。 (2)m的初值为20;n=7,7个人的密码依次为:3,1,7,2,4,8,4,首先m的值为6(正确的出列顺序应为:6,1,4,7,2,3,5)。 (3)程序运行后,首先要求用户指定初始报数的上限值,然后读取个人的密码。可设n<=30,此题所用的循环链表中不需要“头结点”,请注意空表和非空表的界限。 (4)将上述功能改为在顺序结构上实现。-
sort
- 包括归并排序、基数排序、快速排序、谢尔排序、以及每一种排序的详细ppt实例说明和解释~! -Including merge sort, Radix Sort, Quick Sort, Shell Sort, and sort each type of detailed examples and explanations ppt ~!
tubao
- 凸包问题~基于mfc的实现。界面粗糙点,实现了主要的功能~ -Convex hull problem ~ mfc based on the implementation. Rough interface, the implementation of the major functions of ~
DataStruture-Graph
- 1.7.1 图的邻接矩阵存储表示 311 范例1-102 图的邻接矩阵存储表示 ∷相关函数:CreateFAG函数 CreateDG函数 1.7.2 图的邻接表存储表示 324 范例1-103 图的邻接表存储表示 324 ∷相关函数:CreateFAG函数 1.7.3 有向图的十字链表存储表示 335 范例1-104 有向图的十字链表存储表示 335 ∷相关函数:CreateDG函数 1.7.4 无向图的邻接多重表存储表示 344 范例1-105 无向图