代码搜索:RF

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

代码结果 8,431
www.eeworm.com/read/452945/7428966

v regfile.v

//Implementation of Register File 32-bit module regfile (input clk, input we3, input [4:0] ra1, ra2, wa3, input [31:0] wd3, output reg [31:0] rd1, rd2); reg [31:0] rf[31:0]; // three ported register
www.eeworm.com/read/452710/7435371

c,v rfinit.c,v

head 1.1; access; symbols; locks dls:1.1; strict; comment @ * @; 1.1 date 97.09.21.19.28.54; author dls; state Dist; branches; next ; desc @@ 1.1 log @pre-3e code @ text
www.eeworm.com/read/452710/7435380

c rfsend.c

/* rfsend.c - rfsend */ #include #include #include /*------------------------------------------------------------------------ * rfsend -- send message to r
www.eeworm.com/read/449378/7507517

php buttons.php

www.eeworm.com/read/449377/7507649

php buttons.php

www.eeworm.com/read/446732/7569681

txt 例3.5.txt

  例3.5转义字符的使用。    main() {printf(" ab c\t de\rf\tg\n"); printf("h\ti\b\bj k"); }
www.eeworm.com/read/439958/7696631

makefile

#this is server makefile CC = g++ CFLAGS = -lssl -lsqlite3 server:server.o management.o userDatabase.o fileMetadata.o netServer.o serverMain.o $(CC) $(CFLAGS) $^ -o $@ -g rm -rf *.o client:net
www.eeworm.com/read/435653/7788166

cpp dzy.cpp

#include #include #include #include using namespace std; /**************************************************************/ const int LINKLENGTH=50;
www.eeworm.com/read/435548/7790651

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/435548/7790656

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(