代码搜索结果

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

t6963.c

#define T6963_C #include "includes.h" /************************************************/ /* 取当前行数据*/ /************************************************/ unsigned char fnGetRow(void) { re

t6963.dep

0 Debug $PROJ_DIR$\Debug\Exe\240x64_t6963.d90

t6963.h

#ifndef T6963_H #define T6963_H #ifdef T6963_C // ASCII 字符控制代码解释定义 #define STX 0x02 #define ETX 0x03 #define EOT 0x04 #define ENQ 0x05 #define BS 0x08 #define CR 0x0D #define LF 0x0A #d

basop_t.h

/*________________________________________________________ ___________________ | | | Constants and Globals | |______________________________________

basop_t.c

#include "typedef.h" #include "basop.h" #include "cst_lbc.h" #include "tab_lbc.h" #include "coder.h" #include "decod.h" #include "exc_lbc.h" #include "cod_cng.h" #include "dec_cng.h" #include

t_and_f.c

/* t_and_f.c -- true and false values in C */ #include int main(void) { int true_val, false_val; true_val = (10 > 2); /* value of a true relationship */ false_val = (