资源列表
[压缩解压] forney_conv
说明:一种交织算法——forney交织,用于均衡能量,打乱码流的顺序,从而可以较低突发性错误对码流的影响。-A-cutting algorithm- forney intertwined for a balanced energy flow in order to fight garbled, so that we can lower the error of sudden impact on the bit stream.<杨宇> 在 2025-07-01 上传 | 大小:3kb | 下载:0
[数据结构常用算法] suanfafenxiyusheji1
说明:山东师范大学信计算机算法分析与设计课件1-Shandong Normal University, believed the computer algorithm analysis and design of courseware 1<王义> 在 2025-07-01 上传 | 大小:337kb | 下载:0
[数据结构常用算法] suanfafenxiyusheji12
说明:山东师范大学信计算机算法分析与设计课件2-Shandong Normal University, believed the computer algorithm analysis and design of courseware 2<王义> 在 2025-07-01 上传 | 大小:251kb | 下载:0
[数据结构常用算法] suanfafenxiyusheji13
说明:山东师范大学信计算机算法分析与设计课件3-Shandong Normal University, believed the computer algorithm analysis and design of courseware 3<王义> 在 2025-07-01 上传 | 大小:157kb | 下载:0
[数据结构常用算法] suanfafenxiyusheji14
说明:山东师范大学信计算机算法分析与设计课件4-Shandong Normal University, believed the computer algorithm analysis and design of courseware 4<王义> 在 2025-07-01 上传 | 大小:47kb | 下载:0
[数据结构常用算法] suanfafenxiyusheji15
说明:山东师范大学信计算机算法分析与设计课件5-Shandong Normal University, believed the computer algorithm analysis and design of courseware 5<王义> 在 2025-07-01 上传 | 大小:53kb | 下载:0
[数据结构常用算法] suanfafenxiyusheji16
说明:山东师范大学信计算机算法分析与设计课件6-Shandong Normal University, believed the computer algorithm analysis and design of courseware 6<王义> 在 2025-07-01 上传 | 大小:49kb | 下载:0
[数据结构常用算法] suanfafenxiyusheji17
说明:山东师范大学信计算机算法分析与设计课件7-Shandong Normal University, believed the computer algorithm analysis and design of courseware 7<王义> 在 2025-07-01 上传 | 大小:54kb | 下载:0
[数据结构常用算法] FastQuery
说明:/*快速排序采用分治算法,将所需要排序的内容从文件读入放入数组a[p:r],按以下三个步骤进行排序 以a[p]为基准元素将数组分为三段,将大于基准元素的放到后面的单元,小的放到前面的单元, 再用递归对a[p:q-1],a[q+1:r]进行排序,最后合并 时间复杂度:最坏时间复杂度:O(n2) 平均时间复杂度:O(nlogn) */-/* Quick sort algorithm using sub-rule will be needed to sort the con<stone> 在 2025-07-01 上传 | 大小:1kb | 下载:0