代码搜索结果
找到约 8,431 项符合
RF 的代码
vga.bgn
Release 7.1.04i - Bitgen H.42
Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved.
Loading device for application Rf_Device from file 'v50.nph' in environment
D:/Xilinx.
"vga" is an NCD, ver
ledwater.bgn
Release 7.1i - Bitgen H.38
Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved.
Loading device for application Rf_Device from file 'v50.nph' in environment
D:/Xilinx.
"ledwater" is an NCD, v
buzzer.bgn
Release 7.1i - Bitgen H.38
Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved.
Loading device for application Rf_Device from file 'v50.nph' in environment
D:/Xilinx.
"buzzer" is an NCD, ver
clock.bgn
Release 7.1i - Bitgen H.38
Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved.
Loading device for application Rf_Device from file 'v50.nph' in environment
D:/Xilinx.
"clock" is an NCD, vers
traffic.bgn
Release 7.1i - Bitgen H.38
Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved.
Loading device for application Rf_Device from file 'v50.nph' in environment
D:/Xilinx.
"traffic" is an NCD, ve
backup-1
#!/bin/sh
if test "$VERBOSE" = yes; then
set -x
cp --version
fi
pwd=`pwd`
t0=`echo "$0"|sed 's,.*/,,'`.tmp; tmp=$t0/$$
trap 'status=$?; cd $pwd; rm -rf $t0 && exit $status' 0
trap '(exit $?); ex
ignore
#!/bin/sh
# make sure rmdir's --ignore-fail-on-non-empty option works
if test "$VERBOSE" = yes; then
set -x
rmdir --version
fi
tmp=rmdir.$$
trap "rm -rf $tmp" 0 1 2 3 15
test_failure=0
mkdir -p
makefile.am
KERNEL_SOURCE=@KERNEL_SOURCE@
PWD=$(shell pwd)
MODULEDIR=$(PWD)/module
KERNEL_MAKEOPTS=M=$(MODULEDIR) ARCH=i386
EXTRA_DIST=uchelper.c uchelper.h
all: $(MODULEDIR)/uchelper.o
clean:
rm -rf $(MODU
elle.c
#include
#define NRANSI
#include "nrutil.h"
float elle(float phi, float ak)
{
float rd(float x, float y, float z);
float rf(float x, float y, float z);
float cc,q,s;
s=sin(phi