代码搜索:蓝牙标准

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

代码结果 10,000
www.eeworm.com/read/222620/14682949

h matrix.h

// Matrix.h 矩阵模板类头文件 // Ver 1.0.0.0 // 版权所有(C) 何渝, 2002 // 最后修改: 2002.5.31. #ifndef _MATRIX_H //避免多次编译 #define _MATRIX_H #include //模板类valarray的标准头文件 #include
www.eeworm.com/read/119453/14830344

h stdafx.h

// stdafx.h : 标准系统包含文件的包含文件, // 或是常用但不常更改的项目特定的包含文件 // #pragma once #ifndef NULL #define NULL 0 #endif #include #include #include ".\Tree23.h" #include ".\Tree23
www.eeworm.com/read/218167/14932316

cpp ga_main.cpp

// ga_main.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" //自定义头文件 #include "myRandom.h" #include "parameter.h" #include "myga.h" //标准头文件 #include #include #include
www.eeworm.com/read/116776/14955414

h cmppmessage.h

#ifndef CMPP_MESSAGE_H #define CMPP_MESSAGE_H #include // 标准端口号 #define CMPP_PORT 7890 #define CMPP_Connect 0x00000001 #define CMPP_Connect_REP 0x80000001 #define CMPP_T
www.eeworm.com/read/216494/15005613

h 485mon.h

#ifndef _485MON_H // 防止485Mon.h被重复引用 #define _485MON_H #include // 引用标准库的头文件 #include #include #define uchar unsigned char #define uint unsigned
www.eeworm.com/read/216389/15015262

txt 06-69.txt

例6-69 样本标准差的求解。 >> X=[7 2 3;2 -5 6;8 3 1] X = 7 2 3 2 -5 6 8 3 1 >> std(X) ans = 3.2146 4.3589 2.5166 >> std(X,0,1) ans = 3.2146 4.35
www.eeworm.com/read/216377/15016582

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/114797/15037793

java cell.java

/* 该类实现cell对象. 它的行为与标准按钮类似,用户可以为其设置图片, 在运行过程中改变图片以及将其设置为无效状态等 */ import java.awt.*; class cell extends Canvas { Container pappy; Image image; Dimension minSize; in
www.eeworm.com/read/114708/15040704

cpp diamond.cpp

//这里产生的方块并不需要是标准方块,别的希奇古怪的也行哦。 // #include "stdafx.h" #include "diamond.h" diamond::diamond() { m_maxsubdiamond=8; m_diamond=new subdiamond[m_maxsubdiamond]; srand( (unsigned)t
www.eeworm.com/read/114615/15046000

h global.h

/*********************************************************************** 一些变量和数据结构的定义 本程序完全用标准的c写成,除了用到了c++中string 类,其他都没有用 所以我想这个程序是可以在不同平台上运行的 ***************************************************