搜索资源列表

  1. A 算法求解最短路径

    0下载:
  2. /* 求解最短路径代码 * 这段代码没有进行任何优化(包括算法上的), 但不意味我不知道该怎样优化它, * 它是为教学目的而做,旨在用易于理解和简洁的代码描述出 A* 算法在求最段路 * 径中的运用. 由于很久没有摸算法书, 本程序不能保证是纯正的 A* 算法 -) * 你可以在理解了这段程序的基础上,按自己的理解写出类似的代码. * * 本程序附带有一个数据文件 map.dat, 保存有地图的数据 */-/ * code for th
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:7339
    • 提供者:许俊
  1. A算法详细解答

    0下载:
  2. 这里有人工智能的A*算法看能不能帮到你。。我是在里面得到了不少的经验的-here is the AI A * algorithm can do to help you. . I was there to be a lot of experience
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:10586
    • 提供者:林小雨
  1. A星寻路算法例程

    0下载:
  2. A星寻路算法,有算法步骤详解,及一个小例子,可将寻路结果打印在控制台
  3. 所属分类:数据结构常用算法

  1. source

    0下载:
  2. C词法分析器实现,AOE网络算法实现,KRUSKAL算法实现,PRIM算法实现,计算机图形学影线填充算法(键盘坐标输入),计算机图形学影线填充算法(鼠标输入),人工智能A*算法实现的C语言程序-C lexical analyzer to achieve, AOE network algorithm, KRUSKAL algorithm, PRIM algorithm, computer graphics hatched filling
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:11264
    • 提供者:站长
  1. 九宫格

    0下载:
  2. 九宫格的A*算法实现 可以选择两个估价函数,完成九宫格的自动求解。指导学生完成的一个优秀的课程设计,附完整的源代码和课程设计文档,主要是算法。-Jiugongge the A* algorithm can choose two valuation function, complete Jiugongge automatic solution. Students completed an outstanding curriculum de
  3. 所属分类:教育/学校应用

    • 发布日期:2024-05-21
    • 文件大小:343040
    • 提供者:田艳华
  1. 广度优先算法八数码问题

    0下载:
  2. 应用广度优先搜索策略:该算法首先根据输入的节点数(该程序可选的有3X3,4X4…9X9几种节点数),然后输入初始状态和终点状态-application breadth- first search strategies : The first algorithm based on the input nodes (which are optional procedures 3X3, 4X4 ... Frankfurt several no
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-21
    • 文件大小:57344
    • 提供者:吴晓辉
  1. 八数码软件

    0下载:
  2. A*算法解决八数码软件-A* algorithm to solve eight digital software
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:34816
    • 提供者:八王爷
  1. 模拟退火算法

    1下载:
  2. 简洁得模拟退火算法,用来求函数得极值问题,有兴趣得可以看看。里面提出了一个问题,有兴趣得可以做一个实验-concise in simulated annealing algorithm, used to function in extreme demand, are interested they can look at. They raised a question that interested you can do an expe
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:261120
    • 提供者:张庆
  1. 20050322_8numbers

    0下载:
  2. 这是通过A*算法实现8数码问题,求解可能出现的目标状态。通过回溯的方法实现对A*算法。不同于其它状态图的搜索实现8数码问题。-This is the A* algorithm eight digital issues, the solution may target state. Through the method back to the A* algorithm. Unlike other state diagram of the
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:583680
    • 提供者:吴用
  1. A Star算法源代码

    0下载:
  2. A * 算法的源程序,给定地图,可以从开始地点寻找路径到目的地。-This is a* arithmetic source code, appointed a map, it can search route from start spot to destination.
  3. 所属分类:图形/文字识别

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

    0下载:
  2. 2. 设计一个启发式函数(最好是A*搜索函数)并编程实现,设计报告中必须给出函数的具体形式并说明设计思想(或分析为什么是A*算法)-2. Design a heuristic function (A* is the best search function), and Programming, design report must be given to the specific function and state forms des
  3. 所属分类:界面编程

    • 发布日期:2024-05-21
    • 文件大小:526336
    • 提供者:小龙
  1. EightFigure

    0下载:
  2. 自己用JAVA编的人工智能的A*算法的八数码程序-own use JAVA series of the artificial intelligence of the A* algorithm eight digital procedures
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:2267136
    • 提供者:妄言
  1. veelionAI

    0下载:
  2. 人工智能中经典算法-宽度搜索和启发是搜索(A*算法)在VC环境下的实现代码,对于学习人工智能有很多帮助- In the artificial intelligence the classical algorithm- width search and the inspiration are the search (the A* algorithm) under the VC environment realization code,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:104448
    • 提供者:大虫
  1. 图的搜索

    0下载:
  2. 在VC的环境下,用C++实现A*算法和双向A*算法,并且能够通过设置不同的参数随机产生以邻接表存储网络图,从而可以对不同启发策略的A*算法进行测试和实验。-in VC environment, the C achieving A* algorithm and the two-way A* algorithm, and through a variety of parameters to generate random adjacent
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:15360
    • 提供者:
  1. 实验题

    0下载:
  2. A*算法解决找路径的问题,对于特定的图形,按照距离最短的评估函数,来解决寻优问题-A* algorithm to find paths to solve the problems that specific graphics, in accordance with the shortest distance from the assessment function, to solve the optimization problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:1720320
    • 提供者:zx
  1. a_star_pathfinder

    0下载:
  2. 一个著名的A*算法,里面有执行文件,可以演示.-a famous A* algorithm, and they implementation document can be demonstrated.
  3. 所属分类:游戏引擎

    • 发布日期:2024-05-21
    • 文件大小:182272
    • 提供者:不能说
  1. [AI]2005Maze1002016

    0下载:
  2. 福州大学人工智能课程02级的实验项目:实现深度、广度、A*算法的迷宫搜索以及演示程序,c#编写。-Fuzhou University artificial intelligence courses to the 02 pilot projects : to achieve the breadth, depth, A* search algorithm maze and Demonstration Program, c# prepared
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:222208
    • 提供者:林锋杰
  1. Aspath

    0下载:
  2. A*算法路径搜索程序,效率很高,有一段是c/asm混编-A* search algorithm path, high efficiency, there is a paragraph c/asm mixed
  3. 所属分类:其他小程序

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

    0下载:
  2. c语言实现的A*算法,此算法用于搜索解空间,喜欢人工智能的同志过来下载吧-the A* algorithm, the algorithm used to search for the solution space, like artificial intelligence comrades download it up
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:王万里
  1. stla8

    0下载:
  2. 这是一个关于A*算法的实现8数码的程序源代码,所有的算法核心全部使用STL标准模板库编程,对想熟悉STL编程和A*算法的朋友有很好的借鉴意义。-This is one of the A* algorithm to achieve eight digital source code, all of the core algorithms use all STL standard template library programming,
  3. 所属分类:STL

    • 发布日期:2024-05-21
    • 文件大小:118784
    • 提供者:严江
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org