代码搜索:executing
找到约 1,160 项符合「executing」的源代码
代码结果 1,160
www.eeworm.com/read/341021/3258627
mpich2prereq
#! /bin/sh
#
# The socket channel supports THREAD MULTIPLE
echo "Executing mpich2prereq in $devicedir/channels/sock"
MPID_MAX_THREAD_LEVEL=MPI_THREAD_MULTIPLE
www.eeworm.com/read/341021/3258693
mpich2prereq
#! /bin/sh
#
# The socket channel supports THREAD MULTIPLE
echo "Executing mpich2prereq in $devicedir/channels/ssm"
MPID_MAX_THREAD_LEVEL=MPI_THREAD_SERIALIZED
www.eeworm.com/read/311187/3687667
c cfghelp.c
/*
* This module contains all the routines needed to create a new help
* screen. The new help screen is read from a file which must exist before
* executing this routine.
*
* Program Name:
www.eeworm.com/read/311187/3687723
c cfghelp.c
/*
* This module contains all the routines needed to create a new help
* screen. The new help screen is read from a file which must exist before
* executing this routine.
*
* Program Name:
www.eeworm.com/read/299474/3852252
pl testos.pl
#!/usr/local/bin/perl
$tmpfile = "test.tmp";
$outfile = "out.tmp";
$result = 0;
foreach( @ARGV )
{
$cmd = $_;
print "Executing ".$cmd."...";
`$cmd >$outfile 2>$tmpfile`;
if ( $? ) { $
www.eeworm.com/read/434629/1869916
bat checkers3d.bat
@echo off
echo Executing Java3D application...
java -cp "%CLASSPATH%;..\j3dtree.jar" Checkers3D
echo Finished.
www.eeworm.com/read/410060/2218653
h semexample.h
/*******
Shared Semaphore Code Example
The following code example depicts two tasks executing on different CPUs and using
shared semaphores. The routine semTask1( ) creates the shared semaphore, i
www.eeworm.com/read/378488/2685842
h semexample.h
/*******
Shared Semaphore Code Example
The following code example depicts two tasks executing on different CPUs and using
shared semaphores. The routine semTask1( ) creates the shared semaphore, i
www.eeworm.com/read/262041/4316184
c flashpic_28f640.c
/* flashpic_28f640.c:
This file contains the portion of the flash driver code that can be
relocated (pic = position independent code) to RAM space so that it
is not executing out of the same fl
www.eeworm.com/read/161112/5560925
h semexample.h
/*******
Shared Semaphore Code Example
The following code example depicts two tasks executing on different CPUs and using
shared semaphores. The routine semTask1( ) creates the shared semaphore, i