资源列表

« 1 2 ... .26 .27 .28 .29 .30 20731.32 .33 .34 .35 .36 ... 28522 »

[matlab例程GSAALB

说明:装配生产线任务平衡优化遗传算法通MATLAB源码,下面的源码实现了装配生产线任务平衡优化问题(ALB问题)的遗传算法,算法主要参考下面这篇文献,并对其进行了改进。-Task of assembly line balancing optimal genetic algorithm-pass MATLAB source code, the following source code to achieve the task of assembly line balancing optimization
<孙准> 在 2025-07-06 上传 | 大小:2kb | 下载:1

[matlab例程ACOUCP

说明:无约束连续函数优化的人工蚁群算法通用MATLAB源码 此源码是对人工蚁群算法的一种实现,用于无约束连续函数的优化求解,对于含有约束的情况,可以先使用罚函数等方法,把问题处理成无约束的模型,再使用本源码进行求解 -Unconstrained optimization of continuous function of artificial ant colony algorithm for general-purpose MATLAB source code。 This sour
<孙准> 在 2025-07-06 上传 | 大小:2kb | 下载:0

[matlab例程Untitled

说明:人口迁移算法,此程序实现人口迁移算法,用于求解无约束连续函数最小化问题。对于最大化问题,请先将其加负号转化为最小化问题-Population migration algorithm to achieve this process migration algorithm for solving unconstrained minimization problem of continuous functions. For the maximization problem, please add th
<孙准> 在 2025-07-06 上传 | 大小:2kb | 下载:0

[数学计算/工程计算find_signal

说明:A limitation of find_system is that you can t search for blocks by specifying just one of their input or output signal names. You can search for blocks with a specific set of input or output names by using the InputSignalNames and OutputSignalNames p
<cheikh> 在 2025-07-06 上传 | 大小:2kb | 下载:0

[matlab例程gezhongsuanfajiejueTSP

说明:各种解决tsp问题的MATLAB程序,对需求的人有帮助。-Tsp of MATLAB to solve problems of various procedures, for those who need help.
<ycx> 在 2025-07-06 上传 | 大小:2kb | 下载:0

[matlab例程fourandfive

说明:循环结构程序设计的计算实例和M函数文件的计算实例-Loop structure calculation program design examples and examples of calculation of M function file
<tanyaosheng> 在 2025-07-06 上传 | 大小:2kb | 下载:0

[数值算法/人工智能09

说明:现代通信系统(matlab版本)第二版,第九个例题的程序。-Modern communication systems (matlab version) second edition, the ninth Example program.
<wangjun> 在 2025-07-06 上传 | 大小:2kb | 下载:0

[matlab例程EM

说明:这次上传的程序源码是关于EM算法的编程实例。-The upload process is on the EM algorithm source code programming examples.
<apple> 在 2025-07-06 上传 | 大小:2kb | 下载:0

[数据结构常用算法LeftistTree

说明:我的左偏树的实现,我已经测试过,不需要额外的依赖。-My leftist tree s implementation. I have tested it.
<蒋国纲> 在 2025-07-06 上传 | 大小:2kb | 下载:0

[压缩解压cv6

说明: Edge(int from, int to, int cost) : from(from), to(to), cost(cost) {} friend bool operator<(const Edge& a, const Edge& b) { if (a.cost != b.cost) { return a.cost > b.cost }
<65400> 在 2025-07-06 上传 | 大小:2kb | 下载:0

[数值算法/人工智能lambda

说明:this is a lambda tr-this is a lambda tree
<robinphilip1989> 在 2025-07-06 上传 | 大小:2kb | 下载:0

[matlab例程qpsk

说明:关于QPSK调制方法的一个小的仿真,使用matlab做的-QPSK modulation method on a small simulation, using matlab to do
<renyi> 在 2025-07-06 上传 | 大小:2kb | 下载:0
« 1 2 ... .26 .27 .28 .29 .30 20731.32 .33 .34 .35 .36 ... 28522 »

源码中国 www.ymcn.org