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

搜索资源列表

  1. sort

    0下载:
  2. 一个负责排序的程序包,实现多种排序算法,可以对任何简单类型和任意对象进行排序;可以支持升序、降序、字典排序等多种顺序要求;可以随意增加排序算法和顺序要求,保证其他程序不修改 -Responsible for ordering a package to achieve a variety of sorting algorithms, you can simply type and any object of any sort can support the ascending, descen
  3. 所属分类:Java Develop

    • 发布日期:2017-05-12
    • 文件大小:2805739
    • 提供者:宋荣
  1. java

    0下载:
  2. 该程序为五子棋的基本算法,非常简单,采用java,业余玩好,请指教-java
  3. 所属分类:Java Develop

    • 发布日期:2017-04-05
    • 文件大小:5147
    • 提供者:我来也
  1. Aprior-.java

    0下载:
  2. 关联规则挖掘的Apriori算法的,实现,希望对大家的学习有帮助。-Apriori association rule mining algorithms, to achieve, we want to help learning.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:21058
    • 提供者:lands
  1. Community-structure-

    0下载:
  2. 大型复杂网络中社区结构的发现算法,想了解这方面的可以-Community structure of large, complex network discovery algorithm, would like to know this area can look
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:126954
    • 提供者:hahavi
  1. apriorijava

    0下载:
  2. 用java程序实现apriori算法的全部源代码-Java program to use the full apriori algorithm source code
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:42644
    • 提供者:tianruixia
  1. Java_Algorithm--100

    0下载:
  2. 近100中Java算法,可以参考并学习交流使用。-Nearly 100 Java algorithms, you can refer to and learn to share.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-06
    • 文件大小:1158958
    • 提供者:tacyeh
  1. DImage0.4

    0下载:
  2. Java实现的数字图像增强处理程序,可以直接用,其中FFT算法为原创!-Java implementation of digital image enhancement processing, can be directly used, including FFT algorithm is original!
  3. 所属分类:Java Develop

    • 发布日期:2017-05-07
    • 文件大小:1785030
    • 提供者:longyin
  1. FP-growth-algorithm-implementation

    1下载:
  2. FP增长算法的实现与测试(Java实现) 1、程序编译运行环境Eclipse3.20+JDK1.60 2、程序参数说明 -F=filename -S=support -C=confidence filename:数据集文件名,必须位于工程根目录下 support:支持度,位于0-100.0之间的任意数 confidence:置信度,位于0-100.0之间的任意数 例如:-F=anonymous-msweb.data -S=10.0 -C
  3. 所属分类:Java Develop

    • 发布日期:2017-03-21
    • 文件大小:540367
    • 提供者:frank
  1. ClusterAlgorithm

    1下载:
  2. 模式识别的聚类算法 包括欧氏(Euclidean)距离,绝对值距离,切式距离,明氏距离,马氏距离-Clustering algorithm of pattern recognition, including Euclidean (Euclidean) distance, absolute distance, the distance-cut, Ming' s distance, Mahalanobis distance
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:10474
    • 提供者:shenshendaodao
  1. java

    0下载:
  2. 采用标准的 Levenshtein Distance 算法计算两个文件的相似度。 2。 程序使用简单。选入多个文件,然后按分析便个分析出两个文-Standard Levenshtein Distance algorithm for calculating the similarity of two documents. 2. Using a simple procedure. Selected multiple files, and then analyzed by analysis of tw
  3. 所属分类:Java Develop

    • 发布日期:2017-05-04
    • 文件大小:1127200
    • 提供者:jin
  1. JAVA.java

    2下载:
  2. Q学习算法实例,这算法主要应用于机器人领域,运用此算法进行行动的选择使Q值最大最后找到最优的策略-Q-learning algorithm is applied in robot domain,example robot-hitting, robot-moving and so on。This paper refers to many robots domain 。It is so useful。
  3. 所属分类:JSP源码/Java

    • 发布日期:2012-11-04
    • 文件大小:14789
    • 提供者:liuchengcheng
  1. java-all

    0下载:
  2. 这是《数字图像处理Java语言算法描述》书中的源代码,如果打算看此书可以下载该代码直接运行。-This is a " digital image processing algorithms described in Java language," the book' s source code, read this book if you plan to download the code can be run directly.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:195667
    • 提供者:vegalee
  1. Apriori

    0下载:
  2. 关联规则使用外部文件测试频繁项集算法源代码,java语言-Association rules to test the use of an external file frequent itemsets algorithm source code, java language
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:29367
    • 提供者:xinmeng
  1. AntColony

    1下载:
  2. 程序模拟蚂蚁觅食的过程,是蚁群算法的实现。一共七个java文件。-Ant Colony Algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:105638
    • 提供者:钱朔
  1. ChessBoard

    0下载:
  2. 棋盘覆盖问题,java描述求解算法,算法分析与设计-Board cover problem, java solving algorithm descr iption, algorithm analysis and design
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:2685
    • 提供者:柯林的红泪
  1. Dijkstra

    0下载:
  2. Dijkstra java实现的最短路由算法,内含java源代码-Dijkstra java routing algorithm to achieve the shortest, containing java source code
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:49280
    • 提供者:yanglinming
  1. java_sqr(big_int)

    0下载:
  2. java大整数开根号.txt 符合数位要求的大整数开根号,避免了c,c++高精度的麻烦,此题属高精度较难题,具有一定算法-java大整数开根号.txt
  3. 所属分类:Java Develop

    • 发布日期:2016-01-26
    • 文件大小:1024
    • 提供者:hujiulin
  1. lab1

    0下载:
  2. 提供JAVA源码,加密解密4种算法,AES, DES ,RSA ,SHA-1,-Provide JAVA source, four kinds of encryption algorithm, AES, DES, RSA, SHA-1,
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:13672
    • 提供者:shangguan
  1. pso

    0下载:
  2. PSO粒子群算法的JAVA实现,效率还算可以,谢谢了-PSO Particle Swarm JAVA implementation, efficiency too badly, thank you
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:1582
    • 提供者:li
  1. ThreeOrder

    0下载:
  2. 利用二叉树的逻辑结构、链式存储结构等,实现二叉树的前序、中序和后序遍历算法 -The logic of the use of binary tree structure, the structure of chain stores and so on, to achieve the first order binary tree, in order and post-order traversal algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:2558
    • 提供者:李生珍
« 1 2 ... 37 38 39 40 41 4243 44 45 46 47 ... 50 »
搜珍网 www.dssz.com