Welcome![Sign In][Sign Up]
Location:
Search - music.h

Search list

[Other resourceCVAVR_M16_Sound

Description: 这是一个让单片机发出音乐的程序,包括几种简单的声响,警声,和几首音乐。 ..\\TestSound.prj 项目文件 ..\\TestSound.c 主程序文件 ..\\Music.h 音乐驱动文件 ..\\Music_data.h 几首音乐数据文件 ..\\TestSound.hex 可供烧录的文件 ..\\TestSound.asm 生成的汇编文件-This a music MCU issued procedures, including several simple beep, Offbeat, and several of the music. .. \\ TestSound.prj project document .. \\ TestSound.c main program documents. . \\ Music.h music-driven document .. \\ Music_data.h several of the music data files .. \\ TestSound.hex for copying documents .. \\ generated TestSound.asm compilation
Platform: | Size: 39223 | Author: Aleyn.wu | Hits:

[WEB CodeVC_Music_Play

Description: VC 中音乐最完美的实现 想在程序中播放mp3,wma,wav等所有格式的音乐文件吗?网上这样的介绍真是少!!这是一个封装了音乐的各种操作,比如音量调节,进度调节,的类。包 含两个类,CMusic,CSound。分别在文件music.h,music.cpp,sound.h,sound.cpp。
Platform: | Size: 8019 | Author: Jerry | Hits:

[Other resourcemusic

Description: v h d l 编程,通过蜂鸣器播放定制的乐曲,
Platform: | Size: 2976 | Author: yuan | Hits:

[Multimedia programmpeg4ip-1.5.0.1.tar

Description: MPEG4IP提供一个端对端的系统来实现音视频流的传输,支持包括MPEG4/H.261/MPEG2/H.263 MP3/AAC/AMR等不同编码格式。可以应用于linux,windows,Mac OS X平台下。-MPEG4IP provide an end-to-end system to achieve the Music Video transmission, support includes such non MPEG4/H.261/MPEG2/H.263 MP3/AAC/AMR with the coding format. Can be used linux, windows, Mac OS X platform.
Platform: | Size: 4826112 | Author: ldh | Hits:

[SCMCVAVR_M16_Sound

Description: 这是一个让单片机发出音乐的程序,包括几种简单的声响,警声,和几首音乐。 ..\TestSound.prj 项目文件 ..\TestSound.c 主程序文件 ..\Music.h 音乐驱动文件 ..\Music_data.h 几首音乐数据文件 ..\TestSound.hex 可供烧录的文件 ..\TestSound.asm 生成的汇编文件-This a music MCU issued procedures, including several simple beep, Offbeat, and several of the music. .. \ TestSound.prj project document .. \ TestSound.c main program documents. . \ Music.h music-driven document .. \ Music_data.h several of the music data files .. \ TestSound.hex for copying documents .. \ generated TestSound.asm compilation
Platform: | Size: 38912 | Author: Aleyn.wu | Hits:

[DocumentsVC_Music_Play

Description: VC 中音乐最完美的实现 想在程序中播放mp3,wma,wav等所有格式的音乐文件吗?网上这样的介绍真是少!!这是一个封装了音乐的各种操作,比如音量调节,进度调节,的类。包 含两个类,CMusic,CSound。分别在文件music.h,music.cpp,sound.h,sound.cpp。 -VC of music would like to realize the most perfect player in the proceedings mp3, wma, wav and so on all formats of music files? Online this introduction is really small! ! This is a package of music, all kinds of operation, for example, to adjust the volume, the progress of regulation, the class. Consists of two categories, CMusic, CSound. , Respectively, in the document music.h, music.cpp, sound.h, sound.cpp.
Platform: | Size: 8192 | Author: Jerry | Hits:

[SCMmusic

Description: 这是一个用单片机来演奏音乐的程序,很通俗易懂,里面有源程序和HEX烧录文件-This is a single-chip to play music with the procedure, it is easy to understand, which has source code and HEX file burner
Platform: | Size: 31744 | Author: haoquan | Hits:

[BooksMYSQL

Description: 3、使用如下命令更改密码: shell> mysqladmin -u root -p password ‘newpass’ Enter Password:******* 出现Enter Password的提示后输入原来的密码oldpass即可。 读者可以尝试其它所有本章介绍的方法。 4、首先以root用户的身份连接到服务器: shell> mysql -u root -p Enter password:******* 出现Enter password提后输入root用户的密码,然后即进入mysql客户机的交互模式,可以看到下面的提示: Welcome to the MySQL monitor. Commands end with or \g. Your MySQL connection id is 4 to server version: 3.23.25-beta-log Type help or \h for help. Type \c to clear the buffer mysql> 然后发布查询,直接键入题目中的语句: mysql> SELECT User,Host FROM mysql.user -3, use the following command to change the password: shell> mysqladmin-u root-p password newpass Enter Password :******* the Enter Password prompt appears enter the original password after you oldpass. Readers can try all other methods described in this chapter. 4, first of all to root the identity of the user to connect to the server: shell> mysql-u root-p Enter password :******* appear Enter password to enter the root after the user s password, and then entering the mysql client interactive mode , we can see the following prompt: Welcome to the MySQL monitor. Commands end with or g.Your MySQL connection id is 4 to server version: 3.23.25-beta-logType help or h for help. Type c to clear the buffermysql> and then release inquiries, directly type the subject of statement: mysql> SELECT User, Host FROM mysql.user
Platform: | Size: 22449152 | Author: qwli | Hits:

[Streaming Mpeg4bpmdetect

Description: 检测音频文件的BPM(速度),能够识别mp3,wmv等音乐文件格式,可在WINDOWS/UNIX下使用-Detection of an audio file of the BPM (speed), to identify mp3, wmv and other music file formats can be WINDOWS/UNIX use
Platform: | Size: 1534976 | Author: 成风 | Hits:

[SCMmusic

Description: v h d l 编程,通过蜂鸣器播放定制的乐曲,-vhdl ??????????涿
Platform: | Size: 3072 | Author: yuan | Hits:

[SCMmusic

Description: 单片机播放音乐实验(汇编) org 0000h ajmp main org 000bh ajmp timer0 org 0030h timer0: clr ea djnz 33h,exit mov 33h,53h djnz 32h,exit mov 32h,52h djnz 31h,exit1 mov 31h,51h djnz 30h,exit1 setb f0 ajmp exit exit1: cpl p2.1 exit: setb ea reti main: mov tmod,#02h mov ie,#82h mov th0,#254 mov tl0,#254 mov dptr,#tab main1: mov 40h,#00h-Singlechip play music Experiment (compilation) org 0000hajmp mainorg 000bh ajmp timer0org 0030htimer0: clr eadjnz 33h, exitmov 33h, 53hdjnz 32h, exitmov 32h, 52hdjnz 31h, exit1mov 31h, 51hdjnz 30h, exit1setb f0ajmp exitexit1: cpl p2.1exit: setb earetimain : mov tmod,# 02hmov ie,# 82hmov th0,# 254mov tl0,# 254mov dptr,# tabmain1: mov 40h,# 00h
Platform: | Size: 17408 | Author: 微微 | Hits:

[Othermusic

Description: //--- --- - 音乐简谱播放器--- --- - /*奏乐程序使用说明 调用方式: sing fname [speed [times]] 文件名 速度(拍/分) 遍数 简谱文件格式: 第1行: 曲名 节拍 调号 第2行-- 乐谱 (空格,换行无意义,但不得插在一个"音描述"内部) 记号: * 节拍,调号,小节分隔符,终止符,升音符,中音音高,休止符,附点,延长 符等 -- 按照常规. * 音描述 -- [3连音符][升降还原符]音高[高低音后缀][音长][附点][延长符] * 3连音符 -- ^ 只标在第1音前,音长只标在第3音后 (3连音的实际总音长为所标音长的两倍,例如:^323 的总音长为1拍) * 降音符 -- @ * 还原符 -- $ * 高低音后缀 -- H(高音) U(高16度音) 连用音程相加 L(低音) W(低16度音) * 音长 -- 无(1拍) (1/2拍) "(1/4拍) 连用为相乘*/-Music notation player
Platform: | Size: 88064 | Author: zhenzhi868 | Hits:

[Search Enginefollow

Description: Follow me超级搜索引擎V6.1(无数据库版) 主要功能: 1.本程序整合google、百度、搜狗、中搜、搜搜等等近百个搜索引擎为一体. 2.可以搜索网页、音乐、影视、软件、图片、小说、新闻、论坛、游戏、Flash、地图、购物、商业特色搜索等10多个搜索主题. 3.占用CPU资源少,支持流量大. 4.本程序版面绝对精美,所有资料来原于各大搜索引擎,完全不用维护,只要改一下网站资料和放些广告就可以了. 5.最新增加默认搜索功能,可以让用户选择百度或google或百度+google作为默认搜索设置,方便大家的使用习惯(这功能还没有其它搜索引擎能做到). 6.还增加了采用AJAX技术开发的\"网址快速搜索\"功能,这功能全国只有少数网站才拥有. 7.本程序已做好SEO搜索引擎优化的,可以尽快让搜索引擎收录你的网站. 8.本程序已设置好广告位,大家可以按自己的需要添加自己的广告. 9.本程序分有数据库和无数据库版本,如果对ASP不太熟的用有数据库版方便管理,对ASP很熟的话就可以使用无数据库版,无数据库版支持流量会更多.-Follow me Super Search Engine V6.1(non-database version) Main functions: 1. This procedure integrates google, Baidu, Sogou, in search, seizure found that close to a hundred and so on search engines as a whole. 2. Can search web pages, music, video, software, pictures, stories, news, forums, games, Flash, maps, shopping, commercial characteristics such as more than 10 english english subject. 3. Occupy less CPU resources to support the flow. 4. This procedure is absolutely exquisite layout, all the information to the original proposal in the major search engines do not need maintenance, so long as the change the website information and put some ads on it. 5. The latest increase in the default search function, allowing users to select or google or Baidu Baidu+ google as default search settings to facilitate the use of U.S. customary (which features no other search engine can do). 6. Has also increased the use of AJAX technology development \ "URL Express english \" fea
Platform: | Size: 168960 | Author: 杀敌 | Hits:

[Software Engineeringcradio_chs

Description: windows系统下的收音机,可以尽情享受音乐的快乐-Radio under the windows system, you can enjoy the joy of music
Platform: | Size: 1975296 | Author: 赵晓铭 | Hits:

[Windows DevelopSoundProject

Description: 这是播放Wave音乐文件VC源代码,具体看代码.单独CWave.h CWave.cpp 可以直接放到工程中使用.-This is to broadcast the document VC source of Wave music code and concretely see a code.Alone the CWave.h CWave.cpp can directly put the usage in the engineering.
Platform: | Size: 29696 | Author: moyihua | Hits:

[assembly languageh

Description: 一个用汇编写的音乐程序,我希望对学单片机的同学有用-An assembler program to write music, I wish to be useful for school students SCM
Platform: | Size: 1024 | Author: liudehua | Hits:

[Other Embeded programbofangyingyue

Description: 基于8051单片机的程序设计 用来播放简单的音乐。 用keil c 软件设计c语言设计 并调试-8051-based programs designed to play simple music. Keil c software design using c language design and debug
Platform: | Size: 239616 | Author: | Hits:

[SymbianEasyMusic

Description: symbian 一款音乐播放器例子,可以重服务器上下载更新歌曲,上传歌曲,可以播放。还有一些简单的操作:删除,排序等-symbian example of a music player, you can re-download the update songs on the server, upload songs to play. There are some simple operations: delete, sort, etc.
Platform: | Size: 100352 | Author: 魏林沐风 | Hits:

[SCMdrivers

Description: 一些可参考的驱动程序 LCD,DS1302,music,ds18b20,max531,串口通信,EEPROM,等等,解释很详细-Some refer to drivers LCD, DS1302, music, ds18b20, max531, serial communication, EEPROM, etc., explained in great detail
Platform: | Size: 25600 | Author: 无所畏 | Hits:

[matlabmusic and esprit 的matlab程序

Description: 阵列信号处理中的music算法h和esprit算法,适用于阵列信号处理的研究人员(array signal processing)
Platform: | Size: 2048 | Author: 杨洋520 | Hits:
« 12 3 »

CodeBus www.codebus.net