代码搜索:RF
找到约 8,431 项符合「RF」的源代码
代码结果 8,431
www.eeworm.com/read/383940/2608977
entries
/Makefile/1.2/Wed May 7 20:40:30 2008//
/RF230SnifferC.nc/1.4/Thu Jun 5 19:43:20 2008//
/RF230SnifferP.nc/1.3/Fri May 16 17:43:48 2008//
D
www.eeworm.com/read/383940/2608983
entries
/Makefile/1.1/Tue Nov 6 19:41:28 2007//
/RF230TestC.nc/1.2/Fri May 16 17:43:48 2008//
/RF230TestM.nc/1.2/Sat Nov 17 02:24:43 2007//
D
www.eeworm.com/read/147708/5727922
makefile
TARGET=libbmp.so
OBJS=bmp.o
CFLAGS=-g -fPIC
LDFLAGS=-lc -lm
%.o:%.c
$(CC) -c $(CFLAGS) $< -o $@
$(TARGET): $(OBJS)
$(CC) -g -shared -Wl -o $@ $^ $(LDFLAGS)
clean:
rm -rf *.o
rm -rf libbmp.so
www.eeworm.com/read/489017/6481463
h ytepfunction.h
#ifndef display_file
#define FILE_D extern
#endif
#ifndef yt_TemEp_file
#define FILE_TE extern
#endif
#ifndef ytep_RF_file
#define FILE_RF extern
#endif
#ifndef can_file
#def
www.eeworm.com/read/489017/6481549
bak ytepfunction.h.bak
#ifndef display_file
#define FILE_D extern
#endif
#ifndef yt_TemEp_file
#define FILE_TE extern
#endif
#ifndef ytep_RF_file
#define FILE_RF extern
#endif
#ifndef can_file
#def
www.eeworm.com/read/11316/222443
makefile
TARGET=libbmp.so
OBJS=bmp.o
CFLAGS=-g -fPIC
LDFLAGS=-lc -lm
%.o:%.c
$(CC) -c $(CFLAGS) $< -o $@
$(TARGET): $(OBJS)
$(CC) -g -shared -Wl -o $@ $^ $(LDFLAGS)
clean:
rm -rf *.o
rm -rf libbmp.so
www.eeworm.com/read/457727/1594087
c ellf.c
#include
#include "nrutil.h"
float ellf(phi,ak)
float ak,phi;
{
float rf();
float s;
s=sin(phi);
return s*rf(SQR(cos(phi)),(1.0-s*ak)*(1.0+s*ak),1.0);
}
www.eeworm.com/read/191080/5168135
c ellf.c
#include
#include "nrutil.h"
float ellf(phi,ak)
float ak,phi;
{
float rf();
float s;
s=sin(phi);
return s*rf(SQR(cos(phi)),(1.0-s*ak)*(1.0+s*ak),1.0);
}
www.eeworm.com/read/330226/12905912
_c board._c
/****************************************************/
/* Application note */
/* Reference design : CC1100 RF Test Board */
/* File: board.c
www.eeworm.com/read/330226/12905941
c board.c
/****************************************************/
/* Application note */
/* Reference design : CC1100 RF Test Board */
/* File: board.c