-
哈夫曼编码和解码
这个项目是一个简单的 c + + 实现的哈夫曼编码。目前,它可以只对文件进行编码 ;解码功能是暂停工作时,我对我的大学课程。
编译
编译由 Make 实用程序处理。若要编译,只是导航到存储库中的根文件夹和运行"使"。若要在调试模式下进行编译,运行"使调试 = 1"。
运行
的可执行文件"哈夫曼"应该传递一个参数: 要进行编码 (或解码,解码功能完成时) 的文件的名称。编码的文件放置在同一目录中用".huf"追加到的文件的名称。
解剖的编码的文件
的文件的第一次 3 位指示过剩在结束了最后一个字节的位的数目 ; 这些尾随位将被忽略,解码器。接下来的 128 字节描述了码本。因为典型的哈夫曼编码 (http://en.wikipedia.org/wiki/Canonical_Huffman_code) 用来对文件进行编码,描述码书很简单,按字母顺序排列,在每个码字中给予的位数给 0 为符号不存在的文件中。后码书,进行编码的输入的文件。
- 2022-08-25 18:29:48下载
- 积分:1
-
本源代码介绍了如何在vc环境下利用vfw库函数编程实现对avi视频文件中图像的提取...
本源代码介绍了如何在vc环境下利用vfw库函数编程实现对avi视频文件中图像的提取-source code described how the vc environment using VFW programming libraries for avi video files Image Extraction
- 2022-03-01 10:48:49下载
- 积分:1
-
vb 实现的简单的mp3
vb 实现的简单的mp3-vb achieve a simple mp3
- 2022-02-02 14:09:52下载
- 积分:1
-
YUV420 document will be converted to YUV422 required documents, set start and en...
将YUV420文件转成所需要的YUV422文件,自己设定开始和结束帧号,和图像大小-YUV420 document will be converted to YUV422 required documents, set start and end frame number, and image size
- 2022-04-07 16:55:01下载
- 积分:1
-
realmedia,支持rm,mpeg,rmvb.
realmedia,支持rm,mpeg,rmvb.- realmedia,support rm,mpeg,rmvb.
- 2022-10-20 04:30:03下载
- 积分:1
-
实现录音功能。通过耳机播放声音,一个微…
实现了录音功能。通过耳机播放声音,麦克风可以录音,并进行播放-Realize the recording function. To play a sound through the headphones, a microphone can be recorded and broadcast
- 2022-01-26 05:22:20下载
- 积分:1
-
能异常强大、界面异常漂亮的HTML编辑程序,有同FrontPage相同的主界面,有同DreamWaver相同的可以拖动的工具栏。支持所见即所得的编辑,带有若干H...
能异常强大、界面异常漂亮的HTML编辑程序,有同FrontPage相同的主界面,有同DreamWaver相同的可以拖动的工具栏。支持所见即所得的编辑,带有若干HTML模版供选用、界面菜单以及弹出菜单是仿Windows XP风格的。支持分色显示、编辑HTML源程序。不过里面有一些功能,例如站点建立和管理,虽然界面中有,但是没有实现。不过这仍然是版主所见功能最强大的HTML编辑器程序。-can be unusually strong, very beautiful interface of the HTML editor, FrontPage is the same with the main interface, DreamWaver, with the same tools can drag the column. Support WYSIWYG editor, with a number of templates for use HTML, menu interface and pop-up menu is fake Windows XP style. Separation support, edit HTML source code. However, there are some functions, such as the establishment and management of sites, although the interface, but we will not be realized. But it is still seen moderated most powerful HTML editor procedures.
- 2022-06-26 14:21:14下载
- 积分:1
-
mp3播放器.支持多格式歌曲文件
mp3播放器.支持多格式歌曲文件-mp3 player. Support multi-format songs documents ^^^^^^^^^^^^^^^^^^^^
- 2022-07-24 12:53:20下载
- 积分:1
-
midi synthesis
midi synthesis
- 2023-03-03 18:25:03下载
- 积分:1
-
the procedures of one of the most simple, based on the DirectX MFC : CBasicApp (...
本程序介绍了一个最简单的、基于MFC的DirectX程序: CBasicApp (派生于 CWinApp) CBasicWnd (创建主窗口,派生于CWnd) CGame (DirectX通用类,包括 DirectDraw, DirectInput, DirectSound)-the procedures of one of the most simple, based on the DirectX MFC : CBasicApp (derived from CWinApp) CBasicWnd (founded main window, derived from CWnd) CGame (DirectX generic categories, including DirectDraw, DirectInput, DirectSound)
- 2022-02-28 22:48:17下载
- 积分:1