代码搜索结果
找到约 8,431 项符合
RF 的代码
m500a.h
#ifndef M500A_H
#define M500A_H
// P I C C - C O M M A N D S
// commands which are handled by the tag
// Each tag command is written to the reader IC and transfered via RF
#define PICC_REQSTD
ellf.cpp
#include
#include "nr.h"
using namespace std;
DP NR::ellf(const DP phi, const DP ak)
{
DP s;
s=sin(phi);
return s*rf(SQR(cos(phi)),(1.0-s*ak)*(1.0+s*ak),1.0);
}
ellf.cpp
#include
#include "nr.h"
using namespace std;
DP NR::ellf(const DP phi, const DP ak)
{
DP s;
s=sin(phi);
return s*rf(SQR(cos(phi)),(1.0-s*ak)*(1.0+s*ak),1.0);
}
1100无线双向遥控程序贡献分享.txt
// http://bbs.lierda.com/forumdisplay.php?f=46 利尔达技术论坛 低功耗 RF
#include
#include
#define INT8U unsigned char
#define INT16U
regtest.s
.text
.align 4
.global _regtest, regtest
.proc 04
_regtest:
regtest:
#ifndef _FLAT
save %sp, -96, %sp
#endif
/*
set PREGS, %l0
ld [%l0 + ECTRL], %g2 ! get configuration status
srl %g2, RF
fs.t
#!./perl
# $RCSfile: fs.t,v $$Revision: 4.0.1.1 $$Date: 1993/02/05 19:44:34 $
print "1..22\n";
$wd = `pwd`;
chop($wd);
`rm -f tmp 2>/dev/null; mkdir tmp 2>/dev/null`;
chdir './tmp';
`/bin/rm -rf a
mh-alias.me
.\" This file is automatically generated. Do not edit!
.\" @(#)$Id: mh-alias.rf,v 1.11 1992/12/11 21:44:16 jromine Exp $
.SC MH-ALIAS 5
.NA
mh-alias \- alias file for MH message system
.SY
any \fIMH\
mh-mail.me
.\" This file is automatically generated. Do not edit!
.\" @(#)$Id: mh-mail.rf,v 1.6 1992/05/12 22:23:34 jromine Exp $
.SC MH-MAIL 5
.NA
mh-mail \- message format for MH message system
.SY
any \fIMH\
mf.me
.\" This file is automatically generated. Do not edit!
.\" @(#)$Id: mf.rf,v 1.5 90/04/05 15:12:57 sources Exp $
.SC MF 1
.NA
muinc, musift, uminc, umsift \- mail filters
.SY
/usr/contrib/mh-6.8/lib/m
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