搜索资源列表
AVS生成工具
- AVS生成工具,减少自己编写AVS代码的麻烦。编写AVS是视频编码最常用的制作步骤,自己写实在是不方便。所以有这个会很方便-AVS generation tools to reduce their preparation AVS source of trouble. Preparation of AVS Video Coding is the most commonly used production steps, in their realism is inconvenient. So thi
PSIParser
- PSIParser可解析出TS中的PID,配合DSNetwork一起使用-PSIParser TS can figure out the PID, used in conjunction with DSNetwork
海康播放器VC二次开发代码
- 海康播放器VC二次开发代码,需要下载相关播放器插件,Player, VC Haikang secondary development of the code, you need to download the relevant player plug-in
实现了黑客帝国中的数字流瀑布效果
- 实现了黑客帝国中的数字流瀑布效果,精彩漂亮-Matrix implemented in the digital stream waterfall effect, pretty exciting
live555 media server 2011-09-02,VS2008项目
- live555 media server 2011-09-02,VS2008项目,如果想用最新的版本,从live555网站下载最新版,直接覆盖即可在vs2008下编译调试-live555 media server 2011-09-02, VS2008 project, if you want to use the latest version, download the latest version from live555, directly under the cover can be co
声音频谱分析的小程序
- 一个声音频谱分析的小程序,用VB编写。希望对大家有所帮助,a sound spectrum analysis of the small program in Visual Basic. We hope to help
H264.h.264解码C语方源代码
- h.264解码 有自己添加的详细的注释 有一部分是基于ffmpeg,h.264 decoder has its own detailed comments to add in part is based on ffmpeg
divxecode.编解码器的xvid静态库的c++封装
- 编解码器的xvid静态库的c++封装 编码: m_vdo_enc->Encode(pBuffer) // 这里pBuffer是BGR24的320x240的数据 编码如果成功,就会自动调用PostEncHandler函数,就可以得到编码后的结果 解码: m_vdo_dec->Decode(xvid, xvid_len) // 传入的存有xvid数据的buffer和长度 解码成功后,会自动调用PostDecHandler,注意对于流媒体数据而言,在这个函数中还有
Mp3Test.rar
- 用Windows底层音频解码包装的一个控件,用来播放Mp3文件,可以用在SDI/MDI上的工具栏,状态栏上。,Windows audio decoding the bottom of a packaging component, which plays MP3, can be used in SDI/MDI on the toolbar, status bar.
play_sound_in_pda.rar
- using this sample program, we can try to develop and interface by mfc to play sound in PDA.,it is sample and just for beginner
CD
- applied mathematics in integrated navigation systems第三版的随书光盘-applied mathematics in integrated navigation systems with the third edition of the book CD-ROM
imorgin
- 用C语言写的图形初始化及画图子程序,可在同一屏幕中画出对应的时间序列和频谱。-Using C language to write and draw graphics initialization subroutine can be painted in the same screen in the corresponding time series and spectrum.
GLUI_Window_Template_src
- gui opengl template, help you make gui in opengl environment
randomSensing
- 随机感知的机会频谱接入,方法思路较简单-randomly sense channel of opportunistic spectrum access in cognitive radio
MathematicalMethodsinImageReconstruction
- Mathematical Methods in Image Reconstruction
Assignment_3
- * Frequency domain filtering -1. Discrete Fourier Transform Write a C++ function for each of following: (a) Multiply the input image by (-1)x+y to center the transform for filtering. (b) Compute the two-dimensional discrete F
imagewater
- image watermarking is done through java in this package-image watermarking is done through java in this package......
10.1.1.3.6709
- Video has been an important media for communications and entertainment for many decades. Initially video was captured and transmitted in analog form. The advent of digital integrated circuits and computers led to the digitization of video, and di
Wave-in-anisotropic-media
- 这是一部关于各向异性介质中的波的传播规律,里面含有大量是实例,非常容易理解,适合初学者-It is a book of wave propagation in anisotropic media, which contains a large number of instances, very easy to understand, suitable for beginners
extract-words-in-text-2-array-by-C
- 把文本中的词提取到一个动态数组中,其中一行只有一个单词。-extract words in a text file to a dynamic array by C language