文件名称:嵌入式MP3完整实现

  • 所属分类:
  • 嵌入式/单片机编程
  • 资源属性:
  • [C/C++] [源码]
  • 上传时间:
  • 2010-11-22
  • 文件大小:
  • 7.95mb
  • 下载次数:
  • 0次
  • 提 供 者:
  • fanopi
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

ARM平台上MP3系统的完整实现。包含嵌入式OS、嵌入式GUI、MP3解码库、MP3 tag提取、歌词等完整的功能实现。
(系统自动生成,下载前可以参看下载内容)

下载文件列表

压缩包 : 嵌入式MP3完整实现.zip 列表
嵌入式MP3完整实现/Chinese Character Library/
嵌入式MP3完整实现/Chinese Character Library/HZK16.c
嵌入式MP3完整实现/common/
嵌入式MP3完整实现/common/inc/
嵌入式MP3完整实现/common/inc/assert.h
嵌入式MP3完整实现/common/inc/at91sam3u4_it.h
嵌入式MP3完整实现/common/inc/board.h
嵌入式MP3完整实现/common/inc/chip.h
嵌入式MP3完整实现/common/inc/core_cm3.h
嵌入式MP3完整实现/common/inc/dbgu.h
嵌入式MP3完整实现/common/inc/irq.h
嵌入式MP3完整实现/common/inc/math.h
嵌入式MP3完整实现/common/inc/pio.h
嵌入式MP3完整实现/common/inc/pmc.h
嵌入式MP3完整实现/common/inc/trace.h
嵌入式MP3完整实现/common/inc/usart.h
嵌入式MP3完整实现/common/inc/util.h
嵌入式MP3完整实现/common/src/
嵌入式MP3完整实现/common/src/cmsis/
嵌入式MP3完整实现/common/src/cmsis/core_cm3.c
嵌入式MP3完整实现/common/src/cmsis/system_SAM3U.c
嵌入式MP3完整实现/common/src/dbgu.c
嵌入式MP3完整实现/common/src/math.c
嵌入式MP3完整实现/common/src/nvic.c
嵌入式MP3完整实现/common/src/pio.c
嵌入式MP3完整实现/common/src/pmc.c
嵌入式MP3完整实现/common/src/usart.c
嵌入式MP3完整实现/common/src/util.c
嵌入式MP3完整实现/common/startup/
嵌入式MP3完整实现/common/startup/startup_SAM3U.s
嵌入式MP3完整实现/CooCox_lib/
嵌入式MP3完整实现/CooCox_lib/coocox.lib
嵌入式MP3完整实现/CooCox_lib/coocox_lib/
嵌入式MP3完整实现/CooCox_lib/coocox_lib/project/
嵌入式MP3完整实现/CooCox_lib/coocox_lib/project/coocox.uvopt
嵌入式MP3完整实现/CooCox_lib/coocox_lib/project/coocox.uvproj
嵌入式MP3完整实现/CooCox_lib/CoOS/
嵌入式MP3完整实现/CooCox_lib/CoOS/Document/
嵌入式MP3完整实现/CooCox_lib/CoOS/Document/CooCox CoOS's TERMS AND CONDITIONS.pdf
嵌入式MP3完整实现/CooCox_lib/CoOS/Document/readme.txt
嵌入式MP3完整实现/CooCox_lib/CoOS/kernel/
嵌入式MP3完整实现/CooCox_lib/CoOS/kernel/coocox.h
嵌入式MP3完整实现/CooCox_lib/CoOS/kernel/CoOS.h
嵌入式MP3完整实现/CooCox_lib/CoOS/kernel/core.c
嵌入式MP3完整实现/CooCox_lib/CoOS/kernel/event.c
嵌入式MP3完整实现/CooCox_lib/CoOS/kernel/flag.c
嵌入式MP3完整实现/CooCox_lib/CoOS/kernel/hook.c
嵌入式MP3完整实现/CooCox_lib/CoOS/kernel/kernelHeap.c
嵌入式MP3完整实现/CooCox_lib/CoOS/kernel/mbox.c
嵌入式MP3完整实现/CooCox_lib/CoOS/kernel/mm.c
嵌入式MP3完整实现/CooCox_lib/CoOS/kernel/mutex.c
嵌入式MP3完整实现/CooCox_lib/CoOS/kernel/OsConfig.h
嵌入式MP3完整实现/CooCox_lib/CoOS/kernel/OsCore.h
嵌入式MP3完整实现/CooCox_lib/CoOS/kernel/OsError.h
嵌入式MP3完整实现/CooCox_lib/CoOS/kernel/OsEvent.h
嵌入式MP3完整实现/CooCox_lib/CoOS/kernel/OsFlag.h
嵌入式MP3完整实现/CooCox_lib/CoOS/kernel/OsKernelHeap.h
嵌入式MP3完整实现/CooCox_lib/CoOS/kernel/OsMM.h
嵌入式MP3完整实现/CooCox_lib/CoOS/kernel/OsMutex.h
嵌入式MP3完整实现/CooCox_lib/CoOS/kernel/OsQueue.h
嵌入式MP3完整实现/CooCox_lib/CoOS/kernel/OsServiceReq.h
嵌入式MP3完整实现/CooCox_lib/CoOS/kernel/OsTask.h
嵌入式MP3完整实现/CooCox_lib/CoOS/kernel/OsTime.h
嵌入式MP3完整实现/CooCox_lib/CoOS/kernel/OsTimer.h
嵌入式MP3完整实现/CooCox_lib/CoOS/kernel/queue.c
嵌入式MP3完整实现/CooCox_lib/CoOS/kernel/sem.c
嵌入式MP3完整实现/CooCox_lib/CoOS/kernel/serviceReq.c
嵌入式MP3完整实现/CooCox_lib/CoOS/kernel/task.c
嵌入式MP3完整实现/CooCox_lib/CoOS/kernel/time.c
嵌入式MP3完整实现/CooCox_lib/CoOS/kernel/timer.c
嵌入式MP3完整实现/CooCox_lib/CoOS/kernel/utility.c
嵌入式MP3完整实现/CooCox_lib/CoOS/kernel/utility.h
嵌入式MP3完整实现/CooCox_lib/CoOS/portable/
嵌入式MP3完整实现/CooCox_lib/CoOS/portable/arch.c
嵌入式MP3完整实现/CooCox_lib/CoOS/portable/GCC/
嵌入式MP3完整实现/CooCox_lib/CoOS/portable/GCC/port.c
嵌入式MP3完整实现/CooCox_lib/CoOS/portable/IAR/
嵌入式MP3完整实现/CooCox_lib/CoOS/portable/IAR/portForM0.asm
嵌入式MP3完整实现/CooCox_lib/CoOS/portable/IAR/portForM3.asm
嵌入式MP3完整实现/CooCox_lib/CoOS/portable/Keil/
嵌入式MP3完整实现/CooCox_lib/CoOS/portable/Keil/port.c
嵌入式MP3完整实现/CooCox_lib/CoOS/portable/OsArch.h
嵌入式MP3完整实现/LRC/
嵌入式MP3完整实现/LRC/inc/
嵌入式MP3完整实现/LRC/inc/lrc.h
嵌入式MP3完整实现/LRC/src/
嵌入式MP3完整实现/LRC/src/lrc.c
嵌入式MP3完整实现/MP3_lib/
嵌入式MP3完整实现/MP3_lib/MP3_lib.lib
嵌入式MP3完整实现/MP3_lib/MP3_lib/
嵌入式MP3完整实现/MP3_lib/MP3_lib/inc/
嵌入式MP3完整实现/MP3_lib/MP3_lib/inc/bit.h
嵌入式MP3完整实现/MP3_lib/MP3_lib/inc/D.dat
嵌入式MP3完整实现/MP3_lib/MP3_lib/inc/decoder.h
嵌入式MP3完整实现/MP3_lib/MP3_lib/inc/fixed.h
嵌入式MP3完整实现/MP3_lib/MP3_lib/inc/frame.h
嵌入式MP3完整实现/MP3_lib/MP3_lib/inc/global.h
嵌入式MP3完整实现/MP3_lib/MP3_lib/inc/huffman.h
嵌入式MP3完整实现/MP3_lib/MP3_lib/inc/imdct_s.dat
嵌入式MP3完整实现/MP3_lib/MP3_lib/inc/layer12.h
嵌入式MP3完整实现/MP3_lib/MP3_lib/inc/layer3.h
嵌入式MP3完整实现/MP3_lib/MP3_lib/inc/mad.h
嵌入式MP3完整实现/MP3_lib/MP3_lib/inc/qc_table.dat
嵌入式MP3完整实现/MP3_lib/MP3_lib/inc/rq_table.dat
嵌入式MP3完整实现/MP3_lib/MP3_lib/inc/sf_table.dat
嵌入式MP3完整实现/MP3_lib/MP3_lib/inc/stream.h
嵌入式MP3完整实现/MP3_lib/MP3_lib/inc/synth.h
嵌入式MP3完整实现/MP3_lib/MP3_lib/inc/timer.h
嵌入式MP3完整实现/MP3_lib/MP3_lib/inc/version.h
嵌入式MP3完整实现/MP3_lib/MP3_lib/project/
嵌入式MP3完整实现/MP3_lib/MP3_lib/project/MP3_lib.lib
嵌入式MP3完整实现/MP3_lib/MP3_lib/project/MP3_lib.plg
嵌入式MP3完整实现/MP3_lib/MP3_lib/project/MP3_lib.uvopt
嵌入式MP3完整实现/MP3_lib/MP3_lib/p

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org