代码搜索:usage

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

代码结果 10,000
www.eeworm.com/read/356084/3042732

m makerpctrltree.m

% MakeCtrlTree -- Creates a (2D anisotropic) RPtree to be used in the BestRPBasis algorithm. % % Usage % ctlRPtree = MakeRPCtrlTree(maxDepth,options,optionParam) % Inputs % maxDepth A 2
www.eeworm.com/read/356084/3042734

m plotrppartition.m

% PlotRPPartition -- Show partition of plane by anisotropic rectangles % Usage % PlotRPPartition(basis,color,ax,D) % Inputs % basis RPtree specifying partition plane % color str
www.eeworm.com/read/352150/3097038

newspress

#!/bin/bash # USAGE: newspress [-l ] [ ...] # # Option "-l" forces to search and compress all arcticles with a given number # of links (thread). If this opt
www.eeworm.com/read/253785/4392100

m ttanalogout.m

% TTANALOGOUT Write a value to an analog output channel. % % Usage: ttAnalogOut(outpChan, value) % % Inputs: % outpChan The output channel to write to. Must be between 1 % and
www.eeworm.com/read/253785/4392101

m tttryfetch.m

% TTTRYFETCH Fetch a message from a mailbox. % % Usage: msg = ttTryFetch(mailboxname) % % Inputs: % mailboxname Name of a mailbox. % % See also TTCREATEMAILBOX, TTTRYPOST % % True
www.eeworm.com/read/253785/4392106

m ttgetperiod.m

% TTGETPERIOD Retrieve the period of a periodic task. % % Usage: value = ttGetPeriod % value = ttGetPeriod(taskname) % % Inputs: % taskname Name of a task. If not specified, the call w
www.eeworm.com/read/253785/4392115

m tttrypost.m

% TTTRYPOST Post a message to a mailbox. % % Usage: ok = ttTryPost(mailboxname, msg) % % Inputs: % mailboxname Name of a mailbox. % msg The contents of the message to be posted. %
www.eeworm.com/read/253785/4392117

m ttcreatetask.m

% TTCREATETASK Create a TrueTime task. % % Usage: ttCreateTask(name, deadline, priority, codeFcn) % ttCreateTask(name, deadline, priority, codeFcn, data) % % Inputs: % name Nam
www.eeworm.com/read/253785/4392121

m ttgive.m

% TTGIVE Give (signal) a semaphore. % % Usage: ttGive(name) % % Inputs: % name Name of the semaphore. % % See also TTCREATESEMAPHORE, TTTAKE % % TrueTime, Version 1.5 %
www.eeworm.com/read/253785/4392128

m ttsetdeadline.m

% TTSETDEADLINE Set the relative deadline of a task. % % Usage: ttSetDeadline(value) % ttSetDeadline(value, taskname) % % Inputs: % value Value to be set. % taskname Name of a t