代码搜索结果

找到约 10,000 项符合 Test 的代码

test.cmd

-c -l ..\include\rts.lib -l ..\include\c54fir.lib -stack 0x400 -heap 0x400 -o test.out -m test.map MEMORY { PAGE 0: INT_PM_DRAM: origin = 0080h,

test.asm

;*************************************************************** ;* TMS320C54x ANSI C Codegen Version 1.10 * ;* Date/Time created: Sat Jun 12 16:50:56 1999 * ;*

test.map

***************************************************** TMS320C54x COFF Linker Version 1.10 ***************************************************** Sat Jun 12 16:50:57 1999 OUTPUT FILE NAM

test.dat

DATA y[16]={ 0x59ee, /* k1 = 0.70259 */ 0xa178, /* k2 = -0.738498 */ 0x52f1, /* k3 = 0.648 */ }; DATA x[16]={ 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0x1000, 0

test.c

#include "..\include\c54fir.h" DATA d[16]={ 0 }; #include "test.dat" void main() { dptr=d; oflag = firlat( x, y, r, &dptr, 3, 16); for(;;){} }

test.cmd

-c -l ..\include\rts.lib -l ..\include\c54fir.lib -stack 0x200 -heap 0x200 -o test.out -m test.map MEMORY { PAGE 0: INT_PM_DRAM: origin = 0080h,

test.asm

;*************************************************************** ;* TMS320C54x ANSI C Codegen Version 1.10 * ;* Date/Time created: Sat Jun 12 16:50:41 1999 * ;*