-
ycrcb2rgb realize the conversion process, reverse conversion is similar to limit...
ycrcb2rgb程序实现转换,逆向转换类似,限制rgb范围-ycrcb2rgb realize the conversion process, reverse conversion is similar to limit the scope rgb
- 2022-05-10 23:43:12下载
- 积分:1
-
利用matlab编程环境,采用算术编码的方式实现字符串的无损压缩...
利用matlab编程环境,采用算术编码的方式实现字符串的无损压缩-The use of matlab programming environment, using arithmetic coding means to achieve a string of lossless compression
- 2022-03-21 09:45:06下载
- 积分:1
-
一个好的多媒体控件twaveplayer
一个好的多媒体控件twaveplayer-a good multimedia controls twaveplayer
- 2022-03-19 21:37:03下载
- 积分:1
-
在程序中动态创建菜单,菜单项中可以显示图标,比较美观
在程序中动态创建菜单,菜单项中可以显示图标,比较美观-procedures in the creation of dynamic menu, the menu items will show icon, more beautiful
- 2022-05-31 11:35:35下载
- 积分:1
-
self contained Huffman encoder and decoder with CLI.
Simple program written in...
self contained Huffman encoder and decoder with CLI.
Simple program written in C. The program encode text entered to a file. The file is used by the decoder to recover text.
- 2022-02-28 17:27:26下载
- 积分:1
-
1、简介
此代码是IS0 13818
1、简介
此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的main函数注解去掉即可。-1, INTRODUCTION This code is IS0 13818-5 MPEG2 system layer protocol analysis code, after that I modified, and now finally can VC++ 6.0 compiler to run under the release for up dedicated to those who understand the MPEG2 system layer protocol and the hard programmers to work overtime. In order to be able to compile under windows, I modified the relevant part of the operating system code, comment out a number of main function, leaving only the main function decode.cpp no comment, so the procedure is compiled TS streaming system layer decoding analysis procedures, If you want to realize other functions such as encode, as long as the main function of decode.cpp comment, the main function of encode.cpp Notes can be removed.
- 2023-01-05 20:30:04下载
- 积分:1
-
很好地,希望大家都来看看,关于RS-485方面的知识和串口方面的。以及一些实用软件...
很好地,希望大家都来看看,关于RS-485方面的知识和串口方面的。以及一些实用软件-good, we all hope to see, on the RS-485 and the knowledge of the serial port. And some utility software
- 2022-04-08 13:15:49下载
- 积分:1
-
介绍了树形控件的使用知识,以及操作管理器的使用
介绍了树形控件的使用知识,以及操作管理器的使用-introduce
- 2022-06-03 04:37:27下载
- 积分:1
-
采用JBIG
Using the JBIG-KIT library
- 2023-08-22 18:25:02下载
- 积分: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