代码搜索结果

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

makefile

# apps/mp3/frontend/Makefile TARGET_CXX=mail SRC=${shell ls *.cxx} OBJS=${SRC:.cxx=.o} LIBS=-L../lib -lnxmail -lpixil-pim ifeq ($(CONFIG_PAR),y) LIBS+=-lpar endif ifeq ($(CONFIG_SYNC),y) LIBS+=-l

makefile

# apps/mp3/mpegsound/Makefile LIB_STATIC=libmpeg.a SRC= soundinputstream.cc fileinput.cc httpinput.cc \ soundplayer.cc rawplayer.cc rawtofile.cc \ mpegtable.cc filter.cc filter_2.cc \ mpegtoraw.c

uarst.s

.module uarst.c .area text(rom, con, rel) .dbfile E:\5按键_SD卡MP3程序\uarst.c .dbfunc e uart0_init _uart0_init fV .even _uart0_init:: .dbline -1 .dbline 17 ; /******************************

sd.s

.module sd.c .area data(ram, con, rel) _reading:: .blkb 1 .area idata .byte 0 .area data(ram, con, rel) .dbfile E:\5按键_SD卡MP3程序\sd.c .dbsym e reading _reading c _a:: .blkb 1 .area

mp3_run_uv2.bak

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (MP3) Group (Library) File 1,1, File 2,4,

mp3_run.uv2

### uVision2 Project, (C) Keil Software ### Do not modify ! Target (Target 1), 0x0000 // Tools: 'MCS-51' Group (MP3) Group (Library) File 1,1, File 2,4,

cc_build_debug.log

---------------------- Mp3_Decoder_project.pjt - Debug ---------------------- "c:\ti\c5400\cgtools\bin\cl500" -g -q -o2 -fr"E:/Project/MP3/MP3_Decoder_Project/Debug" -d"_DEBUG" -v548 -@"Debug.lkf"

fat.s

.module fat.c .area text(rom, con, rel) .dbfile C:\DATA\MP3\Player\Code2\fat.c .dbfunc e InitFat _InitFat fV .even _InitFat:: xcall push_gset2 sbiw R28,8 .dbline -1 .dbline 23 ; #in

sd.asm

;MP3 Player kunio.h Ver0.9 ;**** 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) .endm ;