资源列表
maopao
- 数据结构中的一个实验报告的源程序:交换冒泡排序算法源代码-Experimental data on the structure of the procedure: the exchange of Bubble Sort Algorithm
Sparse_Matrix
- 本实验是实现稀疏矩阵的加法运算,稀疏矩阵采用顺序结构存储。-This experiment is to achieve sparse matrix addition operation, using the order structure of sparse matrix storage.
thread_tree
- 数据结构:数据结构中thread_tree的实现,已通过调试-Data structures: data structures thread_tree implementation, has passed the commissioning
ctrl
- 模糊PID控制器,解决了规则爆炸的问题,同时改善了系统的动态性能和实时性-Fuzzy PID controller to solve the rule explosion problem, while improving the system dynamic performance and real-time
exchange_sones_of_Binarytree
- 由用户输入数据建立二叉树,实现左右儿子交换并输出到终端-exchange sones of Binary tree.
4
- (1)已知一棵完全二叉树存放于一个一维数组T[n]中,T[n]中存放的是各结点的值。试设计一个算法,从T[0]开始顺序读出各结点的值,建立该二叉树的二叉链表表示。 (2)二叉树的双序遍历(Double-order traversal)是指:对于二叉树的每一个结点来说,先访问这个结点,再按双序遍历它的左子树,然后再一次访问这个结点,接下来按双序遍历它的右子树。试写出执行这种双序遍历的算法。 -(1) known to a complete binary tree stored in a o
dfs
- 斐波那契 斐波那契 斐波那契-Fibonacci Fibonacci Fibonacci Fibonacci Fibonacci
shunxuchazhao
- 依次输入顺序表中的各个元素,然后进行关键字查找。如果存在则返回待查元素的位置,否则显示不存在。-Input sequence in turn each element in the table, and then keyword search. If there are elements of the location of unknown origin is returned, otherwise the show does not exist.
l
- 主要是检查数据结构中的顺序队列是否越界的问题。-Mainly to check the order of the queue data structure is cross-border issues
101
- 若矩阵Am×n中的某个元素aij是第i行中的最小值,同时又是第j列中的最大值,则称此元素为该矩阵中的一个马鞍点。假设以二维数组存储矩阵Am×n ,试编写求出矩阵中所有马鞍点的算法。 注意一行(列)中可能有多个最小(大)值 可用下列矩阵进行测试: 1 2 3 1 1 1 4 7 6 2 2 2 7* 7* 9 3* 3* 3* (*表示马鞍点) -If the matrix Am × n aij is an element in the i-th row of the
compression_decompression
- python 压缩解压缩文件夹-Python compression and decompression...
sort
- 利用堆排序的思想,使用C++模板类,对数组进行排序,输出最大或最小的k个数。-The use of heap sort of thinking, using C++ template class, sort the array, the output of the maximum or minimum number of k.