代码搜索:usage

找到约 10,000 项符合「usage」的源代码

代码结果 10,000
www.eeworm.com/read/484356/6586101

m rankboostauc.m

function [alpha,threshold,rankfeat]=rankboostAUC(xapp,yapp,T); % USAGE % % [alpha,threshold,rankfeat]=rankboostAUC(xapp,yapp,T); % % This a Rankboost algorithm as described in the freund et
www.eeworm.com/read/483659/6600342

l ch2-06.l

%{ #undef input #undef unput unsigned verbose; unsigned fname; char *progName; %} %s FNAME %% [ ]+ /* ignore blanks */ ; [ ]+ /* ignore blanks */ ; -h | "-?" | -help { printf("usage
www.eeworm.com/read/482929/6616340

set_makefiles

#!/bin/sh # # Create Aztec Makefiles for specific machines/communication systems. # # usage: set_makefiles machine communication # # machine The target computer. Currently, #
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/6694514

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

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/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/6694573

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

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)