代码搜索:usage

找到约 10,000 项符合「usage」的源代码

代码结果 10,000
www.eeworm.com/read/281807/9133445

m viewer.m

function []=viewer(filename) %VIEWER Visualizes the structure - all Chapters % % Usage: viewer('plate.mat') or % viewer('plate') or % viewer plate % % Copyright 2002
www.eeworm.com/read/377873/9260160

m createdistmat.m

function distMat = createDistMat (proj, metric) % % PROTOTYPE % function distMat = createDistMat (proj, metric) % % USAGE EXAMPLE(S) % pcaDistMatCos = createDistMat(pcaProj, 'COS'); % % GENER
www.eeworm.com/read/377305/9281530

java mainindex.java

package mymath; public class MainIndex { /** * @param args */ ForGraphics fg; public MainIndex(){ //Usage(); //testExample(); //test4(); test55(); }
www.eeworm.com/read/179943/9330438

py build.py

############################################################################### # build.py # by Sailesh@xten.com # # Usage: python build.py # # A Python script to build unit tests on the Mac usi
www.eeworm.com/read/179711/9341457

txt order.txt

Buying a RAR/WinRAR usage license. ( Please answer questions required for your license and send it to your local RAR/WinRAR agent along with the
www.eeworm.com/read/374163/9419101

c namei.c

/*------------------------------------------------------------- The namei program By: Roger S. Southwick May 2, 1990 Modifications by Steve Tell March 28, 1991 usage: namei pathname [pathname .
www.eeworm.com/read/373250/9467423

m matprint.m

% MATPRINT - prints a matrix with specified format string % % Usage: matprint(a, fmt, fid) % % a - Matrix to be printed. % fmt - C style format string to use for
www.eeworm.com/read/373250/9467662

m nonmaxsup.m

% NONMAXSUP - Non-maximal Suppression % % Usage: cim = nonmaxsup(im, radius) % % Arguments: % im - image to be processed. % radius - radius of region considered in
www.eeworm.com/read/176430/9498956

txt release_notes.txt

About Series 60 Platform: FTP Example ------------------------------------- The FTP Example demonstrates the usage of the FTP (File Transfer Protocol) Service API, and more precisely, the CFTPSess
www.eeworm.com/read/372034/9524234

m hnormalise.m

% HNORMALISE - Normalises array of homogeneous coordinates to a scale of 1 % % Usage: nx = hnormalise(x) % % Argument: % x - an Nxnpts array of homogeneous coordinates. % % Returns: