资源列表
[数据结构常用算法] shuzhifenxi
说明:源程序是解决那个数据结构的一些知识关于二茶树的建立-Source data structures that are to resolve some of the knowledge about the establishment of two tea<张力> 在 2025-06-11 上传 | 大小:121kb | 下载:0
[数据结构常用算法] insertsort
说明:插入法的基本工作原理是抽出一个数据,在前面的数据中寻找相应的位置插入,然后继续下一个数据,直到完成排序。-Insert the basic working principle of a data are drawn, in front of the data looking for the location of the corresponding insert, and then continue to the next data until the completion of sequenc<Ray> 在 2025-06-11 上传 | 大小:100kb | 下载:0
[数据结构常用算法] changesort
说明:交换法比较简单,在一组数据中每次用当前的元素同后面的元素比较并在符合条件时交换。直到该组数据是从小到大的序列-Exchange method is relatively simple, in one set of data in each element with the current elements in comparison with the back and in line with the conditions of the exchange. Until the data are<Ray> 在 2025-06-11 上传 | 大小:100kb | 下载:0
[数据结构常用算法] speedsort
说明:快速排序是选一个中间值,程序中使用中间值,然后把比它小的数据放在左边,大的数据放在右边。两边分别递归这个过程。-Quick Sort is the election of a middle value between the value of the use of the procedure, and then put it smaller than the data on the left, the data on the right side. Recursive separately on<Ray> 在 2025-06-11 上传 | 大小:100kb | 下载:0
[数据结构常用算法] choosesort
说明:选择法排序是从数据中选择最小的同第一个值交换,再从剩下的部分中选择最小的与第二个值交换,这样循环下去,直到循环结束。-Selection method to sort the data selection from the smallest value with the first exchange, and then the remaining part from the selection with the second smallest value of the exchange, so<Ray> 在 2025-06-11 上传 | 大小:100kb | 下载:0
[数据结构常用算法] Bubblesort
说明:冒泡法排序是在一组数据中依次比较相邻的两个元素,如果相邻的两个元素是逆序,改变其顺序,循环若干遍,直到数据是从小到大的排序。-Bubble sort method are at a group of data followed by comparison of the two adjacent elements, if two adjacent elements are in reverse, to change its order, the cycle several times until<Ray> 在 2025-06-11 上传 | 大小:100kb | 下载:0
[数据结构常用算法] MaxCommanSubsequence
说明:求最长公共子序列的算法,其中包含了对该算法的讲解。-For the longest common sub-sequences algorithm, which includes explanation of the algorithm.<naoiny> 在 2025-06-11 上传 | 大小:26kb | 下载:0
[数据结构常用算法] DataStructure(CSharp)
说明:将数据结构与C#语言和.NET框架结合是本书的一大特点。.NET平台是微软推出的一个新的开发平台,目的是让“不同的语言共享同一平台”。.NET很可能成为下一代Windows操作系统的一部分。而C#语言作为新一代完全面向对象的语言,是.NET的母言。本书所有的数据结构和算法都是用C#语言进行描述,并在相应章节的末尾介绍了在.NET框架中常用的数据结构和算法。用C#在.NET平台开发的技术人员可以从本书中获得许多有益的知识和技术。-Data structure and C# language and<liukunyao> 在 2025-06-11 上传 | 大小:1.28mb | 下载:0
[数据结构常用算法] maze
说明:数据结构试验报告—迷宫问题,有详细的需求分析和源码及测试结果,高质量!-Test report data structure- a maze problem, there is a detailed needs analysis and source code and test results<sunyingcheng> 在 2025-06-11 上传 | 大小:68kb | 下载:0