代码搜索结果
找到约 4,639 项符合
RF 的代码
rf.lnp
"RF2272.obj",
"i2c.obj"
TO "RF"
RAMSIZE(256)
rf.inc
#ifndef RF_INC
#define RF_INC
#ifndef RF.PIN
#define RF.PIN 5 ; RF Modulation Output
#define RF.PORT PORTC
#endif
extern RF.Send_Header, RF.Send_Data, RF.SendBuffer
;---------
rf.asm
;------------------------------------------------------------------------------+
; |
; Module RF
rf.lst
MPASM 03.90.01 Released RF.ASM 11-21-2005 16:07:14 PAGE 1
LOC OBJECT CODE LINE SOURCE TEXT
VALUE
00001 ;/*
rf.inc
#ifndef RF_INC
#define RF_INC
#ifndef RF.PIN
#define RF.PIN 5 ; RF Modulation Output
#define RF.PORT PORTC
#endif
extern RF.Send_Header, RF.Send_Data, RF.SendBuffer
;/*
;
;
rf.asm
;/*
; RF.asm
;
; Jan Ornter
;
; DATE: 11-9-2005
; VER.: 1.0
;
; This class provides access to the optionally RF-Interface.
; It will transmit a header (see below) and pulse with modulated dat
rf.cpp
#include
#include "nr.h"
using namespace std;
DP NR::rf(const DP x, const DP y, const DP z)
{
const DP ERRTOL=0.0025, TINY=1.5e-38, BIG=3.0e37, THIRD=1.0/3.0;
const DP C1=1.0/24.0, C
rf.cpp
#include
#include "nr.h"
using namespace std;
DP NR::rf(const DP x, const DP y, const DP z)
{
const DP ERRTOL=0.0025, TINY=1.5e-38, BIG=3.0e37, THIRD=1.0/3.0;
const DP C1=1.0/24.0, C
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
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