代码搜索结果

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

perms.test

$ rm -rf d $ umask 022 $ mkdir -p d/patches $ cd d $ echo foo > foo $ chmod 704 foo $ ls -l foo | awk '{ print $1,$NF }' > -rwx---r-- foo $ quilt new test.diff > Patch %{P}test.diff is now

example1.test

The text used here was taken from: http://the-tech.mit.edu/Shakespeare/midsummer/full.html $ rm -rf example1 $ mkdir -p example1/patches $ cd example1 $ cat > Oberon.txt < Yet mark'd I where the

add-filename-check.test

$ rm -rf d $ mkdir -p d/patches $ cd d $ quilt new test.diff >Patch patches/test.diff is now on top $ echo foo > foo $ quilt add foo > File foo added to patch patches/test.diff $ quilt add patches/b

nrf905trx.c

#include #include "BaseType.h" #include #include #define WaitKeyDw 100 #define WaitKeyUp 101 #define KeyDwTimes 30 #define WRC 0x00 //W_RF_CONFIG #

rebuild

#!/bin/bash #export CFLAGS="-Wimplicit -Wreturn-type -Wuninitialized -g -O2" export CFLAGS="-Wall -g -O2 -ansi -U__STRICT_ANSI__" rm -f config.h configure Makefile config.cache rm -rf .deps autoheader

rls.m

%RLS Noise Cancellation %Ryan King %4/26/02 clear all; close all; %RF = load('RFrost.txt'); refGain = 1; worder = 8; N = 2048; t=1:N; signal = sin(2*pi.*t.*t/N/N*8); %.*fliplr(co

ellpi.c

#include #define NRANSI #include "nrutil.h" float ellpi(float phi, float en, float ak) { float rf(float x, float y, float z); float rj(float x, float y, float z, float p); float cc,enss,

makefile

obj-m := isp1581.o KERNELDIR ?=/usr/src/linux-2.6.13 PWD := $(shell pwd) all: $(MAKE) -C $(KERNELDIR) M=$(PWD) $(CC) -o test test.c clean: rm -rf *.o *~ core .depend .*.cmd *.ko *.mod.c .

test.sh

#!/bin/bash if [ test -a Test ]; then rm -rf Test; fi mkdir Test ./precomp -d Test/ -t 1000 -m 4000 0 ./precomp -d Test/ -t 1000 -m 4000 1 cd Test ../binarize table0 ../binarize table1 cd .. echo ec

install-tool

#!/bin/sh dir=/home/owl/field rm -rf $dir mkdir $dir cp *.py *.xbm *.png $dir cp field-tool field-config /usr/local/bin cp field.menu fieldconfig.menu /usr/lib/menu update-menus