代码搜索结果
找到约 4,639 项符合
RF 的代码
xrf.c
/* Driver for routine rf */
#include
#include
#include
#define NRANSI
#include "nr.h"
#include "nrutil.h"
#define MAXSTR 80
int main(void)
{
char txt[M
elle.c
#include
#define NRANSI
#include "nrutil.h"
float elle(float phi, float ak)
{
float rd(float x, float y, float z);
float rf(float x, float y, float z);
float cc,q,s;
s=sin(phi
ellpi.c
#include
#define NRANSI
#include "nrutil.h"
float ellpi(float phi, float en, float ak)
{
float rf(float x, float y, float z);
float rj(float x, float y, float z, float p);
float c
rf.c
#include
#define NRANSI
#include "nrutil.h"
#define ERRTOL 0.08
#define TINY 1.5e-38
#define BIG 3.0e37
#define THIRD (1.0/3.0)
#define C1 (1.0/24.0)
#define C2 0.1
#define C3 (3.0/4
ellf.c
#include
#define NRANSI
#include "nrutil.h"
float ellf(float phi, float ak)
{
float rf(float x, float y, float z);
float s;
s=sin(phi);
return s*rf(SQR(cos(phi)),(1.0-s*ak)*(1
makefile
KERNELDIR = /lib/modules/$(shell uname -r)/build
CFLAGS = -D__KERNEL__ -DMODULE -I$(KERNELDIR)/include -O
all: mmapcall_dev.o
clean:
rm -rf *.o
makefile
obj-m := mmapcall_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 -
makefile
KERNELDIR = /var/data/project/ez-x5/kernel/linux
CFLAGS = -D__KERNEL__ -DMODULE -I$(KERNELDIR)/include -O
CC=armv5l-linux-gcc
all: arm_dio_dev.o
cp -a arm_dio_dev.o /nfsyyc/
clean:
rm -rf *.o
makefile
obj-m := run_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 *.o
makefile
obj-m := sigio_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 *