代码搜索结果
找到约 8,431 项符合
RF 的代码
makefile.sgi
#!smake
#
# Copyright (c) Mark J. Kilgard, 1998.
#
TOP = ../../..
include $(TOP)/glutdefs
include $(ROOT)/usr/include/make/commondefs
LD_QUICKSTART_INFO=
LN = ln -s
MV = mv
RM = -rm -rf
TARGETS = s
makefile.sgi
#!smake
#
# Copyright (c) Mark J. Kilgard, 1998.
#
TOP = ../../..
include $(TOP)/glutdefs
include $(ROOT)/usr/include/make/commondefs
LD_QUICKSTART_INFO=
LN = ln -s
MV = mv
RM = -rm -rf
TARGETS = r
makefile.sgi
#!smake
#
# Copyright (c) Mark J. Kilgard, 1998.
#
TOP = ../../..
include $(TOP)/glutdefs
include $(ROOT)/usr/include/make/commondefs
LD_QUICKSTART_INFO=
LN = ln -s
MV = mv
RM = -rm -rf
TARGETS = s
appcontrol.gel
menuitem "Audio RF5: 音量及FIR系数控制";
/*
* Slider "volume" goes from 0 to 200, where 100 is the default,
* in increments of 1 and "page increments" of 10.
*/
slider Volume(0, 200, 1, 10, volum
run
#! /bin/bash
echo Generating dataset
../Generator 1000 > d
awk '{if ($2 != 2) print $0}' < d > data
awk '{if ($2 == 2) print $0}' < d > queries
rm -rf d
echo Creating new MVR-Tree
../MVRTreeLoad dat
run
#! /bin/bash
echo Generating dataset
../Generator 300000 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
../RTreeBulkLoad
pr15749-1.h
/* Similar to c99-flex-array-3.c, but a system header so should not
have diagnostics even with -pedantic-errors. */
#pragma GCC system_header
struct flex { int a; int b[]; };
union rf1 { struct
makefile.in
all clean depend: Makefile.metrics
$(MAKE) -f Makefile.metrics $@
distclean: clean
$(RM) -rf Makefile.metrics metrics.pro Makefile obj
tmake:
$(ENV) $(PERL) $(TMAKE) metrics.pro >Makefile.metric
makefile.in
all clean depend: Makefile.xmlparse
$(MAKE) -f Makefile.xmlparse $@
distclean: clean
$(RM) -rf Makefile.xmlparse xmlparse.pro Makefile obj
tmake:
$(ENV) $(PERL) $(TMAKE) xmlparse.pro >Makefile.x
remove
#!/bin/sh
# Exercise a bug that was fixed in shred-4.0l
if test "$VERBOSE" = yes; then
set -x
shred --version
fi
pwd=`pwd`
tmp=t-shred.$$
trap 'status=$?; cd $pwd; rm -rf $tmp && exit $status' 0