搜索资源列表
KEY-LED-MUSIC-TEST
- 89CS51单片机 简单音乐播放器,具有选歌、显示、暂停等功能-a simple music player
yinyue
- 一个关于51单片机设计的简单音乐播放器C语言程序。-About 51 single-chip design of a simple music player C language program.
musicplayer
- 使用单片机来设计的一套简单的音乐播放器,内部有系统结构图及源代码,不知道上次的上传成功否,再传一次-Using the microcontroller to design a simple music player, an internal system structure and source code, do not know whether the last successful upload, send it again
51-music
- 使用51单片机制作的音乐播放器,可以播放简单的音乐-Produced using 51 single-chip music player that can play simple music
music
- c51单片机,音乐播放器,可以简单切换歌曲,随意切换多首歌曲-c51 microcontroller, music player, you can simply switch songs, free to switch between multiple songs
yinyuebofangqidesheji
- 用51系列的单片机,设计一个简单的音乐播放器-51 series single-chip, design a simple music player
wav-music-player
- 用AVR做的音乐播放器,简单实用.可以播放SD卡里面的WAV音乐文件-AVR to do the music player, simple and practical. WAV music files can play SD card inside the
yyyy
- 基于51单片机的音乐播放器,可以播放一些简单的歌谱,可用24c02存储-Based on the the 51 MCU music player, can play a simple song sheet, available 24c02 storage
music
- 通过proteus仿真实现的51单片机音乐播放器。能够播放简单的乐曲。-Through simulation proteus 51 SCM music player. Able to play a simple song.
M8-Player
- M8音乐播放器,很简单的程序,对初学者很有帮助-M8 music player, a very simple procedure, useful for beginners
myPlayer
- 该软件是基于wince的directshow mp3 音乐播放器,能实现简单的音乐播放功能,并且有播放列表,能实现上一曲,下一曲切换-The software is based on the wince directshow mp3 music player, can achieve a simple music player, and there is a playlist, to achieve on a lower one switch
ADS_MultiPlayer
- mini2440开发板上完成的一个小项目,全部是基于裸机驱动的,不带操作系统。包括简单的音乐播放器,图片浏览器,闹钟,LED灯控制等模块。-A small project done mini2440 development board, all based on bare metal drive without operating system. Including simple music player, picture viewer, alarm clock, LED light contr
51MusicPlayer
- 基于51单片机和简单功率放大电路的音乐播放器程序,keil4环境下编译,可自添加曲目,自带两只蝴蝶等3首歌曲-51 And based on self power amplifier circuit is simple music player program, under keil4 compiler environment, can be customized to add tracks, comes with three songs, two butterflies
musicplayer
- 利用FPGA开发板做的音乐播放器,可以播放四首简单的歌曲,通过外接耳机即可收听-Using FPGA development board to do a music player that can play four simple song, you can listen through external headphones
music-player
- STM32F103 实现一个简单的音乐播放器( 支持wav/mp3/wma/flac/ogg/midi/aac等格式)。-STM32F103 achieve a simple music player (supports wav/mp3/wma/flac/ogg/midi/aac formats).
mp3
- 基于FPGA的mp3播放器 ,使用Verilog 语言,简单实现音乐播放器功能-FPGA MP3 player
音乐播放器
- 通过5v无源蜂鸣器在stc52上实现播放音乐,简单易懂(5V passive buzzer through stc52 to achieve music playback, easy to understand)
音乐仿真电路
- 简单的音乐播放器,通过单片机实现音乐播放功能。(Simple music player, through the microcontroller to achieve music playing function.)
MyMusic-master
- 一个具备必备功能的简单音乐播放器,其中有一个摇一摇换下一曲功能(A simple music player with the necessary functions)
AT89C4051+SD卡和3310做的音乐播放器
- 这个小玩意,采用 ATMEL 的传统51MCU作主控制芯片,加上SD卡和显示屏,就可以作简单的音乐播放器了,虽然音质不怎么样,不过作为DIY还是蛮有乐趣,希望大家喜欢。 没有采用FAT文件系统,只是按扇区读取SD卡,由于2051资源有限,改为4051有望可以操作FAT,但目前程序还在不断完善中。 128byte怎样读取512byte的扇区数据?可以采用边读边播放的方式,就能解决。音乐文件是32KHz取样率的WAV文件,所以和HIFI就沾不上边了。