-
贝塞尔曲线画板演示程序
贝塞尔曲线画板演示程序-bezier curve showing program
- 2022-05-27 22:52:59下载
- 积分:1
-
编辑视频的好工具,提供了很多种编辑视频的方法
编辑视频的好工具,提供了很多种编辑视频的方法-A good tool for editing video, editing video offers a variety of ways
- 2022-04-26 17:21:37下载
- 积分:1
-
调用WINDOWS API 实现文本的朗读,仅限于英语,系统升级后可以选择不同的机器人发音....
调用WINDOWS API 实现文本的朗读,仅限于英语,系统升级后可以选择不同的机器人发音.-called Windows API reading of the text is limited to English, The upgraded system can choose a different robot pronunciation.
- 2022-07-12 13:26:16下载
- 积分:1
-
哈夫曼编码和解码
这个项目是一个简单的 c + + 实现的哈夫曼编码。目前,它可以只对文件进行编码 ;解码功能是暂停工作时,我对我的大学课程。
编译
编译由 Make 实用程序处理。若要编译,只是导航到存储库中的根文件夹和运行"使"。若要在调试模式下进行编译,运行"使调试 = 1"。
运行
的可执行文件"哈夫曼"应该传递一个参数: 要进行编码 (或解码,解码功能完成时) 的文件的名称。编码的文件放置在同一目录中用".huf"追加到的文件的名称。
解剖的编码的文件
的文件的第一次 3 位指示过剩在结束了最后一个字节的位的数目 ; 这些尾随位将被忽略,解码器。接下来的 128 字节描述了码本。因为典型的哈夫曼编码 (http://en.wikipedia.org/wiki/Canonical_Huffman_code) 用来对文件进行编码,描述码书很简单,按字母顺序排列,在每个码字中给予的位数给 0 为符号不存在的文件中。后码书,进行编码的输入的文件。
- 2022-08-25 18:29:48下载
- 积分:1
-
一个CD播放器源代码,界面非常漂亮 方便你对歌曲的管理而且操作简单!...
一个CD播放器源代码,界面非常漂亮 方便你对歌曲的管理而且操作简单!-a CD player source code, a very nice interface to facilitate your songs management and operation simple!
- 2022-03-23 17:47:40下载
- 积分:1
-
Mpeg4解码程序源代码,能够对各种MPEG4文件进行解码
Mpeg4解码程序源代码,能够对各种MPEG4文件进行解码-This is the source code of mpeg4 decoder which can
decode all kinds of mpeg4 file.
- 2022-03-15 06:54:19下载
- 积分:1
-
音频播放器。这是一个很好的方式来开始自己的媒体播放器
Audio Player for delphi. It s a good way to start your own media player
- 2023-02-26 03:40:03下载
- 积分:1
-
YUV浏览器的源代码
YUV viewer source code
- 2022-02-10 09:13:08下载
- 积分:1
-
Webcam Face Tracking,real
Webcam Face Tracking,real-time images from a webcam and converts them to grayscale images. Then, it extracts pre-defined feature vectors from the images and sends them to Support Vector Machine (SVM) to get the classification. Using the result, our program will be able to control the mouse cursor in real-time. -Labs WebCam Face Tracking, real-time images from a webcam and converts the m to grayscale images. Then, it extracts pre-defined feature vectors from t he images and sends them to Support Vector Machi ne (SVM) to get the classification. Using the re sult. our program will be able to control the mouse cur prosecutors in real-time.
- 2022-03-21 19:25:41下载
- 积分:1
-
这是一个8
This an 8-puzzle solver. You input the current state of your annoying little 8 puzzle and it ll use the Hillclimbing Algorithm to calculate a list of moves which you can use to solve the puzzle. It is written in C++ with an interactive text mode based interface. Enter numbers 0-8. Keep your pathlength short as you can, and make the number of nodes between 1 and 65536 (on an x86 machine).
- 2022-01-21 20:52:17下载
- 积分:1