资源列表

« 1 2 ... .75 .76 .77 .78 .79 2580.81 .82 .83 .84 .85 ... 2656 »

[数据结构常用算法Perfect-Number

说明:计算完美数的经典算法,很有趣。C代码可以直接运行。-calculate Perfect Number
<冯俊羲> 在 2025-01-02 上传 | 大小:1kb | 下载:1

[数据结构常用算法Quick_Sort5

说明:提供快速排序的一种版本,可以较好的改变快速排序的时间性能。-Provides a quick sort version, you can better sort of time changing fast performance.
<chenhm> 在 2025-01-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法Implemention3

说明:该算法提供一种快速的在数组中查找最大值以及最小值的方法,从算法的角度上改进了其时间复杂度和空间复杂度,具有相对较好的性能。-The algorithm provides a fast method to find the maximum and minimum values ​ ​ in the array, improving its time complexity and space complexity of
<chenhm> 在 2025-01-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法diagonal-matrix

说明:一个对角矩阵,有如下共享成员,输入、输出、加减乘、转置等函数。结果都是一个用一位数组表示的对角矩阵。重载运算符<<,>>,+,-和*。-A diagonal matrix, there are shared members, input, output, subtraction multiplication, transpose and other functions. The result is an arra
<dongyuan> 在 2025-01-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法Matrix

说明:把一个N*N的三角矩阵按列的方式映射到一个3N*2的一维数组,功能设置,输入输出、存储搜索、加减乘、转置。-Put an N* N triangular matrix is ​ ​ mapped to the column by way of a one-dimensional array of 3N* 2, the feature set, input and output, storage, search, ad
<dongyuan> 在 2025-01-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法C-Matrix

说明:C-矩阵,除去第一行、第一列、最后一列外都为0.这样一个C-矩阵可以压缩存储为一维数组,先逐行再第一列的顺序。并且支持存储搜索功能。-C-matrix, removing the first row, first column, the last column are zero outside, so a C-matrix can be stored as a compressed one-dimensional array, then
<dongyuan> 在 2025-01-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法sparse-matrix

说明:一个稀疏矩阵,按照列主次的顺序存储到一维数组中,支持存储和搜索。-A sparse matrix, primary and secondary storage in the order listed to a one-dimensional array, support storage and search.
<dongyuan> 在 2025-01-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法2chashu

说明:最简单易学的二叉树例子,适合刚开始接触数据结构的同学!-The simplest example of a binary tree to learn, just getting started with a data structure suitable for the students!
<诚毅韬世> 在 2025-01-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法conversion

说明:数据结构的简单应用来实现数制转换,利用链式结构实现栈。-Simple application data structures to achieve number system conversion, the use of chain structure to achieve stack.
<诚毅韬世> 在 2025-01-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法1-1

说明:一本书的页码从自然数1开始顺序编码直到自然数n。书的页码按照通常的习惯编排,每个页码都不含多余的前导数字0。例如第6页用6表示而不是06或006。数字统计问题要求对给定书的总页码,计算出书的全部页码中分别用到多少次数字0,1,2,3,.....9。-A book page from the coding sequence of natural numbers starting at 1 until the natural number
< 高安市> 在 2025-01-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法pajek_vgr

说明:将复杂网络连边关系转换为.vgr格式,以便导入pajek进行拓扑结构分析-The complex network of relationships even convert edge. Vgr format to be imported topology analysis pajek
<某静某> 在 2025-01-02 上传 | 大小:1kb | 下载:0

[数据结构常用算法Problem-Arrangement-zoj-3777

说明:zoj 3777,是我acm人生中的第一题状压dp,不得不承认这题很好,经典入门题。-zoj 3777, my first question acm life-like pressure dp, had to admit that this question is very good, classic entry title.
<zhd> 在 2025-01-02 上传 | 大小:1kb | 下载:0
« 1 2 ... .75 .76 .77 .78 .79 2580.81 .82 .83 .84 .85 ... 2656 »

源码中国 www.ymcn.org