资源列表

« 1 2 ... .24 .25 .26 .27 .28 2629.30 .31 .32 .33 .34 ... 2656 »

[数据结构常用算法排序算法、字典和B-树的C++语言实现

说明:排序算法、字典和B-树的C++语言实现 代码内容 包括以下算法: qui.c sort: quicksort qsort.c sort: qsort ins.c sort: insert sort shl.c sort: shell sort has.c dictionary: hash tables bin.c dictionary: binary tree rbt.c dictionary
<罗鹏魁> 在 2024-12-27 上传 | 大小:24kb | 下载:1

[数据结构常用算法数据结构_用VC编写_二叉排序树

说明:这是用vc编写的二叉树排序算法 希望大家多给意见 是数据结构的一种算法-vc prepared by the binary tree algorithm to hope everyone is a data structure algorithms
<代价> 在 2024-12-27 上传 | 大小:16kb | 下载:1

[数据结构常用算法用VC编写单链表(数据结构)

说明:用VC编写的单链表 是数据结构中线性表中的一种-VC prepared by the single-linked list data structure is linear form of a
<代价> 在 2024-12-27 上传 | 大小:852kb | 下载:1

[数据结构常用算法KeyPath

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

[数据结构常用算法shellsort111

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

[数据结构常用算法disanzan

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

[数据结构常用算法McolorGraph

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

[数据结构常用算法strassen

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

[数据结构常用算法data_struct

说明:数据结构电子书,内附源码,打开方式为enotebook-data structure e-books, containing the source code, open the way for enotebook
<> 在 2024-12-27 上传 | 大小: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 suit
<魏洪平> 在 2024-12-27 上传 | 大小:466kb | 下载:1
« 1 2 ... .24 .25 .26 .27 .28 2629.30 .31 .32 .33 .34 ... 2656 »

源码中国 www.ymcn.org