-
遗传算法实现最短路径优化
%初始化参数 %注:popsize=200,MaxGeneration=100,约跑2分钟。若不要求太精确,可减少循环次数。pointnumber=11; %节点个数Popsize=200; %种群规模,只能取偶数(因67行的循环)MaxGeneration=100; %最大代数Pc=0.8;Pm=0.3; %交叉概率和变异概率A=[0 2 8 1 50 50 50 50 50 50 50 2 0 6 50 1 50 50 50 50 50 50 8 6 0 7 50 1 50 50 50 50 50 1 50 7 0 50 50 9 50 50 50 50 50 1 50 50 0 3 50 2 50 50 50 50 50 1 50 3 0 4 50 6 50 50 50 50 50 9 50 4 0 50 50 1 50 50 50 50 50 2 50 50 0 7 50 9 50 50 50 50 50 6 50 7 0 1
- 2022-02-24 16:29:41下载
- 积分:1
-
普通的离散图像信号的傅里叶变换和逆变换。
普通的离散图像信号的傅里叶变换和逆变换。-Ordinary image signals in discrete Fourier transform and inverse transform.
- 2022-03-25 05:24:05下载
- 积分:1
-
3gpp amrnb编码库,vc 2010 调试通过,附工程
3gpp官网库, 进行了一些修改,做成了直接可用的DLL工程,vs2010编译测试通过.包含完整的编码/解码流程. 使用时直接调用该dll即可.
- 2023-01-06 20:25:04下载
- 积分:1
-
C语言最小二乘法实现
最小二乘法(又称最小平方法)是一种数学优化技术。它通过最小化误差的平方和寻找数据的
- 2023-06-19 15:20:03下载
- 积分:1
-
Several commonly used optimization algorithm of C procedures and MATLAB code, DF...
几个常用的优化算法的C程序和MATLAB代码,D F P变尺度法子程序,Powell法子程序,黄金分割法子程序,进退法子程序,外点惩罚函数法子程序等。-Several commonly used optimization algorithm of C procedures and MATLAB code, DFP variable metric method procedures, Powell method procedures, golden section method procedures, advance and retreat method procedures, outside the points penalty function method procedures.
- 2022-03-25 01:09:34下载
- 积分:1
-
数据加密标准
资源描述
- 2022-03-03 13:16:42下载
- 积分:1
-
用C++实现各种排序算法:如冒泡排序、选择排序、插入排序、希尔排序、快速排序、归并排序、基数排序和堆排序,并带有源代码说明...
用C++实现各种排序算法:如冒泡排序、选择排序、插入排序、希尔排序、快速排序、归并排序、基数排序和堆排序,并带有源代码说明-With C++ Realize a variety of sorting algorithms: such as Bubble Sort, Selection Sort, Insertion Sort, Hill sort, quick sort, merge sort, Radix Sort and Heap Sort, with source code Description
- 2023-08-13 02:15:02下载
- 积分:1
-
基于SVD的人脸识别,可以直接计算出识别正确率
基于SVD的人脸识别,可以直接计算出识别正确率-SVD-based face recognition, and can directly calculate the correct rate of recognition
- 2022-04-25 07:11:14下载
- 积分:1
-
一次课程设计,里面有7个内容
一次课程设计,里面有7个内容-a curriculum design, there are seven content
- 2022-12-04 15:55:03下载
- 积分:1
-
一个验证歌德巴赫猜想的小程序
一个验证歌德巴赫猜想的小程序- A confirmation praises the script which Bach suspected
- 2023-05-29 06:25:02下载
- 积分:1