资源列表

« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 2656 »

[数据结构常用算法KeyPath

说明:数据结构中关键路径算法的实现与应用。介绍求关键路经的算法,对于给出的事件结点网络,要求求出从起点到终点的所有路径,经分析、比较后找出长读最大的路径,从而得出求关键路径的算法。-data structure Critical Path algorithm implementation and application. Introduced for passing key algorithm is given for the incident node network requirements de
<周善人> 在 2025-12-30 上传 | 大小:4kb | 下载:1

[数据结构常用算法shellsort111

说明:附有本人超级详细解释(看不懂的面壁十天!) 一、 实际问题: 希尔排序(Shell Sort)是插入排序的一种。因D.L.Shell于1959年提出而得名。它又称“缩小增量分类法”,在时间效率上比插入、比较、冒泡等排序算法有了较大改进。能对无序序列按一定规律进行排序。 二、数学模型: 先取一个小于n的整数d1作为第一个增量,把文件的全部记录分成d1个组。所有距离为dl的倍数的记录放在同一个组中。先在各组内进行直接插人排序;然后,取第二个增量d2<d1重复上述的分组和
<乐乐> 在 2025-12-30 上传 | 大小:19kb | 下载:1

[数据结构常用算法disanzan

说明:这是自己编写的,严蔚敏版的数据结构第三章的部分答案-This is their preparation, Yan Wei-min version of the data structure of Chapter III Part of the answer
<胡海洪> 在 2025-12-30 上传 | 大小:5kb | 下载:1

[数据结构常用算法McolorGraph

说明:四色问题以及推广为M色问题的算法实现,包括说明文件及数据文件-four color issues and the promotion of the M color algorithm, including descr iptions of documents and data files
<张焕人> 在 2025-12-30 上传 | 大小:26kb | 下载:1

[数据结构常用算法graphsc

说明:有向图的强连通分支查找,使用java实现,代码经过调试,绝对高效率,正确和可靠-a map to digraphs to find, use java achieved through debugging code, the absolute high efficiency, the correct and reliable
<weide> 在 2025-12-30 上传 | 大小:2kb | 下载:1

[数据结构常用算法strassen

说明:传统方法与Strassen算法相结合的矩阵相乘算法,可以求出任意两个偶数阶矩阵的乘积!本代码简单,精简,非常好!非常巧妙!没用到什么复杂的东西!经测试完全正确!-Strassen with traditional methods based on the combination of matrix multiplication algorithm, can be obtained even arbitrary two-matrix product! The code simple, concis
<朱友勇> 在 2025-12-30 上传 | 大小:2kb | 下载:1

[数据结构常用算法31yn

说明:设计一个O(n2)时间的算法,找出由n个数组成的序列的最长单调递增子序列。-design an O (n2) time algorithm to identify by the number n of the longest sequence monotonically increasing sequences.
<33> 在 2025-12-30 上传 | 大小:1kb | 下载:1

[数据结构常用算法data_struct

说明:数据结构电子书,内附源码,打开方式为enotebook-data structure e-books, containing the source code, open the way for enotebook
<> 在 2025-12-30 上传 | 大小:351kb | 下载:1

[数据结构常用算法vc++part8

说明:数据结构算法vc++6.0少有的特别好的程序集 强烈推荐part8,特别好,特别适合学习数据结构,有向动手实践的,把数据结构的算法都用vc实现了,经典经典经典经典经典经典经典!-data structure algorithms vc 6.0 few good special procedures set part8 strongly recommended, particularly good, particularly suitable for the study of data str
<魏洪平> 在 2025-12-30 上传 | 大小:466kb | 下载:1

[数据结构常用算法vc++part9

说明:数据结构算法vc++6.0少有的特别好的程序集part9 强烈推荐,特别好,特别适合学习数据结构,有向动手实践的,把数据结构的算法都用vc实现了,经典经典经典经典经典经典经典!-data structure algorithms vc 6.0 few good special procedures set part9 strongly recommended, particularly good, particularly suitable for the study of data str
<魏洪平> 在 2025-12-30 上传 | 大小:109kb | 下载:1

[数据结构常用算法campusNavigate

说明:校园导航程序,数据结构中图的利用的典型例子(我的一次课程实验源代码),本代码用C语言编写; 基本功能: 1.校园景点信息的查询功能。 2.校园景点最短路径查询功能。(求图的最小路径)-campus navigation procedures, the data structure using the map of a typical example (I once Experimental source code), The code in C language; basic fun
<ARK> 在 2025-12-30 上传 | 大小:10kb | 下载:1

[数据结构常用算法Matrix

说明:很好用的有关矩阵的各种操作,包括求逆,特征值,特征向量,svd分解等-good part of the matrix of various operations including inverse, eigenvalues, eigenvectors, svd decomposition, etc.
<高纯玲> 在 2025-12-30 上传 | 大小:15kb | 下载:1
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 2656 »

源码中国 www.ymcn.org