代码搜索结果
找到约 4,983 项符合
Bluetooth 的代码
makefile
#
# Makefile for the Linux Bluetooth HCI device drivers.
#
obj-$(CONFIG_BT_HCIVHCI) += hci_vhci.o
obj-$(CONFIG_BT_HCIUART) += hci_uart.o
obj-$(CONFIG_BT_HCIBCM203X) += bcm203x.o
obj-$(CONFIG_BT_HCIBP
makefile.am
confdir = $(sysconfdir)/bluetooth
conf_DATA = rfcomm.conf
bin_PROGRAMS = rfcomm
rfcomm_SOURCES = main.c parser.h parser.y lexer.l kword.h kword.c
rfcomm_LDADD = @BLUEZ_LIBS@
AM_CFLAGS = @BLUEZ_CF
modules.alias
# Aliases extracted from modules themselves.
alias bt-proto-2 sco
alias bt-proto-6 hidp
alias bt-proto-4 bnep
alias bt-proto-3 rfcomm
alias bt-proto-0 l2cap
alias net-pf-31 bluetooth
alias char-major-
readme.txt
1)请到网址http://www.mathworks.com/products/demos上下载各类系统的示例程序或者模型。
2)请到网址http://www.mathworks.com/products/demos/blocksetdemos.shtml下载关于Bluetooth的最新Simulink模型。
3)请到网址http://www.mathworks.com/products/de
readme.txt
1)请到网址http://www.mathworks.com/products/demos上下载各类系统的示例程序或者模型。
2)请到网址http://www.mathworks.com/products/demos/blocksetdemos.shtml下载关于Bluetooth的最新Simulink模型。
3)请到网址http://www.mathworks.com/products/de
main.s
.module main.c
.area text(rom, con, rel)
.dbfile D:\工作\老董_11.8\程序库\BLUETOOTH_UART\main.c
.dbfunc e Delay_1us _Delay_1us fV
; i -> R16,R17
.even
_Delay_1us::
.dbline -1
.dbl
gps_gsm00.plg
礦ision3 Build Log
Project:
K:\bluetooth\77E58\GPS_GSM00.uv2
Project File Date: 04/06/2008
Output:
Build target 'Target 1'
compiling main.c...
subject_57769.htm
序号:57769 发表者:bluetooth 发表日期:2003-10-28 04:19:22
主题:十万火急,帮我。
内容:编程求矩阵x对角元素之和和上三角元素之和.
返回上页访问
filter2.asv
function[]=Filter2();
[x,fs,bits]=wavread('bluetooth_input');%播放原始信号
N=length(x);%返回采样点数
t=(1:N)/fs;
df=fs/N;%采样间隔
n1=1:N/2;
f=(n1-1)*df;%频带宽度
y1=x+0.01*randn(size(x));%加入均匀白噪声
%**************
filter2.m
function[]=Filter2();
[x,fs,bits]=wavread('bluetooth_input');%播放原始信号
N=length(x);%返回采样点数
t=(1:N)/fs;
df=fs/N;%采样间隔
n1=1:N/2;
f=(n1-1)*df;%频带宽度
y1=x+0.01*randn(size(x));%加入均匀白噪声
%**************