代码搜索结果

找到约 10,000 项符合 R 的代码

r.m

%计算自相关 function r=R(N,x,T) %N is the data number,T is the time delay r=sum(x((T+1):N).*x(1:(N-T)))/N;

collmac.r

// collmac.r: Macintosh-specific resources #include "types.r" #include "systypes.r" #include "mrc\balloons.r" #include "ftab.r" #include "CodeFrag.r" #include "resource.h" resource 'vers'

r.gif

vti_encoding:SR|utf8-nl vti_timelastmodified:TR|30 Jul 2000 11:37:54 -0000 vti_extenderversion:SR|4.0.2.3406 vti_filesize:IR|3283 vti_nexttolasttimemodified:TR|30 Jul 2000 09:56:55 -0000 vti_back

r.v

module r(din, clk, rst,rload, dout); input[7:0]din; input clk,rst, rload; output[7:0] dout; reg[7:0] dout; always@(posedge clk or negedge rst) if(!rst) dout