CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程

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

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2010-11-22
  • 文件大小:
    7.95mb
  • 已下载:
    2次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

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

相关说明

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

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com