代码搜索:蓝牙标准
找到约 10,000 项符合「蓝牙标准」的源代码
代码结果 10,000
www.eeworm.com/read/308751/13693479
fdo armtst_tbw.fdo
## NOTE: Do not edit this file.
## Autogenerated by ProjNav (creatfdo.tcl) on Fri Apr 27 09:30:16 中国标准时间 2007
##
vlib work
vlog my_dcm1.v
vlog armtst.v
vlog armtst_tbw.tfw
vlog "C:/Xilinx/
www.eeworm.com/read/308329/13703983
m standardparam.m
% 输出标准相位分布时,nPSK的瞬时相位的各阶矩特性;
clear all;
clc;
disp('2PSK:');
stdPhase = [-pi/2 pi/2];
for i = 1 : 6
stdMean(i) = mean(stdPhase.^i);
end
disp(stdMean);
disp('4PSK:');
stdPhase = [-pi*3
www.eeworm.com/read/307593/13719756
h stdafx.h
// stdafx.h : 标准系统包含文件的包含文件,
// 或是经常使用但不常更改的
// 特定于项目的包含文件
#pragma once
#pragma comment(linker, "/nodefaultlib:libc.lib")
#pragma comment(linker, "/nodefaultlib:libcd.lib")
// 注意 - 这个值与作为
www.eeworm.com/read/304833/13785627
ans_
ANSI,n.美国国家标准学会
answer for,对…负责;符合…
answer sb.back,(与某人)顶嘴,回嘴
answer up,应对迅速
answer,n.回答;解答v.回答;解答
answerable,adj.有责任的;可答复的
answering,应答
www.eeworm.com/read/304826/13786007
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/304686/13789228
bas er_consts.bas
Attribute VB_Name = "ER_Consts"
'****************************************************************************
'人人为我,我为人人
'枕善居收藏整理
'发布日期:2008/03/08
'描 述:标准太平洋IC考勤机开发读写数据示例
'网 站:http://www.M
www.eeworm.com/read/304686/13789244
bas er_types.bas
Attribute VB_Name = "ER_Types"
'****************************************************************************
'人人为我,我为人人
'枕善居收藏整理
'发布日期:2008/03/08
'描 述:标准太平洋IC考勤机开发读写数据示例
'网 站:http://www.Mn
www.eeworm.com/read/150592/5690102
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/146624/5736568
cpp stdafx.cpp
// stdafx.cpp : 只包括标准包含文件的源文件
// scanhost.pch 将成为预编译头
// stdafx.obj 将包含预编译类型信息
#include "stdafx.h"
void FatalError(char *s)
{
fprintf(stdout, "%s\n", s);
}
void PrintStdout(char *s)