论文题目  基于VCMP3播放器设计与实现
     
      学院
        计算机科学与技术
指导教师  讲师
   

基于VCMP3播放器设计与实现
作者姓名:
指导教师:
讲师
单位名称:
计算机科学与技术系
专业名称:
计算机科学与技术
闫妮 毛门照片
学校
Design and Implementation of Mp3 Player Based on VC
by
玉米煮多久能熟
Supervisor:
Lecturer

毕业设计(论文)任务书
毕业设计(论文)题目:
基于VCMP3播放器设计与实现
设计(论文)的基本内容:
制作一款美观的播放器,以支持MP3WAV为主,具有文件列表功能,可以同时复选多个文件。可以最小化到任务栏,通过快捷键对所播放的文件列表进行控制。具备快捷键来控制音频播放器外,可以快进,后退,开始,停止等。随着计算机与多媒体技术的不断发展和普及,各种各样的多媒体文件也层出不穷,而MP3因其体积小,音质也有保证的特点成为使用最广泛的音频格式。得到了绝大多数多媒体软件以及硬件的支持。本软件用Visual C++ 6.0支持多媒体播放,体积小,占用内存低,同时具有比较完善的功能。
毕业设计(论文)专题部分:
mp3歌曲怎么下载
题目:                                
陈亚男的个人资料简介>孙佳雨设计或论文专题的基本内容:
学生接受毕业设计(论文)题目日期
             第 1
指导教师签字:
20年月

基于VCMP3播放器设计与实现
 
MP3播放器应用程序是一个基于Visual C++ 6.0 开发的一个多媒体软件,是建立在周星驰睡黄圣依4次MCI(媒体控制接口)控制之上的软件。该软件开发研究的目的主要是为了给人们娱乐和消遣用的;该软件实现的方法是通过调用MCI控制接口的相关函数,获取系统的控制信息,利用系统信息对MP3播放器的每一个动作进行控制。
现在为止,该软件到可以实现的功能是:该软件可以添加和播放多种音频文件格式,可以添加单个音频文件,也可以同时添加多个音频文件;对音频文件的操作有:播放音频文件、暂停、停止,可以选择播放下一首歌或前一首歌;可以对已经添加进入播放列表的音频文件进行删除或者添加新的音频文件;可以调节系统的音量的大小;该软件还可以显示当前播放的进度;可以隐藏或展开播放列表;本软件可以进行系统托管,隐藏主界面后,在任务栏创建托管图标;单击托管图标后可以重新弹出控制界面,并取消托管图标。在系
统托管或自动播放的情况下,该软件在播放完一首歌后可以自动跳转到下一首歌,并播放此音频文件。
关键词:媒体控制接口,多媒体,系统托管,控件,音频文件
Design and Implementation of Mp3 Player Based on VC
Abstract
The MP3 Player application programme is software that developed based on Visual C++ 6.0, and also is software that built on the control of MCI. The purpose of developing this software is for the entertainment and recreation of people. The way this software realized is transfer the correlation functions of MCI, and obtain the information of system control, using this information to control each movement of the MP3 Player.
So far, the functions that software can realize are: The software can open and play different formats of audio-files,You can add the audio-file one by one or add many audio-files once; play the audio-files; pause; stop; play the following audio-file, and play the prec
eding audio-file. You can also delete the audio-files that the play list already have or add the new audio-file that the play-list does not exist. You can accommodate the volume of the system. The can show the progress that the current audio-file played. And can hide or outspread the play list. The software can trustee by the system, and will create a icon on the taskbar. When click the icon the interface will show again. While the current audio-file is playing over, it will jump to the next audio-file and play automatically.