资源列表
skl_dct_LLM
- LLM fast dct algorithm-LLM fast algorithm
md5
- MD5算法的C++实现, 包括md5.cpp,md5.h, test.cpp . 命令行 CL md5.cpp test.cpp即可生成 md5.exe . 执行md5.exe 带一个文件名可以计算那个文件的MD5值.-This is MD5 alggorithm of simple C++ realized. just run CL md5.cpp test.cpp will create md5.exe. md5.exe filename will compute MD5 value of
lzari_huf
- In each step the LZSS algorithm sends either a character or a <position, length> pair. Among these, perhaps character \"e\" appears more frequently than \"x\", and a <position, length> pair of length 3 might be commoner than one of length
ofdm_lu
- ofdm的仿真,比较详细地介绍了各个流程 注释也很清楚 欢迎大家提出宝贵意见-ofdm of simulation, more detailed presentation of the various processes Notes is very clear we welcome the valuable advice
4MySql
- 数据库 是 用 jsp 语言 所编写-database was prepared by the language jsp
ArithmeticCoding.zip
- The implementaion of CABAC encoding and decoding process in H264 standard.,The implementaion of CABAC encoding and decoding process in H264 standard.
huff
- huffman编码以及二叉树的遍历,希望对大家有用-huffman coding, as well as the binary tree traversal
VQ
- 算术编码是把一个信源表示为实轴上0和1之间的一个区间,信源集合中的每一个元素都用来缩短这个区间。 算术编码的过程如下: (1)设定编码区间的高段为h,编码区间的长度为g,EndC为编码字符分配的高段,StartC 为字符分配区间的低端。 (2)根据有限的信源估算出各元素的概率。 (3)杜宇编码的元素A1,根据(2)估算的概率和区间,计算出该元素编码后的新的l,和h。-Arithmetic coding is a source expresse
31
- 选择单词的宏 选择单词的宏 -Choose word choice word macro macro macro choice word choice word macro
vb
- vb 与S7-1200通讯的例子 -Examples vb vb communication with S7-1200 communication with S7-1200 examples
comp
- Huffman算法做的压缩解压程序-compress/uncompress program with Huffman algorithm
JPEGcompression
- 本程序实现了一个基本的灰度图像的JPEG压缩过程。其中的函数可实现DCT变换。-It shows what a jpeg compression is all about.