代码搜索:usage
找到约 10,000 项符合「usage」的源代码
代码结果 10,000
www.eeworm.com/read/231546/4714139
pl shellwords.pl
;# shellwords.pl
;#
;# Usage:
;# require 'shellwords.pl';
;# @words = &shellwords($line);
;# or
;# @words = &shellwords(@lines);
;# or
;# @words = &shellwords; # defaults to $_ (and clobbers it)
sub
www.eeworm.com/read/229812/4739539
cpp list.cpp
/****************************************************************************
File: List.cpp
Description: template class JAM_List
Usage:
Notes:
History:
1992 Feb 20 Jam crea
www.eeworm.com/read/229812/4739542
h ordset.h
/****************************************************************************
File: OrdSet.h
Description: class JAM_OrdSetComp
class JAM_OrdSet
Usage:
Notes:
T
www.eeworm.com/read/221259/4834540
xcl lh79524_lnk_flash.xcl
// Generated : 06/07/05 11:29:41
//**********************************************************************
// XLINK template command file to be used with the ICCARM C/C++ Compiler
//
// Usage: xli
www.eeworm.com/read/221259/4834542
xcl lh79524_lnk_ram.xcl
// Generated : 06/07/05 11:29:41
//**********************************************************************
// XLINK template command file to be used with the ICCARM C/C++ Compiler
//
// Usage: xli
www.eeworm.com/read/217005/4877606
xcl lpc3000_ram.xcl
// Generated : 11/03/05 17:51:44
//**********************************************************************
// XLINK template command file to be used with the ICCARM C/C++ Compiler
//
// Usage: xli
www.eeworm.com/read/208214/4995071
m ttnoschedule.m
% TTNOSCHEDULE Switch off the schedule generation for a specific
% task or interrupt handler.
%
% Usage: ttNoSchedule(name)
%
% Inputs:
% name Name of a task or interrupt hand
www.eeworm.com/read/208214/4995072
m ttgetpriority.m
% TTGETPRIORITY Retrieve the assigned base priority of a task.
%
% Usage: value = ttGetPriority
% value = ttGetPriority(taskname)
%
% Inputs:
% taskname Name of a task. If not specifie
www.eeworm.com/read/208214/4995073
m ttabortsimulation.m
% TTABORTSIMULATION Stop the current simulation, causing an error.
%
% Usage: ttAbortSimulation
%
% TrueTime, Version 1.4
% TrueTime, Version 1.5
% Copyright (c) 2007
% Mart
www.eeworm.com/read/208214/4995077
m ttentermonitor.m
% TTENTERMONITOR Attempt to enter a monitor.
%
% Usage: ttEnterMonitor(monitorname)
%
% Inputs:
% monitorname Name of the monitor the task attempts to enter.
%
% See also TTCREATEMONI