代码搜索结果

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

sort.test

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

new.test

$ rm -rf d $ mkdir -p d/patches $ cd d $ echo reject > f $ echo p.diff > patches/series $ cat > patches/p.diff < --- d.orig/f < +++ d/f < @@ -1 +1 @@ < -old < +new < --- d.orig/g < +++ d

two.test

(To run, type `./run two.test' in this directory.) $ rm -rf d $ mkdir -p d/patches d/d $ cd d $ quilt new patch1.diff > Patch %{P}patch1.diff is now on top $ cd d $ mkdir dir $ echo "This is

jtdkz.vhd

library ieee; use ieee.std_logic_1164.all; entity jtdkz is port (clk,sensm,sensf:in std_logic; rm,ym,gm,rf,yf,gf:out std_logic); end jtdkz; architecture arc of jtdkz is type state_type is (a,b,

makefile

all:server client server:server.c gcc server.c -o server client:client.c gcc client.c -o client rebuild: make clean make all clean: -rm server client -rf test: ./client & ./server 127.0.0.1 ls

m500a.h

#ifndef M500A_H #define M500A_H // P I C C - C O M M A N D S // commands which are handled by the tag // Each tag command is written to the reader IC and transfered via RF #define PICC_REQSTD

dop.mdl

* *DOP - Diode Open *parameters are rfault and cfault .fault mdop1 d open .fparam %cfault=1.8e -16 .fparam %rfault=10Meg .connected #1 #2 ##m ##p Rf onode #1 r=%rfault cf onode #1 c=%cfault

makefile

VERSION=linux-2.4.8 FLOPPY=/dev/fd0h1440 CC=gcc -Wall -c -o AS=$(CC) LD=ld DIR=$(shell pwd) LFYOS=$(DIR)/lfyos ALL_OBJ=$(shell files) disk : $(LFYOS) @lilo floppy : $(LFYOS) @rm -rf m

makefile

VERSION=linux-2.4.8 FLOPPY=/dev/fd0h1440 CC=gcc -Wall -c -o AS=$(CC) LD=ld DIR=$(shell pwd) LFYOS=$(DIR)/lfyos ALL_OBJ=$(shell files) disk : $(LFYOS) @lilo floppy : $(LFYOS) @rm -rf m

ellf.cpp

#include #include "nr.h" using namespace std; DP NR::ellf(const DP phi, const DP ak) { DP s; s=sin(phi); return s*rf(SQR(cos(phi)),(1.0-s*ak)*(1.0+s*ak),1.0); }