代码搜索结果
找到约 8,431 项符合
RF 的代码
counter10.vhd
LIBRARY IEEE;
USE IEEE.std_logic_1164.all;
USE IEEE.std_logic_arith.all;
USE IEEE.std_logic_unsigned.all;
ENTITY counter10 IS
GENERIC(LEN: integer:=10);
PORT(clkin: in std_logic;
Rf: in s
counter6.vhd
LIBRARY IEEE;
USE IEEE.std_logic_1164.all;
USE IEEE.std_logic_arith.all;
USE IEEE.std_logic_unsigned.all;
ENTITY counter6 IS
GENERIC(LEN: integer:=6);
PORT(clkin: in std_logic;
Rf: in std
makediffs
#!/bin/csh
/bin/rm -rf diffs
mkdir diffs
foreach i ( advisor physics xg )
cd $i
mkdir ../diffs/$i
foreach j ( *.cpp *.h )
diff -cw /home/landau/johnv/oopic/$i/$j ./$j > ../diffs/$i/$j.diffs
end
cd .
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);
}
r-2
#!/bin/sh
if test "$VERBOSE" = yes; then
rm --version
set -x
fi
. $srcdir/../lang-default
pwd=`pwd`
t0=`echo "$0"|sed 's,.*/,,'`.tmp;tmp=$t0/$$
trap 'status=$?; cd $pwd; rm -rf $t0 || exit $?;
bootstrap.sh
#! /bin/sh
# Regenerate the files autoconf / automake
rm -rf autom4te.cache
rm -f config.cache config.log configure config.guess config.sub aclocal.m4 config.h.in
libtoolize -c --force --automake
toplevel.bgn
Release 8.1i - Bitgen I.24
Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved.
Loading device for application Rf_Device from file '3s400.nph' in environment
/root/Xilinx.
"toplevel" is an NC
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 'v100.nph' in environment
D:/Xilinx.
"CLOCK" is an NCD, ver
dianti.bgn
Release 7.1i - Bitgen H.38
Copyright (c) 1995-2005 Xilinx, Inc. All rights reserved.
Loading device for application Rf_Device from file 'v100.nph' in environment
C:/Xilinx.
"dianti" is an NCD, ve
t1_rfid.cpp
#include "T1_RFID.h"
#include
#include
void RF201Delay(int ntime)
{
volatile int lvi;
volatile int lvk;
for(lvi = 0; lvi < ntime; lvi ++)
for(lv