代码搜索:constructs

找到约 1,240 项符合「constructs」的源代码

代码结果 1,240
www.eeworm.com/read/479405/6694497

m mecefllw.m

% mecefllw.m % Scope: This MATLAB macro constructs the transformation matrix from ECEF % frame to LLWA (Local Level Wander Azimuth) frame. % Usage: m
www.eeworm.com/read/479405/6694509

m mecefenu.m

% mecefenu.m % Scope: This MATLAB macro constructs the transformation matrix from ECEF % frame to ENU (East, North, Up) frame. % Usage: moutput = mec
www.eeworm.com/read/479405/6694558

m mllwenu.m

% mllwenu.m % Scope: This MATLAB macro constructs the transformation matrix from LLWA % (Local Level Wander Azimuth) frame to ENU (East, North, Up) frame
www.eeworm.com/read/479405/6694561

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/479405/6694581

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/479405/6694582

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/479405/6694587

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/479405/6694596

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/263959/11335758

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/342759/12001943

h item.h

#include "product.h" /** Describes a product to purchase and its quantity. */ class Item { public: /* Constructs an item from the product and quantity @param p the produ