代码搜索结果

找到约 8,431 项符合 RF 的代码

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

rf.c

#include #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/44.0) #define C4

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

rf.h

/* rf.h Header file for the WINSNG 2 Radio API ------------------------------------------------------------------------- Copyright (c) 2002, Sensoria Corporation. All rights reserved.

rf.c

# /* * RF disk driver */ #include "../h/param.h" #include "../h/systm.h" #include "../h/buf.h" #include "../h/conf.h" #include "../h/dir.h" #include "../h/user.h" struct device { int rfcs; int r

rf.4

.TH RF 4 .SH NAME rf \- RF11/RS11 fixed-head disk file .SH DESCRIPTION This file refers to the concatenation of all RS-11 disks. .PP Each disk contains 1024 256-word blocks. The length of the combine

rf.c

# /* */ /* * RF disk driver */ #include "../param.h" #include "../buf.h" #include "../conf.h" #include "../user.h" struct { int rfcs; int rfwc; int rfba; int rfda; int rfdae; }; struct dev

rf.4

.th RF IV 10/15/73 .sh NAME rf \*- RF11/RS11 fixed-head disk file .sh DESCRIPTION This file refers to the concatenation of all RS-11 disks. .s3 Each disk contains 1024 256-word blocks. The length of t

rf.s

/ / / rf -- real comparisons .globl rlt4 .globl rle4 .globl req4 .globl rne4 .globl rge4 .globl rgt4 rlt4: jsr pc,compar blt one br zero rle4: jsr pc,compar ble one br zero req4: jsr pc,co

rf.c

/* $Header: /cvsup/minix/src/lib/ack/libp/rf.c,v 1.1 2005/10/10 15:27:47 beng Exp $ */ /* * (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands. * * This product is pa