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

搜索资源列表

  1. 零基础学算法_第二版

    0下载:
  2. 数据结构课程的实践性是很强的, 不只是要掌握理论上的方法, 还必须将这些方法应用到程序设计的实践中去。 鉴于此, 作者编写了本书。 本书没有详细介绍各种数据结构的原理, 而是重点介绍各种数据结构的实现方法, 及相应的具体程序代码。(The practice of data structure course is very strong, not only to grasp the theoretical method, but also must apply these methods to t
  3. 所属分类:数学计算

    • 发布日期:2018-01-01
    • 文件大小:8657920
    • 提供者:王智woods
  1. 游戏核心算法编程内幕

    0下载:
  2. 各种2D小游戏的核心算法,游戏算法电子书 包含各类2d小游戏算法问题,感觉非常适合研究开发游戏算法的程序员,不错分享给发家。(A variety of 2D game core algorithm, game algorithm e-book contains all kinds of 2D game algorithm problem, feel very suitable for research and development of game algorithm programmers,
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:102668288
    • 提供者:萤火1129
  1. 多目标优化进化算法

    3下载:
  2. 按照外文经典文献的步骤和流程,在matlab环境下编写了多目标优化进化算法程序。在外文经典文献中,有该算法的子函数开源代码,程序运行速度快、精度高。文件由主程序和子函数构成,共7个.m文件。(According to the steps and process of foreign literature, a multi-objective optimization evolutionary algorithm program is written in Matlab environment.
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-11-06
    • 文件大小:361472
    • 提供者:taiyuanwang
  1. Bp算法

    0下载:
  2. 一个神经网络BP算法,基于matlab语言编写的程序库。(A neural network BP algorithm, which is a library based on MATLAB language.)
  3. 所属分类:网络编程

    • 发布日期:2018-01-01
    • 文件大小:88064
    • 提供者:tengqu
  1. B2DPCA和ELM人脸识别算法研究_李定珍

    0下载:
  2. 提出一种新型、高效的基于 B2DPCA(双向二维主成分分析)和 ELM(极端学习机)的人脸识别算法, 该算法是根据曲波变换分解人脸图像和一种改进的降维技术,通 过 B2DPCA 生成识别特征集来训练和测试 ELM 分类器,提高识别精度。通过大量实验,并把实验结果与现存技术进行比较,结果表明 B2DPCA+ELM 算法有效地提高了识别准确率,并降低了对原型数量的依赖。将来有望能把局部特征和基于曲波分解的全 局信息结合起来应用到识别精度和分类速度上。(a new human recognit
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:618496
    • 提供者:sarlih
  1. 蚁群算法

    2下载:
  2. 路径优化蚁群算法matlab程序‘ 在求解该问题的蚂蚁算法中,每只蚂蚁是一个独立的用于构造路线的过程,若干蚂蚁过程之间通过自适应的信息素值来交换信息,合作求解,并不断优化。(Path optimization, ant colony algorithm, matlab program. In the ant algorithm for solving this problem, each ant is an independent procedure for constructing the
  3. 所属分类:网络编程

    • 发布日期:2018-01-02
    • 文件大小:2048
    • 提供者:hhhhhhyy
  1. 数据结构与算法综合设计课程设计指导书

    0下载:
  2. 是关于数据结构与算法综合课程设计的指导书,有需要的可以下载来用(Is a guide book data structure and algorithm design of the integrated curriculum, there is a need to download and use)
  3. 所属分类:中间件编程

    • 发布日期:2018-01-02
    • 文件大小:300032
    • 提供者:乌兰
  1. BM算法

    0下载:
  2. 在计算机科学里,Boyer-Moore字符串搜索算法是一种非常高效的字符串搜索算法。它由Bob Boyer和J Strother Moore设计于1977年。此算法仅对搜索目标字符串(关键字)进行预处理,而非被搜索的字符串。虽然Boyer-Moore算法的执行时间同样线性依赖于被搜索字符串的大小,但是通常仅为其它算法的一小部分:它不需要对被搜索的字符串中的字符进行逐一比较,而会跳过其中某些部分。通常搜索关键字越长,算法速度越快。它的效率来自于这样的事实:对于每一次失败的匹配尝试,算法都能够使用这
  3. 所属分类:Windows编程

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:Never give up
  1. TSP双蚁群算法

    0下载:
  2. 蚁群算法是一种用来寻找优化路径的概率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为(The ant colony algorithm is a probabilistic algorithm used to find the optimal path. It was proposed by Marco Dorigo in his doctoral dissertation in 1992, inspired by the wa
  3. 所属分类:书籍源码

    • 发布日期:2018-01-02
    • 文件大小:16384
    • 提供者:春天里的
  1. chapter14 基于粒子群算法的PID控制器优化设计

    2下载:
  2. chapter14 基于粒子群算法的PID控制器优化设计,粒子群算法也是个不错的优化参数算法(chapter14 Particle swarm optimization algorithm based on PID controller design, Particle Swarm Optimization algorithm is also a good optimization algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-03
    • 文件大小:145408
    • 提供者:其实还好
  1. PID算法

    0下载:
  2. PID代码的实现,各种代码的实现,详细的解释,非常好的学习教程(PID code to achieve a variety of code to achieve a detailed explanation, a very good learning tutorial)
  3. 所属分类:书籍源码

    • 发布日期:2018-01-03
    • 文件大小:103578624
    • 提供者:341203jht
  1. dijkstra算法

    0下载:
  2. dijkstra算法,最基础简单方便易学!(A very fundamental and easy version of Dijkstra algorithm! Hope everyone can start at this point!)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-03
    • 文件大小:5120
    • 提供者:xiaotong0201
  1. 遗传算法

    0下载:
  2. 应用MATLAB软件进行遗传算法运算,此为相关代码,具有一定研究价值。(The application of MATLAB software for genetic algorithm operation, this is the relevant code, has a certain research value.)
  3. 所属分类:matlab例程

  1. 迷宫算法

    0下载:
  2. 给定一个迷宫,输入入口出口,得到走出迷宫的正确路线(Given a maze, enter the entrance, exit, get the route)
  3. 所属分类:数据结构

    • 发布日期:2018-01-04
    • 文件大小:1387520
    • 提供者:畋猎千阳
  1. matlab bp+遗传算法

    0下载:
  2. 一个关于遗传算法优化BP神经网络的算法方案研究,遇到一个问题就是在用BP神经网络仿真的结果里,最大值和最小值预测误差特别大,而其他值的误差很小,同样,我用遗传算法优化之后这个问题依然没有解决,可以作为大家下一步研究的参考(A genetic algorithm to optimize BP neural network algorithm program, encountered a problem is that in the BP neural network simulation resu
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:376832
    • 提供者:sci2018
  1. 算法艺术入门经典

    0下载:
  2. 经典算法艺术入门 acm入门者必备图书(a good book for the acmer to read)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:9313280
    • 提供者:universtar
  1. MDVRP_遗传算法

    2下载:
  2. MDVRP_遗传算法 可以运行 希望对大家有帮助(a solution to MDVRP ,i hope it can help you)
  3. 所属分类:数学计算

    • 发布日期:2018-01-05
    • 文件大小:19456
    • 提供者:小白zip
  1. 页面置换算法

    0下载:
  2. 模拟页面置换算法 1.创建空闲存储管理表、模拟内存、页表等。 2.提供一个用户界面,用户利用它可输入不同的页面置换策略和其他附加参数。 3.运行置换程序,输出缺页率结果。(1. create a free storage management table, analog memory, page tables and so on. 2. provides a user interface that allows users to input different page
  3. 所属分类:操作系统开发

    • 发布日期:2018-01-05
    • 文件大小:1697792
    • 提供者:ifan帆
  1. 基于matlab多种群粒子群算法求解多目标优化问题

    25下载:
  2. 本代码主要是matlab源代码,介绍了一种通多种群粒子群算法求解多目标优化问题,这是本人毕业设计的内容,源代码附有相关说明,且运行没有问题,大家可以参考(This code is mainly matlab source code, introduced a variety of particle swarm optimization algorithm to solve multi-objective optimization problem, this is my graduation pr
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:古月088376
  1. 贪心算法背包问题

    0下载:
  2. 一个简单贪心算法的研究,背包问题,供大家浏览参考。(A simple greedy algorithm research, knapsack problem, reference for browsing.)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:CJPYXS
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 50 »
搜珍网 www.dssz.com