搜索资源列表
Prim算法构造最小生成树
- 数据结构中的prim算法构造最小树的算法。课程作业要求-data structure constructed Prim algorithm of most trees algorithms. Courses operational requirements
13.用普里姆(Prim)算法构造最小生成树
- 用普里姆(Prim)算法构造最小生成树 数据结构的基本应用,适合初学者-with Primbetov (PRIM), the minimum spanning tree algorithm tectonic structure of the basic data applications, suitable for beginners
马鞍面的构造
- 马鞍面的构造,对于学生有用,适合初学者,可以参考一下-saddle surface structure, for the students, for beginners can take a look
构造线性表
- 构造线性表
最优二分检索树构造及绘制
- 这个程序可实现最优二分检索树的构造,绘制和检索,请在Turboc 2.0下运行。-this procedure can achieve optimal two-tree structure retrieval, mapping and retrieval, please Turbo running under 2.0.
最优二分检索树构造及绘制
- 这个程序可实现最优二分检索树的构造,绘制和检索,请在Turboc 2.0下运行-this procedure can achieve optimal two-tree structure retrieval, mapping and retrieval, please run Turbo 2.0
构造两个带有表头结点的有序单链表
- 构造两个带有表头结点的有序单链表La、Lb,编写程序实现将La、Lb合并成一个有序单链表Lc。-Construct two header node with a single linked list ordered La, Lb, write a program to achieve the La, Lb merged into a single sorted list Lc.
构造可以使n个城市连接的最小生成树
- 数据结构课程设计:“构造可以使n个城市连接的最小生成树”算法的实现!非常不错!,Data structure course design: " Construction can make n cities connected minimum spanning tree" algorithm to achieve! Very good!
huffman 哈夫曼树的构造
- 哈夫曼树的构造,假设有n个权值,则构造出的哈夫曼树有n个叶子结点。 n个权值分别设为 w1、w2、…、wn,则哈夫曼树的构造规则为: (1) 将w1、w2、…,wn看成是有n 棵树的森林(每棵树仅有一个结点); (2) 在森林中选出两个根结点的权值最小的树合并,作为一棵新树的左、右子树,且新树的根结点权值为其左、右子树根结点权值之和; (3)从森林中删除选取的两棵树,并将新树加入森林; (4)重复(2)、(3)步,直到森林中只剩一棵树为止,该树即为所求得的哈夫曼树。-Huff
SymBol.给定文法的包括优先表的构造及FIRSTVT和LASTVT的计算
- 算符优先算法的部分,对给定文法的包括优先表的构造及FIRSTVT和LASTVT的计算,Operator part of the priority algorithm, the given grammatical structure, including a priority table and the calculation of FIRSTVT and LASTVT
prim
- (1)利用普里姆算法求网的最小生成树 (2)实现教科书中定义的抽象数据类型mfset。以此表示构造生成树过 程中的连通分量。 (3)以文本形式输出生成树中各条边以及他们的权值-(1) the use of prim algorithm for minimum spanning tree network (2) the realization of the textbook definition of abstract data types mfset. Spanning tree s
Prim
- 用普里姆(Prim)算法构造最小生成树,满分作业,运行无错的-With prim (Prim) Minimum Spanning Tree Algorithm, out of operation, run no wrong
makeH
- 通过一个循环方阵A来构造准循环LDPC码的校验矩阵H-make H in QC-ldpc
orthogonalwavelets
- 从底层原理开始,利用B样条函数构造正交小波。程序通过Matlab2009a测试。-Using the B_simple principle to creat a orthogonal wavelet function. By Matlab2009a .
090311
- mathematica中的构造基本向量和矩阵构造方法,方便初学者学习-the method of the constitution of basic matrix and calculous in mathematica,so easy for the starting student
matlab 3阶和四阶B 样条函数构造正交小波
- 利用3阶和四阶B 样条函数构造正交小波的方法; 用matlab实现构造正交小波的数值实现。 正交小波函数的构造方法 (1)利用正交化公式计算尺度函数; (2)求系统函数 (3)求正交小波函数 和 。
根据b样条函数构造小波函数
- 通过B样条函数构造小波函数,由原信号获得对应的尺度函数,最后得到小波函数(The wavelet function is constructed by the B spline function, and the corresponding scale function is obtained from the original signal. Finally, the wavelet function is obtained.)
形态滤波代码和构造的模拟数据
- 形态滤波的代码和构造的模拟数据MATLAB代码,具体的适应度函数看你的需求自己编码。
LDPC码的PEG构造算法
- LDPC-PEG算法构造H矩阵 LDPC码最早在20世纪60年代由Gallager在他的博士论文中提出,但限于当时的技术条件,缺乏可行的译码(PEG Construction Algorithms for LDPC Codes)
LDPC-PEG算法构造H矩阵
- LDPC-PEG算法构造H矩阵源码程序,matlab源码程序 clear all; clc; %输入编码参数,m:校验节点数目,n:变量节点数目(注意码率R不一定为1/2) %构造任意码率的LDPC校验矩阵 m=input('The number of check nodes:'); n=input('The number of variable nodes:'); h=zeros(m,n); %给定变量节点度分布序列 dv=0.38354*x+0.04237*x^2+0.5740