代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/148553/12460206
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/131051/14162983
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/233016/14173684
m fwppbssynthesis.m
function sig = FWPPBSSynthesis(wp,qmf,dqmf)
% FWPPBSSynthesis -- Synthesize signal from full wavelet packet table
% (periodized, biorthogonal,symmetric)
% Usage
% sig = FWP
www.eeworm.com/read/130383/14196208
m tensorwavkernel.m
function [kernel,KernelInfo]=tensorwavkernel(x,xsup,kerneloption)
% USAGE
%
% [kernel,KernelInfo]=tensorwavkernel(x,xsup,kerneloption)
%
% Process a tensor product wavelet kernel.
% the
www.eeworm.com/read/232339/14197799
m rri_zoom_menu.m
% Imbed a zoom menu to any figure.
%
% Usage: rri_zoom_menu(fig);
%
% - Jimmy Shen (pls@rotman-baycrest.on.ca)
%
%--------------------------------------------------------------------
funct
www.eeworm.com/read/129816/14223786
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/125362/14496848
c main.c
/* -*- Mode: C -*-
* main.c
*
* Description : NDMP daemon main().
*
* usage: ndmpd [-d debug-level] [-p port-number] [-f]
*
*
www.eeworm.com/read/222590/14684918
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/222590/14685009
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/216772/14992905
m pca.m
function [eigvector, eigvalue] = PCA(X, ReducedDim)
%PCA Principal Component Analysis
%
% Usage:
% [eigvector, eigvalue] = PCA(X, ReducedDim)
% [eigvector, eigvalue] = PCA(X)
%
%