代码搜索:蓝牙标准
找到约 10,000 项符合「蓝牙标准」的源代码
代码结果 10,000
www.eeworm.com/read/364631/9902792
txt 程序说明.txt
1。源文件保存在src目录,QII的工程文件保存在Proj目录;
2。程序实现的功能是标准的16×2字符型液晶模块上显示Welcome RedLogic World!字符串;
3。具体设计参考代码。
www.eeworm.com/read/364438/9906534
c chap_9.c
//协议层
#include
#include "D12Config.h"
#include "D12CI.h"
#include "Chap_9.h"
#include "Descriptor.h"
CONTROL_XFER ControlData;
EPPFLAGS bEPPflags;
//USB标准设备请求入口地址指针表
code void
www.eeworm.com/read/363204/9965343
h stdafx.h
// stdafx.h : 标准系统包含文件的包含文件,
// 或是经常使用但不常更改的
// 特定于项目的包含文件
#pragma once
#pragma comment(linker, "/nodefaultlib:libc.lib")
#pragma comment(linker, "/nodefaultlib:libcd.lib")
// 注意 - 这个值与作为
www.eeworm.com/read/357304/10212235
h stdafx.h
// stdafx.h : 标准系统包含文件的包含文件,
// 或是经常使用但不常更改的
// 特定于项目的包含文件
#pragma once
#pragma comment(linker, "/nodefaultlib:libc.lib")
#pragma comment(linker, "/nodefaultlib:libcd.lib")
// 注意 - 这个值与作为
www.eeworm.com/read/357293/10212364
h stdafx.h
// stdafx.h : 标准系统包含文件的包含文件,
// 或是经常使用但不常更改的
// 特定于项目的包含文件
#pragma once
#pragma comment(linker, "/nodefaultlib:libc.lib")
#pragma comment(linker, "/nodefaultlib:libcd.lib")
// 注意 - 这个值与作为
www.eeworm.com/read/355554/10257922
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/280993/10274581
h comm.h
#ifndef __COMM_H
#define __COMM_H
#include
#include //字符函数
#include //一般IO/函数
#include //字符串函数
#include //标准函数
//#include
www.eeworm.com/read/280938/10277761
c 101.c
#include "stdio.h" /*I/O函数*/
#include "stdlib.h" /*标准库函数*/
#include "string.h" /*字符串函数*/
#include "ctype.h" /*字符操作函数*/
#define MAX 50 /*定义常数表示记录数*/
struct ADDRESS /*定义数据结构*/
www.eeworm.com/read/162391/10308998
pdm 收支.pdm
[Root]
Most Recent Package=标准安装软件包 2
Most Recent Deploy=展开文件夹 1
[Package|展开文件 1|Root]
SubWizProgID=PDWizard.DepPkgSubWiz
BuildFolder=D:\我的软件\新建文件夹\收支
[Package|展开文件 1|Configure DAO ISAMs]
www.eeworm.com/read/425031/10386494
cpp stdafx.cpp
// stdafx.cpp : 只包括标准包含文件的源文件
// DAS_CNETDEMO.pch 将是预编译头
// stdafx.obj 将包含预编译类型信息
#include "stdafx.h"
CWnd* m_WND;
TAG TagList[32];
long TagCount;
long ServerCount;
HMODULE hLibrary;