代码搜索:structured
找到约 952 项符合「structured」的源代码
代码结果 952
www.eeworm.com/read/137229/13337763
m p.m
%
% routine to get the square root of a number
%
% usage: via tree structured GA
%
function out = p(u)
%
%
out=exp(u);
www.eeworm.com/read/137229/13337784
m e.m
% routine to get the square root of a number
% usage: via tree structured GA
function out = e(x)
out=exp(x);
www.eeworm.com/read/137229/13338609
m l.m
%
% routine to get the square root of a number
%
% usage: via tree structured GA
%
function out = l(x)
%
%
out = log(x);
www.eeworm.com/read/137229/13338773
m p.m
%
% routine to get the square root of a number
%
% usage: via tree structured GA
%
function out = p(u)
%
%
out=exp(u);
www.eeworm.com/read/137229/13338919
m e.m
%
% routine to get the square root of a number
%
% usage: via tree structured GA
%
function out = e(x)
%
%
out=exp(x);
www.eeworm.com/read/137229/13338931
m s.m
%
% routine to get the square of a number
%
% usage: via tree structured GA
%
function out = s(x)
%
%
out=x.^2.0;
www.eeworm.com/read/137229/13339021
m r.m
%
% routine to get the square root of a number
%
% usage: via tree structured GA
%
function out = r(x)
%
%
out=sqrt(abs(x));
www.eeworm.com/read/131315/5937565
ibm6000
#
# magic.rs6000:
#
# RS/6000 and the RT PC.
#
0 beshort 0x01df executable (RISC System/6000 V3.1) or obj module
>12 belong >0 not stripped
# Breaks sun4 statically linked execs.
#0 beshort
www.eeworm.com/read/264420/11315487
m l.m
%
% routine to get the square root of a number
%
% usage: via tree structured GA
%
function out = l(x)
%
%
out = log(x);
www.eeworm.com/read/264420/11315591
m p.m
%
% routine to get the square root of a number
%
% usage: via tree structured GA
%
function out = p(u)
%
%
out=exp(u);