代码搜索结果
找到约 8,355 项符合
MP3 的代码
mp3.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR C:\DATA\MP3\Player\Code2\
FILE ata.c
FUNC init_ata 238 fI
BLOCK 18 23E
DEFLOCAL j 1 i
DEFLOCAL i 1 i
DEFLOCAL word_read 1 i
DEFREG device 20 c
mp3播放器.rc2
//
// mp3.RC2 - Microsoft Visual C++ 不会直接编辑的资源
//
#ifdef APSTUDIO_INVOKED
#error 此文件不能由 Microsoft Visual C++ 编辑
#endif //APSTUDIO_INVOKED
//////////////////////////////////////////////////
mp3播放器.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mp3播放器", "mp3播放器.vcproj", "{38D41E45-DF39-4EC2-AA43-586B8156AB9F}"
ProjectSection(Pro
stdafx.cpp
// stdafx.cpp : 只包括标准包含文件的源文件
// mp3播放器.pch 将是预编译头
// stdafx.obj 将包含预编译类型信息
#include "stdafx.h"
mp3播放器dlg.cpp
// mp3播放器Dlg.cpp : 实现文件
//
#include "stdafx.h"
#include "mp3播放器.h"
#include "mp3播放器Dlg.h"
#include ".\mp3播放器dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// 用于应用程序“关于”菜单项的 CAboutD
readme.txt
================================================================================
MICROSOFT 基础类库: mp3播放器 项目概述
===============================================================================
应用
mp3播放器dlg.h
// mp3播放器Dlg.h : 头文件
//
#pragma once
#include "afxwin.h"
#include "avi_mp3.h"
struct Date
{
int ling;
int ty;
char ml[260];
char name[20];
};
// Cmp3Dlg 对话框
class Cmp3Dlg : public
mp3.txt
unit mp3;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ComCtrls, MPlayer, FileCtrl, StdCtrls, ExtCtrls;
type
TForm1 = class(TFor
说明.txt
上次 硬盘<mark>MP3</mark>播放器 的原理图及源代码改进版
经过一段时间的使用,上次的硬盘<mark>MP3</mark>播放器增加了USB下载文件功能;
汉字LCD显示功能;子文件夹功能等。并对软件做了一些修改。并将
硬件电路图画出来了。由于做得仓促,难免有不妥之处,请大家谅解,
欢迎指出错误。谢谢。
现在情况如下:
支持FAT32,FAT16/12还未做。
支持USB下载文件功能,速度300KB/S左右( ...