资源列表

« 1 2 ... .21 .22 .23 .24 .25 326.27 .28 .29 .30 .31 ... 2656 »

[数据结构常用算法Implementation-of-binary-tree

说明:这个程序很好的介绍了二叉树的实现方法-Good introduction to the program implementation of binary tree method ~ ~
<解振海> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法Banker

说明:使用银行家算法,编写和调试一个系统动态分配资源的简单模拟程序。 自此,每行表示进程对资源的请求; 当所有进程结束后或文件结束时,程序结束。 -Using the banker' s algorithm, write and debug a simple dynamic simulation program to allocate resources. Since then, each line that process
<Yanxingfu> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法KM

说明:二分图最佳匹配算法,使用KM算法的邻接矩阵的实现-Bipartite graph matching algorithm is the best use of KM implementation of the adjacency matrix algorithm
<Tiny> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法1080

说明:N皇后( 深度优先搜索 ) n=6-12-N Queens (depth first search) n = 6-12
<jin> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法exp1

说明:需要利用有序链表来实现一元稀疏多项式的表示及加法运算的简单计算程序,其基本功能有: (1)输入并建立两个多项式; (2)多项式f1(x)与f2(x)相加,建立和多项式f3(x); (3)输出多项式f1(x),f2(x),f3(x)。-Need to use ordered lists to implement a dollar sparse representation of polynomials of simple ad
<李联合> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法shiyan1

说明:一元稀疏多项式的表示及运算。根据多项式的结构特点,利用线性链表来实现多项式相加,结点中存放各项的系数和指数,构造相应的多项式。将链表初始化为空,将多项式中的每一项顺序插入链表中,并将链表中多项式按升幂排列。进行多项式加法是,先将其中一多项式a存入链表c中,然后将多项式b的每一项一次插入链表c中,最后得到结果多项式c。-Unary representation of sparse polynomials and operations. A
<袁联合> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法list

说明:链表封装(实现了链表的增加、遍历等操作) 实用-Practical package list
<何以丹> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法zhuliu_algorithm

说明:求最小生成树--朱刘算法,求最小生成树求最小生成树-Minimum Spanning Tree
<flyfly> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法1

说明:数据结构中的顺序表,是其中的一个重要组成部分-The order of the table data structure is an important component of which
<jackey> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法2

说明:数据结构中的另一重要组成部分,被成为链表,与顺序表有异曲同工之妙-Data structure is another important component, is a linked list, with the order table has the same purpose
<jackey> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法3

说明:数据结构的一部分,堆栈!用C++编写,已验证,正确可运行-Data structure as part of the stack! Written with C++, has been verified to run correctly
<jackey> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法11

说明:二叉树,数据结构中的一部分,结果正确,方法得当!-Binary tree data structure part of the results are correct, the right way!
<jackey> 在 2025-01-18 上传 | 大小:1kb | 下载:0
« 1 2 ... .21 .22 .23 .24 .25 326.27 .28 .29 .30 .31 ... 2656 »

源码中国 www.ymcn.org