代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/156067/5613208
m ttattachwcethandler.m
% TTATTACHWCETHANDLER Attach a worst-case execution time handler to a task.
%
% Usage: ttAttachWCETHandler(taskname, handlername)
%
% Inputs:
% taskname Name of the task to which the handle
www.eeworm.com/read/156067/5613213
m ttkilljob.m
% TTKILLJOB Kill the current job of a task.
%
% Usage: ttKillJob(taskname)
%
% Inputs:
% taskname Name of the task for which the job is to be killed.
%
% See also TTCREATEJOB
%
%
www.eeworm.com/read/156067/5613216
m ttwait.m
% TTWAIT Wait for an event.
%
% Usage: ttWait(eventname)
%
% Inputs:
% eventname Name of an event.
%
% See also TTCREATEEVENT, TTNOTIFY, TTNOTIFYALL
%
% TrueTime, Version 1.2
%
www.eeworm.com/read/156067/5613218
m ttgetrelease.m
% TTGETRELEASE Retrieve the release time of the current task job.
%
% Usage: value = ttGetRelease
% value = ttGetRelease(taskname)
%
% Inputs:
% taskname Name of a task. If not specifi
www.eeworm.com/read/156067/5613223
m ttnotifyall.m
% TTNOTIFYALL Notify all tasks waiting for an event.
%
% Usage: ttNotifyAll(eventname)
%
% Inputs:
% eventname Name of an event.
%
% See also TTCREATEEVENT, TTWAIT, TTNOTIFY
%
%
www.eeworm.com/read/153996/5643811
txt parentpagenametag.txt
Inserts the name of the parent of the page. This functions only with attachments, which are always attached to a single page.
See also [LinkToParentTag].
----
!Usage
www.eeworm.com/read/153664/5645561
m detailmeyerwindow.m
function [index, window] = DetailMeyerWindow(dyadic_points,deg);
% DetailMeyerWindow: Evaluates a bandpass Meyer window
% Usage:
% [index, window] = DetailMeyerWindow(L,deg);
% Inputs:
%
www.eeworm.com/read/153664/5645563
m coarsemeyerwindow.m
function [index, window] = CoarseMeyerWindow(L,deg);
% CoarseMeyerWindow: Evaluates a lowpass Meyer window
% Usage:
% [index, window] = CoarseMeyerWindow(L,deg);
% Inputs:
% L Scale
www.eeworm.com/read/153664/5645568
m iteratedsinewindow.m
function w = IteratedSineWindow(t)
% IteratedSine -- smooth window
% Usage
% w = IteratedSineWindow(t)
% Inputs
% t abscissa values for window evaluation
% Outputs
% w beta
www.eeworm.com/read/474474/6809894
m viewer.m
function []=viewer(filename)
%VIEWER Visualizes the structure
% Shows the ground plane and array elements
% using different colors
%
% Usage: viewer('plate.mat') or
% viewer(