搜索资源列表
mysql-connector-java-3.0.17-ga.tar
- jdbc驱动程序 比较实用的jdbc java到数据库连接必须东西-jdbc driver more practical jdbc java database to connect things to be
JavaGALib
- 遗传算法的java包。提供的染色体编码方式包括二进制编码,实数编码,字符编码,字符串编码。-GA java package. The chromosome coding including binary coding, real coding, character coding, coding string.
java-GA
- 解非线性模型的遗传算法,采用java语言编写,注释完整,清晰易懂-java-genetic athletic
GA
- 基于佳点集的遗传算法求解tsp问题 用java开发,-Based on good point set genetic algorithm tsp problem with java development,
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
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.
GA
- 遗传算法在求解多约束条件下的组合优化问题有独特优势,本代码是关于用遗传算法解决智能组卷问题的好例子。-Of genetic algorithm in solving the multi-constrained optimization problem under the condition of a unique combination of advantages, this code is on the use of genetic algorithm to solve the problem
GA
- 遗传算法源代码,特别有助于初学遗传算法者参考-Genetic algorithm source code, in particular, those references will help beginners GA
3.3.2.ga-javadoc-en-html
- javadoc帮助文档,实现JAVA类的方便查询- javadoc help
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
GA-java
- 改代码用java语言实现遗传算法编程,并且运用实例进行了验证,对学习遗传算法很有帮助-Change the code using the java language programming of the genetic algorithm, and use examples to validate learning genetic algorithm is helpful
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
GA
- 水库调度最优水位控制遗传算法,java编写,方法针对水库调度最优水位的求解,求出的水位用于指导水库运行。-Reservoir dispatching water level control, genetic algorithm (ga) Java code
GA
- 研究软件测试时,使用到的一些算法代码,拿来分享共同学习(GA. When we study software testing, we use some algorithm code to share and study together)
GA
- 使用java实现遗传算法,求出max{f(x1,x2)=21.5+x1*sin(4*π*x1)+x2*sin(20*π*x2)}的最优解 约束条件为 -3.0<=x1<=12.1 4.1<=x2<=5.8(The use of Java genetic algorithm, calculate the max{f (x1, x2) =21.5+x1*sin (4* PI *x1 +x2*sin (*x2) 20* PI)} of the optimal solutio
GeneticTSP-master(java)
- 遗传算法解决TSP问题,Java编写源码,github(Solving TSP problem by genetic algorithm)