资源列表

« 1 2 ... .51 .52 .53 .54 .55 156.57 .58 .59 .60 .61 ... 2656 »

[数据结构常用算法c

说明:快速排序算法,次算法基于分支策略的排序算法,对于输入的数组按从小到大进行排序. 创建一个二叉树的二叉链表结构,然后输出从根结点到所有叶子结点的路径。-quick_sort and binary_tree
<Mary> 在 2025-01-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法kruskal1

说明:kruskal算法求解最小生成树  K r u s k a l算法每次选择n- 1条边,所使用的贪婪准则是:从剩下的边中选择一条不会产生环路的具有最小耗费的边加入已选择的边的集合中。注意到所选取的边若产生环路则不可能形成一棵生成树。K r u s k a l算法分e 步,其中e 是网络中边的数目。按耗费递增的顺序来考虑这e 条边,每次考虑一条边。当考虑某条边时,若将其加入到已选边的集合中会出现环路,则将其抛弃,否则,将它选入。-kr
<li chao> 在 2025-01-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法1717

说明:PKU1717-多米诺.DP实现,具体的转移方程可以看代码.-PKU1717-domino. DP realized, specific code can be seen the transfer equation.
<V-Jay> 在 2025-01-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法3497

说明:PKU3497-二分加贪心,具体算法详见代码~-Add PKU3497-II sub-greedy algorithm as detailed in the specific code ~
<V-Jay> 在 2025-01-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法try03

说明:假定一个单向循环链表来表示队列(即循环链队),该队列只设一个队尾指针,不设队首指针,试编写下列各种运算的算法: 1) 向循环链队插入一个元素值为x的结点。 2) 从循环链队中删除一个结点。 3) 访问队列 -The assumption that a one-way circle to indicate the queue list (that is, the cycle chain teams), which is
<zhx> 在 2025-01-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法tree

说明:请你设计一下,如果解决这个“最小生成树”的问题-Design your look, if the solution to the " minimum spanning tree" problem
<frank> 在 2025-01-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法point_to_line

说明:计算点到直线的距离.输入两点坐标确定一个直线,再输入一个点的坐标,计算该点到直线的距离.-Calculated point to the straight line distance. Enter the coordinates of two points determine a straight line, and then input the coordinates of a point, to calculate the stra
<liufan> 在 2025-01-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法LINK3

说明:A small program about finding weekday
<kk> 在 2025-01-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法Dijkstra

说明:经典的dijkstra求最短路径算法,采用VC++编写-The dijkstra for the classic shortest path algorithm, using VC++ to prepare
<jason> 在 2025-01-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法Dynamicarrays

说明:……^PP^动态数组创建……^pp^Dynamic arrays-Dynamic arrays
<wlq6037> 在 2025-01-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法matrix

说明:实现系数矩阵的转置。程序的母的主要是学习稀疏矩阵的存储和实现-The realization of the transpose matrix. Procedures for the parent to learn the sparse matrix storage and to achieve
<gahn> 在 2025-01-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法Expression

说明:学习顺序存储结构的链式实现。本程序能实现四则运算和简单的混合运算。-Storage structure to learn the order of the realization of the chain. This procedure can achieve the four operations and simple mixed computing.
<gahn> 在 2025-01-26 上传 | 大小:1kb | 下载:0
« 1 2 ... .51 .52 .53 .54 .55 156.57 .58 .59 .60 .61 ... 2656 »

源码中国 www.ymcn.org