⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mp3decode.pjt

📁 用TI公司芯片开发的mp3 解码程序 大家来
💻 PJT
字号:
; Code Composer Project File, Version 2.0 (do not modify or remove this line)

[Project Settings]
ProjectDir="N:\CCC\Mp3Decode\"
ProjectType=Executable
CPUFamily=TMS320C24XX
Tool="Compiler"
Tool="CustomBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="fastimdct.c"
Source="fastsb.c"
Source="huff.c"
Source="mp3dec.c"
Source="RESET.asm"
Source="VECTORS.ASM"
Source="windowing.c"
Source="f2407a.cmd"

["Compiler" Settings: "Debug"]
Options=-g -q -fr"$(Proj_dir)\Debug" -d"_DEBUG" -v2xx

["Compiler" Settings: "Release"]
Options=-q -o3 -fr"$(Proj_dir)\Release" -v2xx

["Linker" Settings: "Debug"]
Options=-c -m".\Debug\Mp3Decode.map" -o".\Debug\Mp3Decode.out" -w -x -v2

["Linker" Settings: "Release"]
Options=-c -m".\Release\Mp3Decode.map" -o".\Release\Mp3Decode.out" -w -x -v2

["f2407a.cmd" Settings: "Debug"]
LinkOrder=1

["f2407a.cmd" Settings: "Release"]
LinkOrder=1

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -