代码搜索:蓝牙标准

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

代码结果 10,000
www.eeworm.com/read/345167/11834303

cpp transformativeintegerbessel2ndfunction.cpp

//TransformativeIntegerBessel2ndFunction.cpp //变形第二类整数阶贝塞尔函数 #include //模板类输入输出流标准头文件 #include //数学变换头文件 using namespace std; //名字空间 void main(void) {
www.eeworm.com/read/345167/11834481

cpp statrandomsample.cpp

//StatRandomSample.cpp 随机样本分析 #include //模板类valarray的标准头文件 #include //数据处理与回归分析头文件 using namespace std; //名字空间 void main(void) { valarray g(10); valarray
www.eeworm.com/read/345167/11834547

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/345167/11834565

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/345167/11834615

cpp fitsurfaceleastsquares.cpp

//FitSurfaceLeastSquares.cpp //矩形域的最小二乘曲面拟合 #include //模板类输入输出流标准头文件 #include "FittingApproximation.h" //拟合与逼近头文件 using namespace std; //名字空间 void main(void) { int i, j;
www.eeworm.com/read/345167/11834801

cpp extremumsimplexnd.cpp

//ExtremumSimplexND.cpp n维极值单形调优法 #include //模板类iostream输入输出流标准头文件 #include "Extremum.h" //极值头文件 void main(void) { valarray x(3); valarray f(3);
www.eeworm.com/read/345167/11834805

cpp extremumfraction1d.cpp

//ExtremumFraction1D.cpp 一维极值连分式法 #include //模板类iostream输入输出流标准头文件 #include "Extremum.h" //极值头文件 void main(void) { valarray js(2); valarray x(2); long doub
www.eeworm.com/read/154838/11924103

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/154835/11924307

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/343469/11945459

h stdafx.h

// stdafx.h : 标准系统包含文件的包含文件, // 或是经常使用但不常更改的 // 特定于项目的包含文件 #pragma once #pragma comment(linker, "/nodefaultlib:libc.lib") #pragma comment(linker, "/nodefaultlib:libcd.lib") // 注意 - 这个值与作为