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

搜索资源列表

  1. Java技术教程.基础篇

    0下载:
  2. J2EE性能测试 ·J2EE1.4编程指南-中文版 ·Teach Yourself Java in 21 Days ·ant工具使用 ·Eclipse ME 中文文档 ·2007计算机Bible红版系列图书-Javascr ipt.Examples.Bible
  3. 所属分类:书籍源码

    • 发布日期:2014-01-20
    • 文件大小:20.25mb
    • 提供者:叶峰
  1. ant

    0下载:
  2. 只是Java版实现的蚁群算法与程序结果演示,是学习和理解蚁群算法的好内容。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:166.28kb
    • 提供者:
  1. ACOforTSP

    0下载:
  2. 蚁群算法的java版,需要TSP文件,输入蚂蚁量,迭代次数,权重信息等参数-Java version of the ant colony algorithm, you need to TSP file, enter the amount of ants, the number of iterations, weights and other parameters
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:2.47kb
    • 提供者:王婷
  1. 基于信息熵的蚁群聚类JAVA实现

    1下载:
  2. 基于信息熵的蚁群聚类JAVA实现。包含测试数据。-Ant Colony Clustering JAVA based on information entropy. Contains the test data.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2012-10-25
    • 文件大小:58.64kb
    • 提供者:justok
  1. aco

    0下载:
  2. 蚁群算法的java源码,附带使用方法,很好用-Ant colony algorithm java source code, incidental use, very good use
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:8.23kb
    • 提供者:王荣
  1. brackeen

    0下载:
  2. 一个类似超级玛丽的Java游戏 来自《Developing Games in Java》的一个游戏编程实例,可以全屏运行游戏,卷轴地图。压缩包内附有源码、jar文件与ANT编译文件,学习Java游戏编程的好实例。-a java game like Super Mario
  3. 所属分类:Game Program

    • 发布日期:2017-03-31
    • 文件大小:847.04kb
    • 提供者:james
  1. antcolony

    0下载:
  2. 程序名称:蚁群觅食模拟 程序介绍: 本程序模拟自然界蚂蚁寻找食物并带回自己窝的过程,栩栩如生的再现了单个蚂蚁的灵活性和整体蚁群的智能涌现。关于用几条简单规则涌现生命现象的信念得到了进一步加强验证。用户可以自定义地图,从而让蚂蚁有机会与复杂的地形环境打交道,地形越复杂,蚂蚁的智能特性越能体现出来。-Name: ant foraging simulation program descr iption: This procedure simulated natural ants to fin
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:230.17kb
    • 提供者:李保
  1. AntDemo.tar

    0下载:
  2. 蚁群聚类的java源码ant colony clustering by java-ant colony clustering by java
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:62.06kb
    • 提供者:
  1. gui_antminer1.2.1

    0下载:
  2. Short descr iption: GUI Ant-Miner is a tool for extracting classification rules from data. It is an updated version of a data mining algorithm called Ant-Miner (Ant Colony-based Data Miner), which was proposed in 2002 by Parpinelli, Lopes and Freitas
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:71.15kb
    • 提供者:xiaochuzhe
  1. Ant

    0下载:
  2. 使用ant愉快编程.chm & Ant使用指南.pdf -The use of ant programming with pleasure. Chm & Ant User Guide. Pdf
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:429.04kb
    • 提供者:jk2258753
  1. tsp

    1下载:
  2. TSP问题,用蚁群算法解决该问题,将时间复杂度降低-use ant colony to solve the TSP problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:14.41kb
    • 提供者:chaplin
  1. antlr

    0下载:
  2. ANTLR, 语言识别的另一个工具,它提供了一个框架,可以通过包含Java,C++,或C#动作(action)的语法描述来构造语言识别器,编译器和解析器。 该压缩包包含相关资料(antlr_2_7_5_ChineseVer.pdf/The.Definitive.ANTLR.Reference.pdf)和一个解析HTML文件的例子(html.g)-ANTLR, speech recognition is another tool that provides a framework, you c
  3. 所属分类:Compiler program

    • 发布日期:2017-05-13
    • 文件大小:3.08mb
    • 提供者:fei
  1. antcolonyalgorithm

    0下载:
  2. 蚁群算法的模拟实现 安装JDK,配置环境变量,导入项目,一般情况下直接保存、运行ant.UI即可启动程序。如果不能运行,将文件夹下的swt.jar加入构建路径,然后在运行中的JVM参数中加入-Djava.library.path="dll所在目录的绝对路径"即可。 也可以在命令行下直接运行该程序,假设文件夹放在D盘跟目录。则在cmd下切换到文件夹下,运行如下命令即可启动程序。-Simulation and Realization of ant colony algorithm
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-04-10
    • 文件大小:1.46mb
    • 提供者:天天
  1. SmartAnt

    1下载:
  2. 蚁群算法(又称蚂蚁算法,ACO)的演示。我的人工智能实验课大作业。-Ant colony optimization algorithm demonstration.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:46.68kb
    • 提供者:张旭初
  1. GeneticAntAlgorithms

    0下载:
  2. Java环境下的遗传算法,蚁群算法的混合实现-Java environment, genetic algorithms, ant colony algorithm for hybrid realization
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:76.61kb
    • 提供者:樊福剑
  1. AntColonyOptimization

    0下载:
  2. Ant Colony Optimization - Java -Ant Colony Optimization - Java
  3. 所属分类:Algorithm

  1. ant

    0下载:
  2. 这是我找到的用来实现蚁群算法的java代码-implement ant algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:10.83kb
    • 提供者:郭友
  1. ACO

    0下载:
  2. 这是一个我用java编写的蚁群算法,我觉得还不错,供大家参考。-This is one I prepared the ant colony algorithm using java, I feel pretty good, for your reference.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:8.35kb
    • 提供者:孤独剑客
  1. ANT-JAVA

    0下载:
  2. 简单蚁群算法的JAVA实现,对学习蚁群算法有帮助,希望大家喜欢.-JAVA implementation simple ant colony algorithm, ant colony algorithm for learning help, hope you like.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:22.99kb
    • 提供者:胖大海
  1. ant

    1下载:
  2. 用java实现了蚁群算法,并增加了画图功能,算法经过了优化,用att48数据集(附件里有)最高得到10812分(java ant colony algorithm, with drawing function, the algorithm has been optimized, with the att48 data set up to 10812 points)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:22kb
    • 提供者:georgewell
« 12 3 4 »
搜珍网 www.dssz.com