代码搜索结果

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

head-c

#!/bin/sh # exercize the fix of 2001-08-18, based on test case from Ian Bruce if test "$VERBOSE" = yes; then set -x head --version fi pwd=`pwd` tmp=head-c.$$ trap 'status=$?; cd $pwd; rm -rf $tm

xrf.c

/* Driver for routine rf */ #include #include #include "nr.h" #include "nrutil.h" #define MAXSTR 80 main() { char txt[MAXSTR]; int i,nval; float val,x,y,z; FI

nightly.sh

#!/bin/bash # This script create a nightly tarball of Boost.Build V2 # and updates the web site. # Create the packages set -e cd /tmp rm -rf boost-build cvs -d :ext:vladimir_prus@cvs.source

predict.cc

#include "normaldistribution3d.ih" void NormalDistribution3D::predict(rf const &movementModel) { Vector3D movMu = movementModel->getMu(); Matrix9D movSigma = movementModel->getSi

predict.cc

#include "normaldistribution3d.ih" void NormalDistribution3D::predict(rf const &movementModel) { Vector3D movMu = movementModel->getMu(); Matrix9D movSigma = movementModel->getSi

makefile

MODULE_NAME = rf MATH = true NO_USER = true BASE := $(shell pwd | perl -pi -e "s/(.*(SRadio|Main)[^\/]*).*/\1/") include $(BASE)/Include/module.mk init: rfdev @$(MAKE) -sC Init ins_radio: all init

makefile

MODULE_NAME = rf MATH = true NO_USER = true BASE := $(shell pwd | perl -pi -e "s/(.*(SRadio|Main)[^\/]*).*/\1/") include $(BASE)/Include/module.mk init: rfdev @$(MAKE) -sC Init ins_radio: all init

build.sh

#!/bin/sh mkdir dist javac -g -verbose -d dist -source 1.3 -target 1.3 SRC/JAVA/*.java lib/*.java cd dist jar cvfm postlet.jar ../SRC/manifest *.class netscape rm -rf *.class netscape jarsigner postl

interrupt.rc

Magic 271485 Revision 2006.04v1 ; Window Layout ; File list: ; openDirFile [-d delimiter] [-s time_offset] [-rf auto_bus_rule_file] path_name file_

makefile

CC = gcc AS = as AR = ar LD = ld NM = nm RM = rm CFLAGS = -I../.. all: $(CC) $(CFLAGS) -DIRE201 -DADDR=0x8000 -o param param.c ./param clean: $(RM) -rf *.o param