代码搜索结果
找到约 8,431 项符合
RF 的代码
expand.cfg
config newpro;
design newproject_lib.newpro:sch_1;
liblist newproject_lib, standard, rf_comp_lib;
viewlist edif, vlog_rtl, vhdl_rtl, sch_1, entity;
stoplist none;
endconfig
ua741.ewb
Electronics Workbench Circuit File
Version: 5
Charset: ANSI
Description:
"ua 741 Operational Amplifier Device Level Model (UA741)"
"Vo/Vi = 100 ; Rf=100K; RS = 1K "
"U of Berkeley SPICE Benc
ua741.ewb
Electronics Workbench Circuit File
Version: 5
Charset: ANSI
Description:
"ua 741 Operational Amplifier Device Level Model (UA741)"
"Vo/Vi = 100 ; Rf=100K; RS = 1K "
"U of Berkeley SPICE Benc
expand.cfg
config newpro;
design newproject_lib.newpro:sch_1;
liblist newproject_lib, standard, rf_comp_lib;
viewlist edif, vlog_rtl, vhdl_rtl, sch_1, entity;
stoplist none;
endconfig
drvuart_scan.c
#include "msAPI_Tuner_A.h"
#include "RF_Tuner_ATSC.h"
#if (CHANNEL_SCAN_AUTO_TEST == 1)
extern ScanAutoTestData g_ScanAutoTestData;
extern U8 g_u8ScanAutoTestCmd;
//U8
xrf.c
/* Driver for routine rf */
#include
#include
#include
#define NRANSI
#include "nr.h"
#include "nrutil.h"
#define MAXSTR 80
int main(void)
{
char txt[M
run
#! /bin/bash
echo Generating dataset
../Generator -ds 1000 -sl 100 > d
awk '{if ($2 != 2) print $0}' < d > data
awk '{if ($2 == 2 && $3 >= 100) print $0}' < d > queries
rm -rf d
echo Creating new TP
run
#! /bin/bash
echo Generating dataset
../Generator 10000 0 > d
awk '{if ($1 == 1) print $0}' < d > data
awk '{if ($1 == 2) print $0}' < d > queries
rm -rf d
echo Creating new R-Tree
../RTreeLoad data
run
#! /bin/bash
echo Generating dataset
../Generator 1000 100 > d
awk '{if ($1 != 2) print $0}' < d > data
awk '{if ($1 == 2) print $0}' < d > queries
rm -rf d
echo Creating new R-Tree
../RTreeLoad dat
basic-1
#! /bin/sh
if test "$VERBOSE" = yes; then
set -x
ginstall --version
fi
dir=dir
file=file
pwd=`pwd`
tmp=inst-basic.$$
trap 'status=$?; cd $pwd; rm -rf $tmp && exit $status' 0
trap 'exit $?' 1 2