代码搜索结果
找到约 4,983 项符合
Bluetooth 的代码
bluetooth_init.m
% Initialize variables for Bluetooth Model
% Input wave sample rat emust be 8kHz
Input_Fs=8000;
% Coefficients for speech interpolation
[y,interp_coeffs]=interp(ones(1,10),8);
% Header Info
bluetooth_lib.mdl
Library {
Name "bluetooth_lib"
Version 4.00
LibraryLinkDisplay "user"
CovSaveName "covdata"
CovMetricSettings "dw"
CovNameIncrementing off
CovHtmlReporting on
bluetooth hcidlg.cpp
// Bluetooth HCIDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "Bluetooth HCI.h"
#include "Bluetooth HCIDlg.h"
#include ".\bluetooth hcidlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
bluetooth hci.cpp
// Bluetooth HCI.cpp : 定义应用程序的类行为。
//
#include "stdafx.h"
#include "Bluetooth HCI.h"
#include "Bluetooth HCIDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CBluetoothHCIApp
BEG
bluetooth hci.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Bluetooth HCI", "Bluetooth HCI.vcproj", "{7BCFD240-C96C-47F6-9A50-1397D84DA3C1}"
Proj