Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • ThirdProject.zip Ant project let u learn how to use and understand ant to build program
  • Total.zip Automating Builds With ANT, JUNIT & CruiseControl
  • AntColonyOptimization.rar Ant Colony Optimization》Marco Dorigo写的一本关于蚁群算法的书。包括AS、ACS、EAS、ASRank、MMAS的讲解。很好的一本书。
  • Ant_syzn.zip ant工具,用于构建java项目,以便于快速进行项目开发。
  • stock.rar have recently become very interested in the area of genetic algorithms and Ant Colony Optimization techniques. I was determined to write a complete program demonstrating these two techniques. In particular I wanted to compare the efficiency of these two ...
  • AntDynamicTSP.rar paper about Ant Systems for a DTSP
  • ants_clustering.rar 蚂蚁聚类算法源代码(ant based clustering algorithm),直接下载~
  • ant_test.rar ant是java开发工具的必备之一,ant测试工具代码是为了更好的实现ant的学习。
  • AntCycle.rar 蚁群算法经典TSP模型,ANT-CYCLE算法的实现。 使用了C++的STL库。 原是我毕设的一部分 现在贡献出来 。 PS:网上能得到的基本上不能直接运行 而我这个复制到vc++6.0的控制台工程中即可 文件中的文件“oliver30Tsp.dat” 为实现蚁群算法的经典例子,网上还有很多类似的测试例子
  • ANTQ_V2.rar 蚁群算法TSP模型的ant-cycle算法实现 尽可能少的采用STL,因此速度大为提升 另外,采用了类,因此使得在采用面向对象编程的时候,可以直接嵌入。