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

搜索资源列表

  1. shortpath

    0下载:
  2. 使用Javascr ipt实现的最短路径A*算法实现
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2069
    • 提供者:吴杰
  1. JsShortPath

    0下载:
  2. 最短路径A*算法实现(Javascr ipt) 使用Javascr ipt实现的最短路径A*算法实现。
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2273
    • 提供者:刘白璐
  1. A_star_res

    0下载:
  2. A*算法的一些资料,包括A*算法理论,以及java版代码及C++代码,还有一个演示程序
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:264444
    • 提供者:张志强
  1. 算法分析11

    0下载:
  2. 算法分析,有好几个例子,可供参考-algorithm analysis, a number of examples for reference
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:36208
    • 提供者:xh
  1. 层次聚类算法

    0下载:
  2. 变色龙一个利用动态模型的层次聚类算法-Chameleon:A Hierarchical Clustering Algorithm Using Dynamic Modeling
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:8066
    • 提供者:张帆
  1. a

    0下载:
  2. 搜索算法源代码,还没有实现,先贴出来吧,
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1541
    • 提供者:卢可任
  1. 一种实用高效的聚类算法

    2下载:
  2. 这是一个新的聚类算法设计,是由复旦大学的教授们设计的,值得一读。-This is a new clustering algorithm is designed by professors from Fudan University, the design, it is worth a read.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:365449
    • 提供者:石支柱
  1. 考虑对象方向关系的密度聚类算法

    1下载:
  2. 当前的聚类算法很多,但是都没有解决关于边界点的问题,这个算法提出一种新的观点。-current clustering algorithm, and still has no points on the border issue and the algorithm, a new perspective.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:34483
    • 提供者:石支柱
  1. 基于核密度估计的层次聚类算法

    0下载:
  2. 本文基于层次聚类的局限性,展开了描述,然后提出了解决办法。-Based on the hierarchical clustering limitations, launched a descr iption, and then the solutions.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:175286
    • 提供者:石支柱
  1. 聚类问题的蚁群算法

    2下载:
  2. 蚁群算法在聚类中的一个应用,不是很具体。希望和大家一起讨论这个问题。-Ant Algorithm in a cluster of application is not very specific. And we hope to discuss this issue.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:88417
    • 提供者:石支柱
  1. 对k-means聚类算法的改进

    0下载:
  2. K均值算法的一个改进算法,简单实用,但是有点简单。-K-means algorithm of an improved algorithm is simple and practical, but a bit simple.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:80469
    • 提供者:石支柱
  1. 一种基于最小张树的属性聚类算法

    0下载:
  2. 一种基于最小生成数的聚类算法,是一个可以的选择。-generated based on the smallest number of clustering algorithm, it is a choice.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:54836
    • 提供者:石支柱
  1. FDBSCAN一种快速 DBSCAN算法英文

    0下载:
  2. 基于密度的一种快速算法,这篇英文文章值得一看。-based on the density of a fast algorithm, is worth looking at this article in English.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:104127
    • 提供者:李中
  1. 一种新的聚类分析距离算法

    0下载:
  2. K均值是一个预先知道类数的算法,需要具备专业知识,不现实。本文提出一个确定类数的方法。-K is a means to know in advance the number of categories algorithm, requires expertise and unrealistic. This paper presents a number of categories to determine the method.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:31960
    • 提供者:李中
  1. 一种用于非球形分布数据的新型聚类算法

    0下载:
  2. 聚类算法是基于距离的,但是大多采取单一的欧氏距离,不利于结果的发现。-clustering algorithm is based on the distance, but most of the adoption of a single Euclidean distance, is not conducive to the discovery of the results.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:184504
    • 提供者:李中
  1. 细分时钟刻度算法.txt

    0下载:
  2. import java.awt.*; import javax.swing.*; public class Exercise8_12 extends JFrame { // Main method with three auguments: // args[0]: hour // args[1]: minute // args[2]: second public static void main(String[] args) { // Declare hour, minute, and seco
  3. 所属分类:WEB源码

  1. NaiveBayes.java.tar.gz 基于weka的分类算法

    1下载:
  2. 基于weka的分类算法,用于weka拓展应用。朴素贝叶斯模型发源于古典数学理论,有着坚实的数学基础,以及稳定的分类效率。同时,该算法所需估计的参数很少,对缺失数据不太敏感,算法也比较简单。理论上,与其他分类方法相比具有最小的误差率。,Based on the classification algorithm weka, weka develop applications for. Naive Bayes model originated in the classical mathematical
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-24
    • 文件大小:7196
    • 提供者:zhangrui
  1. Genetic_algorithm.rar

    0下载:
  2. 一个标准遗传算法的java代码和文档,文件为word格式,内附代码!,a genetic algorithm!
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:52181
    • 提供者:ycf
  1. 菲波那契(Fibonacci)数列算法

    0下载:
  2. 编写Java应用程序,实现以下功能:当应用程序运行后,根据屏幕提示进行交互式输入并菲波那契(Fibonacci)数列的任意项。-A three-digit, to meet the digital formula:, where* represents a number, use a layer of loops, seeking to meet the conditions of the three digits....
  3. 所属分类:JSP源码/Java

    • 发布日期:2017-03-23
    • 文件大小:1496
    • 提供者:shuang
  1. k-meansjava.rar

    1下载:
  2. 用JAVA语言实现的经典聚类算法k-means,聚类与分类不同,它是无监督的过程,,JAVA language used to achieve a classic clustering algorithm k-means, clustering and classification of different, it is the unsupervised process,
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:8433
    • 提供者:刘年
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com