代码搜索结果

找到约 5,618 项符合 MP3 的代码

mp3.c

#include "AT89C51SND1_REG.H" #include "MCU_KEYPAD.H" #include "MP3_PLAYER.H" #include "FILE_SYS.H" void main() { void main() { //MP3 Player /*初始化*/ MP3player_Init(); //解码器初

sd_2.asm

;MP3 Player kunio.h Ver1.0 H15.8.17 ;**** includes **** .include "m8def.inc" ; Load immediate word into the resister pair. ; ldiw Z(X,Y),var .macro ldiw ldi @0L,low(@1) ldi @0H,high(@1)

sd_4.asm

;MP3 Player kunio.h Ver1.7 H15.9.22 ;**** includes **** .include "m8def.inc" ; Load immediate word into the resister pair. ; ldiw Z(X,Y),var .macro ldiw ldi @0L,low(@1) ldi @0H,high(@1)

sd_2.asm

;MP3 Player kunio.h Ver1.0 H15.8.17 ;**** includes **** .include "m8def.inc" ; Load immediate word into the resister pair. ; ldiw Z(X,Y),var .macro ldiw ldi @0L,low(@1) ldi @0H,high(@1)

sd_4.asm

;MP3 Player kunio.h Ver1.7 H15.9.22 ;**** includes **** .include "m8def.inc" ; Load immediate word into the resister pair. ; ldiw Z(X,Y),var .macro ldiw ldi @0L,low(@1) ldi @0H,high(@1)

mp3.c

/************************************************************************************************************** mp3播放模块(由于交叉编译库不完备,在开发板上只能暂时只能播放mp2格式的文件)。该模块由 4个主要函数构成:main(),mp3_play(),MPEG4_CtrlMess

remote.dbg

IMAGECRAFT DEBUG FORMAT VERSION 1.1 CPU AVR DIR C:\DATA\MP3\Remote\Code\ FILE NokiaLCD.c DEFSTATIC FontLookup 7C A[600:120:5]kc FILE remote.c FUNC main 322 fV BLOCK 35 324 LINE 35 324 LINE 4

mp3player.s

.module MP3Player.c .area data(ram, con, rel) _Key:: .blkb 1 .area idata .byte 0 .area data(ram, con, rel) .dbfile C:\DATA\MP3\Player\Code2\MP3Player.c .dbsym e Key _Key c _IsPlaying:

generic.s

.module generic.c .area text(rom, con, rel) .dbfile C:\DATA\MP3\Player\Code\generic.c .dbfunc e delay_ms _delay_ms fV ; j -> R20,R21 ; i -> R22,R23 ; ms