资源列表
[数据结构常用算法] Question4-new
说明:一元稀疏表达式计算器 大学数据结构实验,关于线性表的实验题目,我的作品,如有问题发邮件给我-one yuan sparse expression calculator University experimental data structure on the linear scale experimental subject, my work, and if made to the mail I<刘晓明> 在 2025-06-08 上传 | 大小:172kb | 下载:0
[数据结构常用算法] 递归算法快速排序
说明:分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d l e中的元素被称为支点( p i v o t )。图1 4<李顺> 在 2025-06-08 上传 | 大小:172kb | 下载:0
[数据结构常用算法] stringprocess
说明:字符串模式匹配,查找子串加以代替,有两种模式匹配算法-string pattern matching, substring search to be replaced, there are two types of pattern matching algorithm<苗建新> 在 2025-06-08 上传 | 大小:172kb | 下载:0
[数据结构常用算法] string
说明:实现朴素模式匹配算法和KMP快速模式匹配算法。 Index(S,T,pos) 函数返回值为串T在串S的第pos个字符后第一次出现的位置。-Achieve simple pattern matching algorithm and KMP pattern matching algorithm. Index (S, T, pos) function returns the string value of S T in the string after the first pos characte<Bill> 在 2025-06-08 上传 | 大小:172kb | 下载:0
[数据结构常用算法] 5mathprogram
说明:数值算法与实现课程设计报告,包括插值算法,搜索算法,自适应算法。均配有源代码。-Curriculum design and implementation of numerical algorithm reports, including interpolation algorithm, search algorithm, adaptive algorithm. Equipped with source code.<> 在 2025-06-08 上传 | 大小:172kb | 下载:0
[数据结构常用算法] DYNAMIC--PROGRAMMING
说明:动态规划的讲义,包含对动态规划算法的基本介绍以及一些经典例子。-Dynamic Programming notes, contains a basic introduction to the dynamic programming algorithm and some classic examples.<李欢> 在 2025-06-08 上传 | 大小:173kb | 下载:0