代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/177887/9427669
bak makefile.bak
#
# This is the make file for the util subdirectory of the GIF library
# In order to run it tcc is assumed to be available, in addition to
# tlib and borland make.
#
# Usage: "make [-DMDL=model]"
www.eeworm.com/read/177887/9427671
1 makefile.1
#
# This is the make file for the util subdirectory of the GIF library
# In order to run it tcc is assumed to be available, in addition to
# tlib and borland make.
#
# Usage: "make [-DMDL=model]"
www.eeworm.com/read/177586/9446405
py connectionratelimitreactor.py
# usage:
#
# from twisted.internet import reactor
# from ConnectionRateLimitReactor import connectionRateLimitReactor
# connectionRateLimitReactor(reactor, max_incomplete=10)
#
# by Greg Hazel
import
www.eeworm.com/read/177261/9463025
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/177261/9463165
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/371993/9526060
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/371993/9526108
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/371255/9559130
m circsine.m
% CIRCSINE - generates circular sine wave grating
%
% Usage: im = circsine(sze, wavelength, p, trim)
%
% Arguments:
% sze - The size of the square image to be produced.
%
www.eeworm.com/read/371255/9559143
m freqcomp.m
% FREQCOMP - Demonstrates image reconstruction from Fourier components
%
% Usage: recon = freqcomp(im, Npts, delay)
%
% Arguments: im - Image to be reconstructed.
% Npts - Nu
www.eeworm.com/read/371255/9559173
m ransac.m
% RANSAC - Robustly fits a model to data with the RANSAC algorithm
%
% Usage:
%
% [M, inliers] = ransac(x, fittingfn, distfn, degenfn s, t, feedback, ...
% maxDataTrials, maxTria