代码搜索结果
找到约 10,000 项符合
R 的代码
r.m
% 计算平方根
function out = r(x)
out=sqrt(abs(x));
r.m
% 计算平方根
function out = r(x)
out=sqrt(abs(x));
r.m
%
% routine to get the square root of a number
%
% usage: via tree structured GA
%
function out = r(x)
%
%
out=sqrt(abs(x));
root.r
// $$r_file$$.r: Macintosh-specific resources
#include "types.r"
$$IF(!PROJTYPE_DLL)
#include "ftab.r"
$$ENDIF //!PROJTYPE_DLL
#include "CodeFrag.r"
$$IF(!PROJTYPE_DLL)
resource 'SIZE' (-1)
root.r
// $$r_file$$.r: Macintosh-specific resources
#include "types.r"
$$IF(!PROJTYPE_DLL)
#include "ftab.r"
$$ENDIF //!PROJTYPE_DLL
#include "CodeFrag.r"
$$IF(!PROJTYPE_DLL)
resource 'SIZE' (-1)
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
root.r
// $$r_file$$.r: Macintosh-specific resources
#include "types.r"
$$IF(!PROJTYPE_DLL)
#include "ftab.r"
$$ENDIF //!PROJTYPE_DLL
#include "CodeFrag.r"
$$IF(!PROJTYPE_DLL)
resource 'SIZE' (-1)