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

搜索资源列表

  1. JavaFCADemo200101_src

    1下载:
  2. 形式概念分析,概念格算法 包含两个算法,一个算法是对给定的概念上下文数据集并生成概念格,另一个算法则是绘制出概念格的图。-This demo shows two algorithms related to Formal Concept Analysis. Algorithm one calculates all Formal Concepts contained in a given Formal Context. The second algorithm draws a Formal Co
  3. 所属分类:Java Develop

    • 发布日期:2014-04-22
    • 文件大小:20480
    • 提供者:wuying
  1. cx6

    0下载:
  2. java中的工具类和一些算法,如递归,排序,查找,链表,队列,堆栈等-java classes and some of the tools in the algorithms, such as recursion, sorting, searching, linked lists, queues, stacks, etc.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:44098
    • 提供者:xyzlxtx
  1. intersection

    0下载:
  2. 用java语言编写的求水平和垂直线断交点数目的算法,这个程序的算法是《算法引论—一种创造性方法》中的算法-Written request with the java horizontal and vertical lines the purpose of diplomatic relations point algorithm, the algorithm of this program is the " Introduction to Algorithms- A creative ap
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:5164
    • 提供者:dele
  1. CityOutline

    0下载:
  2. 用java语言编写的求城市轮廓线的程序,使用了分置算法,这个程序的算法是《算法引论—一种创造性方法》中的算法-Written request with the city java contour, the use of the split algorithm, the algorithm of this program is the " Introduction to Algorithms- A creative approach" in the algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:5194
    • 提供者:dele
  1. Java_11183501

    0下载:
  2. 《Java数据结构和算法》(第2版)介绍了计算机编程中使用的数据结构和算法,对于在计算机应用中如何操作和管理数据以取得最优性能提供了深入浅出的讲解。全书共分为15章,分别讲述了基本概念、数组、简单排序、堆和队列、链表、递归、进阶排序、二叉树、红黑树、哈希表及图形等知识。-" Java data structures and algorithms" (2) describes computer programming, data structures and algorithms
  3. 所属分类:Java Develop

    • 发布日期:2017-05-27
    • 文件大小:10084927
    • 提供者:张久刚
  1. A1

    0下载:
  2. java写的 冒泡 排序 最简单 最常考的算法-java bubble sort written in the simplest most common test algorithms
  3. 所属分类:Java Develop

    • 发布日期:2017-04-25
    • 文件大小:195100
    • 提供者:DAEMON_KEY
  1. Data_Structures_and_Algorithm_Analysis_in_Java_Pu

    0下载:
  2. A comprehensive treatment focusing on the creation of efficient data structures and algorithms, this text explains how to select or design the data structure best suited to specific problems. It uses Java as the programming language and is suitable
  3. 所属分类:Java Develop

    • 发布日期:2017-05-10
    • 文件大小:2167788
    • 提供者:朴贤哲
  1. how-to-create-J2EE-license

    1下载:
  2. 1. 如何制作比较安全完整的J2EE软件的license 或者说License机制。 目前想到的办法是用公钥私玥进行生成一个license,算法是IDEA算法。在每次启动的时候加载读取License信息。进行验证。 但问题是: 1.java的容易被反编译。自己写class loader进行解密难度又不较大。 2. 要进行限制客户端的数量。现在的weblogic有这种功能或者API么 3. 那种算法相对安全,MD5都被破解了。。。。 第一个问题,正如大家说的
  3. 所属分类:Java Develop

    • 发布日期:2014-07-28
    • 文件大小:74752
    • 提供者:彪汉
  1. ansj_seg-master

    0下载:
  2. 这是一个ictclas的java实现.基本上重写了所有的数据结构和算法.词典是用的开源版的ictclas所提供的.并且进行了部分的人工优化 内存中中文分词每秒钟大约100万字(速度上已经超越ictclas) 文件读取分词每秒钟大约30万字 准确率能达到96 以上-This is a ictclas of java. Basically rewrite all the data structures and algorithms. Dictionary is prov
  3. 所属分类:Java Develop

    • 发布日期:2017-10-30
    • 文件大小:16801760
    • 提供者:王海
  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. PairKeyExample

    0下载:
  2. Java非对称加密源程序代码实例,本例中使用RSA加密技术,定义加密算法可用 DES,DESede,Blowfish等。-Java asymmetric encryption source code examples, RSA encryption technology, the definition of encryption algorithms available DES DESede, Blowfish, such as is used in this example.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-22
    • 文件大小:5223
    • 提供者:pudn1370
  1. JavaPairKeyExample

    0下载:
  2. Java非对称加密源程序代码实例,本例中使用RSA加密技术,定义加密算法可用 DES,DESede,Blowfish等。 -Java asymmetric encryption source code examples, in this case using RSA encryption technology available encryption algorithms defined DES, DESede, Blowfish and so on.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-27
    • 文件大小:6198
    • 提供者:xuchi
  1. knn

    0下载:
  2. 使用java实现数据分类算法最近邻分算法knn,没有使用数据库,直接将数据存储在arraylist中-Using java nearest neighbor classification algorithm for data points algorithms knn, do not use a database, the data is stored directly in the arraylist
  3. 所属分类:Java Develop

    • 发布日期:2017-11-16
    • 文件大小:3545
    • 提供者:wo
  1. java_123

    0下载:
  2. java编写的各种初学者小程序的优化算法-java applet written in a variety of optimization algorithms for beginners
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:4194
    • 提供者:xiaoxiaopudn
  1. MoJavaProject

    0下载:
  2. JAVA+MO(for JAVA)开发的基于遗传算法的最短路径源代码,需要把JBuilder2006中的Lib包和MO中的LIB包打进来,才能运行-JAVA+ MO (for JAVA) based on genetic algorithms developed by the shortest path to the source code, you need to put the Lib JBuilder2006 packages and MO in LIB package to play i
  3. 所属分类:Java Develop

    • 发布日期:2017-05-06
    • 文件大小:1324484
    • 提供者:涂小燕
  1. CameraCapture-Public-IP-Multipl-Display-Alpha

    0下载:
  2. Multi Monitor DNA Other windows programs Linux-Unix program Internet-Socket-Network
  3. 所属分类:FlashMX/Flex

    • 发布日期:2017-04-06
    • 文件大小:252523
    • 提供者:sk
  1. XIAOTUZIJIANJINBI

    0下载:
  2. JAVA经典算法编程之小兔子捡金币 在一个游戏中,小兔子可以捡金币。它会一边走一边捡掉经过的金币。当小兔子发现前方没有金币的时候,会自动右转。直到所有金币都被捡走。现在把一个NХN的方型区域内,每一格都摆方好了金币。假设小兔子从左上方第一格开始,往右边走。-JAVA programming of classic algorithms picking gold bunny in a game, you can pick up gold bunny. It walked out after pi
  3. 所属分类:JavaScript

    • 发布日期:2017-04-02
    • 文件大小:1386
    • 提供者:花湖
« 1 2 3 4 5 6»
搜珍网 www.dssz.com