代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/303772/13809460
m isoctave.m
function t=isoctave()
%ISOCTAVE True if the operating environment is octave.
% Usage: t=isoctave();
%
% ISOCTAVE returns 1 if the operating environment is octave, otherwise
% 0 (Matlab)
% This
www.eeworm.com/read/303772/13809461
m ltfatmex.m
function ltfatmex(optclean)
%LTFATMEX Compile Mex/Oct interfaces
% Usage: ltfatmex;
% ltfatmex('clean');
%
% LTFATMEX compiles certain functions written in C in order to speed
% up
www.eeworm.com/read/238549/13876279
m get_psooptions.m
%get_psoOptions >> A function to get an "options structure" that is used to set various option of the PSO Algorithm.
%
% Usage : psoOptions = get_psoOptions
% Arguments : None
www.eeworm.com/read/152261/5674754
run
#!/bin/csh
source ../../env.cfg
if ("$1" == "" || "$2" == "" || $3 != "") then
echo Usage:
echo " run programVersion slideVersion"
exit
endif
set P = $1 # Progra
www.eeworm.com/read/148153/5717309
py prepaid.py
#
# Example Python module for prepaid usage using MySQL
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
#
www.eeworm.com/read/144314/5750477
py prepaid.py
#
# Example Python module for prepaid usage using MySQL
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
#
www.eeworm.com/read/141805/5768478
run
#!/bin/csh
source ../../env.cfg
if ("$1" == "" || "$2" == "" || $3 != "") then
echo Usage:
echo " run programVersion slideVersion"
exit
endif
set P = $1 # Progra
www.eeworm.com/read/139647/5797678
py prepaid.py
#
# Example Python module for prepaid usage using MySQL
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
#
www.eeworm.com/read/138890/5812905
py prepaid.py
#
# Example Python module for prepaid usage using MySQL
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
#
www.eeworm.com/read/138743/5813997
m myplotbasistree.m
function MyPlotBasisTree(basis,D,stree,titlestr)
% MyPlotBasisTree -- Display basis tree with decorated branch lengths
% Usage
% MyPlotBasisTree(btree,D,stree[,titlestr])
% Inputs
% btree