资源列表
the-average-path-length
- 问题描述:平均路径长度是网络中另一个重要的特征度量,他是网络中所有节点对之间的平均最短距离。这里节点间的距离指的是从一个节点要经历的边的最小数目,其中所有节点之间的最大距离称为网络的直径。平均路径长度和直径衡量的是网络的传输性能与效率。平均路径长度的公式为 ,其中dij表示点i和j之间的最短距离(若dij不存在时,dij就不能加入,且分母要相应减1) 要求:输入邻接矩阵表示的图,计算其平均路径长度-Descr iption of the problem: the averag
huffman
- 对手工输入字符串 手工输入字符及权重两种方式 实现哈夫曼编码 附有详细的实验报告-Two ways to achieve Huffman coding manual input the string manually input character and the right to re-
point-to-fenshu
- 小数变分数问题 求解 这是一个数据结构的课程设计-point change to fractional number
simclist-1.6
- SimCList 是一个用来处理列表(List)的的高效C库。内置很多基于列表的算法,例如排序、查找、随机处理等等。-SimCList is a high quality C (C++ embeddable) library for handling lists. It exploits several advanced techniques for improving performance, including freelists, sentinels, automatic sort alg
teacher
- 保守的老师源代码 算法课程习题 原创代码 仅供参考-The conservative teacher source code algorithms course exercises original code for reference only.
big
- 最大正向匹配的实现 自然语言课程习题 原创代码 仅供参考-Maximum positive match the natural language courses Exercises original code for reference only.
numin
- Convertion Number format to other system
shuzu
- 已知A[n]为整数数组,实现下列运算的递归算法: 求数组A中的最大值。 求n个整数的和。 求n个整数的平均值。 -The known A [n] is an array of integers, recursive algorithm to achieve the following operations: to seek the maximum value in the array A. Find and n integers. Find the average of n in
duilei
- 建立一个空队列; 对已建立的队列进行出队、入队、取队头元素等基本操作。 -Create an empty queue established queue dequeue basic operations into the team, whichever team head element.
linkedstack
- 建立一个空的链式栈; 对已建立的栈进行插入、删除、取栈顶元素等基本操作。 -Establish the chain an empty stack established stack insert, delete, take the top element and basic operation.
sort
- 直接插入排序,冒泡排序,选择排序(对一组数据进行按升序排列)。-Direct insertion sort, bubble sort, selection sort (of a set of data in ascending order).
Vector
- 程序将int型的list容器的所有元素复制到两个deque容器中,list容器元素如果为偶数,则复制到deque容器中,若为奇数,复制到另一个deque中-Program will copy all the elements of type int list container to two deque container list container element is even, then copy the deque container for odd, copied to anothe
