代码搜索结果
找到约 8,431 项符合
RF 的代码
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);
}
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 c
encode.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.
"encode" is an NCD,
encode.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.
"encode" is an NCD,
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 $?;
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 c
select_uart_settings.c
#include "cc2511_app_ex_lib_headers.h"
#include "RF04EB.h"
#include "lcd.h"
#include "select_uart_settings.h"
const __code char susSelections[2][16] = {{'S', 'e', 'l', 'e', 'c', 't', ' ', 'B', '
main.c
#include "cc2511_app_ex_lib_headers.h"
#include "RF04EB.h"
#include "lcd.h"
#include "select_uart_settings.h"
#define UART_TO_RADIO_BUFFER 0
#define RADIO_TO_UART_BUFFER 1
#defin
compileformti
#!/bin/csh -f
if (-e work) then
\rm -rf work
endif
vlib work
vlog \
-v ../verilog/src/mem.v \
../verilog/RTL/TopModule.v \
../verilog/RTL/ALUB.v \
../verilog/RTL/CCU.v \
../verilog/FSM/master.v
roll.sh
#!/bin/bash
set -e
# Do some renames/rearrangments
cp -r ../v2 ../boost-build
# Grab jam_src
cp -r ../jam_src ../boost-build
cd ../boost-build
# This one is not fully finished
rm -rf exa