搜索资源列表
MIDI音乐播放器
- 用Delphi制作的一个MIDI音乐播放器-Delphi produced a MIDI music player
PlayMusic
- 一个音乐播放器,仿照千千静听做的,当然没他效果那么好。使用C#完成。
MP3无敌播放器
- 利用API函数[mciSendString]可以轻松实现MP3音乐文件的播放。下面这段程序实现了MP3播放的大部分常规操作,对其稍加修改,做一个100KB大小的MP3播放器轻而易举 启动VB程序,在窗体上放置6个命令按钮,三个标签,一个公用对话框、一个进度条、一个状态栏和一个计时器,窗本的布置请参考附图 按钮-use API function [mciSendString] can easily MP3 music player. Below this program of the MP3 pl
无外部控件制作多媒体播放器
- 一个没有外部控件的多媒体播放器 利用MCI指令制作播放器,简单实用,很适合于做为自己软件的一个附带功能或背景音乐,正是基于这点需求,我准备分几个部分来写:-a no external controls multimedia players use MCI directive produced players, simple and practical, is well suited to its own software as an incidental function, or the bac
界面漂亮的VB版MP3播放器
- 界面超漂亮的MP3播放器,用到了MP3PLAY.OCX控件,内置有很多方法,还有一个自己写的控件,在VB6下顺利编译通过。它还支持载入音乐列表播放,支持新增音乐目录和单曲,而且音质还不错。VB编写的插入器的朋友,这个你可以参考一下。
完整的mfc音乐播放器
- 一个完整的mfc音乐播放器,运行无误,界面小巧美观,适合学习-it is a Mfc complete music player, run correctly, smart and beautiful interface for learning
VCPPPrealplayer
- 这是一个音乐播放器,VC++写的,支持流媒体!!!!谢谢支持-this is a music player by C++
Mediaplayer
- 在android开发环境下开发的一个音乐播放器,可支持同步显示歌词。-Developed in the android development environment, a music player that supports lyrics synchronized display.
soundwav0.1.tar
- 这是一个能显示波形的音乐播放器,希望大家喜欢。-This is a waveform showing the music player, I hope everyone likes.
Player
- 利用python和wxpython编写的一个音乐播放器,支持mp3,wav,ogg等格式-Written in python and wxpython a music player, support mp3, wav, ogg and other formats
MusicPlayer
- 设计了一个音乐播放器,可以实现打开,停止,播放音乐等功能。-Design a music player,it has the functions of opening, stopping, playing the music and so on.
AudioPlayerDialog
- 一个JAVA写的音乐播放器的对话框,播放,暂停,继续,停止功能,可以供大家研究研究-JAVA to write a music player of the dialog box, play, pause, continue, stop the function, you can look for your
AirMp3player
- 一个用flex实现 的音乐播放器 对于初学者来说是一个很好的学习列子-Flex with the realization of a music player for beginners is a good learning Liezi
Music_Me.tar
- linux下的一个基于gstreamer和gtk的简易的音乐播放器-a music player on linux which is based on gstreamer and gtk
SLMusic
- SilverLight音乐播放器(仿百度音乐抢鲜族)源码.前些日子看到“BaiDu的音乐抢鲜族”是用Sliverlight作的播放器,效果很不错,于是自己也尝试作了一个,SL高手见笑啦。-SilverLight music player (similar to Baidu prerelease music tribe) source. Just recently saw " BaiDu music prerelease family" is made with Sliverli
11
- 多媒体音频播放器,一个简单的音乐播放器,操作简单,方便实用。-Mediaplayer
madplayOK.tar
- 一个基于Qt的很好的音乐播放器源码 madplayOK.tar.gz-A Qt based music player, a good source madplayOK.tar.gz
music
- Qt写的一个音乐播放器,采用qss的方法美化界面,适于初学者学习交流用-Qt to write a music player, the method used qss landscaping interface, suitable for beginners to learn to use communication
李弟音乐播放器
- 是一个个人的音乐播放的音乐播放器,自带有漂亮的皮肤(可自行选择)(The music player is a personal music player, with a beautiful skin (which can be chosen by itself).)
简易的基于MCI控件的音乐播放器
- 具有一个音乐播放器所必备的元素:播放、暂停、停止、上一首、下一首、调节音量等功能。