资源列表

« 1 2 ... .56 .57 .58 .59 .60 1461.62 .63 .64 .65 .66 ... 2656 »

[数据结构常用算法exp6

说明:合肥工业大学数据结构试验六图结构试验 包括完整的实验要求、实验预习报告、实验最终报告 实验要求: <1>求给定图中的边(或弧)的数目。 <2>求解出从给定顶点到所有顶点的最短路径(以边数计算)。 <3>判断一个有向图g是否是一棵有向树。(任意一个顶点可能是根) <4>对给定的图G及出发点v0,设计算法从V0出发深度遍历图G,并构造出相应的生成树。 -Hefei Un
<石帆> 在 2024-11-14 上传 | 大小:651kb | 下载:0

[数据结构常用算法sort_algorithm

说明:随机产生一组m到n之间的一组整数,对这一组整数编写常用的排序函数:直接插入排序、冒泡排序、快速排序、堆排序、归并排序。-Randomly generated between a set of m to a set of n integer, often used for the preparation of this group of integer sorting function: direct insertion sort, bu
<tang> 在 2024-11-14 上传 | 大小:5kb | 下载:0

[数据结构常用算法xianxingbiao

说明:线性表的源代码,数据结构的,本人特地打出来帮大家省时间-Linear table source code, data structures, I break out specifically to help you save time
<suzhihuang> 在 2024-11-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法612109301

说明:要求采用邻接矩阵作为无向图的存储结构,邻接表作为有向图的存储结构,完成无向图和有向图的建立,并对建立好的图进行深度和广度优先遍历。具体实现要求: 1. 通过键盘输入图的顶点和边信息,分别构造一个无向图的邻接矩阵和一个有向图的邻接表。 2. 分别对建立好的两个图进行深度和广度优先遍历,输出相应的遍历序列。 3. 统计两个图的连通分量的个数。 -Require the use of adjacency matrix as t
<风雷> 在 2024-11-14 上传 | 大小:385kb | 下载:0

[数据结构常用算法tccglxt

说明:实验中存储结构使用链表,实现元素的插入和删除,停车厂中使用栈的方式,在便道上使用队列-Experiment using the linked list storage structure, to achieve the element insertion and deletion, for Parking in the way of using the stack, use the queue in the sidewalk
<王安东> 在 2024-11-14 上传 | 大小:2kb | 下载:0

[数据结构常用算法erchapaixushu

说明:键入关键字,建立二叉排序树,实现二叉排序树的插入和查找功能-Type the keyword, the establishment of binary sort tree to achieve binary tree insertion sort and search functions
<王安东> 在 2024-11-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法zhebanchazhao

说明:依次输入顺序表的各个元素,然后进行关键字的查找,如果存在则返回待查元素位置,否则显示不存在-Followed by the various elements of the input sequence table, and then keyword search, if there is element of unknown origin location is returned, otherwise the show does not
<王安东> 在 2024-11-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法FindPath

说明:astar算法的简单实现,能够帮助你理解astar算法,赶快下载吧-astar simple implementation of the algorithm to help you understand astar algorithm, to download it
<李华> 在 2024-11-14 上传 | 大小:10kb | 下载:0

[数据结构常用算法Btree

说明:用c++实现b+tree,包含插入删除等函数-Achieved using c++ b+ tree, including insert and delete functions
<hehq> 在 2024-11-14 上传 | 大小:2kb | 下载:0

[数据结构常用算法NOIP_ACM_Contest

说明:数据结构和算法讲解,里面有NOIP,ACM竞赛的老师PPT和某个专业方面的深层次了解。里面的有些算法研究的相当深入,值得深入学习。-Explain data structures and algorithms, which has NOIP, ACM contest PPT and a professional teacher' s deep understanding. There' s some pretty in-de
<Silicon> 在 2024-11-14 上传 | 大小:13.48mb | 下载:0

[数据结构常用算法sy7

说明:数据结构是计算机各相关专业的一门重要基础课,上机实验可以达到对学生所学理论基础知识进行种全面综合训练的目的,与课堂教学、学生自学以及习题练习等相辅相成、必不可少,是一个十分重要的教学环节,-The relevant data structure is a computer professional' s an important basic course experiment on the computer can reach t
<张玺> 在 2024-11-14 上传 | 大小:12kb | 下载:0

[数据结构常用算法BiTree1

说明:建立一个二叉树 统计叶子结点
<submarry> 在 2024-11-14 上传 | 大小:1kb | 下载:0
« 1 2 ... .56 .57 .58 .59 .60 1461.62 .63 .64 .65 .66 ... 2656 »

源码中国 www.ymcn.org