CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - A*算法

搜索资源列表

  1. 科学与工程数值算法(Java版)

    0下载:
  2. Java学习丛书\\科学与工程数值算法(Java版)一书的代码-Java \\ science and engineering numerical algorithms (Java version), a book of code
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:142668
    • 提供者:何福保
  1. 怎样用算法语言编程序

    0下载:
  2. 算法对于编程来说很重要,本文结合数学对算法进行了很深入的研究,讲解很深刻,看懂需要很扎实的数学功底才行。-for programming algorithm is very important in this paper, and mathematical algorithms to a very in-depth study on the deep need to understand very solid mathematical foundation it.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:3084298
    • 提供者:何艺红
  1. Java实现水仙花数的各算法

    0下载:
  2. 在java中实现水仙花数的各算法,比较齐全-in achieving several of the narcissi algorithm, a relatively complete
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3573
    • 提供者:高首
  1. Email地址检查(算法)

    0下载:
  2. 是一个 非常方便的 检查你的E-mail地址是否正确的,合法的 算法!经常用于注册性网站的建设!-is a very convenient check your E-mail address is correct and legitimate algorithm! Frequently used in the registration website building!
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1014
    • 提供者:孙奥
  1. 利用双向走动法改进冒泡排序算法C语言源代码

    0下载:
  2. 传统的冒泡排序法是这样操作:从前往后,依次比较两个相邻的元素,如果逆序则交换这两个元素值,然后继续往后操作;到了数据尾部时,就找出了一个最大值(或最小值)。然后重复上面的操作n-1次(n为元素个数)。相关的改进办法:按照上面的办法来操作的话,第一次扫描把最大数(或最小数)放到最后面的位置,第二次扫描时其实只需要扫描到倒数第二个位置就可以了,因为最后一个位置已经不需要判断了,以后的操作都是类似的。这样可以减小程序运行时间。-traditional Bubble Sort method is ope
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:4316
    • 提供者:张庚
  1. CRC循环校验的具体算法

    0下载:
  2. Filename: main.c * Descr iption: A simple test program for the CRC implementations. * Notes: To test a different CRC standard, modify crc.h. * * * Copyright (c) 2000 by Michael Barr. This software is placed into * the public domain and may be used fo
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:2524
    • 提供者:韩卫东
  1. 点灯游戏算法实现

    0下载:
  2. 点灯游戏是一个十分有趣的智力游戏,他的规则是这样的:有一行N行N列的灯,开始时全部是灭的,-light lamps game is a very interesting intellectual games, the rule is this : a party line N N out the lights, at the beginning, is to eliminate all the
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:1822
    • 提供者:尹海
  1. a

    0下载:
  2. begining algthrims-算法经典教程。
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:3733470
    • 提供者:yingshaof
  1. BaShuMa2

    0下载:
  2. 用java实现人工智能中经典的A*算法,实现八数码问题,
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3046
    • 提供者:怅青春
  1. CSDN技术中心 LZ77压缩算法(C语言版)

    0下载:
  2. 是一个压缩文件的算法 用c语言写的-is a compression algorithm used documents written in language c
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:8065
    • 提供者:李游
  1. VB常用数值算法集1

    0下载:
  2. VB常用数值算法集1 VB常用数值算法集1-VB common set numerical algorithm commonly used numerical algorithm 1VB Set 1VB common set a numerical algorithm
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:495657
    • 提供者:高利
  1. 一种求解TSP的蚁群算法

    0下载:
  2. 一种求解TSP的蚁群算法-a solution of TSP Ant Algorithm
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:35737
    • 提供者:王涛
  1. 机器人路径规划蚂蚁算法

    2下载:
  2. 这是一个关于蚂蚁算法在机器人路径寻优应用方面的一个幻灯片,希望对对大家有所帮助。-This is one of the ant algorithm robot path optimization application of a slide, and I hope to be helpful to everyone.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:29582
    • 提供者:宁黎华
  1. 动态规划算法的一个应用

    0下载:
  2. 动态规划算法的一个应用-dynamic programming algorithm for the application of a
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:34280
    • 提供者:
  1. eightpuzzle

    0下载:
  2. 八数码问题,利用A*算法求解八数码问题,其中h函数为不在位将牌数-8 digital issues, the use of A* algorithm to solve 8 digital issues, including h function is the number of licenses is not in place to
  3. 所属分类:Applet

    • 发布日期:2017-03-29
    • 文件大小:2868
    • 提供者:jiangyuan
  1. A

    0下载:
  2. 这是我根据A*算法,通过javascr ipt实现的最短路径程序。可以说,程序非常糟糕,不过总算是实现了。思路是起点和终点的跑动过程中,我们中间可能会遇到障碍物,所以,我们不能仅仅是两点一直线,而是聪明的饶过障碍物进行聪明的跑动-This is my under the A* algorithm, through the javascr ipt to achieve the shortest path procedure. It can be said that the procedure is
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:2505
    • 提供者:wayne
  1. 8_puzzle

    0下载:
  2. 8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。 某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~ 我用的启发函数计算了现在的网格距离目标网格还有多远。 具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x) 也就是Manhattan_Distance 源码使用
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:669639
    • 提供者:Siegfried
  1. A-star---Eight-digital-problem

    0下载:
  2. 用A*算法解决八数码问题。由于实验要求,该八数码为5*2的格式,其中第一行最后一个方格为死格。-Artificial intelligence job with the A* algorithm to solve eight digital problem. Due to the experimental requirements, the eight digital 5* 2 format, the first line of the last checkered as dead cells.
  3. 所属分类:JavaScript

    • 发布日期:2017-11-08
    • 文件大小:245854
    • 提供者:李华
  1. A-Star

    0下载:
  2. A*算法,既是八向寻路算法,不是最优的,但和很快捷。 flash演示代码。-A* algorithm, both eight-routing algorithm is not optimal, but and very fast. flash demo code.
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-03-30
    • 文件大小:15129
    • 提供者:yindeqiang
  1. A

    0下载:
  2. A*(A-Star)算法是一种静态路网中求解最短路最有效的方法,估价值与实际值越接近,估价函数取得就越好。该上传的内容是一个A*算法的模拟实现。-A* (A-Star) algorithm is the most effective way to short-circuit a static road network to solve the valuation closer to the actual value, the valuation function is achieved, the
  3. 所属分类:JavaScript

    • 发布日期:2017-04-27
    • 文件大小:51498
    • 提供者:芦荟
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com