代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/238843/13321013
m gmm.m
function [gmmout, gmmopt]=gmm(b,gmmopt,Y,X,Z,Win)
% PURPOSE: Estimate model parameters using GMM
%--------------------------------------------------------------------------
% USAGE: [gmmout, gmmopt]=g
www.eeworm.com/read/322098/13389903
h czip.h
//
// classes CZip and CUnzip
// usage :
// * construct a CZip/CUnzip object with an unzipped/zipped file name
// * use SwapSize on that object to build a zipp/unzipped file
//
// SwapSiz
www.eeworm.com/read/320009/13436089
new upload.new
#!/bin/sh
# Will be invoked by boot.
# Do not edit or run upload directly!
# check number of parameters:
if [ $# -ne 6 ]
then
echo ""
echo " usage: boot "
www.eeworm.com/read/320009/13436098
upload
#!/bin/sh
# Will be invoked by boot.
# Do not edit or run upload directly!
# check number of parameters:
if [ $# -ne 6 ]
then
echo ""
echo " usage: boot "
www.eeworm.com/read/319824/13441529
m show_psooptions.m
%show_psoOptions >> A function to read and display the psoOptions structure.
%
% Usage : strOptions = show_psoOptions( psoOptions )
% Arguments : A structure containing various option
www.eeworm.com/read/318933/13466069
m show_psooptions.m
%show_psoOptions >> A function to read and display the psoOptions structure.
%
% Usage : strOptions = show_psoOptions( psoOptions )
% Arguments : A structure containing various option
www.eeworm.com/read/316956/13513746
readme_selectdemo
FILE LIST -
selectDemo.c
DESCRIPTION -
This program demonstrates the usage of the select() routine.
The selectDemo task writes messages to pipe devices. The
selectO
www.eeworm.com/read/316956/13513789
readme_broadcastget
FILE LIST -
broadcastGet.c
DESCRIPTION -
Demo for getting the broadcast message. It also demonstrates the
usage of SIOCGIFCONF ioctl option. This SIOCGIFCONF ioctl
www.eeworm.com/read/311735/13626787
m show_psooptions.m
%show_psoOptions >> A function to read and display the psoOptions structure.
%
% Usage : strOptions = show_psoOptions( psoOptions )
% Arguments : A structure containing various option
www.eeworm.com/read/310212/13654565
m panfcn.m
function varargout = panfcn(varargin)
%PANFCN Pan Function for Axes and Signal GUI
% Usage: call this function either as the buttondownfcn of the lines in
% an axes that you want to pan, or as