搜索资源列表
13818_5_for_vc
- 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的ma
MyWAVE
- 自己写的用于语音处理的程序,主要功能: 1 播放wav文件,技术:使用waveout系统函数。 2 图形界面编程,实时显示光标所在位置的坐标,在客户区单击并托动鼠标可显示。 3 保存语音数据。cfile类,将wav文件内的真正语音数据保存与txt文件中用于分析。 -himself wrote for the Voice of the procedures main functions : a broadcast wav document technology : waveout us
using_gdi_
- CGdiplusFileOpenDialog和CGdiplusFileSaveAsDialog类提供了一个在GDI+的MFC应用程序轻松实现文件打开和保存对话框的方法。 主要特点是: 1、它们可以动态地装入关于支持图像的解码器/编码器和构建文件过滤清单。 2、它们可以获得当前图像编码器标识码(CLSID)以供需要将其作为一个参数的GDI+函数使用。 3、它们可以检查和验证文件名和扩展名。-CGdiplusFileOpenDialog and CGdiplusFileS av
PShortP
- 程序首先利用include的手段将文件graph0.cpp包含进来,在main()函数调用由图的邻接矩阵建立图creatgraph与取顶点i的值gervalue(const int i)的函数。随后调用pshorpath(adjmatrix &G,int v0,int dist[],int path[])函数,该函数就是狄克斯特拉算法对应的函数。-Procedures include the means of the first to use the file that contains gra
mcu
- 视频会议的主入口函数,mcu.c中的代码是真个视频会议启动过程,对开发视频会议的同志应该有一定的启发意义-Video conferencing function of the main entrance, mcu.c the code is really to start the process of video conferencing, video conferencing on the development of comrades should have inspired a certa
lencod
- H264的测评软件,JM的编码器部分的主函数-main function of JM encoder
3DShow
- 本人为了图像处理的需要,很想实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量
MP3decodingprocess
- 提供了一个mp3的解码程序,包括mp3dec.h -主要的头文件定义函数在解码器的结构和 mp3dec.c -主源文件,包括主回路和最解码功能 mp3dec_D.h -数据的窗口函数 huff.c -哈夫曼解码器(速度,从观念,这是借来 的托米斯拉夫乌泽拉茨安培) huffman.h -霍夫曼解码器的Tablefile fastimdct.c -优化的变换的IMCT fastsb.c -优化的“多相变换子带”,真正的IMCT另一 windowing.c -输出过滤功能
libppofskype
- 此文件时SKYPE的一些主要的函数库,实现其主要功能,对于学习视频会议的学者有帮助。-This file SKYPE' s major library to achieve its main functions, the scholars for study and video conferencing help.
FFT
- 此文档提供了FFT和IFFT两个函数。main函数中是一个测试函数的小例子。该程序自己编写,并验证通过!-Here we provide two basic functions. FFT and IFFT, and a small examples to show to result. I have tested the functions and successed.
play
- 利用PC的声卡实现WAV文件的播放 主要是利用windows的API函数-Achieved using PC sound card to play WAV files is to use the main windows of the API functions
TransmitVideo
- RTP 视频传输 接收端,源代码 参考main 函数中格式 编译后即可执行-RTP transmit
ReceiveVideo
- RTP 视频传输 接收端. 程序执行方法请参考main 函数-RTP transmit receiver
JM
- 在VC6.0上成功编译,优化帧间预测的JM源码,内涵主要函数的解释-Success in VC6.0 compiles, optimizes inter prediction JM source code, the the connotation main function explanation
GMM
- 高斯混合模型和K均值算法的实现代码。看main函数就可以知道分别的计算原理。-Gaussian mixture model and K-means algorithm code. See the main function can know each calculation principle.
12864
- MSP430g2553简易的于HB12864结合的主函数编程,此为头文件配置,网上比较不好找-The main function programming MSP430g2553 simple HB12864 combination, this is the configuration of the header files, the Internet is relatively easy to find
acc-to-wav
- 将acc文件类型转换为wav文件类型格式,主函数在text.C文件中,注意的是,需要手动添加源文件与目的文件的名称。-Converts the acc file type format wav file types, the main function in the text. C file, noting that the need to manually add the source and the destination file name.
jianche
- 用于车辆检测的自编程序,main为主函数(For vehicle detection of self programmed, main as the main function)