代码搜索:RF
找到约 8,431 项符合「RF」的源代码
代码结果 8,431
www.eeworm.com/read/301031/13868973
asm main.asm
#pragma debug scope 1 1
#line 34 "E:\重要!!!\重要!!!\射频通信\2378\HT CAR\RF905\MAIN.C"
_RxTxConf_buf .SECTION INPAGE'CODE'
l_RxTxConf_buf:
MOV [06h],A
_RxTxConf_buf:
RET A,1
RET A,12
RET A,68
RET A,
www.eeworm.com/read/141580/5769527
clean
rm ../bin/INCA_libs/worklib/*
rm ../bin/INCA_libs/worklib/.*
rm ../log/*.log
rm -rf ../out/*.shm
www.eeworm.com/read/141580/5769583
clean
rm ../bin/INCA_libs/worklib/*
rm ../bin/INCA_libs/worklib/.*
rm ../log/*.log
rm -rf ../out/*.shm
www.eeworm.com/read/136812/5861284
c klunker_tables.c
#ifndef lint
#ifdef sccs
static char sccsid[] = "@(#)klunker_tables.c 1.1 92/07/30";
#endif
#endif
/*
* Copyright (c) 1986 by Sun Microsystems, Inc.
*
* klunker_tables.c: keytables for the klunker
www.eeworm.com/read/136812/5861301
c sun2+_tables.c
#ifndef lint
#ifdef sccs
static char sccsid[] = "@(#)sun2+_tables.c 1.1 92/07/30 Copyright 1986 Sun Micro";
#endif
#endif
/*
* Copyright (c) 1986 by Sun Microsystems, Inc.
*
* sun2+_tables.c: k
www.eeworm.com/read/131315/5936707
bat configure.bat
@echo off
echo Configuring GCC for go32
rem This batch file assumes a unix-type "sed" program
update config\xm-i386dos.h config.h
update config\xm-i386dos.h hconfig.h
update config\i386gas.h tm.h
upd
www.eeworm.com/read/126430/6016858
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/102423/6232527
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/490828/6443012
cpp 3-5.cpp
#include
void main ( )
{ printf(" ab c\t de\rf\tg\n");
printf("h\ti\b\bj k\n");
}
www.eeworm.com/read/490520/6447040
cpp 3-5.cpp
#include
void main ( )
{ printf(" ab c\t de\rf\tg\n");
printf("h\ti\b\bj k\n");
}