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

搜索资源列表

  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. arraysort

    0下载:
  2. 数组排序算法,这个程序的头文件中包含四种排序方法:泡沫排序法(bubble),插入排序法(insertion),快速排序法(quick)和选择排序法(selection)。头文件中还使用了模板技术,以便可以同时实现几种类型的排序算法,-Array sorting algorithm, its head files include four sorting methods:bubble sorting method (bubble), insertion sorting method(insert
  3. 所属分类:Java Develop

    • 发布日期:2017-11-08
    • 文件大小:454503
    • 提供者:
  1. fft

    0下载:
  2. 用java语言编写快速傅立叶变换(fft)程序,,这个程序的算法是《算法引论—一种创造性方法》中的算法-Using java language fast Fourier transform (fft) program, the program algorithm is the " Introduction to Algorithms- A creative approach" in the algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:7905
    • 提供者:dele
  1. work4

    0下载:
  2. 这段源代码介绍了在JAVA中有关类的使用的基础算法,适合JAVA初学者使用-This source code introduced in JAVA related categories based on the use of algorithms, suitable for beginners to use JAVA
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:803
    • 提供者:huxiaohog
  1. Maze

    0下载:
  2. A Maze created in Java. Great algorithms
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1898
    • 提供者:dreamer
  1. ComputerGraphicsApplicationsinJava

    0下载:
  2. 计算机图形学在Java中的应用,介绍了一些图形算法。 -Computer Graphics Applications in Java, introduced a number of graphics algorithms.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-13
    • 文件大小:2811596
    • 提供者:木子
  1. JavaAlgor_CD

    0下载:
  2. Java常用算法的实现,是《Java算法》这本书中算法的实现-Commonly used algorithm for the realization of Java is " Java method" This is the realization of algorithms in this book
  3. 所属分类:Java Develop

    • 发布日期:2017-04-17
    • 文件大小:311232
    • 提供者:肖俊平
  1. Othello

    1下载:
  2. 使用java编写的GUI的黑白棋游戏,搜索算法采用经典的博弈树,并在此基础上做了大量优化,我的评估函数采用了Simon M. Lucas 和 Thomas P. Runarsson 在其合作发表的 Temporal Difference Learning Versus Co-Evolution for Acquiring Othello Position Evaluation 中通过对比即时差分学习(TDL,Temporal Difference Learning)和协同进化(CEL,Co-
  3. 所属分类:Java Develop

    • 发布日期:2017-05-13
    • 文件大小:3481256
    • 提供者:da
  1. jacksum-1.7.0-windows-explorer-integration-1.1.0.z

    0下载:
  2. jacksun是checksum的独立工具平台,完全用java编写,用于计算和校验checksum-Jacksum is a platform independent checksum utility (written entirely in Java) for computing and verifying (integrity check) checksums, CRC and hashes (fingerprints). It supports 58 popular hash algori
  3. 所属分类:Java Develop

    • 发布日期:2017-03-27
    • 文件大小:220951
    • 提供者:谢永胜
  1. heap_sort

    0下载:
  2. 该压缩包是描述数据结构与算法中的堆排序的Java源程序,可以直接导入Eclipse即可查看效果-The compressed packet is to describe data structures and algorithms in the Java source code HEAPSORT can be directly into Eclipse to see the effect of
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:38599
    • 提供者:吴旭
  1. ins_sort

    0下载:
  2. 该压缩包是描述数据结构与算法中的插入排序的Java源程序,可以直接导入Eclipse即可查看效果-The compressed packet is to describe data structures and algorithms in order to insert the Java source code directly into Eclipse to see the effect of
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:40053
    • 提供者:吴旭
  1. myra-2.1.2

    0下载:
  2. Extending the approach for coping with continuous attributes presented by cAnt-Miner (Ant-Miner coping with continuous attributes), in this paper we propose two new methods for handling continuous attributes in ACO classification algorithms.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1586044
    • 提供者:tanja
  1. myra

    0下载:
  2. Myra is a cross-platform Ant Colony Optimization framework written in Java. It provides a specialised data mining layer to support the application of ACO to classification problems, including the implementation of Ant-Miner and cAnt-Miner algorithms.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:229413
    • 提供者:juksa
  1. Ga

    0下载:
  2. GA_Traffic The Traveling Salesman Problem (TSP) is maybe the archetypical problem in combinatorial optimization. This problem and its generalizations, vehicle routing problems, have been studied for more than thirty years two entire monograph
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1353
    • 提供者:gardenia_roses
  1. PathFinderRedux

    0下载:
  2. The PathFinder application is a look into a number of different areas some of which tend to run into each other these are mostly the topics of Intelligence, Memory, Artificial Life, Swarm Intelligence and Path Finding Algorithms, some of which will b
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:117934
    • 提供者:rk
  1. java_code_of_algorithms

    0下载:
  2. 各种数据结构算法的java代码实现,包括选择排序、快速排序、分区算法、dfs、mst等18个算法的java代码。-Various data structure algorithms java code to achieve, including the selection sort, quick sort, partition algorithm, dfs, mst in 18 algorithm java code.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:26521
    • 提供者:wujunwei
  1. one_1.4.0

    0下载:
  2. The ONE The Opportunistic Network Environment simulator. Information The ONE is a simulation environment that is capable of * generating node movement using different movement models * routing messages between nodes with various
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:986880
    • 提供者:anshul
  1. ThinkinginJava

    0下载:
  2. 中文版本,找了很久,好多冒名的都是英文的,我个人觉得算法看看英文也罢,Java没必要哈~-Chinese version, look for a long time, a lot of fake are in English, I personally feel that no matter whether English algorithms see, Java is no need to ha ~
  3. 所属分类:Java Develop

    • 发布日期:2017-05-09
    • 文件大小:1868712
    • 提供者:uyuy0401
  1. BFSandDFS

    0下载:
  2. mvc news system, news release can Using JAVA programming, up to the But in the end a number of progra textedit is my design of a softwa Mainly used for business personne library Eclipse of the Chinese language t In real life, peo
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:3101
    • 提供者:akara
  1. BPR_Original

    1下载:
  2. 用Java语言写的经典推荐算法-BPR,常用做各大推荐算法的baseline.(The classic recommendation algorithm written in Java language - BPR, is commonly used as the baseline for major recommendation algorithms, it may be helpful for your study.)
  3. 所属分类:Java编程

    • 发布日期:2020-01-20
    • 文件大小:138240
    • 提供者:残荷听雨
« 1 2 34 5 6 »
搜珍网 www.dssz.com