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

搜索资源列表

  1. A星算法

    0下载:
  2. 八数码问题的A*算法.本实验的A*算法的h(n)=p(n),p(n)定义为每个将牌与其目标位置之间的距离(不考虑夹在其间的将牌)的总和,显然有p(n)=<h*(n),g(n)仍就为节点深度.-the A * algorithm. The experiment of the A * algorithm h (n) = p (n), p (n) is defined for each license its goal the distance between the location (not
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2615
    • 提供者:杨秀云霁
  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. Matlab_ica.该算法实现了两路语音的分离

    1下载:
  2. 该算法实现了两路语音的分离。主要为fastica算法的matlab实现。,The algorithm achieved a separation of two-way voice. Mainly to achieve fastica algorithm matlab.
  3. 所属分类:语音合成与识别

    • 发布日期:2017-04-09
    • 文件大小:1309449
    • 提供者:阿门
  1. 银行家算法

    0下载:
  2. 这个算法不是很完美,但也算是一点成绩了.-A good algorithm, though not perfect :-)
  3. 所属分类:OS Develop

    • 发布日期:2017-11-09
    • 文件大小:1545
    • 提供者:阳光雨荷
  1. PCM-A-U-law

    0下载:
  2. 实现PCM语音数据流压缩,通过该压缩算法可以实现a/u law-PCM voice data stream to achieve compression, the compression algorithm can be achieved by a/u law
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-23
    • 文件大小:1789
    • 提供者:王斌
  1. A--matlab

    0下载:
  2. A*算法,很重要的一种算法!欢迎下载学习!-A* algorithm, an algorithm is very important! Welcome to download learning! Thank you! ! ! ! ! ! Thank you! ! ! ! ! ! Thank you! ! ! ! ! ! Thank you! ! ! ! !
  3. 所属分类:MacOS develop

    • 发布日期:2017-04-15
    • 文件大小:8035
    • 提供者:NUAA
  1. 银行家算法

    1下载:
  2. 银行家算法是由Dijkstra设计的最具有代表性的避免死锁的算法。本实验要求用高级语言编写一个银行家的模拟算法。通过本实验可以对预防死锁和银行家算法有更深刻的认识。(Banker's algorithm is the most typical deadlock avoidance algorithm designed by Dijkstra. This experiment requires the use of high-level language to write a banker's s
  3. 所属分类:操作系统开发

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

    1下载:
  2. 这是算法30案例的第二张源码,基于遗传算法和非线性规划的函数寻优算法(A function optimization algorithm based on genetic algorithm and nonlinear programming)
  3. 所属分类:书籍源码

    • 发布日期:2017-12-19
    • 文件大小:33792
    • 提供者:小禹哥哥
  1. 遗传算法

    0下载:
  2. 遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。(Genetic algorithm is used to solve optimization search algorithm in computational mathematics, is a k
  3. 所属分类:并行计算

    • 发布日期:2017-12-28
    • 文件大小:60203008
    • 提供者:拖把
  1. 算法调度实验

    0下载:
  2. 先来先服务 第一个进入输入井的作业先执行,那么该作业就有一个执行结束的时间,那么在该作业运行时间内,满足时间条件的作业进入输入井,然后根据前一个作业的运行结束的时间推算和下一个作业要进入输入井的时间推算下一个作业时间开始运行的时间: Time = max(curendtime,nextstarttime);这样后作业运行的开始时间就计算出来了, 那么加上一个运行长度就是该作业的结束时间,周转时间即为结束时间减去进入输入井的时间(first come first served T
  3. 所属分类:操作系统开发

    • 发布日期:2017-12-27
    • 文件大小:507904
    • 提供者:允儿pova
  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-01
    • 文件大小:300032
    • 提供者:乌兰
  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. 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. 页面置换算法

    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-04
    • 文件大小:1697792
    • 提供者:ifan帆
  1. 光度立体视觉算法.src

    2下载:
  2. A stereo vision algorithm that rectifies the photographed round objects, restoring and repairing the images in the dark.
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-08
    • 文件大小:441344
    • 提供者:wangzhonglin
  1. 司守奎《数学建模算法与应用》的程序及数据

    2下载:
  2. 司守奎的《数学建模算法与应用》一书中的的所有程序源码及数据(Secretary Shikui "Mathematical Modeling Algorithms and Applications," a book of all the source code and data)
  3. 所属分类:书籍源码

    • 发布日期:2018-01-08
    • 文件大小:2028544
    • 提供者:时间空间
  1. 算符优先算法

    0下载:
  2. 是一个编译原理的算符优先算法。能够通过算符优先分析方法的实现,加深对自下而上语法分析方法的理解。(It is an operator precedence algorithm for a compiler principle. Through the realization of the operator priority analysis method, we can deepen the understanding of the bottom-up grammar analysis meth
  3. 所属分类:编译器/解释器

    • 发布日期:2018-04-18
    • 文件大小:3072
    • 提供者:孟孟孟孟
  1. 银行家算法

    0下载:
  2. 银行家算法是一个避免死锁的著名算法,是由艾兹格·迪杰斯特拉设计的一种避免死锁产生的算法。它以银行借贷系统的分配策略为基础,判断并保证系统的安全运行。(Banker algorithm is a well-known algorithm to avoid deadlock. It is a algorithm designed by Azeg Dijkstra to avoid deadlock. It is based on the allocation strategy of bank len
  3. 所属分类:操作系统开发

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:代码小公举
  1. 粒子群优化算法

    0下载:
  2. 粒子群算法优化程序,包含多种不同优化设置(Particle swarm optimization program, including a variety of settings.)
  3. 所属分类:书籍源码

    • 发布日期:2020-10-04
    • 文件大小:8192
    • 提供者:zzzparallel
  1. 免疫优化算法在物流配送中心选址中的应用

    1下载:
  2. 免疫算法受生物免疫系统启发,是在免疫学理论基础上发展起来的一种新兴的智能计算算法(Immune algorithm, inspired by biological immune system, is a new intelligent algorithm developed on the basis of immunology theory.)
  3. 所属分类:书籍源码

« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com