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

搜索资源列表

  1. gif4j_light_1.0_trial

    0下载:
  2. java对GIF的编解码工具,有完整的说明和例子-java GIF the right codecs tools, a full descr iption and examples
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:357924
    • 提供者:zhoujin
  1. apriorialljavaban

    3下载:
  2. apriorall代码很完整,用java编的-apriorall code complete with java series
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:42329
    • 提供者:赵晓峰
  1. PRHomeWork

    1下载:
  2. 模式识别中K均值、ISODATA等聚类算法以及感知器线性判别算法的Java实现,源码包含一个完整的Eclipse工程,便于重用
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:351578
    • 提供者:YSH
  1. md

    0下载:
  2. MD5算法的java实现,完整的代码,供大家学习只用-java MD5 algorithm to achieve complete code for all to study only
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2385
    • 提供者:呵呵
  1. huffman

    0下载:
  2. 问题描述] 利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼编/译码系统。-Descr iption of the problem] use Huffman encoding of information and communication can grea
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:15639
    • 提供者:yangyang
  1. ExtendingMatlabusingJava

    0下载:
  2. 为了能结合Java和 Matlab两者的优点,构造功能更加强大的科学计算环境,对使用Java语言扩展Matlab 主开发环境 自身功能的关键技术进行了研究。首先介绍了使用 Java扩展 Matlab 的基本方法,在此基础上结合项目实践中对复杂图形用 户接口的需要,提出了一种在 Java 对象中通过 Matlab 接口对象访问当前Matlab会话的方法。给出了两个短小完整实例,可 用于进一步扩展与重用。-To be able to combine both Java and Matla
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:54751
    • 提供者:pipi
  1. jdsl-2.1.1

    0下载:
  2. Java数据结构开发包,包括一套完整的数据结构代码和相关算法-Datastructure Library in Java
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:1372132
    • 提供者:无名
  1. Graph

    0下载:
  2. 图类:一个处理数据结构中图的基础类方法。这个类包括对图的最完整建模算法-Graphs: a graph data structure processing base class methods. This class includes the most complete modeling algorithm diagram
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:17921
    • 提供者:Johnny
  1. java_celluar

    0下载:
  2. 基于Java的很好用的元胞自动机算法,完整代码-Good use Java-based cellular automata algorithm, the complete code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:32200
    • 提供者:lenovo
  1. lz7js

    0下载:
  2. LZ77算法的JS实现注释的非常完整,所以就不多说了,有兴趣的可以仔细研究下:-JS LZ77 algorithm to achieve the very integrity of the Notes, it is not to say, are interested can examine are:
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:4010
    • 提供者:heqin
  1. Expertsystemwrittenbyjava

    0下载:
  2. 基于Java的专家系统,具有完整的推理功能,可得正确结果-Java-based expert system with a complete inference may be correct result
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:69854
    • 提供者:yy
  1. DainamiteSrc2009-08-19

    0下载:
  2. 基于java的robocup2d仿真机器人足球队伍的完整源代码,其中的跑位和传球值得参考。-The robocup2d java-based simulation robot soccer team full source code, which the post moves and passing a good reference.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-16
    • 文件大小:4035623
    • 提供者:刘志勇
  1. algorithm-design-with-C-CPP-Java

    0下载:
  2. 这是算法设计、分析与实现从入门到精通:C、C++和Java的随书源代码,按照算法之间逻辑关系,对每一个经典算法,都给出了完整的C/C++/Java三种主流编程语言的实现程序。-This is the algorithm design, analysis and implementation from the entry to the master: C, C++ and Java with the book source code, in accordance with the algorith
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1599437
    • 提供者:seuylc
  1. HannoiTower

    0下载:
  2. 实现汉诺塔算法的完整java源程序,体现了数据结构、算法、屏幕显示三方面的知识-Tower of Hanoi algorithm to achieve the complete java source code, reflecting the data structure, algorithms, knowledge of the screen shows three
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:4071
    • 提供者:wangfeng
  1. lzma910

    0下载:
  2. lzma 压缩库版本9.10 完整源代码, 包括C, C++, Java, C#等调用接口-lzma compression library version 9.10 full source code, including C, C, Java, C#, etc. Call Interface
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:752600
    • 提供者:Yofoo
  1. Data-structure-(PPt-and-source-code)

    0下载:
  2. Java数据结构(山东大学),包括课件及对应的完整源代码-data structure in Java language(PPT and source code) of Shandong University
  3. 所属分类:Data structs

    • 发布日期:2017-05-20
    • 文件大小:5893474
    • 提供者:冯麒峻
  1. JavaNNS_Source

    0下载:
  2. 人工神经网络的java实现.基于SNNS的改进项目,提供完整的文档和使用环境-JavaNNS actually consists of two separate modules, the Java GUI and the SNNS kernel written in C. This source code distribution of JavaNNS supplies precompiled kernels and kernel interfaces for several pla
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:3449027
    • 提供者:hwzhao
  1. KMeans

    0下载:
  2. 用java实现Kmeans,记录质心变化,并以与质心方差来衡量聚类的效果。代码详尽完整,并附上数据,可运行。-With java Kmeans, record changes in the centroid, and to measure the effect of clustering with the centroid variance. Comprehensive code, along with the data, you can run.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-23
    • 文件大小:18735
    • 提供者:yanqc
  1. FPGrowth

    0下载:
  2. FpGrowth算法的Java完整实现,可用于改进到分布式环境,自制基础数据文件后结果可生成-Results can generate a full implementation of Java FpGrowth algorithm that can be used to improve the distributed environment, homemade basic data files
  3. 所属分类:Data Mining

    • 发布日期:2017-05-04
    • 文件大小:3644
    • 提供者:范佩西
  1. ssh完整jar包

    0下载:
  2. java语言的项目,框架整合时需要的ssh完整jar包,希望有帮助,找了好久(SSH complete jar package)
  3. 所属分类:压缩解压

    • 发布日期:2017-12-13
    • 文件大小:20457861
    • 提供者:yyljj
« 12 »
搜珍网 www.dssz.com