代码搜索结果

找到约 8,431 项符合 RF 的代码

makefile

MODULE_NAME = RF_board MATH = 1 BASE := $(shell pwd | perl -pi -e "s/(.*(SRadio|Main)[^\/]*).*/\1/") include $(BASE)/Include/module.mk

clean.target

#-*-Makefile-*- vim:syntax=make #$Id: clean.target,v 1.1 2004/01/08 03:45:55 cssharp Exp $ clean: FORCE rm -rf build

reg24e1.h

/*-------------------------------------------------------------------------- * reg24e1.h * * Header file for the Nordic VLSI nRF24E1 2.4Ghz RF transceiver with * embedded 8051 compatible micro

makedist.sh

#!/bin/sh # # makedist - make a solaris intel distribution. # rm -rf fltk echo "Making distribution..." cd ../.. # # Create a dummy prototype file with the full path for the pkginfo file; # this is

makedist.sh

#!/bin/sh # # makedist - make a solaris sparc distribution. # rm -rf fltk echo "Making distribution..." cd ../.. # # Create a dummy prototype file with the full path for the pkginfo file; # this is

bootstrap

#!/bin/sh echo "bootstrapping (this may take a while)" rm -rf build mkdir build aclocal && libtoolize && autoconf && autoheader && automake --add-missing --force-missing || exit

ex2_8.m

% % This program computes the input impedance of the % quarter-wave transformer as described in Example 2.8 % % Copyright (c) 1999 by P.Bretchko and R.Ludwig % "RF Circuit Design: Theory

xrf.cpp

#include #include #include #include #include "nr.h" using namespace std; // Driver for routine rf int main(void) { string txt; int

makedist.sh

#!/bin/sh # # makedist - make a solaris intel distribution. # rm -rf fltk echo "Making distribution..." cd ../.. # # Create a dummy prototype file with the full path for the pkginfo file; # this is

makedist.sh

#!/bin/sh # # makedist - make a solaris sparc distribution. # rm -rf fltk echo "Making distribution..." cd ../.. # # Create a dummy prototype file with the full path for the pkginfo file; # this is