搜索资源列表
、普里姆(Prim)算法.rar.rar
- 普里姆(Prim)算法 (1)算法思想(2)较小紫边集的构造(3)候选紫边集合的修改(4)Prim算法的伪代码描述、、、、。
克鲁斯卡尔(Kruskal)算法.rar.rar
- 克鲁斯卡尔(Kruskal)算法 (1)算法思想(2)算法特点(3)Kruskal算法的抽象描述(4)用Kruskal算法构造最小生成树的过程(5)算法分析
哈夫曼树的构造算法
- 哈夫曼树的构造算法-Huffman tree Construction Algorithm
克鲁斯卡尔(Kruskal)算法
- 克鲁斯卡尔(Kruskal)算法 (1)算法思想(2)算法特点(3)Kruskal算法的抽象描述(4)用Kruskal算法构造最小生成树的过程(5)算法分析- Kruse Cull (Kruskal) the algorithm (1) the algorithm thought (2) the algorithm characteristic (3) the Kruskal algorithm abstract descr ipt
普里姆算法构造最小生成树
- 普里姆算法构造最小生成树.rar-Primbetov tectonic minimum spanning tree algorithm. Rar
哈夫曼树的构造算法
- 哈夫曼树的构造算法-Huffman tree Construction Algorithm
普里姆算法构造最小生成树3
- 普里姆算法构造最小生成树-Primbetov tectonic minimum spanning tree algorithm
s-des算法分析及实现
- :DES体制是ISO颁布的数据加密标准,通过对DES算法的分析,提出了用C语言实现数据加密标准DES算法,通过循环或迭代,将简单的基本运算(例如左移、右移、模2加法等)和变换(选择函数、置换函数)构造成数据流的非线性变换(加密变换或解密变换),从而实现对计算机数据进行密码保护。着重介绍了用C语言实现其加密的主要过程。关键词:数据加密 DES C语言-: DES system is ISO issued by the Data Encry
DES算法源代码
- 除了上面提到的压缩方法,你也可以调用VB的工具MakeCab.exe(在VB5\setupkit\kitfil32或VB98\Wizards\PDWizard目录下)生成.cab文件。先构造一个Directive 文件(*.ddf),然后使用Shell命令调用MakeCAB /f excel.ddf就可以生成*.cab文件。关于Directive 文件的格式,可以参考MSDN Library中的《MakeCAB: A Compressi
Prim算法构造最小生成树
- 数据结构中的prim算法构造最小树的算法。课程作业要求-data structure constructed Prim algorithm of most trees algorithms. Courses operational requirements
分形算法与程序设计—VB实现(光盘源码)
- 分形几何被称为大自然的几何学。其研究对象是破碎的、不光滑的和不规则的几何物体,但在不同的尺度下看它,却具有相同或相近的结构。本书构造了多种分形图的生成算法,并通过计算机程序设计语言实现。所生成的分形图或精巧、或神秘、或逼真自然,无论从美学的角度还是从科学的角度看,都会使你有全新的感受。-fractal geometry of nature known as geometry. Its object is broken, not smoo
13.用普里姆(Prim)算法构造最小生成树
- 用普里姆(Prim)算法构造最小生成树 数据结构的基本应用,适合初学者-with Primbetov (PRIM), the minimum spanning tree algorithm tectonic structure of the basic data applications, suitable for beginners
SF
- 通过输入文法,构造有限关系表,算符优先分析算法,并构造分析过程-By entering the grammar, structure limited the relationship between form, operator priority analysis algorithm, and the process of structural analysis
SymBol
- 算符优先算法的部分,对给定文法的包括优先表的构造及FIRSTVT和LASTVT的计算-Operator part of the priority algorithm, the given grammatical structure, including a priority table and the calculation of FIRSTVT and LASTVT
蚁群算法
- 路径优化蚁群算法matlab程序‘ 在求解该问题的蚂蚁算法中,每只蚂蚁是一个独立的用于构造路线的过程,若干蚂蚁过程之间通过自适应的信息素值来交换信息,合作求解,并不断优化。(Path optimization, ant colony algorithm, matlab program. In the ant algorithm for solving this problem, each ant is an independent
ER随机图构造算法
- ER随机图构造算法思路: (1)初始化:给定N个节点以及连边概率p~[0,1] (2)随机连边: 1.选择一对没有边相连的不同的节点。 2.生成一个随机数 r~(0,1)。 3.如果r < p,那么在这对节点之间添加一条边,否则就不添加。 4.重复1,2,3,直到所有的节点对都被选择。(The idea of ER random graph construction algorithm:
polar信息位的选择
- 极化码编码构造算法之高斯近似,我自己写的,可以使用。(Gauss approximation of the algorithm of polar code encoding construction)
Gradient算法
- 生成压缩感知测量矩阵,对稀疏的离散数字信号进行压缩(Compressed sensing measurement matrix is generated to compress sparse discrete digital signals)
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); %给定变量节点度分布序列 d