CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 多媒体编程 搜索资源 - NExT

搜索资源列表

  1. divxecode.编解码器的xvid静态库的c++封装

    1下载:
  2. 编解码器的xvid静态库的c++封装 编码: m_vdo_enc->Encode(pBuffer) // 这里pBuffer是BGR24的320x240的数据 编码如果成功,就会自动调用PostEncHandler函数,就可以得到编码后的结果 解码: m_vdo_dec->Decode(xvid, xvid_len) // 传入的存有xvid数据的buffer和长度 解码成功后,会自动调用PostDecHandler,注意对于流媒体数据而言,在这个函数中还有
  3. 所属分类:多媒体编程

    • 发布日期:2013-09-23
    • 文件大小:5.71kb
    • 提供者:chai
  1. MyPlayer

    0下载:
  2. 音乐播放器,界面美观,有暂停,播放,上一曲,下一曲,调节音量,显示进度条功能-Music player, interface beautiful, Have suspended, broadcast on a song, the next song, adjust the volume, show progress bar function
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-11-09
    • 文件大小:50.6mb
    • 提供者:tkin
  1. QQ360MusicPlayer

    0下载:
  2. C#音乐播放器,可以实现上一曲、下一曲、随机播放等模式。新人制作,代码比较乱。-C# music player, can be achieved on the one, the next song, random playback mode. New production, the code was chaotic.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-16
    • 文件大小:4.34mb
    • 提供者:d彻底
  1. music

    1下载:
  2. 用qt实现的播放器,能播放音频.视频,能添加多个文件,能暂停播放停止下一曲上一曲,以及音量和进度条的调整-Achieved with the qt player, can play audio. Video, to add multiple files, can pause to stop the next song on the song, and adjust volume and progress bar
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-15
    • 文件大小:3.86mb
    • 提供者:mehewen
  1. MyCDPlayer

    0下载:
  2. 一个CD播放器,实现播放、暂停、停止、上一曲、下一曲、音量调节和歌曲选功能。-A CD player, the realization of play, pause, stop, previous song, next song, adjust the volume and song selection function.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-10
    • 文件大小:124.34kb
    • 提供者:kk
  1. abaolrc

    0下载:
  2. 使用vc实现了winamp的歌词显示插件,vs2005,vc6下编译通过.其中实现了显示歌词,自动匹配歌词,读取id3标签,指定目录搜索,过滤关键字,网站下载歌词功能展示了winamp gen类插件编写技术,并同时使用了拦截消息自绘窗口技术,winsocket http轻量级连接下载技术-Implementation of the use of vc show winamp lyrics plug-ins, vs2005, vc6 compiler, through the next. Achi
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-17
    • 文件大小:87.8kb
    • 提供者:yy
  1. Navigation

    0下载:
  2. 机器人的全部目标是产生一个实验室的引导路线。实验室里的各种不同方向坐标已经存储,并且机器人在不同方向移动的非常成功。在某一方向,它可以给出该方向的位置。在不同方位的移动,机器人需要几个阶段,首先定位在某一位置,接着计算下一个方向的路程。-The overall goal of the robot is to conduct a guided tour of the laboratory. Coordinates of various stations in the room are stored
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-02
    • 文件大小:30.66kb
    • 提供者:波波
  1. MyMp3

    0下载:
  2. C++写的DOS下的MP3播放器.支持快进,快退,选歌,下一首,暂停.有详细代码注释-C++ under DOS write MP3 player. Support the fast forward, rewind, select songs, next song, pause. There is more code comments
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-30
    • 文件大小:75.08kb
    • 提供者:toky
  1. palette

    0下载:
  2. 用authorware做的一个调色板,需要的下了看看!-To do with a palette authorware, need to look at the next!
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-31
    • 文件大小:7.49kb
    • 提供者:周建远
  1. CDPlayer

    0下载:
  2. 播放一张插入光驱的cd,提供了简单的上一首,下一首功能 -Insert CD-ROM drive playing a cd, provides a simple, on one, and the next in the first function
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-04
    • 文件大小:1.08mb
    • 提供者:张三
  1. iTunesControlClassSrc070405

    0下载:
  2. Supports the following methods: Next - Next song Prev - Previous song Play - Play Pause - Pause Stop - Stop VolumeUp - Increment volume by a certain number VolumeDn - Decrement volume by a certain number FastForward - Fast forwa
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-02
    • 文件大小:4.63kb
    • 提供者:sogetthis
  1. CDPlayer

    0下载:
  2. 该程序使用MCI接口实现一个简单的CD播放器。这个播放器能够实现播放,暂停,停止,快进,后退,上一首,下一首,控制光驱的打开和关闭等功能。它能显示CD的长度,每一曲目的长度以及当前播放的时间进度,它还实现了音量控制和曲目编辑等功能。-The program uses the MCI interface to implement a simple CD player. The player can achieve play, pause, stop, fast forward, rewind, o
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-08
    • 文件大小:244.54kb
    • 提供者:chenjin
  1. madlldlib-10b4_dll

    0下载:
  2. 是一个可以将MP3转化成PCM流的一个软件程序源代码,对制作MP3格式转化器相当有用!大家都看下吧-Is an MP3 into PCM stream to a software source code, on the production of MP3 format converter very useful! Let everyone see next
  3. 所属分类:多媒体编程

    • 发布日期:2013-05-13
    • 文件大小:92.97kb
    • 提供者:bruce.yu
  1. avi

    0下载:
  2. 屏幕录像AVI源码,C++的,比较直观,喜欢的就下-Screen Video AVI source, C++, more intuitive, like on the next
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-10
    • 文件大小:1.96mb
    • 提供者:
  1. CsharpMediaPlayer

    0下载:
  2. 此播放器基于.NET Framework 2.0编程框架,是微软推出的新一代标准. 编程工具:Visual Studio 2005 (C#) 实现功能: 因为是采用的是COM组件,所以可以播放Windows Media Player10.可以播放的所有文件,实现播放器最基本功能,添加单曲,搜索整个文件夹中所有MP3文件.显示播放列表.上下移动播放列表中的曲目,删除选定曲目. -Based on this player. NET Framework 2.0 progr
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-07
    • 文件大小:290.9kb
    • 提供者:tiel
  1. MediaPlayer

    0下载:
  2. 使用Media Player 控件编写的音乐播放器,带有播放列表,播放列表使用CListCtrl控件来实现的,支持上一首,下一首。支持多选添加MP3文件。-Prepared using the Media Player control to music player with playlist, play list using CListCtrl control to achieve, to support the one, next. Support multi-select to add M
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-16
    • 文件大小:4.38mb
    • 提供者:cailigang
  1. yinyuebofangqi

    0下载:
  2. 这是一个用C++编写的音乐播放器,可供C/C++初学者学习下-This is a written in C++, music player, available for C/C++ for beginners to learn the next
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-03-29
    • 文件大小:663byte
    • 提供者:hehha
  1. LinMusic

    0下载:
  2. 用QT实现播放器的一些功能,比如播放暂停,上一首,下一首等-With the QT player to achieve some of the features, such as play was suspended on one, the next song, etc.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-04
    • 文件大小:1mb
    • 提供者:杨剑枫
  1. S60FilePlayer

    0下载:
  2. 该代码是基于Symbian OS音乐播放器的实现,可实现播放,暂停,停止等功能,还有上一首,下一首,更换背景图片功能-The code is based on the Symbian OS implementation of music player, enabling play, pause, stop and other functions, as well as on the one, the next song, change the background image feature
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-04
    • 文件大小:419.29kb
    • 提供者:肖某某
  1. Audio-Signal-Processing-for-Next-Generation-Multi

    0下载:
  2. Audio Signal Processing for Next Generation Multimedia Communication Systems
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-30
    • 文件大小:11.78mb
    • 提供者:Qasim
« 12 3 »
搜珍网 www.dssz.com