threshold.pjt

来自「适用于TI公司DM642的阈值分割例程 很好的资料」· PJT 代码 · 共 39 行

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

[Project Settings]
ProjectName="Threshold"
ProjectDir="E:\EVM\DM642_20060117\program06\Threshold\"
ProjectType=Executable
CPUFamily=TMS320C62XX
Tool="Compiler"
Tool="DspBiosBuilder"
Tool="Linker"
Config="Debug"
Config="Release"

[Source Files]
Source="..\lena512c.obj"
Source="C:\tidm642\c6000\cgtools\lib\rts6201.lib"
Source="main.c"
Source="Threshold.c"
Source="hello.cmd"

["Compiler" Settings: "Debug"]
Options=-g -q -o2 -fr"E:\EVM\DM642_20060117\program06\Threshold\Debug" -d"_DEBUG"

["Compiler" Settings: "Release"]
Options=-q -o3 -fr"E:\EVM\DM642_20060117\program06\Threshold\Release"

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

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

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

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

⌨️ 快捷键说明

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