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

搜索资源列表

  1. CPair

    0下载:
  2. 分治法寻找最接近点对,内附测试文件,算法分析与设计作业-Partition method to find the most close point ,Enclosed test files, the algorithm analysis and design work
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:17419
    • 提供者:李子谦
  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. 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. id3

    0下载:
  2. 使用java实现id3算法建立决策树,建成决策树后可以测试用例,使用决策树对用例分类。主类是ID3List,花了3天时间写完调试通过的。 ID3算法的实现 包括:建树,测试用例, 选根, 建立叶子节点, 求熵, 求信息期望,求信息增益 等方法以及相应的测试 * 测试:目前全部方法都无异常。makeTree方法有两处逻辑错误待修正 工具类 ListUtil MathUtil ClassUtil StringUtil * DecisionTree 等工具类 实体类 Person(--
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:13592
    • 提供者:李伟
  1. smith_waterman

    0下载:
  2. 用smithwaterman算法做局部序列匹配。如在程序中给出了测试给定的两个基因序列是否匹配的例子-To do with smithwaterman local sequence matching algorithm. If the test is given in the program given two examples of gene sequences match
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:1128
    • 提供者:康靖林
  1. JAMIJIEMI

    0下载:
  2. 一个很好用的Java加密解密算法,测试通过,直接解压就可以用!-a good use of the Java encryption and decryption algorithm, the test directly extract can use!
  3. 所属分类:Applet

    • 发布日期:2017-11-15
    • 文件大小:188401
    • 提供者:夏雨旋
  1. 3

    0下载:
  2. GBN 算法的完美实现。。。。。测试已通过-GBN algorithm to achieve the perfect. . . . . Test has passed
  3. 所属分类:JavaScript

    • 发布日期:2017-04-29
    • 文件大小:235688
    • 提供者:muta
  1. hadoop-0.1.0.tar

    0下载:
  2. Hadoop是一个用于运行应用程序在大型集群的廉价硬件设备上的框架。Hadoop为应用程序透明的提供了一组稳定/可靠的接口和数据运动。在 Hadoop中实现了Google的MapReduce算法,它能够把应用程序分割成许多很小的工作单元,每个单元可以在任何集群节点上执行或重复执行。此外,Hadoop还提供一个分布式文件系统用来在各个计算节点上存储数据,并提供了对数据读写的高吞吐率。由于应用了map/reduce和分布式文件系统使得Hadoop框架具有高容错性,它会自动处理失败节点。已经在具有60
  3. 所属分类:Java Develop

    • 发布日期:2017-05-15
    • 文件大小:3598401
    • 提供者:宾利金
  1. Mine

    0下载:
  2. Java扫雷9*9核心程序算法,经测试完全正确,与大家分享-mine Java core program algorithms, fully tested right to share with you
  3. 所属分类:JavaScript

    • 发布日期:2017-04-17
    • 文件大小:36890
    • 提供者:白从彬
  1. Graphic

    0下载:
  2. 基于java编程的最短路径算法,已测试,输出最短距离及其路径。-Java programming based on the shortest path algorithm has been tested, the shortest distance and path of the output.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1098
    • 提供者:
  1. Playfair

    0下载:
  2. 最近在学密码学,这一个实现playfair加密算法的java类,主要包括构造函数、加密函数和解密函数,还有几个辅助函数,附有测试类,在控制台下运行的。-A recent study of cryptography, which playfair encryption algorithm to achieve a java class, mainly including constructor, encryption and decryption function, a function, and
  3. 所属分类:Applet

    • 发布日期:2017-04-02
    • 文件大小:6381
    • 提供者:老棉
  1. MC_java

    0下载:
  2. 人工智能,回溯方法解MC问题,java语言。主要算法在MC.java中,test.java是测试程序,运行test.java程序即可。-Artificial intelligence, backtracking method to solve the MC problem, java language. MC.java in the main algorithm, test.java is a test program, run test.java procedures.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1067
    • 提供者:wqs07
  1. 8_puzzle

    0下载:
  2. 8数码问题的Java求解,采用A*算法。数据结构采用的Vector<int[]>。输出为"no solution"或一系列表示求解过程的字符串。 某些30步的测试样例需要半分钟左右,但是绝对是正确解~~万望您能不吝点滴时间耐心等待……orz thnx~~ 我用的启发函数计算了现在的网格距离目标网格还有多远。 具体算法是,将每一格中的数字的坐标与其应该在的坐标的差加到一起,得到这个最终值h(x) 也就是Manhattan_Distance 源码使用
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:669639
    • 提供者:Siegfried
  1. warshall

    0下载:
  2. washall算法 用java代码实现~已测试-washall algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:12179
    • 提供者:sd
  1. Sort

    0下载:
  2. 一个三个算法集合,有界面,有选项,自己做的测试算法,不知道好不好-A set of three algorithms, there are interfaces, there are options, make their own test algorithms, do not know good or not
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:2597
    • 提供者:lyrenlian
  1. pagerank

    0下载:
  2. 用java 实现pagerank算法,包括算法运行的耗时测试-Using java to achieve pagerank algorithm, including the algorithm is time-consuming to run tests
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:13063
    • 提供者:韩增义
  1. MailFilter

    0下载:
  2. JAVA写的垃圾邮件过滤器,基于朴素贝叶斯算法,用NetBean生成的界面(须JDK1.6),适用于对手机短信,邮箱邮件,日记等一些txt文件进行分类,测试率达90 以上。-JAVA to write spam filters, based on the Naive Bayes algorithm, using NetBean generated interface (to be JDK1.6), applies to SMS, E-mail e-mail, diary and some oth
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:971880
    • 提供者:370
  1. Java_zinengka_youhua

    0下载:
  2. 针对复杂的传统Java智能卡指令解析问题,结合Applet的部署特点,提出了指令预解析的概念 给出了转换后的Applet文件(CAP,Converted Applet file)中导入组件、常数池和导出组件的预解析优化存储结构及包注册表结构,使用定长存储结构替代原有的变长存储结构以加快查找过程,引入了导出组件辅助索引表以加快外包类的解析过程 设计了基于优化后组件的静态域、静态方法和类访问字节码指令的快速解析流程,将解析算法的时间复杂度降为常数阶 在Applet下载过程中通过预解析来生成优化后的组
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:202408
    • 提供者:刘杰
  1. AprioriTidAlgorithm

    0下载:
  2. aprioriTid算法,在apriori基础上修改的,已测试通过-aprioriTid
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:3739
    • 提供者:sugargourd
  1. tunedtester

    0下载:
  2. 这是一个比赛的测试平台,有JAVA接口,适合编写算法进行测试-This is a test platform game, with JAVA interface method for the preparation of test
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:135128
    • 提供者:Janet
« 1 23 4 5 6 »
搜珍网 www.dssz.com