CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - A算法

搜索资源列表

  1. A星算法

    0下载:
  2. 1, 在Main()函数内顶了20个城市结点,用CNode结点存储;以及这20个城市的预估代价值,用整形数组存储。 2, 进入循环中与用户交互执行搜索。首先列出先前定义的城市结点信息如图1,然后询问用户开始搜索的城市,用户输入城市编号,即可。 3,定义搜索类的实例,传入初始数据,,设置搜索起点,开始搜索。由于在关系中定义好了各个城市结点的连接关系,所以一定会搜索到城市B。 4,与用户交互询问,是否重新开始,输入‘Y’转步骤2,输入‘N’退出程序。
  3. 所属分类:其他小程序

  1. EIGHTPUZZLE

    2下载:
  2. 用A*算法解决八数码问题,人工智能实验,内附实验报告。源码注释很详细-With the A* algorithm to solve 8 puzzle problem, artificial intelligence experiments, containing a laboratory report. Very detailed source notes
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:160628
    • 提供者:朱颢
  1. zmg

    0下载:
  2. A* 算法实现走迷宫通过编制迷宫程序来熟练掌握A*算法。充分理解A*算法和启发函数的关系-A* algorithmthrough the preparation of the maze procedure to skillfully master A* algorithm.* A full understanding of algorithms and heuristic function of
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1844
    • 提供者:harris
  1. a

    0下载:
  2. 该程序用C++ 编写,能成功的实现A*算法,希望能供大家参考。-C++, the program is written in the successful implementation of A* algorithm, hoping for your reference.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:2154
    • 提供者:康丽
  1. A

    3下载:
  2. OFDMA系统中低复杂度比例公平资源分配算法(原文+代码)-Adaptive Resource Allocation in Multiuser OFDM Systems With Proportional Rate Constraints
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:761854
    • 提供者: 20066995
  1. A

    0下载:
  2. A*算法,可以借鉴一下!!别的多说了-A algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:898
    • 提供者:asdffd
  1. A--algorithm-eight-digital-problem

    0下载:
  2. 这是一个领用人工智能中的A*算法求解八数码问题的完整实现,包含多种启发函数。-This is A recipients A* algorithm in artificial intelligence eight digital problem complete implementation, contain A variety of enlightening function.
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:178917
    • 提供者:maochuanwu
  1. a-STAR

    0下载:
  2. 使用a*算法解决机器人自动寻路的问题(适合初学者理解和学习经典的a*算法)-Use a* pathfinding algorithm to solve the problem of automatic robot (a* algorithm suitable for beginners to understand and learn classical)
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2294
    • 提供者:miao
  1. A-algorithm

    0下载:
  2. A*算法的实例。通过迷宫路径的搜索展示A*算法广度优先搜索的过程-Examples of A* algorithm. By searching the maze path display A* algorithm breadth-first search process
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-13
    • 文件大小:2753732
    • 提供者:江佚枫
  1. MPA算法代码和基于并行策略的MPA算法 

    1下载:
  2. 一种并行策略的MPA算法,用户节点和资源节点同时更新(A parallel strategy based MPA algorithm)
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:12288
    • 提供者:daybyday1994
  1. 烟花算法matlab代码

    8下载:
  2. 该算法是目前国际上最新的智能算法——烟花算法,有需要的同学可以自己下载。(The algorithm is the world's latest intelligent algorithm - Fireworks algorithm, there is a need for students to download their own.)
  3. 所属分类:其他

    • 发布日期:2017-12-17
    • 文件大小:20480
    • 提供者:斯坦福
  1. MATLAB智能算法30个案例分析 源代码

    0下载:
  2. 配合MATLAB智能算法案例分析一书的源代码(With MATLAB intelligent algorithm case analysis of a Book of the source code)
  3. 所属分类:其他

    • 发布日期:2017-12-15
    • 文件大小:1618944
    • 提供者:cjq0624
  1. 粒子群优化算法

    0下载:
  2. MATLAB算法,粒子束优化算法(IPSO),同时包含各种算法比较算法,ML、OSIC、IPSO(MATLAB algorithm, particle beam optimization algorithm (IPSO), including a variety of algorithm comparison algorithm, ML, OSIC, IPSO)
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:9216
    • 提供者:123345
  1. LK算法

    0下载:
  2. 利用openCV,首先利用goodFeaturesToTrack函数得到图像中的强边界作为跟踪的特征点,接下来要调用calcOpticalFlowPyrLK函数,输入两幅连续的图像,并在第一幅图像里选择一组特征点,输出为这组点在下一幅图像中的位置。再把得到的跟踪结果过滤一下,去掉不好的特征点。再把特征点的跟踪路径标示出来。(Using openCV, we use goodFeaturesToTrack function to get strong edges in the image as t
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:2072576
    • 提供者:赵嘉慧
  1. 算法设计

    0下载:
  2. 问题描述:以一个m×n的长方形表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 基本要求:首先实现一个以链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中:(i,j)指示迷宫中的一个坐标,d表示走到下一坐标的方向。(Problem Descr iption: a m * n rectangle represents the maze, and 0 and 1 i
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:2048
    • 提供者:beautiful
  1. a

    0下载:
  2. 基于遗产算法的点匹配过程,希望对大家有所帮助(Point matching process based on inheritance algorithm, hope to be of help)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:9216
    • 提供者:haha(..)
  1. 十五个经典算法研究与总结、目录+索引(by_...

    0下载:
  2. 对目前的经典算法有详细的概括,包括红黑树,排序,sift等等(A detailed overview of the current classical algorithms)
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:11040768
    • 提供者:Sher7win
  1. A 寻路算法具体过程及实现

    0下载:
  2. A*寻路算法具体过程及实现,A*算法广泛应用于寻路和图的遍历,是对Dijkstra算法的一种扩展,是一种高效的搜索算法。(The concrete process and Realization of the path finding algorithm A*.A* algorithm is widely applied to traversal of wayfinding and graph. It is an extension of Dijkstra algorithm and an ef
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:144384
    • 提供者:KQ_QK
  1. A-Star

    4下载:
  2. 读取数字地图文件,增加地图障碍,利用A*算法解决三维路径规划问题。(Read digital map files, increase map obstacles, and use A* algorithm to solve the problem of three-dimensional path planning.)
  3. 所属分类:其他

    • 发布日期:2019-11-14
    • 文件大小:8093696
    • 提供者:ebfifrepcy
  1. A算法的航路规划

    1下载:
  2. 基于A算法的航路规划 可以运行的程序 C++程序(Route planning based on algorithm a)
  3. 所属分类:其他

    • 发布日期:2020-03-13
    • 文件大小:59392
    • 提供者:陌离殇
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com