代码搜索:RF
找到约 8,431 项符合「RF」的源代码
代码结果 8,431
www.eeworm.com/read/248995/12527737
opt rfcode.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/333929/12651955
m wbfb.m
function Z=wbfb(p,q)
N=1024;
f3db=40;
f=-f3db:2*f3db/N:f3db;
S=exp(-(1.665*f/f3db).^2);
s=ifft(S(1:N));
r=sqrt(s*(gamma(3)-gamma(2).^2)/gamma(2).^2);
R=fft(r);
RF=abs(R);
a0=RF(1,1);
RF=RF
www.eeworm.com/read/333929/12651976
m dsfb.m
function Z=dsfb(Rc,Uc)
N=1024;
f3db=30;
f=-f3db:2*f3db/N:f3db;
S=exp(-(1.665*f/f3db).^2);
s=ifft(S(1:N));
r=log(1+s*(exp(Rc)-1))/Rc;
R=fft(r);
RF=abs(R);
a0=RF(1,1);
RF=RF./a0;
RF=sqrt(
www.eeworm.com/read/135027/13966599
txt buildtoolchain-environment.txt
#!/bin/bash
# buildtoolchain-environment v1.2 08/13/01
# www.embeddedlinuxinterfacing.com
#
# The original location of this script is
# http://www.embeddedlinuxinterfacing.com/chapters/03/buildto
www.eeworm.com/read/132994/14063775
makefile
all: mac.a mac.j rf
@wd=`pwd`; \
i=`grep '^MACDIR=' makes | sed -e 's/.*=[ ]*//' -e 's/[ ]*$$//'`; \
if [ "X$$i" = "X" -o "X`eval echo $$i`" != "X$$wd" ]; \
then echo Change MACDIR in makes to
www.eeworm.com/read/111100/15518226
frm xboutin.frm
VERSION 5.00
Begin VB.Form xboutin
BorderStyle = 4 'Fixed ToolWindow
ClientHeight = 2775
ClientLeft = 45
ClientTop = 270
ClientWidth = 7290
L
www.eeworm.com/read/104413/15694970
txt 利用ramdonaccessfile来实现文件的追加!.txt
作者:jeru
日期:2000-11-29 14:44:48
RamdonAccessFile 是个很好用的类,功能十分强大,可以利用它的
length()和seek()方法来轻松实现文件的追加,相信我下面这个例子是
很容易看懂的,先写入十行,用length()读出长度(以byte为单位),
在用seek()移动到文件末尾,继续添加,最后显示记录。
import java.io.*
www.eeworm.com/read/103127/15744551
buildtoolchain-environment
#!/bin/bash
# buildtoolchain-environment v1.2 08/13/01
# www.embeddedlinuxinterfacing.com
#
# The original location of this script is
# http://www.embeddedlinuxinterfacing.com/chapters/03/buildtoolcha