代码搜索:constructs
找到约 1,240 项符合「constructs」的源代码
代码结果 1,240
www.eeworm.com/read/436995/7757385
m menuecef.m
% menuecef.m
% Scope: This MATLAB macro constructs the transformation matrix from ENU
% (East, North, Up) frame to ECEF frame.
% Usage: moutput = men
www.eeworm.com/read/436995/7757405
m mllwecef.m
% mllwecef.m
% Scope: This MATLAB macro constructs the transformation matrix from LLWA
% (Local Level Wander Azimuth) frame to ECEF frame.
% Usage: m
www.eeworm.com/read/436995/7757406
m mbllw.m
% mbllw.m
% Scope: This MATLAB macro constructs the transformation matrix from GPS
% body frame to LLWA (Local Level Wander Azimuth) frame.
% Usage:
www.eeworm.com/read/436995/7757411
m mecefins.m
% mecefins.m
% Scope: This MATLAB macro constructs the transformation matrix from ECEF
% frame to INS (Wander / North West Up) frame.
% Usage: moutpu
www.eeworm.com/read/436995/7757420
m minsecef.m
% minsecef.m
% Scope: This MATLAB macro constructs the transformation matrix from INS
% (Wander / North West Up) frame to ECEF frame.
% Usage: moutpu
www.eeworm.com/read/331439/12828454
m hyperanalytic.m
function [h, o, e] = hyperanalytic(f, mu)
% HYPERANALYTIC Constructs the hyperanalytic signal of a complex vector f.
% The second parameter is the quaternion axis used to compute
%
www.eeworm.com/read/321972/13391638
m doy.m
% Script file: doy.m
%
% Purpose:
% This program calculates the day of year corresponding
% to a specified date. It illustrates the use switch
% and for constructs.
%
% Record o
www.eeworm.com/read/307581/13720220
sh filecheckin.sh
#!/bin/ksh
#
# SAMPLE NAME: fileCheckIn
#
# FUNCTIONS: This sample shell script checks files into the CMVC tool.
# It shows common files and constructs a File -checkin command
#
www.eeworm.com/read/133952/5896865
m doy.m
% Script file: doy.m
%
% Purpose:
% This program calculates the day of year corresponding
% to a specified date. It illustrates the use switch
% and for constructs.
%
% Record o
www.eeworm.com/read/130241/5962750
java item.java
/**
An item with a description and a part number.
*/
public class Item
{
/**
Constructs an item.
@param aDescription the item's description
@param aPartNumber the item's part