资源列表
[数据结构常用算法] Data-structure-CPP-part1
说明:数据结构中伪代码的C++代码实现。本代码配合于严蔚敏编写的《数据结构》,可使初学者通过练习,更容易尽快掌握数据结构-The C++ source code of <Data Structer> writed by Weimin Yan.<gl> 在 2025-06-16 上传 | 大小:13kb | 下载:0
[数据结构常用算法] shujujiegou
说明:数据结构一些知识结构和考试试题,可以应对考试-Data structure of knowledge structure and examination, can cope with exams<李凯> 在 2025-06-16 上传 | 大小:13kb | 下载:0
[数据结构常用算法] Knight-traveled
说明:数据结构算法,骑士游历问题的解决及分析说明。-Data structure algorithms, Knight traveled to problem solving and the analysis shows.<程雷> 在 2025-06-16 上传 | 大小:13kb | 下载:0
[数据结构常用算法] the-average-path-length
说明:问题描述:平均路径长度是网络中另一个重要的特征度量,他是网络中所有节点对之间的平均最短距离。这里节点间的距离指的是从一个节点要经历的边的最小数目,其中所有节点之间的最大距离称为网络的直径。平均路径长度和直径衡量的是网络的传输性能与效率。平均路径长度的公式为 ,其中dij表示点i和j之间的最短距离(若dij不存在时,dij就不能加入,且分母要相应减1) 要求:输入邻接矩阵表示的图,计算其平均路径长度-Descr iption of the problem: the averag<cagfaiss> 在 2025-06-16 上传 | 大小:13kb | 下载:0
[数据结构常用算法] CPPjuanji
说明:用C++实现卷积码的编码和译码,整个过程融为一体,可以实现从卷积码的编码到译码最后还原本来面目的全套实现-Full realization of the convolutional code encoding and decoding with C++ achieve integration of the entire process, and finally restore the true colors can be achieved from the convolutional code<小西> 在 2025-06-16 上传 | 大小:13kb | 下载:0
[数据结构常用算法] the-magic-square-
说明:用数组实现魔方阵问题 并输出魔方阵 要求在一个m×m的矩阵中填入1~m2的数字(m为奇数),使得每一行、每一列、每条对角线的累加和都相等 -the magic square<Dante> 在 2025-06-16 上传 | 大小:13kb | 下载:0
[数据结构常用算法] eight--queens--problem
说明:这是一个求解八皇后问题的 源代码,这是一种新的方式 ,非常简洁-eight queens problem<gs> 在 2025-06-16 上传 | 大小:13kb | 下载:0
[数据结构常用算法] lab07
说明:本例主要设计查找的有关算法,例如有序表的查找和顺序标的查找,顺序查找、折半查找及二叉排序树上查找的基本思想和算法实现等。-In this case mainly designed to find the relevant algorithm, such as an ordered list of the find and order the subject to find, sequential search, binary search and binary sort tree to find<Andy> 在 2025-06-16 上传 | 大小:13kb | 下载:0