代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/150547/12286789
release
#!/bin/bash -xe
#
# Generate a NASM release
#
# Usage: release {test|real} [branch]
#
if [ -z "$SFUSER" ]; then
if [ -f "$HOME/.sfuser" ]; then
sfuser=`cat "$HOME/.sfuser"`
else
www.eeworm.com/read/338643/12290431
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/338643/12290460
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/338643/12290475
m chi2_dof.m
% chi2_dof.m
% Scope: This MATLAB macro computes the probability density function of the
% chi-square distribution with dof degrees of freedom.
% Usage:
www.eeworm.com/read/338643/12290551
m tadmsrad.m
% tadmsrad.m
% Scope: This MATLAB macro converts an angle value from degrees/minutes/
% seconds to radians.
% Usage: arad = tadmsrad(adeg,amin,asec)
www.eeworm.com/read/338643/12290618
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/338643/12290653
m elimrow.m
% elimrow.m
% Scope: This MATLAB macro eliminates a specific row of a given two
% dimensional matrix.
% Usage: y = elimrow(x,k)
% Description of par
www.eeworm.com/read/338643/12290663
m taraddms.m
% taraddms.m
% Scope: This MATLAB macro converts an angle value from radians to
% degrees/minutes/seconds.
% Usage: [adeg,amin,asec] = taraddms(arad)
www.eeworm.com/read/338643/12290677
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/338643/12290679
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: