资源列表

« 1 2 ... .40 .41 .42 .43 .44 2445.46 .47 .48 .49 .50 ... 2656 »

[数据结构常用算法QuickSort

说明:c++代码,实现快速排序,代码中有数组和向量两种代码实现-c++ code, quick sort, using vector arrays and two ways
<yangyang> 在 2025-06-14 上传 | 大小:1.99mb | 下载:0

[数据结构常用算法HeapMake

说明:c++代码,实现堆排序,方法是先建立一个大根堆,然后逐步进行调整-c++ code that implements heap sort, the method is to set up a large root heap, then gradually adjust
<yangyang> 在 2025-06-14 上传 | 大小:3.47mb | 下载:0

[数据结构常用算法PalindromeJudge

说明:c++代码,代码功能为:判断一个字符串是否为回文串-c++ code, the code for the function: to determine whether a string is a palindrome string
<yangyang> 在 2025-06-14 上传 | 大小:1.78mb | 下载:0

[数据结构常用算法String-All-Permutation

说明:c++代码,功能为实现字符串的全排列,使用了递归和字典序两种方法-c++ code function to achieve full array of strings, using recursion and lexicographic two ways
<yangyang> 在 2025-06-14 上传 | 大小:1.91mb | 下载:0

[数据结构常用算法templateme

说明:通过群体优化算法优化的基于内容的图像检索方法,通俗易懂,非常容易理解。-Through group optimization algorithm optimization method for content-based image retri , user-friendly, very easy to understand and learn.
<binglu> 在 2025-06-14 上传 | 大小:2kb | 下载:0

[数据结构常用算法Josephus

说明:解决Josephus的问题,来自于poj上的一个题目。-Josephus solve problems a subject poj on.
<chenhe> 在 2025-06-14 上传 | 大小:2kb | 下载:0

[数据结构常用算法ZigZag-Conversion

说明:Zigzag:即循环对角线结构( 0 8 16 1 7 9 15 17 2 6 10 14 18 3 5 11 13 19 4 12 20 ) 向下循环:nRows 斜角线循环:nRows-2(减去首尾两个端点) 重复-The string PAYPALISHIRIN
<www> 在 2025-06-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法Wiggle-Sort-II

说明:对一个数组进行摇摆排序使a1<a2>a3<a4>a5-sort the array in wiggle way
<www> 在 2025-06-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法Roman-to-Integer

说明:罗马数字转换为阿拉伯数字,整形,小于3-roman invert to the int number
<www> 在 2025-06-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法Odd-Even-Linked-List

说明:将链表中位置为奇数的数字接到所有位置为偶数的数字后面,且不能改变其相对顺序-Given a singly linked list, group all odd nodes together followed by the even nodes. Please note here we are talking about the node number and not the value in the nodes.
<www> 在 2025-06-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法String-to-Integer

说明:将一个字符串数字转换为整形数字,并且对不能转换成功的返回错误- Then, starting this character, takes an optional initial plus or minus sign followed by as many numerical digits as possible, and interprets them as a numerical value.
<www> 在 2025-06-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法Graph-traversal

说明:本代码是数据结构中图的遍历程序,是自己写的,能够直接运行使用-This code is the data structure of the graph traversal process, is written in their own, can be directly used to run
<ma > 在 2025-06-14 上传 | 大小:188kb | 下载:0
« 1 2 ... .40 .41 .42 .43 .44 2445.46 .47 .48 .49 .50 ... 2656 »

源码中国 www.ymcn.org