代码搜索:蓝牙标准

找到约 10,000 项符合「蓝牙标准」的源代码

代码结果 10,000
www.eeworm.com/read/148604/12448208

pc base64my.pc

/* base64.c: MIME BASE64编码与解码器,读标准输入. 赵建军, 2000.1.12.a */ /* 2000.2.19.A: 增文件处理. */ #include "stdio.h" #include "string.h" #include "stdlib.h" #include "ctype.h" char *sBaseStr="ABCDEFGHIJKLMNOPQRSTUV
www.eeworm.com/read/148552/12460298

h desc.h

unsigned char DEV_DESC[]= { 18, /*Device Descriptor length*/ 1, /*Decriptor type*/ 0x00, /*0x0001 is Specification Version (BCD)即符合USB1.0标准*/ 0x01, 0x00, /*Device class*/ 0x00, /*De
www.eeworm.com/read/148551/12460489

h desc.h

unsigned char DEV_DESC[]= { 18, /*Device Descriptor length*/ 1, /*Decriptor type*/ 0x00, /*0x0001 is Specification Version (BCD)即符合USB1.0标准*/ 0x01, 0x00, /*Device class*/ 0x00, /*De
www.eeworm.com/read/148550/12460644

h desc.h

unsigned char DEV_DESC[]= { 18, /*Device Descriptor length*/ 1, /*Decriptor type*/ 0x00, /*0x0001 is Specification Version (BCD)即符合USB1.0标准*/ 0x01, 0x00, /*Device class*/ 0x00, /*De
www.eeworm.com/read/249890/12463631

h specialfunction.h

//SpecialFunction.h 特殊函数头文件 // Ver 1.0.0.0 // 版权所有(C) 何渝, 2002 // 最后修改: 2002.5.31. #ifndef _SPECIALFUNCTION_H //避免多次编译 #define _SPECIALFUNCTION_H #include //模板类输入输出流标准头文件 #in
www.eeworm.com/read/249890/12463638

h transform.h

//Transform.h 数学变换头文件 // Ver 1.0.0.0 // 版权所有(C) 何渝, 2002 // 最后修改: 2002.5.31. #ifndef _TRANSFORM_H //避免多次编译 #define _TRANSFORM_H #include //模板类输入输出流标准头文件 #include
www.eeworm.com/read/234272/14117469

txt 程序说明.txt

1。源文件保存在src目录,QII的工程文件保存在Proj目录; 2。程序实现的功能是标准的16×2字符型液晶模块上显示Welcome RedLogic World!字符串; 3。具体设计参考代码。
www.eeworm.com/read/234272/14117473

txt 程序说明.txt

1。源文件保存在src目录,QII的工程文件保存在Proj目录; 2。程序实现的功能是标准的16×2字符型液晶模块上显示Welcome RedLogic World!字符串; 3。具体设计参考代码。
www.eeworm.com/read/131795/14126513

dat funtc118.dat

函数名称: dostounix 函数原型: long dostounix(struct data *d, struct time *t) 函数功能: 将DOS的日期和时间格式转换成UNIX标准 函数返回: 函数说明: d,t 日期和时间指针 所属文件:
www.eeworm.com/read/131795/14126821

dat funtc44.dat

函数名称: creat 函数原型: int creat(char * filename,int mode); 函数功能: 以mode所指定的方式建立文件. 函数返回: 成功返回正数,不成功返回 -1. 函数说明: 非ANSI标准 所属文件: