代码搜索:Directional
找到约 393 项符合「Directional」的源代码
代码结果 393
www.eeworm.com/read/393873/8256414
m dirstretch.m
%DIRSTRETCH variable directional stretching of a complex vector
%
% DIRSTRETCH(X,D) where X is a complex vector and D a complex scalar stretches X by abs(D) along the direction arg(D)
% if D is a v
www.eeworm.com/read/333887/12656146
m dirstretch.m
%DIRSTRETCH variable directional stretching of a complex vector
function y=dirstretch(x,dir,coef)
if nargin == 3
if ~isreal(dir) && all(abs(dir) ~= 1)
warning('non unit modulus of direction arg
www.eeworm.com/read/333887/12656225
m dirstretch.m
%DIRSTRETCH variable directional stretching of a complex vector
%
% DIRSTRETCH(X,D) where X is a complex vector and D a complex scalar stretches X by abs(D) along the direction arg(D)
% if D is a v
www.eeworm.com/read/202129/15390373
m dirstretch.m
%DIRSTRETCH variable directional stretching of a complex vector
function y=dirstretch(x,dir,coef)
if nargin == 3
if ~isreal(dir) && all(abs(dir) ~= 1)
warning('non unit modulus of direction arg
www.eeworm.com/read/202129/15390390
m dirstretch.m
%DIRSTRETCH variable directional stretching of a complex vector
%
% DIRSTRETCH(X,D) where X is a complex vector and D a complex scalar stretches X by abs(D) along the direction arg(D)
% if D is a v
www.eeworm.com/read/384759/8844723
c p2.c
/* Protocol 2 (stop-and-wait) also provides for a one-directional flow of
* data from sender to receiver. The communication channel is once again
* assumed to be error free, as in protocol 1. Howeve
www.eeworm.com/read/184884/9068248
c p2.c
/* Protocol 2 (stop-and-wait) also provides for a one-directional flow of data from
sender to receiver. The communication channel is once again assumed to be error
free, as in protocol 1. Howeve
www.eeworm.com/read/178602/9390690
m gradmution1.m
function [parent]=gradmution1(parent,bounds,Ops)
%directional mutation
%function [newSol]=
%
%
%
%
cg = Ops(1); %Current Generation
mg=Ops(3); %
b=Ops(4); %
df = bounds(:,2)-bound
www.eeworm.com/read/178602/9390697
asv gradmution1.asv
function [parent]=gradmution1(parent,bounds,Ops)
%directional mutation
%function [newSol]=
%
%
%
%
cg = Ops(1); %Current Generation
mg=Ops(3); %
b=Ops(4); %
df = bounds(:,2)-bound
www.eeworm.com/read/166212/10029106
c p2.c
/* Protocol 2 (stop-and-wait) also provides for a one-directional flow of data from
sender to receiver. The communication channel is once again assumed to be error
free, as in protocol 1. Howe