代码搜索结果
找到约 8,431 项符合
RF 的代码
run-me-with-gui
#!/bin/sh
rm -rf worklib
mkdir worklib
./compile.sh
ncelab plltop mixedsignal_2 -discipline logic -timescale 10ps/1ps -iereport
ncsim plltop -analogcontrol run.scs -gui
rm *.log
gcc-fat.sh
#!/bin/sh
#
# Build Universal binaries on Mac OS X, thanks Ryan!
#
# Usage: ./configure CC="sh gcc-fat.sh" && make && rm -rf ppc x86
# PowerPC compiler flags (10.2 runtime compatibility)
GCC_COMPILE_
recreateconf.sh
#!/bin/sh
unalias rm
if [ -d ./autom4te.cache ]; then
rm -rf ./autom4te.cache
fi
if [ -f ./Makefile ]; then
rm ./Makefile
fi
if [ -f ./aclocal.m4 ]; then
rm ./aclocal.m4
fi
if [ -
makefile
CROSS=arm-linux-
MODFLAGS=-Wall -DMODULE -D__KERNEL__ -DLINUX -I/armsys2410/kernel/include -c -o
usb-skeleton.o :usb-skeleton.c
$(CROSS)gcc $(MODFLAGS) $@ $<
clean:
rm -rf *.o
afbackup-client.postinst
#!/bin/sh -e
fix_cruft ()
{
DOC=/usr/share/doc/afbackup-client
test -d $DOC && rm -rf $DOC && ln -s afbackup-common $DOC
case "$1" in
2.6*)
echo "Moving state files to new location!"
csp_menu.h
extern void Display_LF_speaker_picture(void);
extern void Display_RF_speaker_picture(void);
extern void Display_LR_speaker_picture(void);
extern void Display_RR_speaker_picture(void);
extern void
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
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