zhongzhi.pjt

来自「C5509下的CCS中对图像的中值滤波程序」· PJT 代码 · 共 37 行

PJT
37
字号
; Code Composer Project File, Version 2.0 (do not modify or remove this line)

[Project Settings]
ProjectDir="c:\icetek-vc5509-edulab\zhongzhi\"
ProjectType=Executable
CPUFamily=TMS320C55XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="..\Lab0802-EdgeCount\zhong.c"
Source="main.c"
Source="shuru.c"
Source="VC5509.CMD"

["Compiler" Settings: "Debug"]
Options=-g -q -fr"c:\icetek-vc5509-edulab\zhongzhi\Debug" -d"_DEBUG"

["Compiler" Settings: "Release"]
Options=-q -o2 -fr"c:\icetek-vc5509-edulab\zhongzhi\Release"

["DspBiosBuilder" Settings: "Debug"]
Options=-v55

["DspBiosBuilder" Settings: "Release"]
Options=-v55

["Linker" Settings: "Debug"]
Options=-q -c -m".\Debug\zhongzhi.map" -o".\Debug\zhongzhi.out" -x

["Linker" Settings: "Release"]
Options=-q -c -m".\Release\zhongzhi.map" -o".\Release\zhongzhi.out" -x

⌨️ 快捷键说明

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