搜索资源列表

  1. myKbest_0513

    0下载:
  2. 中文分词, N-最短路径算法 ICTCLAS研究学习组 http://groups.google.com/group/ictclas?msg=subscribe-Chinese word segmentation, N-shortest path algorithm ICTCLAS Studies Group http :// groups.google.com/group/sub ictclas msg = scribe
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:72704
    • 提供者:Jian Ye
  1. 819ShortPath

    0下载:
  2. 最短路径算法,基于 地震系统 改写的最短路经算法,实现基本的功能,便于学习 -shortest path algorithm, based on the seismic system rewrite the minimum passing algorithm, achieving basic functions, ease of learning
  3. 所属分类:交通/航空行业

    • 发布日期:2024-05-21
    • 文件大小:177152
    • 提供者:friday
  1. lvxingshang

    0下载:
  2. 算法分析问题:用VC编写的旅行商程序,可以实现旅行商最短路径旅行个城市的功能-algorithm analysis : VC procedures for the preparation of the traveling salesman, TSP can achieve the shortest path of travel to the cities function
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:18432
    • 提供者:suyulan
  1. danyuanzuiduanlujin

    0下载:
  2. 单源最短路径算法的C语言实现,刚学算法时写的,多多指教
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:张富强
  1. routing

    0下载:
  2. 在复杂网络中,求经典的无标度网络最短路径算法的matlab源程序非常的实用。-In complex networks, and the classical scale-free network shortest path algorithm matlab source code is very practical.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:王丹
  1. Wordgame

    0下载:
  2. 大富翁背单词游戏 一个掷骰子的背单词游戏,程序特点: 1。采用glscene制作的3d拼图 2。采用ibm的tts语音合成 3。自动拼图9宫图最短路径算法-Monopoly back a dice word game word games back, the program features: 1. Glscene produced using 3d puzzle 2. Using ibm
  3. 所属分类:其他游戏

    • 发布日期:2024-05-21
    • 文件大小:317440
    • 提供者:fu
  1. path

    0下载:
  2. 算法作业,迪杰斯特拉算法模拟公车选路,任选图上两点算出经过的最少站点数和最短路径及最短路径长度-err
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1917952
    • 提供者:zhuqinyun
  1. JsShortPath

    0下载:
  2. 一个java的最短路径算法,是网上搜集的。-A shortest path algorithm java is collected online.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:徐光岩
  1. zuituanlujing(VB)

    0下载:
  2. 用VB学的最短路径算法,压缩包解压时没有密码.供学习使用-Using VB to learn the shortest path algorithm, compressed packets do not have a password when extracting. For learning to use
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:
  1. TheShortestPath

    0下载:
  2. 用c#写的最短路径算法,需要的可以参考一下-With c# Write the shortest path algorithm, needed for reference
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:100352
    • 提供者:jiadunxin
  1. A_FindPath

    0下载:
  2. A*算法是一个求最短路径的函数,为许多即时战略游戏所用刀(或许人家大型的即时战略游戏笔者算法更好,不管它)。它由两个函数组成,一个是评估函数,也就是确定人物移动的下一个位置必须离目标位置最近,评估函数评估的结果越精确,则寻径的速度越快;另一个就是寻径函数,也就根据评估的结果做出响应,然后从新位置继续评估下一个位置,若无路可走(四周都是障碍什么的),那么折回一个路径节点,尝试其他方向,这个算法有个缺点,随着游戏中人物增多,相应的处理节点就
  3. 所属分类:外挂编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:cctv
  1. DataCollection

    0下载:
  2. 一个用A*算法实现的最短路径求解小程序。以及后台维护功能-A use of A* shortest path algorithm for solving applet. As well as the background maintenance function
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:5627904
    • 提供者:Mapi
  1. ShortestPath

    0下载:
  2. 利用VC++求最短路径算法,适用于网络路由算法,是一种简介有效的算法-Use VC++ Seeking the shortest path algorithm applied to network routing algorithm, is a brief and effective algorithm
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-21
    • 文件大小:191488
    • 提供者:张勤
  1. floyd-zuiduanlu

    0下载:
  2. floyd最短路径算法的实现.方便使用.值得阅读.-floyd shortest path algorithm. easy to use. worth reading.
  3. 所属分类:绘图程序

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:罗瑞海
  1. LogFac_Exp_1

    0下载:
  2. java编写的最短路径算法,先由启发式方法获得染色体的初始编码,然后由遗传算法求出最短路径,对解决物流领域的TSP是非常好的计算机实现-java prepared by the shortest path algorithm, by the heuristic method to obtain the initial encoding of chromosome, and then by the genetic algorithm to
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:312320
    • 提供者:wangxiaofang
  1. zdlj(VB)

    0下载:
  2. 应用于GIS地图中,查找最短路径算法源码(VB)-Applies GIS map to find the shortest path algorithm source code (VB)
  3. 所属分类:GIS编程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:方军
  1. ShortestPath_Djk-complexnetworks

    0下载:
  2. 复杂网络最短路径算法,详细而有条理,很有帮助-Complex network shortest path algorithm, detailed and structured, very helpful
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:陈国章
  1. Dijkstra

    0下载:
  2. 用弗洛伊德算法和狄克斯特拉算法实现求最短路径-Algorithm and狄克斯特拉with Freud for the shortest path algorithm
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:932864
    • 提供者:an
  1. JAVA

    0下载:
  2. 在城市智能交通中,经常会用到最短路径的问题,比如找最佳的行车路线等,Dijkstra算法做为最经典的求解方法,为我们指明了方向.不过真正想让我了解该算法的原因是在学习ICTCLAS的N-最短路径算法。-Intelligent Transportation in the city, often used the issue of the shortest path, for example, to find the best travel
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:13312
    • 提供者:索男
  1. basicoperationformap

    0下载:
  2. 包括了图的大部分基本算法,每一种算法都以邻接矩阵与邻接表两种形式给出,算法包括建图,图的遍历(如DFS和BFS),最小生成树,从某个源点到蓁各顶点的最短路径等-Includes most of the basic graph algorithms, each algorithm is to adjacency matrix and adjacency list is given in two forms, algorithms, inc
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:244736
    • 提供者:seckCoder
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org