搜索资源列表
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
encrypt-2013.02-install
- Jasypt (Java Simplified Encryption) is a java library which allows the developer to add basic encryption capabilities to his/her projects with minimum effort, and without the need of having deep knowledge on how cryptography works.
20131126
- 学习遗传算法时使用的例子,是win控制台程序,我根据网上下载的java代码,自己读java代码,然后改成c++代码,用自己的思维写出来的,编译可以通过,那时候就一个cpp文件包含了全部代码-Examples of the use of genetic algorithms when learning is win console program, I downloaded java code based on their own reading java code, and then chang