代码搜索:RF
找到约 8,431 项符合「RF」的源代码
代码结果 8,431
www.eeworm.com/read/164348/5496914
makefile
__STANDARD__=YES
SRCROOT=..\..
## Generated from Umakefil, do not edit, do not commit to cvs!
RM=rm -rf
RM_DIR=rm -rf
MAKE_DEP=
MAKE_DEP_FLAGS = $(INCLUDES) $(DEFINES)
LD=
LDFLAGS=
CP=co
www.eeworm.com/read/164348/5497353
makefile
__STANDARD__=YES
SRCROOT=..\..\..\..
RM=rm -rf
RM_DIR=rm -rf
MAKE_DEP=
MAKE_DEP_FLAGS=$(INCLUDES) $(DEFINES)
LD=
LDFLAGS=
CP=copy
MAKE=nmake
CC="C:\Symbian\6.1\Shared/EPO
www.eeworm.com/read/164348/5497386
makefile
__STANDARD__=YES
SRCROOT=..\..
## Generated from Umakefil, do not edit, do not commit to cvs!
RM=rm -rf
RM_DIR=rm -rf
MAKE_DEP=
MAKE_DEP_FLAGS = $(INCLUDES) $(DEFINES)
LD=
LDFLAGS=
CP=co
www.eeworm.com/read/164348/5497580
makefile
__STANDARD__=YES
SRCROOT=..\..
## Generated from Umakefil, do not edit, do not commit to cvs!
RM=rm -rf
RM_DIR=rm -rf
MAKE_DEP=
MAKE_DEP_FLAGS = $(INCLUDES) $(DEFINES)
LD=
LDFLAGS=
CP=co
www.eeworm.com/read/164348/5497832
makefile
__STANDARD__=YES
SRCROOT=..\..
## Generated from Umakefil, do not edit, do not commit to cvs!
RM=rm -rf
RM_DIR=rm -rf
MAKE_DEP=
MAKE_DEP_FLAGS = $(INCLUDES) $(DEFINES)
LD=
LDFLAGS=
CP=co
www.eeworm.com/read/349752/3140294
clean-all
#!/bin/bash
# Initialize the $KEY_DIR directory.
# Note that this script does a
# rm -rf on $KEY_DIR so be careful!
if [ "$KEY_DIR" ]; then
rm -rf "$KEY_DIR"
mkdir "$KEY_DIR" && \
chmod go-
www.eeworm.com/read/334861/3361444
cc getcapability.cc
#include "walkstraightto.ih"
Behavior::ConfidenceInterval WalkStraightTo::getCapability(rf s, rf g)
{
Vector3D pos = g->getVector("Pos");
pos.setZ(0);
Vector3D
www.eeworm.com/read/324450/3502517
cc getcapability.cc
#include "walkstraightto.ih"
Behavior::ConfidenceInterval WalkStraightTo::getCapability(rf s, rf g)
{
Vector3D pos = g->getVector("Pos");
pos.setZ(0);
Vector3D
www.eeworm.com/read/273665/4201054
postrm samba.postrm
#!/bin/sh -e
#
#
if [ "$1" = purge ]; then
# Remove Samba's state files, both volatile and non-volatile
rm -Rf /var/run/samba/ /var/cache/samba/ /var/lib/samba
# Remove log files
rm -Rf /var/lo
www.eeworm.com/read/273665/4201135
postrm samba.postrm
#!/bin/sh -e
#
#
if [ "$1" = purge ]; then
# Remove Samba's state files, both volatile and non-volatile
rm -Rf /var/run/samba/ /var/cache/samba/ /var/lib/samba
# Remove log files
rm -Rf /var/lo