资源列表

« 1 2 ... .47 .48 .49 .50 .51 2352.53 .54 .55 .56 .57 ... 2656 »

[数据结构常用算法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-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法shiyan1

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

[数据结构常用算法list

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

[数据结构常用算法zhuliu_algorithm

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

[数据结构常用算法1

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

[数据结构常用算法2

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

[数据结构常用算法3

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

[数据结构常用算法11

说明:二叉树,数据结构中的一部分,结果正确,方法得当!-Binary tree data structure part of the results are correct, the right way!
<jackey> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法12

说明:哈希表,用c++语言编写,可操作运行,结果正确-Hash table, using c++ language, operational run, the results are correct
<jackey> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法BinsortInsrt

说明:折半插入排序,用产生的随机数进行折半插入排序 -Binary insertion sort, using binary random numbers generated by insertion sort
<卢键> 在 2025-01-12 上传 | 大小:1kb | 下载:0

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

说明:实现二叉树的各种遍历,层次遍历,先序遍历,后序遍历等-Realize all kinds of a binary tree traverse, LevelOrder Traverse , preorder traversal ,postorder traversal
<xiaoya> 在 2025-01-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法av_vel

说明:c语言编写的一个程序,用于计算平均流速用以修正防穿透速度。 -The average flow rate used to calculate the penetration rate for the modified anti-
<tom> 在 2025-01-12 上传 | 大小:1kb | 下载:0
« 1 2 ... .47 .48 .49 .50 .51 2352.53 .54 .55 .56 .57 ... 2656 »

源码中国 www.ymcn.org