Welcome![Sign In][Sign Up]
Location:
Search - 音乐播放

Search list

[SourceCodeandroid音乐播放器

Description: android音乐播放器
Platform: | Size: 850254 | Author: 1240573901@qq.com | Hits:

[Windows DevelopMFC制作的音乐播放器

Description: MFC自己制作的音乐播放器,可以播放的,可以使用的。
Platform: | Size: 10222160 | Author: zhuzhumao | Hits:

[midi programMIDI音乐播放器

Description: 用Delphi制作的一个MIDI音乐播放器-Delphi produced a MIDI music player
Platform: | Size: 196608 | Author: 张杰 | Hits:

[androidAndroid音乐播放器源码

Description: 自己写的一个音乐播放器源码,只能将音乐文件和歌词文件放在根目录下。
Platform: | Size: 1431485 | Author: 1048462621@qq.com | Hits:

[Other51CTO下载-简单音乐播放器

Description: 简单的音乐播放器,基于mfc,适合初学者来学习,源码开放(Simple music player, based on MFC, suitable for beginners to learn, open source)
Platform: | Size: 7833600 | Author: 滚去减肥呀7 | Hits:

[Windows DevelopQt5_音乐播放器源码

Description: 最近在Windows下开发了一款音乐播放器,实现了音乐播放器的基本功能,适合新手参考学习!(Recently developed a music player under Windows, realized the basic function of music player, which is suitable for novice reference learning!)
Platform: | Size: 17408 | Author: anything | Hits:

[android音乐播放器

Description: 使用Android平台开发的一个音乐播放器,内置API中的MediaPlayer为主,实现了音乐选取、暂停及播放等功能。(The use of Android platform developed a music player, built-in API in the MediaPlayer based, to achieve the music selection, pause and play and other functions.)
Platform: | Size: 2156544 | Author: 大亮无敌 | Hits:

[Other音乐播放器

Description: c/s架构的简易版PC音乐播放器,只能是wav格式的音乐,作为熟悉io流,线程,socket等技术的练习(Simple version of the c/s architecture music player)
Platform: | Size: 15980544 | Author: 鲁大师 | Hits:

[OtherMFC 音乐播放器傻瓜教程

Description: 简单的音乐播放器 拥有各种功能 欢迎下载体验(Simple music player has various functions, welcome to download experience)
Platform: | Size: 54273024 | Author: 肯可呢 | Hits:

[source in ebook(c语言)音乐播放器源码

Description: 一个用c语言编写的音乐播放器 操作说明: 1.单击<简单的DERL,欢迎使用>字样或点击菜单按钮添加音乐目录。 2.歌曲列表选中歌曲双击播放,鼠标右键返回桌面,鼠标左键单击歌曲名或歌手进入歌曲列表。 3.在程序桌面按鼠标右键窗口缩小至只显示歌手和歌曲名。 4.最小化按钮将程序最小化至托盘。 5.在菜单中更换背景可更换背景图或背景色,新增更换自定义的背景图。(配置背景颜色需重新启动程序才能生效。)(A music player written in C language Operation instructions: 1. click < simple DERL, welcome to use < > or click menu button to add music list. 2. song list, select the song, double-click the play, right mouse button to return to the desktop, the left mouse button, click the song name or singer to enter the list of songs. 3. in the desktop, press the right mouse button window to narrow down to only show the singer and song name. 4. minimize the button to minimize the program to the tray. 5. change the background in the menu, you can change the background or background color, add new change custom background map. (configuring the background color requires restarting the program to take effect.))
Platform: | Size: 6217728 | Author: 黑夜诗人 | Hits:

[Embeded-SCM Develop实验43 音乐播放器实验

Description: 基于STM32的音乐播放器,使用战舰V3开发板,STM32F3ZET6。开发的音乐播放器。(STM32-based music player, using the warship V3 development board, STM32F3ZET6. Developed music player.)
Platform: | Size: 1751040 | Author: 狮子的追求 | Hits:

[JSP/Java音乐播放器V3.0

Description: 一个功能全面的音乐播放器,可听本地音乐和网络音乐,有网络上的热歌排行榜和新歌排行榜(A full featured music player, listening to local music and online music, hot songs on the Internet, and new songs)
Platform: | Size: 567296 | Author: 许大虫 | Hits:

[Multimedia Developjava音乐播放

Description: 音乐播放根据src路径播放也可以传值不知道这样够不够20个字呢(Music plays according to the SRC path and can also be passed)
Platform: | Size: 1024 | Author: 七位 | Hits:

[JSP/JavaAndroid应用源码适合新手的音乐播放器项目源码

Description: 基于android studio的音乐播放器的实现(Implementation of music player based on Android studio)
Platform: | Size: 3449856 | Author: 飞扬扬飞 | Hits:

[SCM音乐播放器

Description: 基于STM32F407 音乐播放器程序(Music player program based on STM32F407)
Platform: | Size: 1455104 | Author: DAVID6 | Hits:

[Windows Develop简易音乐播放器

Description:  实现一个简易的音乐播放器,其音乐播放的核心功能是采用Qt支持的Phonon框架。这里用这个框架同样是用来播放,暂停等多媒体的各种控制功能,另外该框架可以自动获取音频文件的一些信息,这样我们在设计播放列表时可以获取这些信息,比如歌手名,专辑名,时长,文件名等等。程序中桌面歌词的实现是继承了QLabel类,然后使用3层文本显示,最上面一层采用渐进显示的方式来达到歌词播放的动态效果。   开发环境:WindowsXP+Qt4.8.2+QtCreator2.5.1(To achieve a simple music player, the core function of its music player is to use the Qt framework supported by Phonon. Here in this framework is also used to play, pause and other multimedia information in a variety of control functions, the framework can automatically obtain the audio file, so that we can get the information in the design of playlists, such as artist name, album name, length, file name and so on. In the program, the realization of the desktop lyrics is inherited QLabel class, and then use 3 layers of text display, the top layer of progressive display method to achieve the dynamic effect of lyrics play. Development environment: WindowsXP+Qt4.8.2+QtCreator2.5.1)
Platform: | Size: 13966336 | Author: 咚咚锵007 | Hits:

[Other81-音乐播放

Description: 81-音乐播放(81- music playback)
Platform: | Size: 11264 | Author: 5fj37zhp | Hits:

[Other《PIC实现音乐播放程序》

Description: ;PIC16F877A实现音乐播放程序(《两只老虎》片段) ;功能说明: ;1.通过驱动实验板上的蜂鸣器发声,实现音乐的播放。 ;2.从TABLE中取出播放音乐的音调(1、2....7)通过改变该表中的值即可实现播放不同的音乐。 ;3.从TABLE_YP中取出播放音乐的音频,即该音调持续的时间。 ;4.调整DELAY延时的长短即可实现音乐播放的快慢。(PIC16F877A music player program (two tigers) Function description: 1., by driving the buzzer sound on the experimental board, to achieve music playback. 2.. The music (1, 2,.7) that extracts the music from the TABLE can be played differently by changing the values in the table. 3. take out the audio that broadcasts music from TABLE_YP, that is, the duration of the tone. 4., adjust the length of DELAY delay to achieve the speed of music playback.)
Platform: | Size: 2048 | Author: POP12 | Hits:

[Windows Develop音乐播放器

Description: 一款Visual Basic编写的音乐播放器(A music player written by Visual Basic)
Platform: | Size: 100352 | Author: LGJ | Hits:

[Multimedia program李弟音乐播放器

Description: 是一个个人的音乐播放的音乐播放器,自带有漂亮的皮肤(可自行选择)(The music player is a personal music player, with a beautiful skin (which can be chosen by itself).)
Platform: | Size: 8556544 | Author: 李小三 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net