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

搜索资源列表

  1. jwdis

    0下载:
  2. 此函数通过两点的大地经纬度(Ja,Wa)和(Jb,Wb)计算两点间距离 Dis -this function through the 2:00 and Geodesy (Ja, Wa) and ( `, mg) calculated the distance between two points Dis
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:852byte
    • 提供者:章晓亮
  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
    • 文件大小:116.01kb
    • 提供者:
  1. train.usaco.org

    0下载:
  2. USACO TRAINING java 全部题解 -USACO TRAINING java solution of all problems
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-22
    • 文件大小:137.89kb
    • 提供者:陶磊
  1. KNN-ALGORITHM

    0下载:
  2. Java,knn,是一牛人写的关于knn算法的实现方式。算法逻辑性强,条理清晰-Java, knn, is a cow who was on the way to achieve the knn algorithm. Algorithm logic is strong, the clarity of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:20.04kb
    • 提供者:陈国章
  1. NaiveBayes

    0下载:
  2. Java写的NaiveBayes分类器,Weka平台下的贝叶斯分类器。-Java written NaiveBayes classifier, Weka platform under the Bayesian classifier.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:4.46kb
    • 提供者:徐勇
  1. PrefixSpan

    1下载:
  2. java版的PrefixSpan算法实现,文件里包含了详细的文档说明,还有示例。-PrefixSpan algorithm. The document containing a detailed descr iption and an example.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:33.39kb
    • 提供者:
  1. analysys-and-design-of-algorithm-ppt

    0下载:
  2. 我上课用的计算机算法设计与分析的电子教案,内容包括了最基本的分治法,贪心法,动态规划法,-I class computer algorithms used in design and analysis of electronic lesson plans, including the most basic sub-rule law, greedy method, dynamic programming method,
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.35mb
    • 提供者:周先生
  1. AI_bkgm

    0下载:
  2. 人工智能_bachgammonagent-Artificial Intelligence _bachgammonagent
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:44.84kb
    • 提供者:alex
  1. Iluk

    2下载:
  2. 这是用于线性方程组求解的ILUK预处理算法的实现。在VC++编译通过。矩阵采用压缩稀疏行格式存储(CSR),采用如下结构存储:struct Distmatrix {double **ma int **ja,dimension,*nnzrow } 很容易移植到自己定义数值计算软件包中。经本人测试计算效率比Fortran写的高很多(比如与Sparskit2比较)。-This is used for solving linear equations ILUK preconditioning algor
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:57.25kb
    • 提供者:张德柱
  1. 2nd_chapter

    0下载:
  2. 《算法设计与分析》王晓东编著,第二章递归与分治策略课本例子代码实现- Algorithm Design and Analysis edited by Wang Xiaodong, chapter and sub-rule strategy recursive textbook example of code to achieve
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:14.41kb
    • 提供者:benson
  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
    • 文件大小:920byte
    • 提供者:kivilin
  1. Java-tSP2

    0下载:
  2. Java语言TSP递归程序的优化,采用新型递归模式设计实现的。-Java language TSP optimization of recursive procedures, recursive model using the new design.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:9.28kb
    • 提供者:pengyang
  1. libsvm

    0下载:
  2. Java语言实现的支持向量机的源码。对研究人工智能的朋友有用。-Java language support vector machine source.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-03
    • 文件大小:1.12mb
    • 提供者:阿平
  1. nb

    0下载:
  2. 机器学习算法中的Naive Bayes算法,JAVA机器学习研究项目之一-Machine learning algorithm in the Naive Bayes algorithm, JAVA, one of machine learning research project
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:15.43kb
    • 提供者:kai
  1. ACM_JAVA

    0下载:
  2. ACM_Java 速成,重点讲述了JAVA的基本运用和大数类,以及JAVA中进制转化函数,对ACMer学习JAVA大有帮助-Quick ACM_Java, focus on the basic use of JAVA and large numbers of categories, as well as JAVA in hexadecimal conversion function, the ACMer great help learning JAVA
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1.72kb
    • 提供者:hujiafeng
  1. Hash

    0下载:
  2. 自己上学编的Hashtable的java源码,里面可以选择所有的hash算法和防撞处理方式,带junit测试程序。-own java source of the Hashtable, which can choose all of the hash algorithm and anti-collision approach, with junit test procedure。
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:6.21kb
    • 提供者:fang kun
  1. temperatureModule

    0下载:
  2. The example included here is a simple temperature conversion module that takes user-supplied temperature values specified in either degrees Fahrenheit or degrees Celsius and converts them to the other scale. The example demonstrates how to use the MA
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:310.88kb
    • 提供者:naz
  1. JA模型M和SILULINK实现

    6下载:
  2. JA模型的simulink实现,适用于学习迟滞非线性建模的同学(The Simulink implementation of JA model is suitable for students with learning hysteresis nonlinearity modeling.)
  3. 所属分类:matlab例程

    • 发布日期:2020-04-07
    • 文件大小:9kb
    • 提供者:画心
  1. JA

    2下载:
  2. matlab/simulink下的J-A模型(J-A model basing on simulink)
  3. 所属分类:matlab例程

    • 发布日期:2020-04-07
    • 文件大小:27kb
    • 提供者:呵呵你谁
  1. n_1_zilishi_MCR_500kV

    3下载:
  2. 画出JA模型的微分方程,用于模型对BH曲线拟合。(Used to fit B-H curve with JA model)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2020-07-29
    • 文件大小:1kb
    • 提供者:东岩
« 12 »
搜珍网 www.dssz.com