代码搜索:execute
找到约 10,000 项符合「execute」的源代码
代码结果 10,000
www.eeworm.com/read/379157/9205777
makefile
#
# Makefile for lharc
# needs TC 1.5
#
# To make Japanese version
# make
# or make -Dlang=j
#
# To make English version
# make -Dlang=e
#
asm = optasm
linker = tlink
sw = -M
www.eeworm.com/read/378952/9211888
pm db.pm
use DBI;
#-----------------------------------------------------------------
sub MysqlConnect($$$$) {
my ($host, $port, $user, $pass) = @_;
my $dsn = "DBI:mysql:host=$host;port=$port";
www.eeworm.com/read/182192/9212596
asp 7_3a.asp
Server.Execure方法举例:调用7_3b.asp代码
当前文件7_3a.asp中输出的开始内容。
www.eeworm.com/read/378186/9242836
all x.all
#!/bin/sh
#
# Execute script for program dddot of the EuroBen Efficiency Benchmark.
#
exec 1>> dddot.log 2>&1
echo 'start dddot at' `date` 'id =' $$
time mpirun -np 16 x.dddot
#time mpiexec -n 16 x.dd
www.eeworm.com/read/378186/9242929
all x.all
#!/bin/sh
#
# Execute script for program smxv of the EuroBen Efficiency Benchmark.
#
exec 1>> smxv.log 2>&1
echo 'start smxv at' `date` 'id =' $$
time x.smxv
echo 'end smxv at' `date` 'id =' $$
www.eeworm.com/read/378186/9242972
all x.all
#!/bin/sh
#
# Execute script for program linful of the EuroBen Efficiency Benchmark.
#
exec 1>> linful.log 2>&1
echo 'start linful at' `date` 'id =' $$
time x.linful
echo 'end linful at' `date` 'id ='