代码搜索结果

找到约 4,639 项符合 RF 的代码

makefile

KERNELDIR = /lib/modules/$(shell uname -r)/build CFLAGS = -D__KERNEL__ -DMODULE -I$(KERNELDIR)/include -O all: blockio_dev.o clean: rm -rf *.o

makefile

obj-m := blockio_dev.o KDIR := /lib/modules/$(shell uname -r)/build PWD := $(shell pwd) default: $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules clean: rm -rf *.ko rm -rf *.mod.* rm -rf .*.cmd rm -rf

remove.com

rm -rf *.eps rm -rf acks drops packets *.tr

gnuplotb.com

# csh figure2B.com temp2.rands testname set filename=$1 set filename3=$2 cp $filename temp set label='"flow' rm -rf flow1 flow2 flow3 flow4 flow5 awk '{if ($1~/'$label'/) yes=yes+1; \ if(yes==1&&NF

makefile

#Mafefile for test application dummytest: dummytest.c include/dummy.h gcc dummytest.c -o dummytest clean: rm -rf dummytest

clock.c

/****************************************************************************** Filename: clock.c This file defines clock related functions for the CC243x family of RF system-on-chips

clock.h

/****************************************************************************** Filename: clock.h This file defines interface for clock related functions for the CC243x family of RF s

basic_rf.h

/*********************************************************************************** Filename: basic_rf.h Description: Basic RF library header file ************************************

basic_rf.c

/*********************************************************************************** Filename: basic_rf.c Description: Basic RF library ************************************************

basic_rf_security.h

/*********************************************************************************** Filename: basic_rf_security.h Description: Basic RF security library header file ****************