代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/373539/2761559
as timerevent.as
/*
@Description: Timer事件.
@usage:
@author: ChooseFlash
@date: 2007-07-07
*/
//----------------------------------------
import AS2.events.Event;
//-----------------------------------
www.eeworm.com/read/373539/2761562
as timer.as
//----------------------------------------
/*
@Description: 定时器.
@usage:
@example:
//
//----------------------------------------
import AS2.utils.Timer;
import AS2.utils.TimerEvent;
//--
www.eeworm.com/read/373539/2761564
as ioerrorevent.as
//----------------------------------------
/*
@Description: 错误事件.
@usage:
@example:
@author: ChooseFlash
@date: 2007-07-08
*/
//----------------------------------------
import AS2
www.eeworm.com/read/359028/2981205
txt lwtreesample.txt
This sample shows the LwTree component usage.
See the console where item selection events and toggle events are displayed.
www.eeworm.com/read/359028/2981223
txt lwcomboboxsample.txt
This sample shows the LwCombo component usage.
See the console output where combo box selection events are displayed.
www.eeworm.com/read/359028/2981274
txt lwtimersample.txt
This sample shows the Timer component usage. In this case the timer is used to change
the box color in the defined period of time.
www.eeworm.com/read/356084/3042396
m matmaxwodegen.m
% MatMaxWoDegen -- identify position of maximum entry in matrix;
% ignore all diagonal elements and these associated with
% degenerated beamlets.
% Usage
% [val,
www.eeworm.com/read/356084/3042411
m singlebeamlet.m
% SingleBeamlet -- Single Beamlet
% Usage
% e = SingleBeamlet(from,to,x,n);
% Input
% from coordinates of vertex
% to coordinates of vertex
% x
www.eeworm.com/read/356084/3042510
m bmiabrowser.m
function BMIABrowser
% BMIABrowser -- paper "Beamlets and Multiscale Image Analysis" Browser
% Usage
% BMIABrowser
% Inputss
% none
% Outputs
% none
%
% Description
% The "Be
www.eeworm.com/read/253785/4392104
m ttcreateinterrupthandler.m
% TTCREATEINTERRUPTHANDLER Create a TrueTime interrupt handler.
%
% Usage: ttCreateInterruptHandler(name, priority, codeFcn)
% ttCreateInterruptHandler(name, priority, codeFcn, data)
%
%