资源列表
[数据结构常用算法] 排序算法汇总和比较
说明:实现了插入排序,希尔排序, 冒泡排序,快速排序,选择排序,堆排序和归并排序,以及可以对排序的性能进行分析,较适合用作排序算法的学习-achieved insertion sort, Hill, in order Bubble Sort, quick sort, select, in order of ranking and sculpture merge sorting, and sequencing can analyze the performance and more appropriat<叶靥> 在 2025-06-05 上传 | 大小:1.81mb | 下载:1
[数据结构常用算法] BFSandDFS
说明:用C写的源程序功能分别是1.用DFS算法判断有向图中是否有环2.从文件中读图,用邻接链表保存信息,寻找两个结点vi,vj间的最短路径-written in C source is a function respectively. DFS algorithm used to determine whether there are plans Central 2. Interpret drawings from the file, use the adjacent Chain preservatio<光光> 在 2025-06-05 上传 | 大小:3kb | 下载:1
[数据结构常用算法] 数据结构C++语言描述
说明:经典数据结构书籍 数据结构C++语言描述 的源代码 很难找的哦-classic books data structure data structure C++ language to describe the source code is very difficult to find the oh<李作为> 在 2025-06-05 上传 | 大小:763kb | 下载:1
[数据结构常用算法] Access password
说明:access密码破解程序, 利用VB写的ACCESS数据库密码破解程序。效果极好。-access password cracking program written in VB ACCESS database password cracking program. Very effective.<周卫华> 在 2025-06-05 上传 | 大小:32kb | 下载:1
[数据结构常用算法] 四种差分方法求微分方程
说明:差分法求解微分方程:古典显式法,收敛性最差;古典隐式法;Crank-Nicolson法,收敛性最好-difference method to solve the differential equation : Explicit classical method, the worst convergence; Classical implicit; Crank-Nicolson, the best convergence<叶真> 在 2025-06-05 上传 | 大小:2kb | 下载:1
[数据结构常用算法] BoundAndBranch
说明:我的算法作业,求一个在总花费小于1500的条件下从源结点到目的结点的最短路径,源代码Tree.cpp(C++语言编写,VC++6.0 IDE下调试通过),利用的是分支定界算法。可执行文件Tree.exe说明在ReadMeFirst请按照说明使用。-algorithm operations, for a total cost of less than 1,500 from the source node to node purpose of the shortest path, Tree.cpp<> 在 2025-06-05 上传 | 大小:30kb | 下载:1
[数据结构常用算法] 排序算法、字典和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: red-black trees skl.c dic<罗鹏魁> 在 2025-06-05 上传 | 大小:24kb | 下载:1
[数据结构常用算法] 数据结构_用VC编写_二叉排序树
说明:这是用vc编写的二叉树排序算法 希望大家多给意见 是数据结构的一种算法-vc prepared by the binary tree algorithm to hope everyone is a data structure algorithms<代价> 在 2025-06-05 上传 | 大小:16kb | 下载:1
[数据结构常用算法] 用VC编写单链表(数据结构)
说明:用VC编写的单链表 是数据结构中线性表中的一种-VC prepared by the single-linked list data structure is linear form of a<代价> 在 2025-06-05 上传 | 大小:852kb | 下载:1
[数据结构常用算法] KeyPath
说明:数据结构中关键路径算法的实现与应用。介绍求关键路经的算法,对于给出的事件结点网络,要求求出从起点到终点的所有路径,经分析、比较后找出长读最大的路径,从而得出求关键路径的算法。-data structure Critical Path algorithm implementation and application. Introduced for passing key algorithm is given for the incident node network requirements de<周善人> 在 2025-06-05 上传 | 大小:4kb | 下载:1
[数据结构常用算法] shellsort111
说明:附有本人超级详细解释(看不懂的面壁十天!) 一、 实际问题: 希尔排序(Shell Sort)是插入排序的一种。因D.L.Shell于1959年提出而得名。它又称“缩小增量分类法”,在时间效率上比插入、比较、冒泡等排序算法有了较大改进。能对无序序列按一定规律进行排序。 二、数学模型: 先取一个小于n的整数d1作为第一个增量,把文件的全部记录分成d1个组。所有距离为dl的倍数的记录放在同一个组中。先在各组内进行直接插人排序;然后,取第二个增量d2<d1重复上述的分组和<乐乐> 在 2025-06-05 上传 | 大小:19kb | 下载:1