代码搜索:Direction
找到约 10,000 项符合「Direction」的源代码
代码结果 10,000
www.eeworm.com/read/351262/10668328
m g6.m
function [G,A]=G6(Ang)
%The function G6.m gives the 6 Sector antenna numeric gain and
%attenuation.
%
%Input Parameters
%
%Ang is the angle between the direction of interest and the boresight
www.eeworm.com/read/351262/10668345
m g3.m
function [G,A]=G3(Ang)
%The function G3.m gives the 3 Sector antenna numeric gain and
%attenuation.
%
%Input Parameters
%
%Ang is the angle between the direction of interest and the boresight
www.eeworm.com/read/271244/11001856
m rotate.m
function rotate(h,azel,alpha,origin)
% The function ROTATE rotates an object through angle alpha about a specified direction.
%
% Calling sequence-
% rotate(h,azel,alpha[,origin])
%
% ROTATE(H
www.eeworm.com/read/465504/7055767
m g6.m
function [G,A]=G6(Ang)
%The function G6.m gives the 6 Sector antenna numeric gain and
%attenuation.
%
%Input Parameters
%
%Ang is the angle between the direction of interest and the boresight
www.eeworm.com/read/465504/7055778
m 1g3.m
function [G,A]=G3(Ang)
%The function G3.m gives the 3 Sector antenna numeric gain and
%attenuation.
%
%Input Parameters
%
%Ang is the angle between the direction of interest and the boresight
www.eeworm.com/read/448508/7532694
h sd_card.h
#ifndef __SD_Card_H__
#define __SD_Card_H__
//-------------------------------------------------------------------------
// SD Card Set I/O Direction
#define SD_CMD_IN IOWR(SD_CMD_BASE, 1, 0
www.eeworm.com/read/443653/7629411
m computeslope.m
function [slope_j] = computeSlope(w,lambda,g,threshold)
% A function that computes the appropriate derivative for non-zero w
% and points zero-valued w's in the right direction
%
% Used by: LassoActiv
www.eeworm.com/read/440253/7691430
asm cmpsw.asm
; This sample shows how
; to use CMPSW instruction
; to compare strings.
#make_COM#
; COM file is loaded at 100h
; prefix:
ORG 100h
; set forward direction:
CLD