搜索资源列表
Kru
- Kruskal算法,Kruskal算法的时间复杂度为 ,与图中边数有关,而与图中的顶点数无关,因此该算法适合与求边稀疏的网的最小生成树。-Kruskal algorithm, the algorithm Kruskal time complexity of, and chart the edge, with map unrelated to the number of vertices, and the algorithm for edge for the sparse network of m
log-map
- 这是关于log-map算法的c语言程序,程序已经经过了验证,保证是正确的。-This is on the log-map algorithm c language program, procedures have been through a certification guaranteed to be correct.
50402417
- 和树类似,图的遍历是图的一种主要操作,可以通过遍历判别图中任意两个顶点之间是否存在路径、判别给定的图是否是连通图并可求得非连通图的各个连通分量,但对于带权图(网),其最小生成树或最短路径都取决于弧或边上的权值,则需要有特定的算法求解。-and similar trees, graph traversal map is a major operation, Discrimination can traverse map between any two vertices existence trai
wodetanke
- 全面运用所学的JAVA理论对所设计的类进一步完善,并学会使用数组存储游戏地图数据,并能运用图形绘制方法和一定的算法将地图在游戏中绘制出来,并能控制游戏角色在地图可行走区域运动。-comprehensive study of the use of Java theory designed to further improve the class, and learning how to use the array game map data storage, and will be able to
Digitalmap
- Digital map algorithm. it could demonstrate the function and the effectiveness of the digital map
tusuanfa code
- 图算法 光盘原码 关于图的若干算法 很有用 大家下载-map algorithm code on the original CD-ROM map algorithm for a number of very useful to see you download
ant_code
- JAVA实现的基本蚁群算法源程序,可以选择地图,可以设置一些参数,有图形输出-JAVA realization of the basic ant colony algorithm source code, you can choose the map, you can set some parameters, there are graphics output
SCC
- Java实现的图的强连通分支算法,可以输入图的节点和边,并返回图中所有的强连通分支-Java to achieve strong connectivity of the graph branch algorithm, can enter graph nodes and edges, and return to map all of the strongly connected branch
BC
- Java实现的双连通分支算法,可以自行输入图的节点和边,并返回图中所有的双连通分支-Java connectivity to achieve the two-branch algorithm, can enter the graph nodes and edges, and return to map all of the dual-branch connectivity
dframe
- 利用模拟退火算法实现有向图最短路径的计算,基本与康立山的参数确定方法相同,只是结束条件改为温度下降到0.2截止。-Simulated annealing algorithm has to map the shortest path calculation, basic and Kang Lishan determine the parameters of the same way, but the conditions to end cut-off temperature dropped to
SearchBusShared
- Code introduce about algorithm of search bus in google s map application
47278418ssdaquare
- java开放的小游戏,代码量500行,地图生成的简单算法,和播放动画的简单算法!有矩形碰撞-500 lines of code size, map generation simple algorithm, and the simple algorithm animation! A rectangular collision
youxingo
- Java代码量500行,地图生成的简单算法,和播放动画的简单算法!有矩形碰撞。-500 lines of Java code size, map generation simple algorithm, and the simple algorithm animation! A rectangular collision.
gis
- mapinfo webgis 开发程序,实现了地图漫游、放大缩小以及公交换乘算法-mapinfo webgis development process to achieve the roaming of the map, zoom, and bus transfer algorithm
expo
- 一款世博园区地图查询软件,为java编写,含有完整数据库,使用了迪杰特斯拉算法选路。-A World Expo site map query software, written for java contains the full database, use the Dykstra algorithm.
yangliu
- 用KNN算法实现的文本分类系统,很详细,作者很强大,尤其是对于MAP的使用,炉火纯青,值得学习,受益匪浅!-KNN algorithm with the text classification system, very detailed, the author is very strong, especially for the use of the MAP, high degree of professional proficiency, it is worth learning, benef
src
- 栅格图的读取,变色龙算法聚类,聚类后图像的输出-The raster map reading, Chameleon algorithm for clustering, clustering image output
gpsOptimize
- gps轨迹优化,gps采样的点显示轨迹的时候,由于gps漂移和定位精度的原因,地图上显示的轨迹不太理想,通过卡尔曼算法,是轨迹达到平滑的效果-gps trajectory optimization, gps sampling point display trajectory, because of drift and gps positioning accuracy reasons, the track displayed on the map is not ideal, through Kal
TestAStar
- 一个Flash版的AStar寻路算法,二维地图简单寻路-A Flash version of the AStar pathfinding algorithm, a simple two-dimensional map pathfinding
Dijkstra
- 任意给定图,10个结点以上,实现图,并用迪杰斯特拉算法求最短路径 注:在D盘存放节点之间的权值-Any given map, more than 10 nodes to achieve chart, and use Dijkstra shortest path algorithm