-
用C++实现的遗传算法程序,简单易懂,拥有遗传算法的一些经典方法...
用C++实现的遗传算法程序,简单易懂,拥有遗传算法的一些经典方法-Implemented using C++ genetic algorithm program, easy to understand, with some of the classical method of genetic algorithms
- 2023-09-04 01:15:03下载
- 积分:1
-
C 编程示例
C 编程示例: 这些程序说明各种编程元素的概念,如使用运算符、 循环、 函数、 单人和双人的二维数组,字符串、 文件、 指针等上执行的操作。浏览到你正在寻找,其中每个之一提供输出复杂的简单的 c 程序中的代码。
- 2023-06-20 15:55:03下载
- 积分:1
-
在 C 中的计算器
这个问题域前面的问题一样,这里我们另外允许
- 2022-03-20 08:21:58下载
- 积分:1
-
演示cvhmm
面对 演示;识别方法
- 2022-03-22 22:12:43下载
- 积分:1
-
这是我收集的一个老外编的最小二乘法拟合椭圆算法。希望能派上用场。...
这是我收集的一个老外编的最小二乘法拟合椭圆算法。希望能派上用场。-This is my collection of a foreigner series of the least squares fit algorithm for elliptic. Hope can be put to use.
- 2022-04-18 01:32:13下载
- 积分:1
-
BCH 大数据量的编码
这是一个bch编码的程序,以前看到的都是小数据量的用不到循环语句,而这个用到了循环语句,所以解决了数据量大的问题。在用的时候只需要把数据导入到里面就完全ok了,不信你可以试试。
- 2022-05-12 13:36:28下载
- 积分:1
-
java用星号输出菱形_buychicken
资源描述
用java在控制台输出一个指定边长的菱形:
输入一个数n:4
*
***
*****
*******
*****
***
*
古典问题:一百元钱买一百只chicken,公chicken五元一只,母chicken三元一只,小chicken一元三只。
- 2023-04-01 06:50:04下载
- 积分:1
-
单片机能实现的FFT算法。128点快速傅氏变换
单片机能实现的FFT算法。128点快速傅氏变换-Single-chip to realize the FFT algorithm. 128-point fast Fourier transform
- 2022-02-10 16:19:05下载
- 积分:1
-
基本算法为:先将1填入第一行中间位置;再依次将2
基本算法为:先将1填入第一行中间位置;再依次将2-n方按如下规律填写://1,填入上个数上一行的右边位置,如果没有上一行则转到最后一行,如果右边没有方格//则转到最左边的方格。2,如果要填的位置上已经有数,则转填到它上一个数的下边方格//3,对于第一行的最后一个数的下一个数应填在该数下边的空格处-basic algorithm : a first Enter the middle of the first line; Another will be followed by 2-n-law filled out as follows :// 1, the number entered on the right side on his position, if not in his will to the last line, if not right box// then transferred to the most left while the box. 2, to fill the position of several, in turn, to fill it on a number of subordinate box// 3, the first trip to the final a few under a few should fill in the blank space of a few top candidate Department
- 2022-02-05 03:13:23下载
- 积分:1
-
非局部均值方法
用matlab实现non-local means 算法,在该实现版本中使用了进行了局部搜索优化,一定程度上提高了算法的效率
- 2022-05-30 13:28:34下载
- 积分:1