资源列表

« 1 2 ... .02 .03 .04 .05 .06 1607.08 .09 .10 .11 .12 ... 2656 »

[数据结构常用算法LZW

说明:LZW算法,提供了LZW算法的压缩和解压,此程序采用链表的数据结构 完成了基本功能-LZW algorithm
<徐亚飞> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法sourcecodeofdatastructure

说明:数据结构的课件及其源代码,非常值得好好学习-source code of data structure
<龚丹丹> 在 2024-10-07 上传 | 大小:6703104 | 下载:0

[数据结构常用算法lcs

说明:A program to find the LCS(Longest common subsequence ). It contains a source code the .c file input file .txt and the output file
<cbeauty> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法RMDecoder

说明:本文为LTE中reed-muller码的译码程序,译码算法用的是FHT(快速哈达玛变换)。-This article LTE in the reed-muller code decoding process, decoding algorithm using a FHT (Fast Hadamard Transform).
<童超> 在 2024-10-07 上传 | 大小:185344 | 下载:0

[数据结构常用算法LINK_MER

说明:c++ file for merging of two link list
<jigar> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法LCSProblem

说明:LCS算法: 通常两个字符串的最大公共子串的问题是通过下面的算法来完成的: 把字符串1(长度m)横排,串2(长度n)竖排,得到一个m×n的矩阵c,矩阵的每个元素的值如下,如果m[i]=n[j],则c[j][i]=1,否则,c[j][i]=0。然后找出矩阵中连续是1的对角线最长的一个,则对角线的长度就是公共子串的长度.-LCS algorithm: often the two most common sub-string str
<sdf> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[数据结构常用算法RC

说明:RC算法的C语言实现。 -RC algorithm of C language. RC algorithm of C language.
<长风> 在 2024-10-07 上传 | 大小:3072 | 下载:0

[数据结构常用算法C

说明:C 语言100个经典的算法例题 让你了解一些常用的编程算法,比如排序算法、冒泡算法、折半查找算法-C-100 classical algorithm example to let you know some common programming algorithms, such as sorting algorithms, bubble algorithm, binary search algorithm etc.
<wuxinchao> 在 2024-10-07 上传 | 大小:7168 | 下载:0

[数据结构常用算法ChanAlgorithm12233

说明:chan算法,一种适合在视距环境下使用的定位方法-chan
<heber> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法avltree

说明:平衡二叉树C++模板类 平衡二叉树C++模板类 平衡二叉树C++模板类-AVLTree C++ class template
<刘海龙> 在 2024-10-07 上传 | 大小:5120 | 下载:0

[数据结构常用算法red_black_tree

说明:data structure black and red tree.
<Jim> 在 2024-10-07 上传 | 大小:32768 | 下载:0

[数据结构常用算法Classic_source_code_data_structure_course

说明:数据结构课程经典程序源码Classic source code data structure course-Classic source code data structure course
<nxs> 在 2024-10-07 上传 | 大小:13312 | 下载:0
« 1 2 ... .02 .03 .04 .05 .06 1607.08 .09 .10 .11 .12 ... 2656 »

源码中国 www.ymcn.org