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

搜索资源列表

  1. 最短路径-java

    0下载:
  2. 一个java 编写的最短路径算法实现,用applet实现,很形象-prepared in a shortest path algorithm, using applet achieve very image
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8506
    • 提供者:陈为
  1. A Java implementation of SMO for training SVM

    0下载:
  2. 支持向量机的实现源代码! java实现!采用最小序贯算法-SVM achieve source code! Java achieve! Use the smallest sequential algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:36560
    • 提供者:张翠
  1. JAVA的计算器

    0下载:
  2. 这个无限位计算器,N!及N的平方了。本来是打算用堆栈去实现的,突然发现了BigDecimal这个好东东~~于是乎~~堆栈在偶的计算器里退休了。。。 这个是在JDK 5.0 Update 3下用 NetBeans 4.1写的,我试过了两个1.4.2版本的,总说找不到MAIN()方法,对NetBeans打的包。。偶有置疑。。。所以拆开来。。。*.calss + 一个批处理+*.java打成了个压缩包传了上来~~ -the infinite spaces calculators, N!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:18453
    • 提供者:炸鱼
  1. java-unrar-0.2-src.zip

    0下载:
  2. 这是架包java-unrar-0.2.jar的源码,利用这个架包可以解压缩.rar文件。,This is the package java-unrar-0.2.jar source, take advantage of this package can extract the plane. Rar file.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-22
    • 文件大小:118798
    • 提供者:
  1. data-structure-JAVA-edition-ppt

    1下载:
  2. 数据结构JAVA版本的电子教案,共有10章。内容全面包括数据结构的基本内容。-Data Structure JAVA version of the electronic lesson plans, a total of 10 chapters. Comprehensive and include the basic content of the data structure.
  3. 所属分类:Data structs

    • 发布日期:2017-05-19
    • 文件大小:5297271
    • 提供者:周先生
  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
    • 文件大小:920
    • 提供者:kivilin
  1. SimpsonsRule.java

    0下载:
  2. Simpsons Integration: In numerical analysis, Simpson s rule is a method for numerical integration, the numerical approximation of definite integrals. Specifically:
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:938
    • 提供者:challe
  1. AStar

    0下载:
  2. A * (star) Algorithm-A* (star) Algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:1205
    • 提供者:carlos
  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. 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. Huffman_coding_(Java)

    0下载:
  2. Given an arbitrary set of symbols (the english alphabet is the example that will be used here), Huffman coding is a way of creating the most efficient (smallest) binary code for that set of symbols. It exploits the fact that in most data some symbols
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:2503
    • 提供者:Felippe
  1. java.kechengsheji

    0下载:
  2. JAVA课程设计 基于WEB的自动出题系统-Lianliankan game is a popular cult to small game, used for testing and training game logic and the gear wheels.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-31
    • 文件大小:228821
    • 提供者:liud
  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
    • 文件大小:3081
    • 提供者:聂风
  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
    • 文件大小:16015
    • 提供者:聂风
  1. GA(Java)

    0下载:
  2. 使用JAVA开发的遗传算法程序,可供初学者学习-A genetic algorithm program coded by Java
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-19
    • 文件大小:5540871
    • 提供者:xdt
  1. java仓库管理系统

    5下载:
  2. 仓库管理系统,用JAVA做的,使用的数据库软件是MYSQL 课程设计内容一共有管理表格四张,包含曾删改功能;查询表格六张,包含精确查找和模糊查找。含有登陆功能,先登陆后出现主界面,登陆有三个权限。压缩包里包含JAVA源文件和数据库,导入就可使用。-Warehouse management system, using JAVA to do, use a MYSQL database software course design content management table, a total o
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-11-26
    • 文件大小:1203921
    • 提供者:王金
  1. dijkstra

    0下载:
  2. Java语言编写的迪杰斯特拉算法,通过演示以及代码的分析可以帮助大家掌握此算法。-Java language Dijkstra algorithm, demos, and code analysis can help us grasp the algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:94043
    • 提供者:blue_fox
  1. ELM-java

    2下载:
  2. 极限学习机(ELM)在java下的实现算法,此为eclipse项目,已经添加好可用的jar包,调整文件路径后可以直接运行,(PS.极限学习机算法为elm官网所提供)(Extreme learning machine (ELM) in Java implementation algorithm, this is the eclipse project, has added a good jar package, adjust the file path can be directly run (P
  3. 所属分类:人工智能/神经网络/深度学习

  1. ARMA-Java--master

    1下载:
  2. ARIMA模型是通过将预测对象随时间推移而形成的数据序列当成一个随机序列,进而用一定的数学模型来近似表述该序列。根据原序列是否平稳以及回归中所包含部分的不同分为AR、MA、ARMA以及ARIMA过程。 在模型的使用过程中需要根据时间序列的自相关函数、偏自相关函数等对序列的平稳性进行判别;而对于非平稳序列一般都需要通过差分处理将其转换成平稳序列(ARIMA);对得到的平稳序列进行建模以确定最佳模型(AR、MA、ARMA或者ARIMA)。在使用中最重要也是最关键的就是对序列进行参数估计,以检验其
  3. 所属分类:大数据

    • 发布日期:2017-12-28
    • 文件大小:2026496
    • 提供者:艾玛菲尔
  1. java网络爬虫

    0下载:
  2. 是一个无须配置、便于二次开发的JAVA爬虫框架(内核),它提供精简的的API,只需少量代码即可实现一个功能强大的爬虫(Is a JAVA reptile framework (kernel) that does not need to be configured for easy development. It provides a streamlined API that requires a small amount of code to implement a powerful crawl
  3. 所属分类:数据挖掘

« 12 3 4 5 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com