代码搜索结果

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

makefile

BASEFILENAME=PSQL JAVACC=/usr/local/javacc-3.2/bin/javacc REMOVEFILES=TokenMgrError.java ParseException.java Token.java SimpleCharStream.java all: $(JAVACC) $(BASEFILENAME).jj rm -Rf $(REMOVEFILES)

ar2413_tx_gain.tbl

/* 1 = desired gain 2 = bb1_gain 3 = bb2_gain 4 = if_gain 5 = rf_gain */ // 1 2 3 4 5 //-- -- -- -- -- 0, 0, 0, 0, 0, //

man.mac

.^b HF 1 .^b fh 1 .\"----------------- .de TH .ds LH "\\$1(\\$2) .ds CH "Minix Programmer's Manual .ds RH "\\$1(\\$2) .ds LF " .ds CF "\\$3 .ds RF "% .. .\"----------------- .de AT .. .\"-------------

303.htm

RFID-Bulletin Board: Re: pls send basics od rf tech, Koos Fockens at 2/06/2001 09:14

302.htm

RFID-Bulletin Board: pls send basics od rf tech, nisar at 2/06/2001 08:53

rules

#!/usr/bin/make -f SHELL=/bin/bash package = fprobe tmp = $(shell pwd)/debian/tmp clean: (make clean; true) rm -f build debian/{files,substvars} rm -rf $(tmp) build: ./configure --bindir=/

exact

#!/bin/sh # make sure that --exact no longer gobbles a command line argument if test "$VERBOSE" = yes; then set -x shred --version fi pwd=`pwd` tmp=exact.$$ trap 'status=$?; cd $pwd; rm -rf $tmp

special-1

#!/bin/sh # verify that mkdir honors special bits in MODE if test "$VERBOSE" = yes; then set -x mkdir --version fi tmp=mkdir-sp-$$ trap 'status=$?; rm -rf $tmp && exit $status' 0 trap 'exit $?'

tst-long-group-entry

#!/bin/bash export LANG=C TEMPDIR=`mktemp -d tests.XXXXXX` touch $TEMPDIR/{group,passwd} ./groupadd -P $TEMPDIR primary RET=$? if [ $RET != 0 ]; then rm -rf $TEMPDIR exit $RET fi ./groupadd -P $T

main.s

.module main.c .area text(rom, con, rel) .even _port_init:: ; /* ; * main_frame: ; * init_device ; * init_port ; * init_led ; * init_timer ; * init_RF