代码搜索结果
找到约 10,000 项符合
Test 的代码
test.c
//**************************************************************************************************************//
// SMT8036_SMT8046 TEST SOFTWARE
test.cfg
! Hardware
processor root Default SDBRX=0,1 SDBTX=2,3 cache=0k
! Task declarations indicating channel I/O ports and memory requirements
task Test ins=0 outs=0 stack=20K heap=1M opt=idram:&0000000
test.bat
command/c c6xc Test.c
command/c c6xlink Test
command/c config Test
command/c ws3l Test
test.c
#include
#include
#include
#include "hash.h"
typedef struct {
char uid[20];
char name[10];
char addr[20];
int i0;
} sub_info_t;
typedef struct Has
test.lst
C51 COMPILER V7.07 TEST 09/12/2008 21:58:51 PAGE 1
C51 COMPILER V7.07, COMPILATION OF MODULE TEST
OBJECT MODULE PLACED IN te
test.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {