exp7c.mak

来自「本代码实现了基于TITMS320VC55xx系列的fft实现」· MAK 代码 · 共 47 行

MAK
47
字号
/************* Code Composer V1 Project Data ********************
  The following section contains data generated by Code Composer
  to store project information like build options, source filenames
  and dependencies.

[command filename]
exp7.cmd 7

[Project Root]
D:\DSPBK\web\exp\exp7

[build options]
3
Linker = "-c -o exp7c.out -x -l rts55.lib "
Assembler = "-g -as "
Compiler = "-g -as -frD:\DSPBK\web\exp\exp7 "

[source files]
exp7c.c 979938592 1
w_table.c 979871360 1
bit_rev.asm 979869108 1
fft_c.asm 979938358 1
math.h 0 0
icomplex.h 971570204 0
input7b.dat 979937138 0
22183

[dependencies]
 3 4:6 5:7 6:8 7717
 2 5:5 4:6 -5978
 0 -802
 0 -802
 0 -802
 0 -802
 0 -802

[version]
2.0
*/
-c -o exp7c.out -x -l rts55.lib
"..\..\..\WEB\EXP\EXP7\FFT_C.obj"
"..\..\..\WEB\EXP\EXP7\BIT_REV.obj"
"..\..\..\WEB\EXP\EXP7\W_TABLE.obj"
"..\..\..\WEB\EXP\EXP7\EXP7C.obj"
"..\..\..\WEB\EXP\EXP7\EXP7.CMD"
/******** End of Project Data Generated by Code Composer ********/

⌨️ 快捷键说明

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