代码搜索:Local
找到约 10,000 项符合「Local」的源代码
代码结果 10,000
www.eeworm.com/read/205376/15317130
h qx.h
;;; address of buffers in local buffer
;;; dont forget that these refer to BYTES!!!!!!!!!
#define local_buf 0x0a00
#define LFBuf 0x0a00
#define RFBuf 0x0a20
#define dmaBufSize (16-1) //in
www.eeworm.com/read/169697/5412264
sm makefile.sm
EXTRA_DIRS = ../../../common/locks
SUBDIRS = src .
distclean-local:
-rm -f include/mpidi_ch3i_sshm_conf.h
maintainer-clean-local:
-rm -f include/mpidi_ch3i_sshm_conf.h.in
www.eeworm.com/read/169697/5412295
sm makefile.sm
EXTRA_DIRS = ../../../common/sock
SUBDIRS = src .
distclean-local:
-rm -f include/mpidi_ch3i_sock_conf.h
maintainer-clean-local:
-rm -f include/mpidi_ch3i_sock_conf.h.in
www.eeworm.com/read/169697/5412330
sm makefile.sm
EXTRA_DIRS = ../../../common/locks
SUBDIRS = src .
distclean-local:
-rm -f include/mpidi_ch3i_shm_conf.h
maintainer-clean-local:
-rm -f include/mpidi_ch3i_shm_conf.h.in
www.eeworm.com/read/169697/5412369
sm makefile.sm
EXTRA_DIRS = ../../../common/sock ../../../common/locks
SUBDIRS = src .
distclean-local:
-rm -f include/mpidi_ch3i_ssm_conf.h
maintainer-clean-local:
-rm -f include/mpidi_ch3i_ssm_conf.h.in
www.eeworm.com/read/169697/5412457
sm makefile.sm
#EXTRA_DIRS = ../../../common/sock
SUBDIRS = src .
distclean-local:
-rm -f include/mpidi_ch3i_gasnet_conf.h
maintainer-clean-local:
-rm -f include/mpidi_ch3i_gasnet_conf.h.in
www.eeworm.com/read/171720/9739741
am makefile.am
#
# $Id: Makefile.am,v 1.12 2004/07/21 13:30:48 holtmann Exp $
#
includedir = @includedir@/bluetooth
include_HEADERS = \
bluetooth.h hci.h hci_lib.h hci_uart.h hci_vhci.h \
l2cap.h sco.h rfcomm
www.eeworm.com/read/168737/9898905
h grtypes.h
/***************************************************************************
*
* grtypes.h
*
* basic type defintions
*
* Copyright 1999 - The FreeType Development Team - www.freetype.
www.eeworm.com/read/168734/9899270
h grtypes.h
/***************************************************************************
*
* grtypes.h
*
* basic type defintions
*
* Copyright 1999 - The FreeType Development Team - www.freetype.
www.eeworm.com/read/446358/7580915
m ex9_11.m
lear all;
close all;
clc;
t=10e-6;
fs=40e6;
ts=1/fs;
fc=9e6;
f0=10e6;
B=2e6;
ft=0:1/fs:t-1/fs;
N=length(ft);
k=B/fs*2*pi/max(ft);
y=modulate(ft,fc,fs,'fm',k);
y_fft_result=fft(y);
%%%%