▍1. first picture read, and then read in the process of adding blinds effect
首先读入图片,然后在读入的过程添加百叶窗的效果-first picture read, and then read in the process of adding blinds effect
首先读入图片,然后在读入的过程添加百叶窗的效果-first picture read, and then read in the process of adding blinds effect
利用DirectMIDI实现音频回放(包含库,范例,和文档)-use of audio playback (including libraries, examples, and documentation)
这是另一款音量控制芯片的源程序,这个音量控制芯片可以实现多通道输入输出功能,供大家参考讨论-This is another volume control chip of the source, the volume control chip can realize multi-channel input and output functions, for reference to discuss
playstation游戏开发文档,文档中描述了sony提供的游戏开发的API-PlayStations game development document, the document describes the Sony game development API
这是一个图像处理的例子,可以加水印的效果,作为一个学习图像处理算法的例子还是不错的。-This is an example of image processing, watermark can be added to the effect, as a learning image processing algorithm is a good example.
这是一个有界差分方法进行分割的例子,对于学习数学图像处理的同学,有启发作用-This is a difference method has industry segmentation example, for image processing mathematics students, has inspired the role of
读取YUV的CIF视频流。采用背景差检测视频流中运动人物-YUV to read the CIF video stream. Homodyne detection using background video stream moving characters
一个简间的MP3播放程序.对初涉音频处理者很有帮助.-Between a simple MP3 player. To deal with those helpful初涉audio.
输入一系列图片,可以生成avi格式的视频文件,程序已测试成功。-Enter a series of pictures, can generate avi format video files, the program has been tested successfully.
vc开发得扫描仪支持类,值得一看,请指正-vc of development Scanner support category, an eye-catcher, Hi
应用背景vs2010工程,c语言,H264和AAC封装为TS文件,对于学习TS封装的朋友有用,里面PMT、PAT、PES字段都很清楚关键技术TS文件的封装源代码,可以学习使用,对于TS的文件格式理解有帮助,并且有vs2010工程,方便学习,单步调试
对多语言进行变换,用VC开发-right over language transform, the development of VC
无线洪泛路由的路由协议 安装为给定的网站http://elmurod.net/en/index.php/archives/157的 WFRP (水浸无线传感器网络路由协议)。 这篇文章将帮助您安装的 wfrp 协议在网络模拟器 2.35 (ns 2.35),你可以不用任何 bug 或者错误运行这 在这里是要纠正和下载的文件:下载这个 Zip 文件和解压缩它并将它复制到作为给定下面相关的文件夹 (而不是手动的更改,您可以将文件复制和重新编译) — — 请带您的 NS 2.35 文件夹的备份,这些更改可能会影响您现有的重新编译的源代码。 在名为~ns-2.35/wfrp的文件夹中复制这些三个文件(wfrp.cc、 wfrp.h、 wfrp_packet.h) ~ns-2.35/Makefile.in ~ns-2.35/queue/priqueue.cc ~ns-2.35/common/packet.h ~ns-2.35/trace/cmu-trace.h ~ns-2.35/trace/cmu-trace.cc ~ns-2.35/tcl/lib/ns-packet.tcl ~ns-2.35/tcl/lib/ns-lib.tcl ~ns-2.35/tcl/lib/ns-agent.tcl
Direx例程,实现动画和显示-Direx routines to achieve animation and display
一个用evc写的视频播放器,在wince下运行,此为源码-Written by evc a video player, in the run wince, this is the source
这个项目是一个简单的 c + + 实现的哈夫曼编码。目前,它可以只对文件进行编码 ;解码功能是暂停工作时,我对我的大学课程。 编译 编译由 Make 实用程序处理。若要编译,只是导航到存储库中的根文件夹和运行"使"。若要在调试模式下进行编译,运行"使调试 = 1"。 运行 的可执行文件"哈夫曼"应该传递一个参数: 要进行编码 (或解码,解码功能完成时) 的文件的名称。编码的文件放置在同一目录中用".huf"追加到的文件的名称。 解剖的编码的文件 的文件的第一次 3 位指示过剩在结束了最后一个字节的位的数目 ; 这些尾随位将被忽略,解码器。接下来的 128 字节描述了码本。因为典型的哈夫曼编码 (http://en.wikipedia.org/wiki/Canonical_Huffman_code) 用来对文件进行编码,描述码书很简单,按字母顺序排列,在每个码字中给予的位数给 0 为符号不存在的文件中。后码书,进行编码的输入的文件。
对PCM数据的WAV文件进行音量的放大。类似于Windows自带的录音机的放大功能。-PCM data of WAV files to enlarge the volume. Windows built-in tape recorder similar to the zoom function.