代码搜索:蓝牙标准
找到约 10,000 项符合「蓝牙标准」的源代码
代码结果 10,000
www.eeworm.com/read/103521/6214272
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, /*Device s
www.eeworm.com/read/103521/6214296
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, /*Device s
www.eeworm.com/read/103521/6214342
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, /*Device s
www.eeworm.com/read/103521/6214399
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, /*Device s
www.eeworm.com/read/103521/6214433
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, /*Device s
www.eeworm.com/read/428025/6282494
h stdafx.h
// stdafx.h : 标准系统包含文件的包含文件,
// 或是经常使用但不常更改的
// 特定于项目的包含文件
#pragma once
#pragma comment(linker, "/nodefaultlib:libc.lib")
#pragma comment(linker, "/nodefaultlib:libcd.lib")
// 注意 - 这个值与作为
www.eeworm.com/read/262389/6300718
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/149486/6330781
c base64.c
/* 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 *base="ABCDEFGHIJKLMNOPQRSTUVWXYZ
www.eeworm.com/read/493546/6395233
h stdafx.h
// stdafx.h : 标准系统包含文件的包含文件,
// 或是经常使用但不常更改的
// 特定于项目的包含文件
#pragma once
#pragma comment(linker, "/nodefaultlib:libc.lib")
#pragma comment(linker, "/nodefaultlib:libcd.lib")
// 注意 - 这个值与作为
www.eeworm.com/read/492751/6408490
c lcd_gdf.c
//在程序中实现了写图形液晶的标准程序
//2003.4.29
//copyright wangqi liulili
//#include "msp430x14x.h"
//#include "string.h"
#include "lcd_gdf.h"
#include "ziku.h"
//内部函数如下:
void write_com(void);