资源列表
tree
- 关于二叉树的一些函数,判断是否为二叉树、把二叉排序树S合并到T中、把树结点S插入到T的合适位置上-Some function on a binary tree
Cpp1
- 要求利用插入运算建立线性链表,完成链表的查找、删除等运算-To insert the operator to establish the linear list, complete the linked list to find, delete operations
Cpp2
- 要求利用插入运算建立线性链表,完成链表的查找、删除等运算-To insert the operator to establish the linear list, complete the linked list to find, delete operations
ab
- 要求利用插入运算建立线性链表,完成链表的查找、删除等运算-To insert the operator to establish the linear list, complete the linked list to find, delete operations
maopao
- 冒泡排序,一种适合元素多的排序方法,最基本的排序之一-Bubble Sort, a suitable number of elements sorted by one of the most basic sort
c
- 对以下六种常用的内部排序算法进行比较:希尔排序、直接选择排序、快速排序、直接插入排序、堆排序、冒泡排序、。 (2)待排序表的表长和数据可以由用户自己确定,也可以由随机数产生程序自动产生;至少要用五组不同的输入数据作比较;比较的指标为关键字的比较次数和关键字的移动次数(关键字的交换计为三次移动)。 (3)最后要对结果作出简单分析。 -Six commonly used internal sorting algorithm: Hill Sort by direct selection s
m-tree
- m元树,将m元树转化为二叉树飞源代码,你懂得,很好用-m tree
Sort
- 数据结构八种排序,有快速排序,堆排序,冒泡排序,归并排序等的实现-Eight kinds of sort of data structure, quick sort, heap sort, bubble sort, merge sort ...
shujuzhuanhuan
- 首先输入十进制数字,程序就输出八进制,用栈实现将十进制转换为八进制-First enter the decimal numbers, the program output octal stack convert from decimal to octal
DigitalClock
- 用c语言实现的数字时钟,首先直接点击运行,就会出现本地时间-C language, digital clock, first click directly run, there will be local time
vb
- 公交车作为现代城市生活中一种重要的交通工具,在现代城市生活中尤其重要,公交线路繁多,数量也逐渐增多,这样使得人们的出行很不方便。在这样的背景下,我们决定做公交查询系统,并以六安市公交数据为例,设计了公交查询系统,验证了一些算法的可行性。该算法基于对经典的算法的学习和研究,沿用其关于求最短路径的思想,并加以对换乘次数,站点范围限制等内容的深入研究而提出的。-Bus as an important means of transportation in modern urban life in mod
lianbiao
- 单链表很经典的代码,讲解很清晰,,容易理解-Single linked list of classic code, Dinga
