资源列表
[书籍源码] Floyd-Warshall-c-chengxi
说明:Floyd-Warshall算法描述 1)适用范围: a)APSP(All Pairs Shortest Paths) b)稠密图效果最佳 c)边权可正可负 2)算法描述: a)初始化:dis[u,v]=w[u,v] b)For k:=1 to n For i:=1 to n For j:=1 to n If dis[i,j]>dis[i,k]+dis[k,j] Then Dis[I,<江晨> 在 2024-11-06 上传 | 大小:3072 | 下载:0
[语音合成与识别] yuyinshibie
说明:语音识别的实现,一种基于孤立词.特定人的语音识别的算法.-The realization of speech recognition, based on isolated words. A particular person s speech recognition algorithms.<chenfeng> 在 2024-11-06 上传 | 大小:167936 | 下载:0