-
mpeg4压缩算法程序,有对idct的详细代码过程.
mpeg4压缩算法程序,有对idct的详细代码过程.-mpeg4 compression algorithm procedures, the details of the code idct process.
- 2022-06-19 03:17:42下载
- 积分:1
-
一个可以在DM642上运新的h.264算法
一个可以在DM642上运新的h.264算法-DM642 on a delivery in the new h.264 algorithm
- 2023-03-15 11:15:03下载
- 积分:1
-
this program use standard c++ to implement Huffman coding and decoding fundament...
本程序包用标准C++实现了Huffman编码以及解码的基本类,并且通过MFC编写了测试程序,同时显示了各项压缩指标。是学习编码的基本入门资料。-this program use standard c++ to implement Huffman coding and decoding fundamental class,it is tested by a MFC program,which display compression information.it is begginer s material.
- 2022-04-19 05:25:18下载
- 积分:1
-
一 . 需求分析:
1) 输入形式和输入值范围:
输入形式是要压缩(或者要解压)的文件路径,输入范围是字符串,而且要是文件的路径。
2) 输...
一 . 需求分析:
1) 输入形式和输入值范围:
输入形式是要压缩(或者要解压)的文件路径,输入范围是字符串,而且要是文件的路径。
2) 输出形式:
输出相应的编码压缩文件和解码原文件
3) 程序所能达到的功能:
利用哈夫曼对ASCII文件做不等长编码,达到压缩文件。利用哈夫曼树的遍历,达到解压文件的目的。程序的功能也就是实现压缩和解压ASCII类型文件的目的。
4)测试数据:(包括正确的输入数据及其输出结果和含有错误输入及其输出结果)
测试输入或者输出文本框是不是有空的,是不是不是有效路径。进行条件判断,实现错误处理。
比如要压缩:c:a.txt 文件路径就是:c:a.txt。如果输入框是空的,就判断,然后用MessageBox处理信息。
如果文件路径和文件的输出路径都写正确的话,就会输出相应的压缩或者解压文件,否则用函数MessageBox提示错误。然后进行更正。
二 . 概要设计:
1) 哈夫曼树的特点
a) 是二叉树的一种,而且是一种没有度数是1的二叉树
b) 一棵树有n个叶子,就会用2n-1个节点
c) 一种“最优”二叉树,由于树的带权路径(WPL)最小
d) 由于它是由下到上顺序构造的,使得分支节点和叶子节点从下到上,权值都是从小到大的顺序排列的
- 2022-03-21 06:23:05下载
- 积分:1
-
① 对输入文法,由程序自动构造FIRST FOLLOW集
② 对输入文法,由程序自动生成它的LL(1)分析表;
③ 对于给定的输入串,应能判断识别该串...
① 对输入文法,由程序自动构造FIRST FOLLOW集
② 对输入文法,由程序自动生成它的LL(1)分析表;
③ 对于给定的输入串,应能判断识别该串是否为给定文法的句型。-① the input grammar, automatically constructed by the procedures set FIRST FOLLOW ② the input grammar, it is automatically generated by the process of LL (1) analysis table ③ For a given input strings, should be able to identify the string to determine whether a given grammar sentence.
- 2023-07-09 00:45:03下载
- 积分:1
-
spiht的压缩解压缩c编写的,通过编译,可用
spiht的压缩解压缩c编写的,通过编译,可用-SPIHT compression decompression c prepared by the compiler can be used
- 2022-04-24 19:07:50下载
- 积分:1
-
themselves prepared a LZW compression algorithm used to compress the document pr...
自己编写的一个采用LZW压缩算法对文件进行压缩的程序;-themselves prepared a LZW compression algorithm used to compress the document procedures;
- 2022-01-22 17:24:35下载
- 积分:1
-
在八个城市之间建造电视微波中继站,如图是可行线路,弧旁数字为费用。试建在哪个城市可实现连通每个城市且费用为最低。...
在八个城市之间建造电视微波中继站,如图是可行线路,弧旁数字为费用。试建在哪个城市可实现连通每个城市且费用为最低。-Between the eight cities in the construction of TV microwave relay station, it is feasible to figure lines, beside the figure for the cost of arc. Try to build cities in which to achieve connectivity in each city and the cost of the lowest.
- 2022-11-29 11:50:03下载
- 积分:1
-
压缩解压缩类源码
压缩解压缩类源码-decompress compressed source category
- 2022-08-25 02:27:21下载
- 积分:1
-
image compression using the lifting
image compression using the lifting
- 2023-03-02 09:40:03下载
- 积分:1