代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/378188/9242364
all x.all
#!/bin/sh
#
# Execute script for program mod2b of the EuroBen OpenMP Benchmark.
#
if [ ${OMP_NUM_THREADS} -lt 10 ]; then
FILEXT="p0${OMP_NUM_THREADS}"
else
FILEXT="p${OMP_NUM_THREADS}"
fi
ex
www.eeworm.com/read/378188/9242412
all x.all
#!/bin/sh
#
# Execute script for program mod2cr of the EuroBen OpenMP Benchmark.
#
if [ ${OMP_NUM_THREADS} -lt 10 ]; then
FILEXT="p0${OMP_NUM_THREADS}"
else
FILEXT="p${OMP_NUM_THREADS}"
fi
e
www.eeworm.com/read/378188/9242501
all x.all
#!/bin/sh
#
# Execute script for program mod1b of the EuroBen OpenMP Benchmark.
#
if [ ${OMP_NUM_THREADS} -lt 10 ]; then
FILEXT="p0${OMP_NUM_THREADS}"
else
FILEXT="p${OMP_NUM_THREADS}"
fi
ex
www.eeworm.com/read/378188/9242550
all x.all
#!/bin/sh
#
# Execute script for program mod2ci of the EuroBen OpenMP Benchmark.
#
if [ ${OMP_NUM_THREADS} -lt 10 ]; then
FILEXT="p0${OMP_NUM_THREADS}"
else
FILEXT="p${OMP_NUM_THREADS}"
fi
e
www.eeworm.com/read/378188/9242581
all x.all
#!/bin/sh
#
# Execute script for program mod2g of the EuroBen OpenMP Benchmark.
#
if [ ${OMP_NUM_THREADS} -lt 10 ]; then
FILEXT="p0${OMP_NUM_THREADS}"
else
FILEXT="p${OMP_NUM_THREADS}"
fi
ex
www.eeworm.com/read/378188/9242610
all x.all
#!/bin/sh
#
# Execute script for program mod2h of the EuroBen OpenMP Benchmark.
#
if [ ${OMP_NUM_THREADS} -lt 10 ]; then
FILEXT="p0${OMP_NUM_THREADS}"
else
FILEXT="p${OMP_NUM_THREADS}"
fi
ex
www.eeworm.com/read/378188/9242639
all x.all
#!/bin/sh
#
# Execute script for program mod1d of the EuroBen OpenMP Benchmark.
#
if [ ${OMP_NUM_THREADS} -lt 10 ]; then
FILEXT="p0${OMP_NUM_THREADS}"
else
FILEXT="p${OMP_NUM_THREADS}"
fi
ex
www.eeworm.com/read/378188/9242700
all x.all
#!/bin/sh
#
# Execute script for program mod2i of the EuroBen OpenMP Benchmark.
#
if [ ${OMP_NUM_THREADS} -lt 10 ]; then
FILEXT="p0${OMP_NUM_THREADS}"
else
FILEXT="p${OMP_NUM_THREADS}"
fi
ex
www.eeworm.com/read/378188/9242766
all x.all
#!/bin/sh
#
# Execute script for program mod2d of the EuroBen OpenMP Benchmark.
#
if [ ${OMP_NUM_THREADS} -lt 10 ]; then
FILEXT="p0${OMP_NUM_THREADS}"
else
FILEXT="p${OMP_NUM_THREADS}"
fi
ex
www.eeworm.com/read/181184/9267708
cpp qingli.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "qingli.h"
#include "data.h"
//----------------------------------------