搜索资源列表
Base64_java.zip
- java写的base64加解码算法
RC6算法C优化
- 一个不错的语音编解码程序-a good voice codecs procedures
H263EncodeDecode
- 文件内包含H.263视频编码算法和解码算法2个文件,主要应用实时视频通信,在视频会议中应用较多。-document containing H.263 video encoding and decoding algorithms two documents, Application of the main real-time video communications, video conferencing application more.
EZWVCcode
- 介绍EZW编解码算法的全部代码,该源代码包含有6个文件: EZW.H - EZW编码器头文件 EZW.C - EZW编码器文件 MATRIX2D.H MATRIX2D.C - 编码器数据结果定义和数据操作 FIFO.H FIFO.C - 扫描方式定义:先入先出原则 LIST.H LIST.C - 零树结构定义和操作 UNEZW.C - EZW解码器 -introduced EZW coding of all the code, the source code incl
HuffmanCoding_src
- 霍夫曼编解码算法-Huffman decoding algorithms
G.723.1_c
- ITU-T G.723.1语音编解码算法源代码-ITU-T G.723.1 speech codec algorithm source code
JM60.ZIP
- H.264编解码算法源代码-H.264 codec algorithm source code
H264视频编解码程序
- H264视频编解码程序,对于理解H264算法很有帮助
MPEG-4解码技术
- 本程序介绍MPEG-4解码技术,在系统实现过程中用到大量算法。
huffmanDemo
- 哈夫曼编码解码演示程序,生动有趣,适合教学演示以及深刻理解哈夫曼编码解码算法。包含哈夫曼编码解码算法以及高级界面技术-Huffman encoding and decoding demonstration program, lively and interesting, for teaching demonstrations and deep understanding of Huffman encoding and decoding algorithm. Included Huffman en
LDPC_BP_decode
- LDPC码是目前通信中性能最好的纠错编码之上,这是我在Matlab下编写的LDPC基本解码算法,已经通过调试,大家共同学习
ldpcdecoderandencoder
- 这是国标数字电视地面传输标准里信道编解码器的MATLAB程序,用的是LLR-BP的解码算法,请大家指正。另有根据国标生成的生成矩阵和校验矩阵稍后传上来
CTC 解码算法
- This platform simulates the classical turbo encoding-decoding system, including Log-MAP algorithm and max-log-MAP algorithm.
AAC_matlab
- HE-AAC 解码算法的matlab代码,包含各种测试文件,可以运行测试 验证的。-High efficient AAC decoder,wihch compitable with mepg2-aac and mpeg4-aac, also including different types of testing files,you can run the progtam and test it.
EZW算法的过程详解和Matlab代码
- EZW算法的过程详解和Matlab代码(1)构建扫描次序表(修正小波树结构)写出EZW算法的Matlab程序,可以实现图像的任意级别的小波分解和重构、以及任意精度的EZW编解码过程。下面,我们以一幅16*16的Lena局部图像经过3级小波分解后的小波数据为例详细的说明EZW算法的编解码过程,并给出相应的Matlab代码。-Explain the process of EZW algorithm and Matlab code (1) building a scan list (Amendment
SDCode
- sd 球形解码算法的实现与仿真分析,与最大释然检测算法的对比仿真-sd ml
ldpc
- 程序文件夹中包含对LDPC最佳解码算法实现程序,分为两个子文件夹,一个为源程序,一个为可执行程序-the best decoding algrithm for LDPC,the rar including source code and exe.
LZW压缩解压算法的完整实现
- LZW算法:又称串表压缩算法,是无损压缩的一种。采用字典的方式编码和解码。
LDPC message-passing解码算法
- LDPC message-passing解码算法,matlab代码,欢迎大家下载使用
用MATLAB实现遗传算法程序.pdf
- 遗传算法的基本步骤如下: 1)在一定编码方案下,随机产生一个初始种群; 2)用相应的解码方法,将编码后的个体转换成问 题空间的决策变量,并求得个体的适应值; 3)按照个体适应值的大小,从种群中选出适应值 较大的一些个体构成交配池; 4)由交叉和变异这两个遗传算子对交配池中的 个体进行操作,并形成新一代的种群; 5)反复执行步骤2-4,直至满足收敛判据为止。(The basic steps of the genetic algorithm are as follows: 1) u