代码搜索:automatic
找到约 5,059 项符合「automatic」的源代码
代码结果 5,059
www.eeworm.com/read/207163/15281314
prb fly_back_test-schematic1-fly_tans.prb
[DISPLAYS]
BEGIN DISPLAY LAST SESSION
ANALYSIS TRANSIENT_ANALYSIS
SYMBOL ALWAYS
TRACECOLORSCHEME NORMAL
BEGIN ANAPLOT 1
ACTIVE
XBASE
BEGIN XAXIS
TEXT Time
RANGEFLAG MANUAL
TYPE LINEAR
UNIT
www.eeworm.com/read/207163/15281326
prb fly_back_test-schematic1-fly_trans.prb
[DISPLAYS]
BEGIN DISPLAY LAST SESSION
ANALYSIS TRANSIENT_ANALYSIS
SYMBOL ALWAYS
TRACECOLORSCHEME NORMAL
BEGIN ANAPLOT 1
ACTIVE
XBASE
BEGIN XAXIS
TEXT Time
RANGEFLAG MANUAL
TYPE LINEAR
UNIT
www.eeworm.com/read/162614/5526536
f90 auto_save_1.f90
! { dg-do run }
! Check that automatic objects work properly in the presence of a save
! statement.
! PR21034
subroutine test(n)
implicit none
integer n
real dte(n)
character(len=n) :: s
sav
www.eeworm.com/read/162614/5528506
c 20030418-1.c
/* PR optimization/7675 */
/* Contributed by Volker Reichelt */
/* Verify that we don't put automatic variables
in registers too early. */
extern int dummy (int *);
void foo(int i)
{
int j=i;
www.eeworm.com/read/162614/5530144
c wtr-aggr-init-1.c
/* Test for -Wtraditional warnings on automatic aggregate initialization.
Note, gcc should omit these warnings in system header files.
By Kaveh R. Ghazi 8/22/2000. */
/
www.eeworm.com/read/160156/5576638
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.3
%
www.eeworm.com/read/160156/5576652
m ttcurrenttime.m
% TTCURRENTTIME Get and/or set the current time in the
% simulation, on a per node basis.
%
% Usage: time = ttCurrentTime
% time = ttCurrentTime(newTime)
%
% TrueTime,
www.eeworm.com/read/156067/5613185
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/156067/5613201
m ttsleepuntil.m
% TTSLEEPUNTIL Put a task to sleep until a certain point in time.
%
% Usage: ttSleepUntil(time)
% ttSleepUntil(time, taskname)
%
% Inputs:
% time The time when the task should wake
www.eeworm.com/read/156067/5613204
m ttinvokingtask.m
% TTINVOKINGTASK Get the name of the task that invoked an
% overrun handler.
%
% Usage: task = ttInvokingTask
%
% See also TTATTACHDLHANDLER, TTATTACHWCETHANDLER
%
% TrueTim