代码搜索:3G通信
找到约 10,000 项符合「3G通信」的源代码
代码结果 10,000
www.eeworm.com/read/133676/14030303
ddk 串行通信接收.ddk
www.eeworm.com/read/133676/14030306
hex 串行通信接收.hex
:10010000758920758DF3758BF37598D07587807818
:10011000307A0AD28E1098022115E599C298F59985
:0D01200010990280FBC299F608DAEA80FE11
:00000001FF
www.eeworm.com/read/133676/14030323
lst 串行通信发送.lst
A51 MACRO ASSEMBLER 串行通信发送 04/14/2005 16:13:49 PAGE 1
MACRO ASSEMBLER A51 V1.10
OBJECT MODULE PLACED IN 串行通信发送.OBJ
ASSEMBLER INVOKE
www.eeworm.com/read/133676/14030331
asm 串行通信发送.asm
;串行通信发送程序清单;
ORG 0100H ;不可以直接写0100H?
MOV TMOD,#20H
MOV TH1, #0F3H
MOV TL1, #0F3H
MOV SCON,#0D0H
MOV PCON,#80H
www.eeworm.com/read/133676/14030333
lst 串行通信接收.lst
A51 MACRO ASSEMBLER 串行通信接收 04/14/2005 16:14:08 PAGE 1
MACRO ASSEMBLER A51 V1.10
OBJECT MODULE PLACED IN 串行通信接收.OBJ
ASSEMBLER INVOKE
www.eeworm.com/read/133676/14030353
omf 串行通信发送.omf
www.eeworm.com/read/111786/15503303
ppt 通信英语教程.ppt
www.eeworm.com/read/109956/15544539
txt tc串口通信.txt
TC中的串口编程!!
/*==========================*/
#include
#include
#include
#include
#include
#include
#ifdef __cpluspl
www.eeworm.com/read/107624/15604539
cpp 通信录.cpp
#include
#include
class node
{
friend class list;
private :
node *next;
char tlt[10];
char name[20];
int age;
int j;
int k;
};
class list
{
www.eeworm.com/read/107043/15614371
cpp 通信录.cpp
#include
#include
class node
{
friend class list;
private :
node *next;
char tlt[10];
char name[20];
int age;
int j;
int k;
};
class list
{