CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Algorithms in Java

搜索资源列表

  1. j2re-1_4_2_12-windows-i586-p

    0下载:
  2. 这是用JAVA实现几个重要的算法,,里面有源代码-This is implemented in JAVA several important algorithms, which source code
  3. 所属分类:Java Develop

    • 发布日期:2017-11-04
    • 文件大小:14151855
    • 提供者:wang
  1. Calculator

    0下载:
  2. 这是一个用JAVA写的计算器,包括GUI和算法部分。直接运行即可。-This is a calculator written in JAVA, including the part of the GUI and algorithms. Run directly.
  3. 所属分类:Java Develop

    • 发布日期:
    • 文件大小:1753
    • 提供者:lee
  1. Threading_example

    0下载:
  2. some algorithms with threading in java. different stack will be changed
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:6500
    • 提供者:kitonja
  1. java_source

    0下载:
  2. 比较实用的Java逻辑算法,在JAVA日常编程时可以借鉴或直接引用。-Java logic algorithms more practical, everyday programming in JAVA can draw or direct references.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-21
    • 文件大小:1146779
    • 提供者:charlie
  1. c-va-java

    0下载:
  2. Most of the approaches proposed in the literature for singularity detection operate on the fingerprint orientation image. In the rest of this section, the main approaches are coarsely classified and a subsection is dedicated to ea
  3. 所属分类:JavaScript

    • 发布日期:2017-03-27
    • 文件大小:529617
    • 提供者:mah
  1. JiaFa

    0下载:
  2. 用java写的加法加解密算法,简洁易懂,可以供初学者参考-Jia Fajia written in java and decryption algorithms, concise and easy to understand, you can reference for beginners
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:542
    • 提供者:佘晓凤
  1. jga-0.8.1-src

    0下载:
  2. jga-0.8.1-src.jar是用Java编写的算法代码,希望与大家分享-jga-0.8.1-src.jar are some algorithms written in Java code, I hope to share with you
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:454409
    • 提供者:baorongquan
  1. ImageProfile

    0下载:
  2. java图像轮廓处理,通过Java实现的算法,可以将一副图像的大致轮廓显示出来-java image contours processed through algorithms implemented in Java, you can roughly outline of an image is displayed
  3. 所属分类:Games

    • 发布日期:2017-04-13
    • 文件大小:1774
    • 提供者:聂斌
  1. suanfa

    0下载:
  2. 用java写的套汇问题的算法,套汇问题套汇是指利用货币对率的差异,把一个单位的某种货币转换为大于一个单位的同种货币的方法。-Algorithms written in java arbitrage problem,The problem is the use of arbitrage arbitrage differences in currency rates, a currency to convert one unit greater than one unit of the same c
  3. 所属分类:Java Develop

    • 发布日期:2017-04-09
    • 文件大小:2028
    • 提供者:hgq
  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. Java--(ChinaSEI)

    0下载:
  2. 本书由 软工学苑 郭克华 著作 《JAVA 加密解密方法大全》 该书详细讲解了,对称加密算法,非对称加密算法,以及单向加密算法等... -The book by the soft labor Academy Guo Kehua book " JAVA encryption and decryption methods Daquan" The book explains in detail, symmetric encryption algorithms, asymmetr
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-06
    • 文件大小:252792
    • 提供者:NEWER_DRAGON[L]
  1. spmf

    0下载:
  2. Java写的,内含包括关联规则挖掘,分类,时序分析等多种算法-A variety of algorithms written in Java, including association rule mining included, classification, timing analysis, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:1422095
    • 提供者:chenximan
  1. ACOTSPJava-1.0.3-1.0.1

    0下载:
  2. ACO tsp in Java A Java implementation of ACO algorithms for the TSP This software provides an implementation of various Ant Colony Optimization (ACO) algorithms for the symmetric Traveling Salesman Problem (TSP).
  3. 所属分类:Software Testing

  1. python

    1下载:
  2. python编程实现数据挖掘领域的经典算法:Apriori算法,实现对于关联规则的挖掘。文件中含有程序主体及测试数据集。-Classical data mining algorithms: Apriori algorithm for mining associated rules. Algorithm programmed in JAVA and test dataset are included.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-25
    • 文件大小:249619
    • 提供者:Cui Runpeng
  1. JAVA-Eight-digital-problem

    0下载:
  2. 九宫排字问题(又称八数码问题)是人工智能当中有名的难题之一。问题是在 3×3 方格盘上,放有八个数码,剩下第九个为空,每一空格其上下左右的数码可移至空格。问题给定初始位置和目标位置,要求通过一系列的数码移动,将初始位置转化为目标位置。本文介绍用普通搜索方法、双向广度搜索和启发式搜索如何缩短寻找路径的时间,以及各算法间的利与弊。-Jiugong typesetting problem (also known as eight digital problem) is one of famous pr
  3. 所属分类:File Formats

    • 发布日期:2017-04-25
    • 文件大小:27065
    • 提供者:开发者
  1. src

    0下载:
  2. 实习三 基于RSA的公钥加密 一、实习目的 1.理解公钥密码算法,熟悉常用密码算法:RSA、椭圆曲线密码体制; 2.以RSA加密算法为例,掌握公钥密码算法加解密过程的实现。 二、实现要求 1.实习前认真预习第6章的有关内容; 2.熟悉java中java.security.*和java.crypto.* 中相关类。 三、实习内容 -Practice three based on the RSA public key encryption 一、实习目的
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-15
    • 文件大小:6517
    • 提供者:leon
  1. java-algorithms-

    0下载:
  2. Java 算法,including many common algorithms that can be used in many aspects-Java algorithms,including many common algorithms that can be used in many aspects
  3. 所属分类:Games

    • 发布日期:2017-05-07
    • 文件大小:1182850
    • 提供者:王军
  1. WudaoChess

    0下载:
  2. 用神经网络,α-β剪枝以及进化算法实现五道棋程序的智能。Java编写,没有添加界面部分,仅仅是控制台上的程序。-Neural network, α-β pruning and evolutionary algorithms five Dao intelligent program. Written in Java, do not add the interface part, merely procedural console.
  3. 所属分类:Console

    • 发布日期:2017-05-13
    • 文件大小:2786988
    • 提供者:梁惠源
  1. CollegeProject

    0下载:
  2. KMeans in Java with the implementation of JavaGAlib, for Genetic Algorithms.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:147672
    • 提供者:Varad
  1. MapReduceCenter

    0下载:
  2. 这是我基于MapReduce实现的Kmeans算法,用Java语言,在一个完全分布式系统工作良好-This is my implemention of Kmeans algorithms based on the MapReduce,in Java language,which works well in a fully distributed System
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:13833
    • 提供者:李龙
« 1 2 3 4 5 6 7 89 10 11 12 »
搜珍网 www.dssz.com