资源列表
[数据结构常用算法] Diameter-of-BinaryTree
说明:计算二叉树的直径(二叉树中相距最远的两个节点之间的距离)的算法。-Calculate the diameter of binary tree (binary tree in the farthest away from the distance between two nodes) of the algorithm.<马军> 在 2025-07-08 上传 | 大小:512kb | 下载:0
[人工智能/神经网络/遗传算法] code
说明:OFDM资源分配算法间比较 A low complexity algorithm for proportional resource allocation in OFDM systems-A low complexity algorithm for proportional resource allocation in OFDM systems.<gaoyan> 在 2025-07-08 上传 | 大小:10kb | 下载:0
[数据结构常用算法] Dijkstra
说明:这个例程,会在多条相同最短路径中选出边数最少的路径.只是改变path域即可在遍历的时候访问到边数少的路径.核心的思想,就是建立一个数组,存放从出发点到当前顶点的最短路径边数.通过每次查看最短路径相同的情况, 即dv + cvw = dw.时,如果 Count[v] + 1 < Count[w]时,就执行 Count[w] = Count[v] + 1, 同时 w -> path = c.-This routine will be the same number of shortest<php0> 在 2025-07-08 上传 | 大小:1kb | 下载:0