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

搜索资源列表

  1. ds

    0下载:
  2. 众多数据结构java applet演示程序,将抽象的数据结构算法形象化地表示出来,是学习数据结构的助手,值得大家下载学习-Large number of data structures java applet demo program, the abstract data structure visualization algorithms to be expressed, is an assistant to learn data structures, it is worth downloa
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:27563
    • 提供者:
  1. RMB

    0下载:
  2. 这是一个人民币的转换程序,采用Java语言测试的,开发工具是eclipse-This is a RMB conversion program, using Java language testing, and development tools eclipse
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:5703
    • 提供者:杨泽光
  1. FFVSDK

    0下载:
  2. Fingerprint Verification SDK 包涵: 指纹特征提取和识别算法 指纹扫描仪支持模块 编程例子 SDK 文档 -Fingerprint Verification SDK contains: * Fingerprint feature extraction and matching algorithm * Support modules for fingerprint scanners * Programming sa
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-09
    • 文件大小:1501831
    • 提供者:lulong
  1. myFFT-java

    0下载:
  2. java 编写的FFT源程序-a FFT program by java
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1717
    • 提供者:xinmindong
  1. GA

    1下载:
  2. 数据结构与算法课程做的遗传算法,用java语言实现的。-Data Structures and Algorithms course to do the genetic algorithm, implemented using java language.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-09
    • 文件大小:1275289
    • 提供者:Hui
  1. bottom-up.tar

    0下载:
  2. 用java 实现的X-tree,希望大家喜欢-X-tree implemented in java, hhe
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:62496
    • 提供者:wang pu
  1. datastructurealgorithms(java)

    0下载:
  2. 数据结构java版的电子书,可以自学java的编程语言,同时学习数据结构和算法-Data structures java version of the book, you can self-study java programming language, while learning data structures and algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3239886
    • 提供者:周旭
  1. cs

    0下载:
  2. 辛苦开发,奋战一周之成果——基于Java的Birch算法。-Java-based Birch algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:573161
    • 提供者:tcm
  1. bank

    0下载:
  2. Java版本银行家算法,运行了死锁避免与死锁检测模拟程序,可以在Eclipse上直接运行-Java version of the banker' s algorithm, run the deadlock avoid deadlock detection simulation program that can run directly on the Eclipse
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:2076
    • 提供者:陈超
  1. Chat2U

    0下载:
  2. eclipse项目 java版蓝牙聊天室-Bluetooth eclipse project java chat rooms
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:245857
    • 提供者:
  1. Main

    0下载:
  2. 上学时写的一个用JAVA和Selection sort and Merge Sort算法排序的代码-Write Java code to sort a sequence of elements into ascending order by using Selection sort and Merge Sort algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:558
    • 提供者:刘洋
  1. ann

    1下载:
  2. bp神经网络程序和java源代码源代码是eclipse的工程,所以若您使用的是eclipse,可以直接用eclipse的import将源代码的文件夹加入-bp neural network programs and java source code source code is eclipse project, so if you are using eclipse, you can import directly from eclipse' s source code folder to
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:3059
    • 提供者:bb
  1. JAVA1

    0下载:
  2. 张量积计算神经网络Java程序,用神经网络预测求解-ANN JAVA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:5536
    • 提供者:李鸣
  1. Primukas.java.tar

    0下载:
  2. In computer science, Prim s algorithm is an algorithm that finds a minimum spanning tree for a connected weighted undirected graph.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:1440
    • 提供者:Justas
  1. GeneticAntAlgorithms

    0下载:
  2. Java环境下的遗传算法,蚁群算法的混合实现-Java environment, genetic algorithms, ant colony algorithm for hybrid realization
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:78444
    • 提供者:樊福剑
  1. AprioriHash-java

    2下载:
  2. 基于Apriori的Hash改进算法的Java实现。利用Hash技术减少了生成频繁项集的时间。-The Hash-based Apriori Algorithm for Java. Hash technology reduces the use of frequent itemsets to generate the time.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-04-28
    • 文件大小:16113
    • 提供者:lining
  1. Java

    0下载:
  2. 归并排序算法的java实现,其中的算法源码即可作为学习参考,也能可直接调用。-The practice of Merger-Sort
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:3753
    • 提供者:何威武
  1. LBFGS-20020202.java

    0下载:
  2. L-BFGS用于内存紧张的系统中,可以用于求解大规模数据集的优化-Software for Large-scale Unconstrained Optimization L-BFGS is a limited-memory quasi-Newton code for large-scale unconstrained optimization.
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-03-25
    • 文件大小:25449
    • 提供者:奕风
  1. AntColonyOptimization

    0下载:
  2. Ant Colony Optimization - Java -Ant Colony Optimization - Java
  3. 所属分类:Algorithm

  1. robot

    0下载:
  2. java网络机器人编程的随书源码,其中有关于网络爬虫的制作-java network programming robots with the book source, including the production on the Web crawler
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:1417394
    • 提供者:寂静海
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com