CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 多媒体 流媒体/Mpeg4 搜索资源 - c program

搜索资源列表

  1. MPEG4解码系统

    0下载:
  2. (1)本程序可在Windows 2000、Visual C++ 6.0和DirectX 8.0 环境下编译通过。 (2)编译时直接打开//DECORE/BUILD目录下的DECORE.DSW文件。-1) This program can be built on Windows 2000, Visual C++ 6.0 and DirectX 8.0. 2) While compiling, you can directly open the file DECORE.DSW in the dire
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:134.79kb
    • 提供者:夏晨晨
  1. wmvtoavimpeg

    0下载:
  2. 这是一个wmv格式的视频播放程序转换成avi格式的源代码,使用visual C++编写的。希望对大家有所帮助。-This is a wmv play program, and is able to convert wmv to avi format, with VC++.Hope to do some help for you.
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:1.91mb
    • 提供者:黎丹
  1. MPEG-4编码原代码

    0下载:
  2. 本程序可在Windows 2000、Visual C++6.0 环境下编译通过。源码是一个编码模块,编译后生成encore.lib库文件, 不能直接执行。需要读者自己编写程序调用其中的功能。运行时打开//encore/build/目录下的encore.dsw文件。-the program in Windows 2000, Visual C 6.0 environment compile. Source code is a module compiled generation encore.lib
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:74.22kb
    • 提供者:lizhihao
  1. 583422MPEG-4

    0下载:
  2. MPEG-4编码原代码本程序可在Windows 2000、Visual C++6.0 环境下编译通过。源码是一个编码模块,编译后生成encore.lib库文件, 不能直接执行。需要读者自己编写程序调用其中的功能。运行时打开//encore/build/目录下的encore.dsw文件。-MPEG-4 coding of the original program code in Windows 2000, Visual C 6.0 environment compile. Source code
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:145.48kb
    • 提供者:马帅
  1. 914768MPEG-4

    0下载:
  2. MPEG-4解码原代码本程序可在Windows 2000、Visual C++ 6.0和DirectX 8.0 环境下编译通过。编译时直接打开//DECORE/BUILD目录下的DECORE.DSW文件-MPEG-4 decoder code of the original program in Windows 2000, Visual C 6.0 and DirectX 8.0 environment compile. Compiled directly open / / DECORE / B
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2008-10-13
    • 文件大小:131.98kb
    • 提供者:马帅
  1. 3gpp.rar

    0下载:
  2. 3GP文件结构解析原理 以及解码C++程序,3GP file structure analysis as well as decoding C++ program
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-14
    • 文件大小:196.77kb
    • 提供者:sure
  1. avc2avi.rar

    0下载:
  2. 该程序包提供了"***.264"格式的文件转换为"***.avi"格式视频的源代码。 "***.264"是未经封装的H.264格式的视频文件,经过该程序添加avi封装后,形成"***.avi"格式的视频文件,从而可以用普通的播放器进行播放。 通过该源代码还可以学习到avi格式封装的实现方法。 该程序开发语言是C++,开发环境是VS。,The package provides a "***. 264" format files into the "***. avi" format video so
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-23
    • 文件大小:28.15kb
    • 提供者:tangxiaojun
  1. MPEG4_player.rar

    0下载:
  2. 用C++写的一个关于MPEG4播放器程序的源代码 ,With C++ Write a MPEG4 player on the program
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-30
    • 文件大小:200.04kb
    • 提供者:xj
  1. pmt

    0下载:
  2. 用c写的一段程序,可以对接收到的任何一段TS码流进行分析,得出其中各套节目的节目号-Writing by c section procedure, can be received in any period of docking TS code stream analysis shows one of the various sets of program No.
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-11
    • 文件大小:1.11kb
    • 提供者:陈胜
  1. 222645116720079251649185869341

    0下载:
  2. 用c写的简单的画图程序,实现画直线,矩形-A simple drawing program
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-02
    • 文件大小:973.56kb
    • 提供者:依依
  1. BUILD

    0下载:
  2. visual C++编写的MPEG-4的解码程序.-visual C++, prepared by MPEG-4 decoder program.
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-06
    • 文件大小:76.53kb
    • 提供者:谢峰
  1. MPEG4

    0下载:
  2. 视 频 编 解 码 程 序(c)-Video codec program
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-04
    • 文件大小:215.51kb
    • 提供者:du
  1. MainWindow

    0下载:
  2. 该程序是一个MPEG4的编码压缩和解压缩的算法,用C语言实现-The program is an MPEG4 encoding compression and decompression algorithms, using C language implementation
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-09
    • 文件大小:1.7mb
    • 提供者:jiujiang
  1. AudioPlayer

    0下载:
  2. 模仿MediaPlayer界面的C#版播放器,有人说他这界面挺稀缺,可能是制作方法吧,程序没有细看,可能是调用了Windows MediaPlayer的播放库文件,播放过程中显示音乐色彩信息,窗体左侧为播放信息显示区,右侧是歌曲列表区,此列表可以展开或隐藏。源代码在VS2005下直接编译。 -Mimic the C# version of MediaPlayer interface, player, someone said he was quite scarce this interfac
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-25
    • 文件大小:51.8kb
    • 提供者:naojian
  1. h264_encoder

    0下载:
  2. 实现用H264标准的编码和解码,用C++描述的一个轻量程序-this program is designed to realize the decoding for H264
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-01
    • 文件大小:7.66kb
    • 提供者:peterlox
  1. Animation

    0下载:
  2. 用C++ Builder编写的程序,用来播放动画.-Written using C++ Builder program, used to play animations.
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-05
    • 文件大小:342.57kb
    • 提供者:章龙
  1. Tests

    0下载:
  2. PCI Enumerate Tool by WuJun@amoi.com.cn copy Irvine16.inc into c:\masm611\include copy Irvine16.lib into c:\masm611\lib compile command: ML /nologo -c -Fl pci.asm link command: LINK /nologo pci,,NUL,Irvine16 History 2004-11-2
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-22
    • 文件大小:351.84kb
    • 提供者:123
  1. C_Programming_program_source_code_MPEG4_format_AVI

    0下载:
  2. C编程实现MPEG4格式AVI字幕程序源码C Programming program source code MPEG4 format AVI subtitles-C Programming program source code MPEG4 format AVI subtitles
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-04-03
    • 文件大小:344.26kb
    • 提供者:fiw
  1. technical_MPEG4

    0下载:
  2. 分析了MPEG4的主要技术,并介绍了MPEG4简单编码框架编码器的软件实现方案,给出了方案流程图,在VC++环境下用C语言实现了MPEG4简单框架的视频压缩功能。-Analyzes the major technical MPEG4 and MPEG4 simple coding framework introduced encoder software implementation, the program flow chart is given in VC++ environment usi
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-05-15
    • 文件大小:3.5mb
    • 提供者:tjtianjing
  1. Use-Output_example.c-testFfmpeg

    0下载:
  2. 这个是关于MFPG视频调用FMPG的一个演示程序。希望有用的下载看看,对研究视频压缩很有帮助-This is a demo program the call FMPG MFPG video. Hope the download to see the study of video compression is helpful
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2017-03-29
    • 文件大小:539.09kb
    • 提供者:夏胜春
« 12 »
搜珍网 www.dssz.com