代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/285564/8831494
c stabilitycorrection.c
/*
* SUMMARY: StabilityCorrection.c - Calculate the stability correction
* USAGE: Part of DHSVM
*
* AUTHOR: Bart Nijssen and Pascal Storck
* ORG: University of Washingt
www.eeworm.com/read/285564/8831664
c calcaerodynamic.c
/*
* SUMMARY: CalcAerodynamic.c - Calculate the aerodynamic resistances
* USAGE: Part of DHSVM
*
* AUTHOR: Bart Nijssen and Pascal Storck
* ORG: University of Washingto
www.eeworm.com/read/428807/8839820
bak main.c.bak
//**************************************************************************
// ESP430CE1 Application Program Example
//
// This file shows exemplarily the usage of the ESP430CE1 module for
//
www.eeworm.com/read/428807/8839822
c emeter.c
//**************************************************************************
//
// ESP430CE1 Application Program Example
//
// This file shows exemplarily the usage of the ESP430CE1 module for
www.eeworm.com/read/428807/8839825
c main.c
//**************************************************************************
// ESP430CE1 Application Program Example
//
// This file shows exemplarily the usage of the ESP430CE1 module for
//
www.eeworm.com/read/428779/8841708
m diffevolve.m
function [sol, fval, evals] = diffevolve(varargin)
%DIFFEVOLVE Differential Evolution Optimization
%
% Usage:
% sol = DIFFEVOLVE(PROBLEM)
% sol = DIFFEVOLVE(func, p
www.eeworm.com/read/383372/8951736
m degree_of_cyclostationarity.m
function d=degree_of_cyclostationarity(R)
%
% DEGREE_OF_CYCLOSTATIONARITY
% Compute the degrees of cyclostationarity of a signal
% from its cyclic autocorrelation
%
% USAGE
%
www.eeworm.com/read/283460/9020223
sql install.sql
document
DISCREPTION: this batch file is the installation file
of the application database of the HLIS
in the server.
USAGE: perform the following command in the
sqlplus's promp
www.eeworm.com/read/183855/9134460
f_detect_truth
# ======================================================================
if ($# != "2") then
echo "USAGE: f_detect_pipe IN IN_list"
exit 1
endif
set IN = $1
set IN_list = $2
# -------------
www.eeworm.com/read/183855/9134484
f_coeffs
# ======================================================================
if ($# != "2") then
echo "USAGE: f_gallery_coeffs IN IN_list"
exit 1
endif
set IN = $1
set IN_list = $2
# ----------