资源列表
liandiao
- 单链表相关知识,主要讲述了单链表的操作,能帮助你了解单链表的知识。-Single chain related knowledge
rec_jt_lx_cl
- 使用c++语言在vc环境下编写的可画出矩形、箭头、菱形和圆形的小程序。-A programm of drawing a rectangle, an arrow, a diamond and a circular using c++ language in vc environment.
disc_defragmentation
- 使用C++语言编写的洗盘碎片整理的程序,属于数据结构范畴。-A disc defragmentation program developed by C++。
tree_creation
- 使用c语言编写的树的创建算法,包括前序算法和中序算法,属于数据结构范畴。-Two tree creation algorithms, including preorder and inorder.
order_of_tree
- 使用c语言编写的树的遍历算法,包括前序、中序、后续和层次遍历。-Four tree traversal algorithms, including preorder,inorder,postorder and level traversal.
matrix___transposition
- 使用C语言编写的矩阵的两种转置方法,属于数据结构范畴-two methods of matrix transposition
sort
- 包含各类排序算法的实现,有详细注释,可以自行添加时间测试算法来测试各排序算法的时间复杂度-Contains various sorting algorithm, detailed notes, can add time to test each test algorithm time complexity of sorting algorithm
BinaryTree
- 利用栈实现的二叉树,可进行插入删除查找,需要手动输入二叉树序列以初始化-Use stack to achieve binary tree insertion and deletion can be find, you need to manually enter the binary sequence to initialize
sqx_project
- 迪杰斯特拉算法,单源单宿问题求解 用类实现 适合初学者-Dijkstra algorithm
Binary-swap-left-and-right-subtrees
- 二叉树交换左右子树和一元多项式相乘 以及一些实验运行截图-Binary swap left and right subtrees, one yuan polynomial multiplication
Shunxu-jiegou-
- 这是一个关于顺序链接各种操作的数据结构算法。-This is a data structure algorithm about various operating order.
timefft
- 本程序实现了数字信号处理中的按时间抽取的快速傅里叶变化,用的是c语言。-This procedure achieved a digital signal processing time taken by fast Fourier transform, using the c language.