嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
[基于MATLAB的遗传算法及其在稀布阵列天线中的应用(第2版)书配套 程序源代码]
《基于MATLAB的遗传算法及其在稀布阵列天线中的应用(第2版)》源程序
├── chapter3
│ ├── 3.1
│ │ ├── GA31.m
│ │ ├── eg31.m
│ │ └── func.m
│ ├── 3.2
│ │ ├── GA32.m
│ │ ├── eg32.m
│ │ └── func.m
│ ├── 3.3
│ │ └── GA33.m
│ └── 3.4
│ ├── GA34.m
│ └── func.m
├── chapter4
│ ├── 4.1
│ │ └── uni_line_array.m
│ ├── 4.2
│ │ ├── fBest.mat
│ │ ├── func_line.m
│ │ ├── opti_result_line.m
│ │ └── thin_line.m
│ ├── 4.3
│ │ ├── fBest.mat
│ │ ├── func_line_symm.m
│ │ ├── opti_result_line.m
│ │ └── thin_line_symm.m
│ └── 4.4
│ ├── fBest.mat
│ ├── func_sparse_line.m
│ ├── opti_result_sparse_line.m
│ └── sparse_line.m
├── chapter5
│ ├── 5.1
│ │ └── uni_plane_array.m
│ ├── 5.2
│ │ ├── fBest.mat
│ │ ├── func_plane.m
│ │ ├── opti_result_plane.m
│ │ └── thin_plane.m
│ ├── 5.3
│ │ ├── eg.m
│ │ ├── fBest.mat
│ │ ├── func_plane_symm.m
│ │ ├── opti_result_plane.m
│ │ └── thin_plane_symm.m
│ ├── 5.4
│ │ ├── fBest.mat
│ │ ├── func_sparse_plane.m
│ │ ├── opti_result_sparse_plane.m
│ │ └── sparse_plane.m
│ └── 5.5
│ ├── fBest.mat
│ ├── func_sparse_plane.m
│ ├── opti_result_sparse_plane.m
│ └── sparse_plane.m
├── chapter6
│ ├── 6.1
│ │ └── uni_cicle_array.m
│ ├── 6.2
│ │ ├── fBest.mat
│ │ ├── func_cicle.m
│ │ ├── opti_result_cicle.m
│ │ └── thin_cicle.m
│ └── 6.3
│ ├── fBest.mat
│ ├── func_cicle_sparse.m
│ ├── opti_result_sparse.m
│ └── spares_cicle.m
└── chapter7
├── 7.1
│ └── uni_cylinder_array.m
├── 7.2
│ ├── fBest.mat
│ ├── func_cylinder.m
│ ├── opt_result_cylinder.m
│ └── thin_cylinder.m
└── 7.3
├── fBest.mat
├── func_sparse_cylinder.m
├── opti_sparse_cylinder.m
└── sparse_cylinder.m
24 directories, 58 files