代码搜索:双串口

找到约 10,000 项符合「双串口」的源代码

代码结果 10,000
www.eeworm.com/read/131217/14156007

~c i2c.~c

/********************************************** http://www.sl.com.cn 双龙电子公司----I2C总线演示程序(ICCAVR) 作者:詹卫前 1、以访问AT24C02为例 2、SDA :PORTA.0 3、SCL : PORTA.1
www.eeworm.com/read/131217/14156018

c at24c02.c

/********************************************** http://www.sl.com.cn 双龙电子公司----I2C总线演示程序(ICCAVR) 作者:詹卫前 1、以访问AT24C02为例 2、SDA :PORTA.0 3、SCL : PORTA.1
www.eeworm.com/read/233030/14172583

c at24c02.c

/********************************************** http://www.sl.com.cn 双龙电子公司----I2C总线演示程序(ICCAVR) 作者:詹卫前 1、以访问AT24C02为例 2、SDA :PORTA.0 3、SCL : PORTA.1
www.eeworm.com/read/127962/14324207

h c9-4.h

/* c9-4.h 双链树的存储结构 */ #define MAXKEYLEN 16 /* 关键字的最大长度 */ typedef struct { char ch[MAXKEYLEN]; /* 关键字 */ int num; /* 关键字长度 */ }KeysType; /* 关键字类型 */ typedef struct { KeysTyp
www.eeworm.com/read/124343/14573556

html 489.html

linux知识宝库/安装启动/让双CPU的linux机器自动关机
www.eeworm.com/read/124343/14574020

html 1526.html

linux知识宝库/代理服务/高性能LINUX双效防火墙HOWTO
www.eeworm.com/read/221868/14717020

f90 ex0436.f90

program ex0436 implicit none real(kind=4) :: a real(kind=8) :: b a=1.0_4 ! 确定1.0这个数字是使用单精度 b=1.0_8 ! 确定1.0这个数字是使用双精度 write(*,*) a,b stop end
www.eeworm.com/read/208614/15242583

f90 ex0436.f90

program ex0436 implicit none real(kind=4) :: a real(kind=8) :: b a=1.0_4 ! 确定1.0这个数字是使用单精度 b=1.0_8 ! 确定1.0这个数字是使用双精度 write(*,*) a,b stop end
www.eeworm.com/read/206115/15299823

h c9-4.h

/* c9-4.h 双链树的存储结构 */ #define MAXKEYLEN 16 /* 关键字的最大长度 */ typedef struct { char ch[MAXKEYLEN]; /* 关键字 */ int num; /* 关键字长度 */ }KeysType; /* 关键字类型 */ typedef struct { KeysTyp
www.eeworm.com/read/7227/110897

asm sl06.asm

;********************************************** ;*AUTDCAR按钮(PC4)控制智能小车走8字路线。 ;*请你修改程序小车走S形程序,或走其它路线。 ;*AT90S8515 8MHz ;*双龙电子 www.sl.com.cn ;* liqing 2002.05.08 ;******************