资源列表
用分治法求第k小元素
- 用分治法求第k小元素 输入:程序从标准输入读入数据,第一行是一个整数n (1=<n<=100000)表示元素的个数,接下来的n行中每行有一个整数。最后一行是k,就是我们要找的第k小元素。 输出:针对每一组输入,输出一个结果,每个结果占一行。 例如: 输入 5↵ 123↵ 12↵ 1↵ 3↵ 4↵ 4↵ 输出: 12 ,Separation method using the first k elements in small
数据结构源代码系统
- 数据结构源代码系统 [1]-线性表子系统 [2]-停车场管理系统 [3]-二叉树子系统 [4]-图子系统 [5]-查找子系统 [6]-排序子系统 [7]-退出系统,Data structure source code system [1]- Linear table subsystem [2]- the car park management system [3]- Binary Tree subsystem [4]- map subsystem [5]- Find sub-system [6]
include.rar
- 1. 输入字符序列,建立二叉链表。 2. 中序遍历二叉树:递归算法。 3. 中序遍历二叉树:非递归算法。 4. 求二叉树的高度。 5. 球二叉树的叶子个数。 6. 将二叉链表视为森林的孩子兄弟链表,计算森林中叶子个数。 7. 建立中序线索二叉树,并实现中序遍历。 8. 借助队列实现线索二叉树的层次遍历。 ,tree
yinhangmoni.rar
- 此为一银行业务模拟系统,用队列数据结构实现。计算客户在银行呆的总时间,然后计算平均时间,This is a banking simulation system realized with a queue data structure. Computing customers the total time spent in the bank, and then calculate the average time
helmholtz
- 求解二维亥姆霍兹方程的fortran程序,包含网格文件。-Fortran two-dimensional Helmholtz equation solving procedures, including the grid file.
ChaZhiHuanyuan
- 利用插值原理,实现波形曲线的还原处理--方波锯齿波误差改进版。-The use of interpolation theory, to achieve the reduction of processing waveform curve- an improved version of the square wave sawtooth error.
revers-matrix.rar
- 一个朋友编的C语言通用广义逆矩阵求解算法,值得一看,A friend of mine made the C language universal generalized inverse matrix algorithm, see
gpformat.rar
- 大智慧等股票数据结构详细说明,对大家开发和读取数据结构非常有帮助,Great wisdom, such as stock data structure in detail to all of us to develop and read the data structure very helpful
zuixiaoshengchengshu.rar
- 1. 利用克鲁斯卡尔算法求网的最小生成树 2.以存储边(带权)的数组表示图,1. Kruskal algorithm using minimum spanning tree for network 2. To store edge (with the right of) the array that map
power
- 从时域和频域上计算一个时间序列的能量,从而研究时间序列的能量-From the time domain and frequency domain calculation of the energy of a time series, time series in order to study the energy
unstruc.rar
- 非结构网格生成程序,计算流体动力学,网格生成十分方便,Unstructured grid generation procedure, computational fluid dynamics, grid generation is very convenient
TSP-MST.rar
- 最小生成树的思想应用于TSP问题的求解,贪心算法的实际应用。,Minimum Spanning Tree thinking applied to TSP problem solving, the practical application of greedy algorithm.