搜索资源列表
c_alg
- c++常用算法集,包含数据结构,图论等成熟经典算法-c commonly used algorithm set includes data structures, graph theory, and other mature classical algorithm
tulun
- 图论的各种算法,包括最短路 最大流等,代码都在里面-A variety of graph theory algorithm code on the inside
CSGC
- 认知无线电网路中的频谱分配算法:基于图论的颜色敏感算法。-Spectrum allocation algorithm in cognitive radio networks: the color-sensitive algorithm based on graph theory.
Ubigraph
- 在C语言中包含一个头文件UbigraphAPI.h,便可以像往常一样用循环语句“画”一个环,展示出图论模型的三维结构(需下载Ubigraph软件)-Contains a header file UbigraphAPI.h in the C language can be as usual loop " paint" a ring, demonstrating the three-dimensional structure of the graph theory model (s
Desktop
- 最短路径问题是图论中的一个经典问题,其中的Dijkstra算法一直被认为是图论中的好算法,但有的时候需要适当的调整Dijkstra 算法才能完成多种不同的优化路径的查询。 对于某城市的公交线路,乘坐公交的顾客希望在这样的线路上实现各种优化路径的查询。设该城市的公交线路的输入格式为: 线路编号:起始站名(该站坐标);经过的站点1 名(该站坐标);经过的站点2名(该站坐标);……;经过的站点n 名(该站坐标);终点站名(该站坐标)。该线路的乘坐价钱。该线路平均经过多少时间来一辆。车速。 例如: