资源列表

« 1 2 ... .82 .83 .84 .85 .86 1387.88 .89 .90 .91 .92 ... 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
<李联合> 在 2024-10-12 上传 | 大小:1024 | 下载:0

[数据结构常用算法shiyan1

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

[数据结构常用算法shiyan2

说明:四则混合运算表达式处理。 1. 一逆波兰表示输入的算术表达式。 2. 输出表达式树的各种遍历结果。 3. 打印表达式树。 4. 删除表达式树。 -Four hybrid operation expression processing. 1. That Poland entered a reverse arithmetic expressions. 2. Out all the expression tree trav
<袁联合> 在 2024-10-12 上传 | 大小:112640 | 下载:0

[数据结构常用算法zuixiaoshengchengshu

说明:C++实现最小生成树。包括源程序及设计报告。 -C++, minimum spanning tree. Including source code and design reports.
<袁联合> 在 2024-10-12 上传 | 大小:3072 | 下载:0

[数据结构常用算法mazin

说明:迷宫源程序, 关于一些迷宫实现的C++代码,有些好的算法-maze resource, about some come true of maze C++ code.and have some good algorithm
<Sdtfen> 在 2024-10-12 上传 | 大小:3005440 | 下载:0

[数据结构常用算法maze

说明:本程序可用来创建一组迷宫式的文件夹,可是藏东西的好帮手哦!-This procedure can be used to create a maze of folders, but the possession of things is a good helper Oh!
<wangtao> 在 2024-10-12 上传 | 大小:7168 | 下载:0

[数据结构常用算法09353_aymila_hw6

说明:measure and analyze the performance of hash-tables with linear probing
<aymila> 在 2024-10-12 上传 | 大小:986112 | 下载:0

[数据结构常用算法GraphDrawing

说明:A tool for a graph drawing. It is possible to construct the graph and to save it as an image.
<tim> 在 2024-10-12 上传 | 大小:236544 | 下载:0

[数据结构常用算法lulu

说明:二叉树,可实现前中后排序,在window xp下运行,也可以在win7下运行-binary tree
<lulu> 在 2024-10-12 上传 | 大小:1221632 | 下载:0

[数据结构常用算法threadtree1

说明:先序输入二叉树,输出树形结构,二叉树中序线索化-Preorder binary input and output tree structure, in order threaded binary tree
<所有人> 在 2024-10-12 上传 | 大小:2048 | 下载:0

[数据结构常用算法PEG-by-Hu

说明:Hu Xiaoyu的PEG算法,程序运行时实时显示当前校验矩阵的环长。-Hu Xiaoyu s PEG algorithm, this code can display the cycle girth when runing
<李振> 在 2024-10-12 上传 | 大小:800768 | 下载:0

[数据结构常用算法shortest-path-algorithm

说明:dijkstra最短路径算法C++源码,是以一个简单的图为例,简单易懂,可根据自己的需要改少部分即可用。-dijkstra shortest path algorithm
<成汁> 在 2024-10-12 上传 | 大小:2048 | 下载:0
« 1 2 ... .82 .83 .84 .85 .86 1387.88 .89 .90 .91 .92 ... 2656 »

源码中国 www.ymcn.org