-
-
-
-
INSTALL.zip
auto make package map and auto load the path in to auto_path
-
-
weightgraph.rar
Weighted diagram/undiagram plus dijkstra/floyd algorithm ,shortest path between every two pair vertex.
-
-
-
-
spfa.rar
求单源最短路的SPFA算法的全称是:Shortest Path Faster Algorithm。
这个是自己写的,思想还是一样发的。
-
vc_regedit.rar
vc注册表操作类,使用非常方便!
Registry.CreateKey(HKEY_LOCAL_MACHINE, Path)
Registry.Open(HKEY_LOCAL_MACHINE, Path)
Registry.Write("strPath", strPath)
Registry.Close()
-