资源列表

« 1 2 ... .81 .82 .83 .84 .85 2386.87 .88 .89 .90 .91 ... 2656 »

[数据结构常用算法QuickSort

说明:C++编程中的快速排序Quick Sort算法的实现。-The realization of quick sort Quick Sort algorithm in C++ programming.
<郭佳鑫> 在 2025-06-19 上传 | 大小:3.54mb | 下载:0

[数据结构常用算法Floyd

说明:Floyd算法又称为插点法,是一种用于寻找给定的加权图中多源点之间最短路径的算法。-The Floyd algorithm is also known as the insertion point method, is used to search for a given weighted graph between different points in the shortest path algorithm.
<郭佳鑫> 在 2025-06-19 上传 | 大小:5.03mb | 下载:0

[数据结构常用算法TopolSort

说明:拓扑排序算法的C++程序,根据输入的结点的入度和出度,对图中结点进行排序。-Topological sorting algorithm C++ procedures, according to the type of the node in degree and out degree of nodes in the graph, sort of.
<郭佳鑫> 在 2025-06-19 上传 | 大小:13.66mb | 下载:0

[数据结构常用算法HeapSort

说明:堆排序,利用堆结构给指定数列排序。时间复杂度为nlog(n)。无辅助空间。算法效率稳定。-Heap sort, utilizing a stack structure to specify the number of columns to sort. The time complexity is nlog (n). No auxiliary space. Stable efficiency of the algorithm.
<luther8547> 在 2025-06-19 上传 | 大小:206kb | 下载:0

[数据结构常用算法Data-structure-

说明:数据结构与算法分析程序演示:包括线性表,串,栈和队列,树,图-Data structure and algorithm analysis program demonstrates: including linear tables, strings, stacks and queues, trees, graphs
<> 在 2025-06-19 上传 | 大小:535kb | 下载:0

[数据结构常用算法MyStack

说明:用堆栈的数据结构实现十进制转化为八进制.例如:十进制数(1348)转换后为2504-Implement decimal to octal using the stack data structure
<ROUKEN> 在 2025-06-19 上传 | 大小:19kb | 下载:0

[数据结构常用算法slope

说明:Say no more vector algorithm, very valuable -Say no more vector algorithm, very valuableSay no more vector algorithm, very valuable
<wlzz> 在 2025-06-19 上传 | 大小:936kb | 下载:0

[数据结构常用算法poj-3984

说明:poj 3984的ac代码-the code is accepted.
<刘翥> 在 2025-06-19 上传 | 大小:258kb | 下载:0

[数据结构常用算法POJ1915_bfs

说明:poj1915双向bfs.-poj 1915
<刘翥> 在 2025-06-19 上传 | 大小:316kb | 下载:0

[数据结构常用算法poj3268(SPFA)

说明:poj 3268 ac代码-ac code spfa
<刘翥> 在 2025-06-19 上传 | 大小:314kb | 下载:0

[数据结构常用算法student

说明:学生成绩统计功能:1,、求第一门课程的平均分 2、找出有2门及2门以上不及格的学生,并输出其学号;3、找出平均成绩在90分以上的学生,输出他们的学号-Student achievement statistics: a first course,, ask the average score 2, identify two and two or more failing students, and outputs its student number 3, find the averag
<卢俊> 在 2025-06-19 上传 | 大小:142kb | 下载:0

[数据结构常用算法unluckyday

说明:不吉利日期:函数功能:在国外,每月的13号和每周的星期5都是不吉利的。特别是当13号那天恰好是星期5时,更不吉利。已知 某年的一月一日是星期W,并且这一年一定不是闰年,求出这一年所有13号那天是星期5的月份,按从小 到大的顺序输出月份数字。(W=1..7)-Inauspicious date: Function: In other countries, on the 13th of each month and day of the week 5 are unlucky. Especia
<卢俊> 在 2025-06-19 上传 | 大小:132kb | 下载:0
« 1 2 ... .81 .82 .83 .84 .85 2386.87 .88 .89 .90 .91 ... 2656 »

源码中国 www.ymcn.org