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

搜索资源列表

  1. A的算法

    0下载:
  2. A*算法属于一种启发式搜索。它扩展结点的次序类似于广度优先搜索,但不同的是每生成一个子结点需要计算估价函数F,以估算起始结点到该结点的代价及它到达目标结点的代价的和;每当扩展结点时,总是在所有待扩展结点中选择具有最小F值的结点作为扩展对象,以便使搜索尽量沿最有希望的方向进行。 -A * algorithm is a heuristic search. It extended node in the order of priority similar to the breadth of searc
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2461
    • 提供者:成龙
  1. A星算法

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

  1. Improved_binary_query_tree_anti_collision_algorith

    0下载:
  2. 在射频识别系统中,存在阅读器与多个标签同时通信的碰撞问题,标签的防碰撞算法是解决数据冲突的关键。文章详细阐述了已有的典型的二进制查询树的防碰撞算法,并在此基础上提出了一种新的防碰撞算法;该算法利用二时隙的方法,使阅读器的询问次数和标签识别所需的数据流大大减少,提高了标签的识别效 率。从仿真实验中表明,该算法比已有的二进制查询树算法具有更明显的优势。-In the radio frequency identification system, there is reader to communi
  3. 所属分类:RFID

    • 发布日期:2017-05-02
    • 文件大小:561247
    • 提供者:吴晓彦
  1. chapter4

    0下载:
  2. TSP是典型的NP完全问题,既其最坏情况下的时间复杂度随着问题规模的增大按指数方式增长,到目前为止还未找到一个多项式时间的有效算法。(TSP is a typical NP complete problem, and its worst-case time complexity increases exponentially as the problem size increases. So far, no polynomial time efficient algorithm has been
  3. 所属分类:书籍源码

    • 发布日期:2017-12-22
    • 文件大小:6144
    • 提供者:张东冉111
  1. 算法工具

    0下载:
  2. SmartCos 算法工具,内含DES,MAC,RSA,HASH,LRC计算,一键生成(SmartCos algorithm tools, including DES, MAC, RSA, HASH, LRC computing, a key generation)
  3. 所属分类:加密解密

    • 发布日期:2017-12-19
    • 文件大小:120832
    • 提供者:Frank Ao
  1. chapter1遗传算法工具箱

    0下载:
  2. chapter1遗传算法工具箱,遗传算法工具箱一书中源代码,非常好用。(Genetic algorithm toolbox, genetic algorithm toolbox a book in the source code, very easy to use)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:2048
    • 提供者:liangzige
  1. chapter2基于遗传算法和非线性规划的函数寻优算法

    0下载:
  2. chapter2基于遗传算法和非线性规划的函数寻优算法(A Function Optimization Algorithm Based on Genetic Algorithm and Nonlinear Programming)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-21
    • 文件大小:34816
    • 提供者:liangzige
  1. 布谷鸟算法

    1下载:
  2. 初学最优化算法可以下载看一看,有算法例程,多篇中文文献,讲解详细。值得下载。(Beginner optimization algorithm, you can download a look, there are algorithms routines, a number of Chinese literature, to explain in detail. Worth downloading.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:12689408
    • 提供者:haha666
  1. 检定校准人工辅助采集数据的应用算法研究

    0下载:
  2. 在计量检定检测校准中通过在现有条件下,对普通压力表的检定过程进行分析,实现算法优化及程序辅助,实现压力表检定效率的提高及原始记录中检定数据的全数字化采集,通过这种算法的应用,以期实现检定检测的全数字化、无纸化。(Based on the existing conditions, the verification process is a common pressure gauge are analyzed, algorithm optimization and program help achi
  3. 所属分类:*行业应用

    • 发布日期:2017-12-20
    • 文件大小:27648
    • 提供者:ajoe
  1. 免疫算法

    2下载:
  2. 免疫算法,与遗传算法相似,只是多用了一个免疫函数;免疫算法是遗传算法的变体,它不用杂交,而是采用注入疫苗的方法。(Immune algorithm, similar to the genetic algorithm, but the use of an immune function; immune algorithm is a variant of genetic algorithms, it does not hybrid, but the use of vaccination method
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:3072
    • 提供者:铭MARS花
  1. Levenberg Marquardt

    0下载:
  2. 针对数据处理中,非光滑约束方程组的求解不具有全局收敛性的问题,结合光滑化技术设计了Levenberg Marquardt算法。(Aiming at the problem that the solution of nonsmooth constraint equations does not have global convergence in data processing, a Levenberg Marquardt algorithm is designed by combining sm
  3. 所属分类:mathematica

    • 发布日期:2017-12-21
    • 文件大小:141312
    • 提供者:manchild19
  1. 最短路径(Dijkstra算法)

    0下载:
  2. 已知两点,求该两地那间的最短路径,注意与TSP有区别。(When two points are known, the shortest path between the two places is considered, noting that there is a difference between TSP and the other.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:USSThobo2
  1. 常用数值算法--C语言

    0下载:
  2. 多种数值计算方法,的c语言实现。好使,没有问题(A variety of numerical methods, C language implementation. OK, no problem)
  3. 所属分类:Windows编程

  1. 用MATLAB实现遗传算法程序.pdf

    1下载:
  2. 遗传算法的基本步骤如下: 1)在一定编码方案下,随机产生一个初始种群; 2)用相应的解码方法,将编码后的个体转换成问 题空间的决策变量,并求得个体的适应值; 3)按照个体适应值的大小,从种群中选出适应值 较大的一些个体构成交配池; 4)由交叉和变异这两个遗传算子对交配池中的 个体进行操作,并形成新一代的种群; 5)反复执行步骤2-4,直至满足收敛判据为止。(The basic steps of the genetic algorithm are as follows: 1) u
  3. 所属分类:matlab例程

    • 发布日期:2017-12-23
    • 文件大小:76800
    • 提供者:傲视天下
  1. 最小生成树之kruskal算法

    0下载:
  2. 最小生成树之kruskal算法的概念及其实现 kruskal算法的精髓在于: 每次选取一条边。 该边同时满足:1、在当前未选边中权值最小;2、与已选边不构成回路。 直到选取n-1条表是算法结束。找到MST活判断不存在MST。(The concept and implementation of Kruskal algorithm for minimum spanning tree The essence of Kruskal algorithm lies in: Select one
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:11264
    • 提供者:cuihuiling
  1. A星寻路

    0下载:
  2. 游戏中人物运动轨迹计算,采用A*寻路算法(A* trajectory finding algorithm is used to calculate the trajectory of the characters in the game)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:59392
    • 提供者:丶nevermore
  1. 遗传算法工具箱

    0下载:
  2. MATLAB的一个工具箱,关于遗传算法的,有需要的下载。(MATLAB is a toolbox for genetic algorithm, which needs downloading.)
  3. 所属分类:网络编程

    • 发布日期:2018-05-01
    • 文件大小:670720
    • 提供者:笑笑2015
  1. A Pathfinding Project Pro

    0下载:
  2. 简易A*算法寻路插件,U3d工程师必备,内附一例子(Simple A* algorithm path finding plug-in, U3d Engineer,In the case of an example)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:4834304
    • 提供者:你吃呢个
  1. A algorithm

    2下载:
  2. A算法实现路径规划,数字地图用矩阵建立的(A* algorithm, A* algorithm to achieve path planning, digital map with matrix establishment)
  3. 所属分类:matlab例程

    • 发布日期:2019-11-30
    • 文件大小:112640
    • 提供者:理行者
  1. A*算法路径规划

    6下载:
  2. 在20*20的栅格区域使用A*算法进行全局路径规划,自己写的,可以参考!
  3. 所属分类:matlab例程

    • 发布日期:2019-09-13
    • 文件大小:5237
    • 提供者:zw807551153
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com