代码搜索结果
找到约 10,000 项符合
T 的代码
t.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 {
t.c
#include
#include
#include
//===========================函数声明=====================================//
void SendData(unsigned char Serial_data) ;
unsigned char ReadCode();
t.c
#include "msstate_lrwpan.h"
typedef unsigned char byte;
typedef unsigned int word;
//延时
#define DQ P1_4
void delay(word useconds)
{
for(;useconds>0;useconds--);
}
//复位
byte ow_reset
t.htm
Delphi 7 ActiveX Test Page
You should see your Delphi 7 forms or controls embedded in the form below.
function LoginServer()
{