资源列表
[数据结构常用算法] 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-09-12 上传 | 大小:1kb | 下载:0
[matlab例程] Untitled00
说明:霍夫曼编码,在matlab7.0下验证可行。有详细注解,保证可靠-Huffman coding, under the matlab7.0 verification feasible. Detailed comments<张爽> 在 2025-09-12 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] gaobenqing
说明:高本庆老先生的书籍,很珍贵啊,我找了很久才找到的,希望对大家有帮助,是关于fdtd计算方面的。-This devotion to books of high, very precious, ah, I found a long time to find the, we want to help, is about fdtd computing.<尚真真> 在 2025-09-12 上传 | 大小:4.31mb | 下载:0
[matlab例程] 87example-in-matlab
说明:常用matlab算法程序,其中的实例对初学者有很好的指导与帮助,经典算法实例应用-Matlab algorithm program used<张课课> 在 2025-09-12 上传 | 大小:46kb | 下载:0
[人工智能/神经网络/遗传算法] 3GEvolutionHSPAandLTE
说明:本文主要介绍了3G方面的相关知识包括LTE和HSPA以及OFDM资源分配等相关的知识。对于4G的学习也很有帮助。-This paper introduces the relevant knowledge, including 3G LTE and HSPA and OFDM resource allocation and other related knowledge. 4G is also helpful for learning.<gaoyan> 在 2025-09-12 上传 | 大小:5.95mb | 下载:0
[matlab例程] rcs_sphere
说明:雷达截面积————理想导电球的归一化后向散射RCS- normalized backscattering RCS of Perfectly conducting sphere<张明轩> 在 2025-09-12 上传 | 大小:1kb | 下载:1