代码搜索:Directional
找到约 393 项符合「Directional」的源代码
代码结果 393
www.eeworm.com/read/380178/9158596
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/374163/9418693
h lp.h
/* Line printer stuff mostly follows the original Centronics printers. See
IEEE Std.1284-1994 Standard Signaling Method for a Bi-directional Parallel
Peripheral Interface for Personal Computers
www.eeworm.com/read/161803/10372435
changelog
new in 3.0a
===========
- 3.0 didnt work because of wrong data-directory (thx to Jens Granseuer)
new in 3.0
==========
- directional lighting working again
- multitex check for table detail map (t
www.eeworm.com/read/255967/7098219
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/255967/7098236
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/442119/7658937
smbbi macro.smbbi
#
# Shorewall version 4 - SMB Bi-directional Macro
#
# /usr/share/shorewall/macro.SMBBI
#
# This macro (bidirectional) handles Microsoft SMB traffic.
#
# Beware! This macro opens a lot of ports, and
www.eeworm.com/read/246806/12703606
m demo6_3_dimult.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% demo6_3_DImult.m
% K. Bell 12/2/99
% updated by K. Bell 11/20/00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Multiple Directional Interference
% Example 6.3.1, Fig 6.23
www.eeworm.com/read/245180/12812767
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/245180/12812810
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/244154/12880962
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