代码搜索:双串口

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

代码结果 10,000
www.eeworm.com/read/409260/11339099

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/401642/11552597

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/262111/11606575

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/347458/11664322

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/258562/11855004

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/257980/11897917

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/255115/12101134

c motor.c

///////////////////////////////////////////////////////////////////////////////////// // MCS51单片机作为主控制器组成一个双步进电机控制器 // // 通过小键盘,能给定两台步进电机单独运行的速度,要求可供选择的步
www.eeworm.com/read/250008/12442989

cs password.aspx.cs

/* *  新闻发布系统 *   *  组员:商蕾,崔锡超,韩学宁,王金丽,常双君,刘晶晶 */ using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security;
www.eeworm.com/read/131217/14155984

~c at24c02.~c

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

c i2c.c

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