资源列表
[数据结构常用算法] KSE1.0(SRC)
说明:数独探索者,快速解数独的小程序。使用哈希表优化的深度优先搜索算法。-Sudoku Explorer 1.0<Kristin> 在 2025-06-22 上传 | 大小:83kb | 下载:0
[数据结构常用算法] aliNumericalSolutionOfTheFalknerSkanEquationForVa
说明:this file solves falkner skan equation<nemat/ali> 在 2025-06-22 上传 | 大小:26kb | 下载:0
[数据结构常用算法] Select
说明:给定一个线性序列集,要求求出其中指定的第k小的数的值和位置.如给定n个元素和一个整数i,1≤i≤n,输出这n个元素中第i小元素的值及其位置;-A linear sequence of a given set of requirements specified in paragraph k of which obtained a small number of value and location. If the given element and an integer n i, 1 ≤ i ≤<jj> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] BinarySearch
说明:给定递增整数序列L,其大小为n,要求使用二分查找法查找任意元素的位置k(序列中第几个); 问-Given increasing sequence of integers L, its size is n, requires the use of binary search to find the location of any element of k (the first few series) Q<jj> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] BinarySearchTree
说明:设S=(x1,x2,…,xn)是有序集,且x1<x2<…<xn ,表示有序集S的二叉搜索树, 利用二叉树的结点存储有序集中的元素。且已知其存取概率分布为(a1,a2,…,an),求在所有表示有序集的二叉树中找出一棵具有最小平均路长的二叉搜索树问题。-Set S = (x1, x2, ..., xn) is an ordered set, and x1 <x2<…<xn ,表示有序集S的二叉搜索树, 利用二叉树的结点存储有序集中的元素。且已知其存取概率分布为(a<jj> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Dijskstra
说明:给定带权有向图 ,其中每条边的权都是非负实数。另外,还给定V中的一个顶点,称为源点。现在要计算从源到所有其它各顶点的最短路长度。这里路的长度是指路上各边权之和;-Given weighted directed graph, where each edge of the right of all non-negative real number. In addition, the return of a vertex set V, called the source. Now calculated<jj> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] datastructure
说明:该资料详细介绍数据结构的算法及基于c++的相应代码。供学生参考。-The information details the algorithm and data structure c++ based on the corresponding code. For students.<success> 在 2025-06-22 上传 | 大小:2.99mb | 下载:0
[数据结构常用算法] SortCompare
说明:(1)待排序表的长度不小于100000;其中的数据用为随机数产生程序产生。 (2)从已学过的内部排序算法中选择至少5种算法,通过比较各种算法的关键字移动次数以及比较次数。至少用五组不同的输入数据作比较。 (3)最后对结果作出简单分析,包括对各组数据得出结果波动大小的解释。 -(1) length of the table to be sorted is not less than 100,000 one of the data used to generate the random<xiaojie> 在 2025-06-22 上传 | 大小:103kb | 下载:0
[数据结构常用算法] puzzleWayOut
说明:一个图形界面的设置迷宫,自动走迷宫的算法程序…包含知识有走迷宫算法,图形绘制,文件操作等-failed to translate<李清畅> 在 2025-06-22 上传 | 大小:32kb | 下载:0
[数据结构常用算法] Quicksort_two-wayLinkedList
说明:双向链表实现的快速排序,经过其他程序测试无误…-Two-way linked list sorting to achieve rapid, accurate testing through other programs ...<李清畅> 在 2025-06-22 上传 | 大小:4kb | 下载:0