-
matlab遗传算法工具包
遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-10-13 11:25:03下载
- 积分:1
-
使用查找联盟的 Kruskal 的算法
Kruskal 的算法是一种贪婪算法中查找最小生成树的一个连通的加权图的图论。
这意味着它发现形成一棵树,其中包含每个顶点的边子集那里所有的总重量
在树中的边最小化。如果未连接关系图,然后它找到的最小生成森林 (最低跨越
树的每个连接的组件)。
联盟-查找算法是一种算法,这种数据结构上两个有用的运算:
查找: 确定特定元素是在哪个子集。这可用于确定如果两个元素在同一
子集。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-12 22:02:00下载
- 积分:1
-
模型 predective lineair
#include < stddef.h > / * NULL * /
#include"mpc.h"
/ * FIXME: 这是一个肮脏的修复程序 HOR_MXCONSTRS 零长度数组问题的 * /
STATE_CONSTR #ifdef
#define NO_MXCONSTR 0
#else
#define NO_MXCONSTR 1
#endif
/ * 静态函数声明 * /
静态 void inc_ref_ctl_solve_problem (结构 mpc_ctl * ctl,const real_t x[]) ;
静态 void stc_ref_ctl_solve_problem (结构 mpc_ctl * ctl,const real_t x[]) ;
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-02-28 03:25:03下载
- 积分:1
-
一个用于实现牛顿二分法求根的小程序。算法简单 用MATLAB写出...
一个用于实现牛顿二分法求根的小程序。算法简单 用MATLAB写出-it is a simple program to find the root of a equation with the neweton method
- 2022-03-04 21:27:42下载
- 积分:1
-
网络流量分类NLC方法代码
网络流量分类NLC算法代码,供初学者学习,不得商用,仅供参考,
- 2022-03-24 13:46:12下载
- 积分:1
-
acm中骨牌矩阵算法
acm中骨牌矩阵算法-acm had a domino matrix algorithm
- 2022-11-11 05:20:03下载
- 积分:1
-
俄罗斯方块
#include
#include
#include
#include
#include
char gcText[] = " WWWWWWW";
struct tetris {
int _pool[16][32], (*pool)[32], tmap[8][4][16];
int x, y, s, st, t;
}gt;
void trsInit() {
int sp[8][4]
- 2023-08-11 01:55:03下载
- 积分:1
-
多目标粒子群算法
多目标粒子群算法,matlab
多目标粒子群算法,matlab
多目标粒子群算法,matlab
多目标粒子群算法,matlab
多目标粒子群算法,matlab
- 2022-12-24 20:25:04下载
- 积分:1
-
stable matching
简单的稳定匹配算法实现,无bug
Implement Gale-Shapley algorithm of the Stable Matching Problem in your
favorite language, and give the matching result of attached ranking data
(boys rankings.txt and girls rankings.txt), supposing that the ranking is sorted
from high to low. (C++ source file gs make ranking.cc which generates the
data is also supplied here.)
- 2023-02-04 07:15:03下载
- 积分:1
-
红外目标跟踪程序
利用Vc++编写的红外目标跟踪程序,具有非常好的鲁棒性,适用于动目标的检测和跟踪,希望对大家有帮助!!!
- 2023-03-12 10:50:04下载
- 积分:1