The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterat
The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators it provides many...
Genetic+Algorithms技术资料下载专区,收录376份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators it provides many...
this program is for children to improve their algorithms and programming ability.But it is for children who know turkish...
C Algorithms for Real-Time DSP Chapter 3 introduces the basic real-time DSP programming techniques and typical programm...
C Algorithms for Real-Time DSP Chapter 5 presents several real-time DSP applications, including speech compression mus...
This matlab code on reed solomon and BCH encoding and different decoding algorithms. Also errors and erasures.
implement a number of pattern-matching algorithms and to carry out an analysis of their operation
Sudoku as a CSP: Using algorithms and techniques from CSP to solve an NxN Sudoku puzzle.
SHA Hash algorithm. This standard specifies four secure hash algorithms, SHA-11, SHA-256, SHA-384, and SHA- 512.
《算法(英文版•第4版)》作为算法领域经典的参考书,全面介绍了关于算法和数据结构的必备知识,并特别针对排序、搜索、图处理和字符串处理进行了论述。第4版具体给出了每位程序员应知应会的50个算法,提供了实际代码,而且这些Java代码实现采用了模...
GA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行优化。 本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值啦) 并且支持浮点编码,grey编码,二进制编码;轮...