代码搜索:Structured
找到约 952 项符合「Structured」的源代码
代码结果 952
www.eeworm.com/read/108339/15587813
doc mpeg-4 structured audio 结构化音频.doc
www.eeworm.com/read/189512/8466748
sh check.sh
#!/bin/sh
find .. -name '*.c' > gfiles
find .. -name '*.h' >> gfiles
find .. -name Makefile >> gfiles
cat gfiles | ../bin/glimpseindex -H . -F
../bin/glimpse -i -H . 'STRUCTURED'
www.eeworm.com/read/189063/8491776
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/189063/8491801
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/189063/8491835
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/189063/8492545
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/189063/8492721
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/189063/8492934
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/189063/8492957
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/189063/8493106
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));