资源列表
求二叉树根结点到叶子结点的所有路径
- 求二叉树跟结点到所有叶子结点的所有路径,并打印出来。
协同能量检测法仿真程序
- 单节点与协作能量检测性能的ROC曲线,出两个图,一个是虚警概率和漏检概率的比较,一个是检测概率和漏检概率的比较
wolf
- wolf步长规则和uwhwioqfhiohoi
motecalo
- 蒙特卡洛(Monte Carlo)模拟是一种通过设定随机过程,反复生成时间序列,计算参数估计量和统计量,进而研究其分布特征的方法。具体的,当系统中各个单元的可靠性特征量已知,但系统的可靠性过于复杂,难以建立可靠性预计的精确数学模型或模型太复杂而不便应用时,可用随机模拟法近似计算出系统可靠性的预计值;随着模拟次数的增多,其预计精度也逐渐增高。由于涉及到时间序列的反复生成,蒙特卡洛模拟法是以高容量和高速度的计算机为前提条件的
求三角形的面积
- 输入三个数,符合条件后求出三角形的面积,不符合的话给予提示。
CH7_3
- 查找过程:将表分成几块,块内无序,块间有序;先确定待查记录所在块,再在块内查找-Search process: The table is divided into a few, within the block of disorder, inter-block and orderly Record of unknown origin to determine where the first block, then at block within the search
selection_sort
- selection sort is a sorting algorithm used for sorting data
graohliantong
- 利用深度优先遍历,判断无向/有向图的连通性的程序。-Using depth-first traversal to determine undirected/directed graph of the connectivity process.
merge
- merge sort by stl alg. in C-merge sort by stl alg. in C++
antscolour
- 蚁群算法求解图着色问题,利用改进的蚁群算法求解图着色问题-ant colour
F.c
- prime finding it is realy good for finding primes that algorithm finds the primes O(n)
sort
- 倍增排序 只能对正整数排序 不基于比较的线性复杂度排序函数 需要额外空间o(sqrt(m)) m为序列最大值-The sequence of O (sqrt) m (m)) is the maximum value of the extra space for a sequence of positive integers, which is not based on a comparison of the linear complexity.