-
这是关于图论算法里面的一些代码,图论基本的思想代码的实现...
这是关于图论算法里面的一些代码,图论基本的思想代码的实现-This is on the graph theory algorithm inside some code, graph theory, the idea of the basic code realize
- 2022-02-10 12:57:22下载
- 积分:1
-
基本的冒泡算法,可供数据结构的初学者参考,希望能有所帮助。...
基本的冒泡算法,可供数据结构的初学者参考,希望能有所帮助。-sort
- 2022-01-28 03:11:24下载
- 积分:1
-
8数码问题,我本科毕业设计,vc6.0制作,可动态演示!
8数码问题,我本科毕业设计,vc6.0制作,可动态演示!-eight digital, I graduated design, vc6.0 production, dynamic demo!
- 2023-03-07 01:50:04下载
- 积分:1
-
Prim algorithm using minimum spanning tree of the experimental procedures used i...
用prim算法实验最小生成树
本程序中用到函数adjg( ),此函数作用是通过接受输入的点数和边数,建立无向图。函数prg( )用于计算并输出无向图的邻接矩阵。函数prim( )则用PRIM算法来寻找无向图的最小生成树
定义了两个数组lowcost[max],closest[max],若顶点k加入U中,则令lowcost[k]=0。
定义二维数组g[ ][ ]来建立无向图的邻接矩阵。
-Prim algorithm using minimum spanning tree of the experimental procedures used in function adjg (), this function is through the acceptance of input points and edges, the establishment of a directed graph. Function of prg () used to calculate and output undirected graph of adjacency matrix. Function prim () is used PRIM Algorithm to find the undirected graph of the minimum spanning tree array defines two lowcost [max], closest [max], if it joined the U of k vertices, then the lowcost [k] = 0. The definition of two-dimensional array g [] [] to create a undirected graph of adjacency matrix.
- 2022-03-16 20:21:07下载
- 积分:1
-
实现卡洛图的自动化简功能,最大字符为4个,即对于一个4 x4的数,将其中可以合并的1化简,得出最简和最优的结果,与手工化简结果一致...
实现卡洛图的自动化简功能,最大字符为4个,即对于一个4 x4的数,将其中可以合并的1化简,得出最简和最优的结果,与手工化简结果一致-Calo plans to achieve automation SR function, the largest of the four characters, that is for a 4 x4 few, which will be an amalgamation of a simplification, reduction and produce the most optimal results, and manual results are consistent Simplification
- 2022-07-01 05:56:50下载
- 积分:1
-
哈夫曼编码/译码 利用克鲁斯卡尔算法计算一段传输数据的哈夫曼编码,以提高信道利用率。...
哈夫曼编码/译码 利用克鲁斯卡尔算法计算一段传输数据的哈夫曼编码,以提高信道利用率。-Huffman encoding/decoding algorithm using Kruskal data section of the Huffman coding, in order to improve channel utilization.
- 2023-02-28 03:10:03下载
- 积分:1
-
快速傅立叶变换FFT的动态链接库DLL,适合个种语言,VB,VC,delphi...
快速傅立叶变换FFT的动态链接库DLL,适合个种语言,VB,VC,delphi-FFT fast Fourier transform of the DLL, suitable species language, VB, VC, Delphi, etc.
- 2022-04-21 11:58:50下载
- 积分:1
-
c语言小程序100个
c语言小程序100个-100 small programs
- 2022-05-29 08:24:43下载
- 积分:1
-
Ex1
从屏幕输入字符 判断括号匹配问题 数据结构作业(Judgment parenthesis matching data structure operations input characters from the screen)
- 2012-11-27 15:17:10下载
- 积分:1
-
maxheap像插入和删除操作
MaxHeap operation like insert and delete
- 2022-01-22 16:19:44下载
- 积分:1