代码搜索:executed
找到约 9,141 项符合「executed」的源代码
代码结果 9,141
www.eeworm.com/read/366702/2873185
f90 where17.f90
! Check to ensure only the first true clause in WHERE is
! executed.
program where_17
integer :: a(3)
a = (/1, 2, 3/)
where (a .eq. 1)
a = 2
elsewhere (a .le. 2)
a = 3
elsewh
www.eeworm.com/read/366702/2882343
c wunreachable-3.c
/* PR c/10175 */
/* { dg-do compile } */
/* { dg-options "-Wunreachable-code" } */
int i,j;
int main(void)
{
if (0) {
i = 0; /* { dg-warning "will never be executed" "" } */
j = 0;
}
www.eeworm.com/read/263726/4299975
xif coord.xif
/* $XORP: xorp/xrl/interfaces/coord.xif,v 1.3 2003/06/26 02:17:43 atanu Exp $ */
/*
* Interface to the coordinating BGP test process.
*/
interface coord/0.1 {
/**
* Command to be executed by th
www.eeworm.com/read/252366/4408269
c testit.c
/* $Revision: 1.3 $
**
** A "micro-shell" to test editline library.
** If given any arguments, commands aren't executed.
*/
#include
#if defined(HAVE_STDLIB)
#include
#
www.eeworm.com/read/100082/15885777
c testit.c
/* $Revision: 1.2 $
**
** A "micro-shell" to test editline library.
** If given any arguments, commands aren't executed.
*/
#include
#include
#ifdef MEMDEBUG
#include
www.eeworm.com/read/288713/8612689
gel c5509.gel
/* The Startup() function is executed when the GEL file is loaded. */
StartUp()
{
C5509_Init();
GEL_TextOut("Gel StartUp Complete.\n");
}
menuitem "C5509_Configuration";
hotmenu CPU_Res
www.eeworm.com/read/288710/8612736
gel c5509.gel
/* The Startup() function is executed when the GEL file is loaded. */
StartUp()
{
C5509_Init();
GEL_TextOut("Gel StartUp Complete.\n");
}
menuitem "C5509_Configuration";
hotmenu CPU_Res
www.eeworm.com/read/132069/5925284
bat testone.bat
@echo off
rem
rem This example compares the ARM output against the x86 reference.
rem In this case, the ARM testapp is executed using the ARMulator.
rem
rem The output should match, exactly.
r
www.eeworm.com/read/486750/6526458
txt install.txt
INSTALL - snd1c-demo-df-sd-3_0_0
ATMEL - 2003
REQUIREMENTS
------------
This demonstration package is intended for AT89C51SND1C product.
It must be executed on the development board of AT
www.eeworm.com/read/124814/14536986
c broadcast.c
#include
#include
#include /* TUXEDO Header File */
#include /* TUXEDO Header File */
/* tpsvrinit is executed when a server is booted, before it begins
p