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

搜索资源列表

  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. Algorithm-Cluster-1.22.tar

    0下载:
  2. 关于图像处理的聚类软件及源代码,大家多参考一下吧-on Image Processing Cluster software and source code, everyone should take a look it
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:63214
    • 提供者:李慧
  1. Data Mining Algorithm

    0下载:
  2. 各种数据挖掘算法的源代码,很齐全,很好用的阿!-data mining algorithm source code is very comprehensive and good use of A!
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:6682805
    • 提供者:zz
  1. NineGrid

    0下载:
  2. 用A*算法实现九宫问题,并给出最优解,其中包括每一步的执行路径-with A * algorithm JiuGongTu problem and the optimal solution is given, including each step of the implementation of the road
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3285
    • 提供者:hubin6770
  1. Quick Search algorithm

    0下载:
  2. 一种序列比对算法的源代码,希望对你会有帮助噢-than a sequence of the algorithm source code, you want to be helpful Oh
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1081
    • 提供者:赵机密
  1. Berry-Ravindran algorithm

    0下载:
  2. 一个关于字符串匹配的算法,已经经过编译,希望对你有帮助-on a string matching algorithm, has been built, want to help you
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1138
    • 提供者:赵机密
  1. Raita algorithm

    0下载:
  2. 一个关于字符串匹配的算法,已经经过编译,希望对你有帮助-on a string matching algorithm, has been built, want to help you
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1161
    • 提供者:赵机密
  1. Smith algorithm

    0下载:
  2. 一个关于字符串匹配的算法,已经经过编译,希望对你有帮助-on a string matching algorithm, has been built, want to help you
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1139
    • 提供者:赵机密
  1. Tuned Boyer-Moore algorithm

    0下载:
  2. 一个关于字符串匹配的算法,已经经过编译,希望对你有帮助-on a string matching algorithm, has been built, want to help you
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1170
    • 提供者:赵机密
  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. hmm_modeling.zip

    0下载:
  2. This is a hidden Markov model (HMM) modeling program. Forward-backward algorithm is implemented to learn a model under maximum likelihood criterion.,This is a hidden Markov model (HMM) modeling program. Forward-backward algorithm is implemented to le
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-05-11
    • 文件大小:2911229
    • 提供者:SUNGWOONG KIM
  1. (wsola)audacity-src-1.3.0b.tar

    0下载:
  2. 一个开源的软件源程序,可以实现语音处理的多种效果,其中采用到wsola的算法 ,a revenue source software, voice processing can be achieved by a variety of effects, which used the algorithm to wsola
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-11-08
    • 文件大小:4938302
    • 提供者:贾立好
  1. FCFS-RR

    0下载:
  2. FCFS 时间片轮转 时间片 轮转法 调度的算法 最高优先数算法基本思想 多级反馈队列调度实现思想 最高优先数调度算法(PCB)-FCFS Time Slice Time Slice rotary movement of the highest priority scheduling algorithm for several basic idea of multi-level algorithm Feedback Queue Scheduling the highest pri
  3. 所属分类:OS Develop

    • 发布日期:2016-01-25
    • 文件大小:133313
    • 提供者:caidongyun
  1. MPI_QuickSort

    0下载:
  2. MIP并行计算实现快速排序算法。在本篇中,我们首先对快速排序算法进行描述和实现,并在此基础上分析此算法的并行性,确定并行编程模式,最后给出该算法的MPI实现。-MIP fast parallel sorting algorithms. In this, we first describe a fast sorting algorithm and implementation, and on this basis of parallelism of this algorithm to determ
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:51885
    • 提供者:
  1. A_Pathfin

    0下载:
  2. 著名算法A*找路算法,是编写外挂必须得参考材料,Delphi源码-Well-known A* algorithm to find a way algorithm, is to write plug-in must have reference materials, Delphi source code
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-07
    • 文件大小:17703
    • 提供者:yourname
  1. MATLAB-code-of-OFDMA-power-allocation

    0下载:
  2. ofdma功率分配经典文献 "A Low Complexity Algorithm for Proportional Resource Allocation in OFDMA Systems"的相应MATLAB代码-MATLAB code for the corresponding OFDMA power allocation classic literature "A Low Complexity Algorithm for Proportional Resource Allocation i
  3. 所属分类:source in ebook

    • 发布日期:2017-03-21
    • 文件大小:13726
    • 提供者:andyking
  1. Clock

    0下载:
  2. 改进型CLOCK 页面置换算法实现在进程运行过程中,若其要访问的页面不在内存而需要调入内存,但分配该进程的内存 空间已经用完时,为了保证该进程能继续执行,需要从内存中把该进程的一些页调入外存中 的对换区,但调出那个页面,可以采用不同的算法。-Improved CLOCK page replacement algorithm in the process of running the course, if its trying to access pages of memory need
  3. 所属分类:OS Develop

    • 发布日期:2017-03-27
    • 文件大小:7871
    • 提供者:李方
  1. Analysis-of-the-data-structure-and-algorithm=study

    0下载:
  2. 数据结构与算法分析学习笔记,chm电子书,讲的比较详细(含源代码)-Analysis of the data structure and algorithm study notes, chm e-book, said a more detailed (including source code)
  3. 所属分类:source in ebook

    • 发布日期:2017-03-21
    • 文件大小:61788
    • 提供者:chyjp
  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
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com