-
数据结构程序设计――哈夫曼编码,希望给同学一些帮助
数据结构程序设计――哈夫曼编码,希望给同学一些帮助-Data Structure Programming- Huffman coding, the students want to give some help
- 2022-08-26 09:43:00下载
- 积分:1
-
Database Programming, connecting VC would like to help you soon myself
数据库编程,连接VC
希望对你有帮助
快下喽-Database Programming, connecting VC would like to help you soon myself
- 2023-04-29 14:40:02下载
- 积分:1
-
111 Queen's algorithm includes the classic two hope you like
皇后算法111 很经典的 内含两种 希望大家喜欢-111 Queen"s algorithm includes the classic two hope you like
- 2022-10-06 00:30:03下载
- 积分: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
-
用template实现一维数组的数据结构。
用template实现一维数组的数据结构。-Template used to achieve one-dimensional array data structure.
- 2023-04-08 04:00:04下载
- 积分:1
-
有关数据结构的源代码。。。望大家指教。。。同时也想下载信息论的...
有关数据结构的源代码。。。望大家指教。。。同时也想下载信息论的-The data structure of the source code. . . Hope everyone advice. . . At the same time also want to download the Information Theory
- 2022-02-01 19:11:04下载
- 积分:1
-
POJ 1166己AC源代码,不信你可以试试.
POJ 1166己AC源代码,不信你可以试试.-POJ 1166 F AC source code, do not believe you can try.
- 2022-09-09 11:35:03下载
- 积分:1
-
外部排序的所有算法,在TC下经过调试,与吴伟民数据结构课本完全一致,用C实现...
外部排序的所有算法,在TC下经过调试,与吴伟民数据结构课本完全一致,用C实现-all external sorting algorithms, the TC under after debugging, and data structure Xiulan WU Weimin textbooks entirely consistent with achieving C
- 2022-07-27 23:18:10下载
- 积分:1
-
得到中文的汉语拼音
得到中文的汉语拼音-be Chinese pinyin system
- 2022-07-13 19:20:56下载
- 积分:1
-
N-皇后问题线性时间算法
O(n)复杂度,非O(n^2)的,使用的是构造法。-N-Queen problem of linear time algorithm
- 2023-05-09 15:10:02下载
- 积分:1