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

搜索资源列表

  1. FPGrowth

    1下载:
  2. FPgrowth的java算法,该算法主要是写出了各个的功能函数,需自己写main()函数-FPgrowth the java algorithm, which is to write all of the function, need to write their own main () function! !
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3370
    • 提供者:andy
  1. LibTomcrypt

    0下载:
  2. 设计编写保密安全软件,如果用到第三方提供的没有源代码的库函数,那是不可让人放心的;Tom的密码算法库提供了设计编写只依赖于操作系统和标准C语言库的保密安全软件的一套完整的标准密码算法
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:73239
    • 提供者:郭飞
  1. Java 函数实用手册 (源代码)

    0下载:
  2. 本书是一本为Java学习者在基础内容学习结束后进行课程设计时提供参考的指导书,其中选用了应用中最典型、最实用的8个案例。它们之间互相独立,读者可以对每一个案例进行上机实验,也可以只选择与自己相关的案例来上机实验。 这些实例各有特色,总体来说分为3种:基本语言和算法、游戏、MIS系统。-the book is a Java-based content in learners after learning curriculum designed to provide an easy referenc
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:2380330
    • 提供者:罗冬
  1. 一种无距离函数聚类方法

    0下载:
  2. 聚类算法大部分都使用距离来计算相似度,本文探讨了无需使用距离的方法。-clustering algorithm used to calculate similarity distance, the paper discusses the need to use the distance.
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:32883
    • 提供者:石支柱
  1. TSP

    0下载:
  2. 用A星算法解决TSP问题,其中的择优函数选的是最小生成树-A star with the algorithm to solve TSP problems, the merit function is the minimum spanning tree selected
  3. 所属分类:Java Develop

    • 发布日期:2017-03-23
    • 文件大小:24149
    • 提供者:111
  1. ycsf

    0下载:
  2. 标准的遗传算法,用Java实现,求解函数,有良好的界面。-Standard genetic algorithm, using Java to achieve, to solve function, there is a good interface.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:7382
    • 提供者:杨毅平
  1. Best

    0下载:
  2. java遗传算法程序,采用标准遗传算法求解函数的一个例子。-java genetic algorithm process, the use of standard genetic algorithm function of a case in point.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:2394
    • 提供者:赵娴
  1. GAJava

    0下载:
  2. 这是一个应用遗传算法解决的函数优化问题,通过一系列的交叉变异得到最优的函数解。- This is an application of genetic algorithms to solve the function optimization problem, through a series of cross-variance function of the optimal solution.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:23383
    • 提供者:wangyang
  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-01
    • 文件大小:6381
    • 提供者:老棉
  1. JavaScript

    0下载:
  2. 对Javascr ipt进行详细的介绍,包括语句,函数,算法等等的系统性知识-A detailed descr iption of the Javascr ipt include statement, function, algorithm, etc. The systematic knowledge
  3. 所属分类:JavaScript

    • 发布日期:2017-05-02
    • 文件大小:597245
    • 提供者:凌斌
  1. ID3

    0下载:
  2. 决策树ID3 算法 1. 假设所有的属性值域都是分类型或名词离散型的 2.求信息增益时,log函数本来应以2为底,但是为了方便起见,直接调用了java.util.Math类中的以e为底的log函数,无论以什么为底均不会对影响结果产生影响 3.最后的输出并没有以树结构的形式给出,但是可以根据输出结果分析出决策树的结构-decision tree ID3
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:16933
    • 提供者:王璐
  1. DT_C45

    2下载:
  2. 用C++实现决策树的C4.5算法,又一个例子,有详细的建树过程,分别写出了每个函数,能够实现,有参考价值-With C++ realize decision tree C4.5 algorithm, and an example, a detailed construction process, write each function, can be achieved, there is reference value
  3. 所属分类:JSP源码/Java

    • 发布日期:2013-12-19
    • 文件大小:5794474
    • 提供者:刘钰
  1. src_CJNIJava

    0下载:
  2. java使用JNI调用C代码或算法函数,一些底层的算法或代码都可以用C实现,然后由java调用。-java using JNI to call C code or algorithms function, some of the underlying algorithms or code can be implemented in C, and then invoked by java.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-11
    • 文件大小:7319
    • 提供者:whyabc
  1. 100-case-of--java

    0下载:
  2. java一百个基础案例,包含基础的算法和函数,适合初学者之用-the java one hundred base case contains algorithms based on function, suitable for beginners
  3. 所属分类:Applet

    • 发布日期:2017-12-02
    • 文件大小:45736
    • 提供者:朱卫林
  1. Encrypt

    0下载:
  2. JAVA编写的加密算法,包括md5加密,sha加密,md5,sha双重加密。包含测试函数,项目中基本上都要使用到的工具类。-Encryption algorithms written in JAVA, including encryption md5, sha encryption, md5, sha double encryption. Contains the test function, the project is basically to have to use the tools.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-10
    • 文件大小:1077
    • 提供者:cbird
  1. MD5

    0下载:
  2. Message Digest Algorithm MD5(中文名为消息摘要算法第五版)为计算机安全领域广泛使用的一种散列函数,用以提供消息的完整性保护。-A hash function Message Digest Algorithm MD5 (Message Digest algorithm called Chinese fifth edition) is widely used in the field of computer security, to provide message int
  3. 所属分类:JavaScript

    • 发布日期:2017-03-29
    • 文件大小:7698
    • 提供者:rain
  1. KMeans

    0下载:
  2. K-means算法是硬聚类算法,是典型的基于原型的目标函数聚类方法的代表,它是数据点到原型的某种距离作为优化的目标函数,利用函数求极值的方法得到迭代运算的调整规则。-K-means clustering algorithm is hard, is a typical prototype-based clustering method on behalf of the objective function, it is a method of data points to a certain di
  3. 所属分类:Java Develop

    • 发布日期:2017-04-14
    • 文件大小:4519
    • 提供者:泡晓芙
  1. 深度优先算法

    0下载:
  2. 这是基于Java的深度优先算法,里面所用到的封装函数是算法第四版的内容(This is the depth first algorithm based on Java)
  3. 所属分类:Java编程

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:一见如故
  1. JavaNotepad-master

    1下载:
  2. 大部份的优化问题都是多峰函数或病态函数,为了克服基本粒子群算法的缺陷,我研究了以下四种改进的粒子群算法(Most optimization problems are multi-peak functions or ill-conditioned functions. In order to overcome the defects of basic particle swarm optimization, I studied the following four improved particl
  3. 所属分类:Java编程

    • 发布日期:2019-08-14
    • 文件大小:311296
    • 提供者:俊凯鱼
  1. cordic计算ln函数

    0下载:
  2. 利用cordic算法编写的计算ln函数,VHDL语言,可提高精度
  3. 所属分类:其它源码

« 12 3 4 »
搜珍网 www.dssz.com