-
Reading most of the original bitmap procedures, suitable for the development of...
最原始的读bitmap程序,适合图像开发入门。能从底层了解位图的结构、数据等信息-Reading most of the original bitmap procedures, suitable for the development of portal images. From the bottom to understand the structure of bitmaps, data and other information
- 2022-07-13 06:12:49下载
- 积分:1
-
osd test program
OSD 测试程序-osd test program
- 2023-07-04 03:40:04下载
- 积分:1
-
email program by vc
电子邮件程序开发vb-email program by vc
- 2022-03-24 23:29:16下载
- 积分:1
-
DVD播放软件代码
DVD播放软件代码-DVD player software code
- 2022-02-20 18:31:24下载
- 积分:1
-
类似于千千静听的mp3播放器VC源码,代码实现了MP3的播放和歌词的显示,是学习多媒体编程的不错的学习资料。...
类似于千千静听的mp3播放器VC源码,代码实现了MP3的播放和歌词的显示,是学习多媒体编程的不错的学习资料。-Similar to the mp3 player TTPlayer VC source code enables MP3 playback and lyrics display, multi-media programming to learn a good learning materials.
- 2022-03-05 15:08:57下载
- 积分:1
-
There are various games on a wide range of aircraft and weapons, according to a...
游戏中有各总各样的敌机和武器,敌机按一定的几率出现,玩家消灭敌机后可得分数奖励,达到一定分数后会升级,游戏难度随着玩家级数的增加而增大-There are various games on a wide range of aircraft and weapons, according to a certain probability of enemy planes appeared, the elimination of enemy players can get scores of awards, up to a certain fraction will upgrade the difficulty of the game series as the player increases with increasing
- 2023-06-06 02:40:04下载
- 积分:1
-
视频捕获演示程序,要安装摄像头,有兴趣可以
视频捕获演示程序,要安装摄像头,有兴趣可以-Video capture demo program, it is necessary to install the camera, who are interested can
- 2022-03-02 05:50:13下载
- 积分:1
-
hawkvoice直接接口[ hawkvoicedi(0.83版测试版)]是从山楂中的一个…
HawkVoice Direct Interface [HawkVoiceDI(Version 0.83 beta)]是一款从HawkVoice应用编程接口中分离开的底层语音包及实用程序代码库。很有价值的代码!-HawkVoice Direct Interface [HawkVoiceDI (Version 0.83 beta)] is the one from HawkVoice Application Programming Interface Separation opened the bottom of voice packets and the practical procedures code. Valuable code!
- 2023-03-19 14:10:03下载
- 积分:1
-
自动从视频摄像头捕捉视频,然后可保存为位图文件
自动从视频摄像头捕捉视频,然后可保存为位图文件-automatically from video camera to capture video and then kept for bitmap file
- 2022-05-21 01:42:28下载
- 积分:1
-
哈夫曼编码和解码
这个项目是一个简单的 c + + 实现的哈夫曼编码。目前,它可以只对文件进行编码 ;解码功能是暂停工作时,我对我的大学课程。
编译
编译由 Make 实用程序处理。若要编译,只是导航到存储库中的根文件夹和运行"使"。若要在调试模式下进行编译,运行"使调试 = 1"。
运行
的可执行文件"哈夫曼"应该传递一个参数: 要进行编码 (或解码,解码功能完成时) 的文件的名称。编码的文件放置在同一目录中用".huf"追加到的文件的名称。
解剖的编码的文件
的文件的第一次 3 位指示过剩在结束了最后一个字节的位的数目 ; 这些尾随位将被忽略,解码器。接下来的 128 字节描述了码本。因为典型的哈夫曼编码 (http://en.wikipedia.org/wiki/Canonical_Huffman_code) 用来对文件进行编码,描述码书很简单,按字母顺序排列,在每个码字中给予的位数给 0 为符号不存在的文件中。后码书,进行编码的输入的文件。
- 2022-08-25 18:29:48下载
- 积分:1