mp3decoder.c
来自「这个是非常不错的mp3源码」· C语言 代码 · 共 15 行
C
15 行
#define _LIBRARY_DEFINE
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include "..\Inc\AT8xC51SND1.h"
#include "..\Inc\GLOBAL.h"
#include "..\Inc\CHIPSOURCE.h"
#include "..\Inc\COMMON.h"
#include "..\Inc\IDEIO.h"
#include "..\Inc\FAT32.h"
#include "..\Inc\LCD.h"
#include "MP3DECODER.h"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?