搜索资源列表
mysql-connector-java-3.0.17-ga.tar
- jdbc驱动程序 比较实用的jdbc java到数据库连接必须东西-jdbc driver more practical jdbc java database to connect things to be
GA
- 本程序利用java语言实现了遗传算法。并对算法进行了模拟。
ga
- 基于java实现的遗传算法的源代码,利于初学者了解GA以及如何用java实现。
GA遗传算法 java代码
- 遗传算法java代码
GA
- 简单的遗传算法源程序,你可以运行及参考,初步掌握遗传算法的过程-Simple genetic algorithm source code, you can run and reference, the initial grasp the process of genetic algorithm
Graph
- the GA to solve the emergence of color graphics
z_dizu
- 主要是java 版的斗地主的实现,和源代码-Is java version of the realization of斗地主, and source code
GaPlaygroundCode
- Java实现的遗传算法工具集:GA Playground -The GA Playground is a general purpose genetic algorithm toolkit where the user can define and run his own optimization problems. The toolkit is implemented in the Java language, and requires (when used as an application
GA(java)
- 遺傳演算法(Genetic Algorithm),使用java編譯,有需要者拿回去參考吧!-Genetic algorithm (Genetic Algorithm), using the java compiler, there is a need to go back and refer to those who get it!
GA4TSP
- GA for TSP, it is a java applet code for Genetic algorithm-GA for TSP, it is a java applet code for Genetic algorithm
java_evolutionary_algorithms
- 用Java实现的进化算法包。包括遗传算法、粒子群算法、memetic算法和进化策略算法。-evolutionary-algorithm Evolutionary Algorithm package implemented using Java. The package serves as a foundation class library, supporting the implementation many variants of Evolutionary Algorith
teachtsp
- a java program to solve tsp using ga
GA
- 数据结构与算法课程做的遗传算法,用java语言实现的。-Data Structures and Algorithms course to do the genetic algorithm, implemented using java language.
iris
- nice implementation of ga
NHibernate-1.2.0.GA-src
- NHibernate是一个面向.NET环境的针对关系型数据库的对象持久化类库。 NHibernate来源于非常优秀的基于Java的Hibernate关系型持久化工具。 NHibernate从数据库底层来持久化你的.Net对象到关系型数据库。NHibernate为你处理这些,你不用自己写SQL去数据库存取对象。你的代码仅仅和对象关联,NHibernat自动产生SQL语句,并确保对象提交到正确的表和字段中去.大量减少开发时人工使用SQL和ADO.NET处理数据的时间. NHibernate可
GA(Java)
- 使用JAVA开发的遗传算法程序,可供初学者学习-A genetic algorithm program coded by Java
yichuan1
- 遗传算法Java实现,希望能给大家带来帮助,有不足的地方,望指正。-GA Java, and the hope we can bring help, there are deficiencies, hope correction.
GA-java
- 遗传算法的java版本,可用作java游戏开发中做搜索算法-Java version of the genetic algorithm, do a search algorithm can be used as a java game development
ga-java
- 用java实现的ga算法 结构清晰 注释比较详细-GA algorithm java implementation of clear structure more detailed notes
GeneticTSP-master(java)
- 遗传算法解决TSP问题,Java编写源码,github(Solving TSP problem by genetic algorithm)