CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - java算法

搜索资源列表

  1. java算法

    0下载:
  2. JAVA算法大集合都是经典算法,对学习有所帮助-Java algorithms are great gathering classic algorithms to help learning
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11.87kb
    • 提供者:健健
  1. Apriori.java

    1下载:
  2. Apriori.java算法 Apriori.java算法
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:29.7kb
    • 提供者:fads
  1. 用JAVA写的遗传算法

    0下载:
  2. java写 的遗传算法,求f(x1,x2)=100*(x1*x1-x2)*(x1*x1-x2)+(1-x1)*(1-x1)最优解。
  3. 所属分类:数值算法/人工智能

    • 发布日期:2009-06-18
    • 文件大小:8.32kb
    • 提供者:1888273@qq.com
  1. java算法

    0下载:
  2. java的一些常用算法代码。
  3. 所属分类:数据结构常用算法

  1. java蚁群算法

    1下载:
  2. 本代码是基于java语言,通过蚁群算法的实现了对最优路径查找的功能。
  3. 所属分类:人工智能/神经网络/遗传算法

  1. 聚类的GN算法

    0下载:
  2. 很好地实现了聚类的GN算法的java程序
  3. 所属分类:数据结构常用算法

  1. bplus.zip 简单好用的B+树算法实现

    0下载:
  2. 一个简单好用的B+树算法实现, A simple easy to use B tree algorithm realizes
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-11-08
    • 文件大小:15.86kb
    • 提供者:
  1. btree_java.zip 用Java applet实现的B-Tree算法

    0下载:
  2. 一个用Java applet实现的B-Tree算法, The B-Tree algorithm which realizes with Java applet
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-11-08
    • 文件大小:18.99kb
    • 提供者:
  1. 聚类K-Medoids算法

    3下载:
  2. 聚类K-Medoids算法。文件里面包含了详细的程序说明和示例。-K-Medoids clustering algorithm.The file contains a detailed descr iption of the procedures and examples.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-10-17
    • 文件大小:19.27kb
    • 提供者:
  1. 经典算法GN算法的Java实现

    0下载:
  2. 社区发现经典算法GN算法的Java实现,能够根据不同节点之间的联系来实现社区的划分。-Community found that classical algorithm GN algorithm Java implementation, and can be the link between different nodes to achieve the division of the community.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2016-12-23
    • 文件大小:4.37kb
    • 提供者:Avenway
  1. UCT--Java

    0下载:
  2. 当今电脑围棋的最新最强的算法用Java实现 -Go up-to-date in today s most powerful computer algorithms using Java to achieve
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:1.69kb
    • 提供者:天龙北斗
  1. k-means(java)

    0下载:
  2. k-means算法是基于划分的聚类方法,本算法简单,便于理解,以可视化界面的形式将结果展示出来。-k-means clustering algorithm is based on the division method, this algorithm is simple and easy to understand visual interface to the form of the results.
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-10-29
    • 文件大小:2kb
    • 提供者:聂风
  1. dijkstra-java

    0下载:
  2. Dijkstra算法是典型的最短路算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。 Dijkstra算法能得出最短路径的最优解,但由于它遍历计算的节点很多,所以效率低。Dijkstra算法是一种逐步搜索算法,通过为每个顶点n保留目前为止所找到的从m到n的最短路径来工作的。 -Dijkstra algorithm is a typical example of the most short-circuit algorithm, used
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-26
    • 文件大小:920byte
    • 提供者:kivilin
  1. java

    0下载:
  2. 行列式,矩阵,线性方程组,逆阵的java算法 -Determinant, matrices, linear equations, matrix inverse algorithm java
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:5.68kb
    • 提供者:belle
  1. Java

    0下载:
  2. LZMA压缩算法的java源代码 经过测试 可以是使用的-LZMA
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:23.17kb
    • 提供者:zhang
  1. apriori(java)

    0下载:
  2. apriori算法是经典的数据挖掘算法,本源码以可视化界面的形式将结果展示给用户。-apriori algorithm is a classical data mining algorithms, the source code to the form of visual interface, the results show to the user.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3.01kb
    • 提供者:聂风
  1. genetic(java)

    0下载:
  2. 遗传算法具有全局搜索的功能,能够克服K-means算法的缺点。-Genetic algorithm global search function to overcome the shortcomings of K-means algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:37.7kb
    • 提供者:聂风
  1. NaiveBayes(java)

    0下载:
  2. 贝叶斯分类算法是经典的分类算法,也是应用最为广泛的分类算法,此算法展示了贝叶斯分类的具体过程。-Bayesian classification algorithm is a classical classification algorithm, is the most widely used classification algorithms, Bayesian classification algorithm shows the specific process.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:15.64kb
    • 提供者:聂风
  1. fp-tree-java

    0下载:
  2. 用Fp-tree这个结构来查找频繁项藉,不管在性能还是鲁棒性都比经典算法aprior算法优-With Fp-tree structure to find the frequent items of this by, whether in the performance and robustness of the algorithm is superior than the classical algorithm aprior
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:25.94kb
    • 提供者:23123
  1. Algorithm design and analysis(Java)

    1下载:
  2. 王晓东版本的算法设计与分析,介绍数据结构与常见算法题目,附Java代码示例。(Wang xiaodong version of the algorithm design and analysis, introduce the data structure and common algorithm topics, with Java code examples.)
  3. 所属分类:数据结构

    • 发布日期:2019-12-22
    • 文件大小:6.31mb
    • 提供者:超人迪加
« 12 3 4 5 6 7 8 9 10 ... 42 »
搜珍网 www.dssz.com