搜索资源列表

  1. 给定限制期条件下最小风险路径的选取算法.rar

    0下载:
  2. 给定限制期条件下最小风险路径的选取算法
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-01
    • 文件大小:38491
    • 提供者:
  1. WinScenery

    0下载:
  2. 学校导游系统。采用最小路径算法。程序可自动生成图,并可找出最小路径。-school system guides. Use the smallest path algorithm. Procedures can be automatically generated map can identify the smallest path.
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:29673
    • 提供者:倪恩伟
  1. flotDijkstra

    0下载:
  2. dijkstra的关于有向流通图的最小路径算法。-dijkstra on a map to the smallest circulation path algorithm.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3210
    • 提供者:YIN WEI
  1. Ford-Fulkerson

    0下载:
  2. Ford-Fulkerson关于有向连通图的最小路径算法。-Ford-Fulkerson on a graph to the minimum path algorithm.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4312
    • 提供者:YIN WEI
  1. Graph

    0下载:
  2. 主要是利用java语言实现可视化的最小路径算法。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2775
    • 提供者:chenchen
  1. Dijkstra

    0下载:
  2. 最小路径算法,内附使用说明,极好的学习资料
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:19609
    • 提供者:王志刚
  1. 最小路径

    0下载:
  2. 图形学期末作业,最小路径算法,并能改变路径权值,图形界面-end graphics operations, the smallest path algorithm, and the right path to change values, graphics interface
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:73815
    • 提供者:吴语
  1. 粒子群算法计算最短路径

    0下载:
  2. 优化问题是工业设计中经常遇到的问题,许多问题最后都可以归结为优化问题. 为了解决各种各样的优化问题,人们提出了许多优化算法,比较著名的有爬山法、遗传算法等.优化问题有两个主要问题:一是要求寻找全局最小点,二是要求有较高的收敛速度. 爬山法精度较高,但是易于陷入局部极小. 遗传算法属于进化算法( Evolutionary Algorithms) 的一种,它通过模仿自然界的选择与遗传的机理来寻找最优解. 遗传算法有三个基本算子:选择、交叉和
  3. 所属分类:源码下载

  1. 最小路径

    0下载:
  2. 图形学期末作业,最小路径算法,并能改变路径权值,图形界面-end graphics operations, the smallest path algorithm, and the right path to change values, graphics interface
  3. 所属分类:图形图象

    • 发布日期:2024-06-01
    • 文件大小:1742848
    • 提供者:吴语
  1. XiaoYuanDaoYouTu

    0下载:
  2. 本人用C++编写的一个校园导游图。欢迎界面是我们学校的。用的时候随时改成你学校的就成。:) 通过最小生成树算法和两点间最短路径算法,实现查看两景点间最短路径和查看最佳游览路线。-I prepared a campus tour guide map. We welcome the interface schools. Used anytime when you changed it into schools. :) Minimu
  3. 所属分类:Windows编程

    • 发布日期:2024-06-01
    • 文件大小:29696
    • 提供者:li
  1. Dijkstra_c

    0下载:
  2. C#中实现最短路,该图算法描述的是这样的场景:图由节点和带有方向的边构成,每条边都有相应的权值,路径规划(最短路径)算法就是要找出从节点A到节点B的累积权值最小的路径。-achieve the most short-circuit, the algorithm described in the plan that is the scene : map with nodes and from the direction of the ed
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-06-01
    • 文件大小:3072
    • 提供者:1
  1. DataCollection

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

    • 发布日期:2024-06-01
    • 文件大小:5627904
    • 提供者:Mapi
  1. prim

    0下载:
  2. 实现最小生成树算法,通过PRIM算法实现.通过输入一串字符显示最小生成树.求得最小路径-Realize minimum spanning tree algorithm, through the PRIM algorithm. By entering a string of characters show minimal spanning tree. Find the smallest path
  3. 所属分类:Windows编程

    • 发布日期:2024-06-01
    • 文件大小:5120
    • 提供者:一一
  1. AStarShotDistance

    0下载:
  2. 这是利用.net来实现的A*最短路径算法,其实现由人机进行交互进行设置,不失为一个最小路径的好方法-This is use. Net to achieve the A* shortest path algorithm, the realization of human-computer interaction by setting, is a good way to minimize the path
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-01
    • 文件大小:162816
    • 提供者:hryang
  1. mydijkstra

    0下载:
  2. 迪杰斯特拉算法又称最小路径算法,是图论里的一种基础算法。这里实现一种较为简洁的最小路径算法。(Dijkstra algorithm, also known as the minimum path algorithm, is a basic algorithm in graph theory. Here to achieve a more concise minimum path algorithm.)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:929743545
  1. floyd_1 (2)

    0下载:
  2. 最短路径算法最短路径问题有多种情况可以讨论给定起点的最短路径问题给定终点的最短路径问题给定起点和终点的最短路径,也就是求任意两点最短路径(Shortest Path Algorithm Shortest Path Problem There are several situations where you can discuss the shortest path problem for a given starting point.
  3. 所属分类:其他小程序

    • 发布日期:2024-06-01
    • 文件大小:2048
    • 提供者:france1990
  1. ACATSP

    0下载:
  2. 旅行商问题(Traveling Saleman Problem,TSP)是车辆路径调度问题(VRP)的特例,由于数学家已证明TSP问题是NP难题,因此,VRP也属于NP难题。旅行商问题(TSP)又译为旅行推销员问题、货郎担问题,简称为TSP问题,是最基本的路线问题,该问题是在寻求单一旅行者由起点出发,通过所有给定的需求点之后,最后再回到原点的最小路径成本(Traveling salesman Problem ('ll Saleman P
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-01
    • 文件大小:1024
    • 提供者:枫雪@SPW
  1. 基于matlab算最短路径--Floyd算法

    0下载:
  2. 采用佛洛依德算法原理,解决最小路径的规划问题的matlab实现(Using Freud algorithm principle, solve the problem of the minimum path planning matlab)
  3. 所属分类:其他小程序

    • 发布日期:2024-06-01
    • 文件大小:29696
    • 提供者:ElivesLee
  1. python小程序

    0下载:
  2. 根据传统的经典迪杰特斯拉算法,利用Python求解最短路径(shortest path.According to the traditional classic detesla algorithm, we use Python to solve the shortest path.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-01
    • 文件大小:2048
    • 提供者:锦天123
  1. Subway12

    0下载:
  2. 地铁最小换乘算法,最短路径算法,最少价格算法,南京地铁线路(Minimum Transfer Algorithms for Metro)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-06-01
    • 文件大小:11639808
    • 提供者:咕咚y
« 12 3 4 5 6 7 8 9 10 ... 14 »

源码中国 www.ymcn.org