-
使用API播放MPG,AVI,MDI,RMI等格式文件的VB程序
使用API播放MPG,AVI,MDI,RMI等格式文件的VB程序-Use API to play MPG, AVI, MDI, RMI, such as the VB program format
- 2022-04-01 19:21:24下载
- 积分:1
-
1 本程序是基于Windows Media Player控件的个性化播放器,皮肤来源于网络。
2 程序运行中感觉比较慢,移动时闪烁得比较厉害。
3 时间...
1 本程序是基于Windows Media Player控件的个性化播放器,皮肤来源于网络。
2 程序运行中感觉比较慢,移动时闪烁得比较厉害。
3 时间仓促,还有很多改进之处。-1 This procedure is based on Windows Media Player controls personalized player, skin from the network. 2 program to run in the sense of relatively slow moving relatively formidable twinkling. 3 time, there is much to be desired.
- 2022-02-24 20:29:43下载
- 积分:1
-
includes a DirectX Sound Packaging category, and can help you develop a real
一个包含了DirectX Sound 的封装类,可以帮助你开发实时的语音系统-includes a DirectX Sound Packaging category, and can help you develop a real-time voice
- 2023-06-07 06:05:03下载
- 积分:1
-
基于OFDM体制的调制和解调程序。
对码流进行OFDM方式的调制和解调。...
基于OFDM体制的调制和解调程序。
对码流进行OFDM方式的调制和解调。-system based on OFDM modulation and demodulation process. Bitstream right way for the OFDM modulation and demodulation.
- 2022-02-09 17:28:25下载
- 积分:1
-
视频窗口的功能。
有关WINDOWS 视频的一些API函数。-video on the Windows API function.
- 2023-08-01 20:05:03下载
- 积分:1
-
vb.net多媒体编程库
一个VB.net的多媒体编程的库文件-a VB.net multimedia programming libraries
- 2023-02-06 21:20:04下载
- 积分:1
-
cocoplayer的源代码
cocoplayer的源代码-cocoplayer source code
- 2022-03-03 03:32:17下载
- 积分:1
-
TS Stream parsing tool code by self, you can refer it, to pasre video pes, audio...
TS Stream parsing tool code by self, you can refer it, to pasre video pes, audio pes, video GOP, not AC3 audio
- 2022-02-12 07:29:07下载
- 积分:1
-
DirectX已经改变了不少,多年来与新的DirectX 9提供了一些…
DirectX has changed quite a bit over the years and the new DirectX 9 offers some new things that previous versions never did. DX9 provides new functionalities for enhanced 3D manipulations. But one big change is the addition of a managed DirectX so that you can create applications using a .Net language and still tie into DirectX. This is without having to work around a COM Interoperability issue. DirectX9 directly supports managed code and makes life for the DirectX/C# developer much simpler in the long run. The Managed DirectX classes include a DirectDraw set of classes to use for 2D manipulation. This 2D interface is not a new version of DirectDraw - it is a wrapper to get to the DirectDraw7 interface. This is good for a lot of developers that still want to do 2D games and also want to use a .NET language.-DirectX has changed quite a bit over the years and the new DirectX 9 offers some new things that previous versions never did. DX9 provides new functionalities for enhanced 3D manip
- 2022-03-16 18:03:38下载
- 积分:1
-
哈夫曼编码和解码
这个项目是一个简单的 c + + 实现的哈夫曼编码。目前,它可以只对文件进行编码 ;解码功能是暂停工作时,我对我的大学课程。
编译
编译由 Make 实用程序处理。若要编译,只是导航到存储库中的根文件夹和运行"使"。若要在调试模式下进行编译,运行"使调试 = 1"。
运行
的可执行文件"哈夫曼"应该传递一个参数: 要进行编码 (或解码,解码功能完成时) 的文件的名称。编码的文件放置在同一目录中用".huf"追加到的文件的名称。
解剖的编码的文件
的文件的第一次 3 位指示过剩在结束了最后一个字节的位的数目 ; 这些尾随位将被忽略,解码器。接下来的 128 字节描述了码本。因为典型的哈夫曼编码 (http://en.wikipedia.org/wiki/Canonical_Huffman_code) 用来对文件进行编码,描述码书很简单,按字母顺序排列,在每个码字中给予的位数给 0 为符号不存在的文件中。后码书,进行编码的输入的文件。
- 2022-08-25 18:29:48下载
- 积分:1