资源列表

« 1 2 ... .13 .14 .15 .16 .17 1418.19 .20 .21 .22 .23 ... 2656 »

[数据结构常用算法Kruskal

说明:采用Kruskal算法求最小生成树主要数据结构 edgeset GE 存放图中的所有边 int n,int e 存放图中的顶点数与边数 edgeset C 存放生成树中的边 vexlist gv 图中结点的顶点值 adjmatrix s 用来处理图中结点的查找与合并 int m1,m2 一条边上两顶点所属集合的序号 int k 最小生成树中的边数 int d //图中待扫描边元素的下标-For the
<mgh> 在 2024-10-11 上传 | 大小:2048 | 下载:0

[数据结构常用算法shuangxianglianbiao

说明:双向链表,功能齐全,是一个课程设计的内容,花了很多时间-Doubly linked list, complete functions, is the content of a course designed to spend a lot of time
<chenzhifei> 在 2024-10-11 上传 | 大小:196608 | 下载:0

[数据结构常用算法BINARYTR

说明:建立二叉树及二叉树的先序、中序和后序递归遍历*-Create a binary tree and binary tree preorder, inorder and postorder recursive traversal*
<mgh> 在 2024-10-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法bankyuanma

说明:银行排队系统源码,有排队算法,用C++编写-bank queuing system c++ write queuing theory of mathematical algorithms procedures on to postgraduate comrades useful,
<样里> 在 2024-10-11 上传 | 大小:2048 | 下载:0

[数据结构常用算法lianbiao

说明:c语言环境下的一个简单的线性链表的插入与删除的源代码-c language environment is a simple linear linked list insertion and deletion of source code
<娄子> 在 2024-10-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法ysfh

说明:约瑟夫环的问题采用的是典型的循环链表的数据结构,就是将一个链表的尾元素指针指向队首元素。   解决问题的核心步骤:   1.建立一个具有n个链结点,无头结点的循环链表;   2.确定第1个报数人的位置; 3.不断地从链表中删除链结点,直到链表为空。 具体过程就是先建一个单向循环链表,用来存储这些人的编码和密码。然后删掉报数为m的人,在删除的同时将这个人的密码和标号输出。直到把这个链表删空为止。这就是我解决这个问题的方
<akon_shuai> 在 2024-10-11 上传 | 大小:1024 | 下载:0

[数据结构常用算法youhuasuofa

说明:这是一个集合了多个算法的。他可能会对你研究算法有所帮助-This is a collection of several algorithms. He might help you study the algorithm
<李强> 在 2024-10-11 上传 | 大小:15360 | 下载:0

[数据结构常用算法2009010870_Homework_8

说明:求一个平面点集最近的两点间距离的算法实现,VS2010编译通过。-Find a planar point set the distance between two points of a recent algorithm, VS2010 compile.
<Kevin> 在 2024-10-11 上传 | 大小:417792 | 下载:0

[数据结构常用算法6_3

说明:采用邻接表存储结构编写Dijkstra算法,实现求从源点到其余顶点的最短路径。-Storage Structure adjacency list prepared by Dijkstra algorithm to achieve from the source to find the shortest path to the rest of the vertex.
<张雯雯> 在 2024-10-11 上传 | 大小:2048 | 下载:0

[数据结构常用算法data-struct

说明:面试用到的有关数据结构算法方面的题,很全-data structure by c or c++
<木子> 在 2024-10-11 上传 | 大小:273408 | 下载:0

[数据结构常用算法chapter2

说明:数据结构课件,线性表的概念及运算,线性表的存储-Courseware data structure, the concept and operation of linear form, linear form of storage
<huangshop> 在 2024-10-11 上传 | 大小:53248 | 下载:0

[数据结构常用算法chapter3

说明:数据结构课件,栈和队列-Courseware data structure, stacks and queues
<huangshop> 在 2024-10-11 上传 | 大小:35840 | 下载:0
« 1 2 ... .13 .14 .15 .16 .17 1418.19 .20 .21 .22 .23 ... 2656 »

源码中国 www.ymcn.org