资源列表
[数据结构常用算法] ConsoleApplication7
说明:涵盖了多个查找算法,能够实现对数据的查找(this is a algorithm that it can be use to search something you want to find in a group data)<aaa12 > 在 2025-06-20 上传 | 大小:1.68mb | 下载:0
[数据结构常用算法] 纯c语言实现卡尔曼滤波
说明:完成c语言下的卡尔曼滤波,主要是用了子程序,可以直接带入(C language to complete the Kalman filter, mainly with subroutines, can be brought directly)<namuelsa > 在 2025-06-20 上传 | 大小:234kb | 下载:0
[数据结构常用算法] 快速排序
说明:选取一个关键码key,一趟排序将要排序的数据分割成独立的两部分,key前的元素都小于key, 靠后的都大于key, 然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。(Select a key key, the two part of a sort to sort the data into independent, key elements are less than key, later than key, then according t<美好时代 > 在 2025-06-20 上传 | 大小:5kb | 下载:0
[数据结构常用算法] KMP
说明:KMP算法是一种改进的字符串匹配算法,由D.E.Knuth,J.H.Morris和V.R.Pratt同时发现,因此人们称它为克努特——莫里斯——普拉特操作(简称KMP算法)。(KMP algorithm is an improved string matching algorithm, discovered by D.E.Knuth, J.H.Morris and V.R.Pratt simultaneously, so people call it Knut Maurice Platt ope<法师学徒 > 在 2025-06-20 上传 | 大小:11kb | 下载:0