搜索资源列表
Kruskal
- 最小生成树的Kruskal实现用贪心算法设计策略设计出构造最小生成树的有效算法-Kruskal
matlab
- 基于遗传算法的投影寻踪代码,提供大家下载,方便查阅-【研学堂】【代码】投影寻踪代码,请验用!! function Qa=Project_Pursuit(X,a,Alpha) 输入参数列表 X 本指标矩阵,n×p的矩阵,每一行为一个样本, Xij表示第i行第j列指标,X是否已经归一化均可 a 投影向量,1×p的矩阵,元素取值范围-1~1,要求其元素平方和等于1 Alpha 窗口半径系数,典型取值0.1
music.1
- 对波达方向进行估计,通过MUSIC算法估计波达方向,利用MATLAB进行仿真,构造出谱峰图,估计出入射信号的个数和方向,有效的估计出独立信号源的DOA-Estimation of DOA estimated by MUSIC DOA algorithms using MATLAB simulation constructed peak figure, it is estimated the number of signal out of shot and direction, effective
Desktop
- 利用图的结构及其各种算法构造出学校各景点的导游系统-The structure of the graph and its various algorithms to construct the tourist guide system of each school.
kong-jian-shu-ju
- 一棵具有n个节点的完全二叉树以顺序方式存储在数组A中。设计一个算法构造该二叉树的二叉链存储结构。-Complete binary tree with n nodes in a sequential manner are stored in the array A. Design an algorithm constructed binary chain storage structure of the binary tree.
xianxingbiao
- 实现顺序表的基本操作(最终提交“.cpp”) 程序要求: 先给出顺序表的类型定义 给出顺序表的如下基本操作的算法函数定义 构造一个空的线性表:InitList_Sq(SqList &L) 在顺序表L的第i个位置之前插入新的元素e:ListInsert_Sq(SqList &L, int I, ElemType e) 在顺序表L中删除第i个元素,并用e返回其值:ListDelete_Sq(SqList &L, int I, ElemTy