代码搜索:executables
找到约 1,287 项符合「executables」的源代码
代码结果 1,287
www.eeworm.com/read/403013/11523903
txt readme.txt
All of the executables in this directory are self-contained:
They do not read any input.
www.eeworm.com/read/403013/11523915
txt readme.txt
All of the executables in this directory are self-contained:
They do not read any input.
www.eeworm.com/read/403013/11524189
txt readme.txt
All of the executables in this directory are self-contained:
They do not read any input.
www.eeworm.com/read/341867/12057637
lst packing.lst
This is a listing of the files shipped with the DEMO EDITION of the AlertDriver
C++ Class Library v1.00 by Logical Operators:
DOCUMENTATION
-------------
README.1ST Last-minute instructi
www.eeworm.com/read/250397/12408371
txt readme.txt
All of the executables in this directory are self-contained:
They do not read any input.
www.eeworm.com/read/250397/12408413
txt readme.txt
All of the executables in this directory are self-contained:
They do not read any input.
www.eeworm.com/read/250397/12409169
txt readme.txt
All of the executables in this directory are self-contained:
They do not read any input.
www.eeworm.com/read/127543/14350432
makefile
# Makefile for the Simple Socket Library's EXAMPLES
# Note: not all the programs may build on your system,
# (the oob*.c ones in particular)
# EXES: list of executables to be made
# Not
www.eeworm.com/read/124842/14533772
go
# csh script for running GENESIS
echo making executables ...
make f=$1 ga.$1
echo running ga.$1 $2 ...
ga.$1 $2
echo making report ...
if (x$2 == x) then
echo rep for ga.$1 > rep
date >> r
www.eeworm.com/read/124842/14533773
bat go.bat
echo off
echo making executables ...
make
echo running ga %1 ...
ga %1
echo making report ...
if x == x%1 goto NULL
echo rep.%1 for ga %1 > rep.%1
report %1 >> rep.%1
goto DONE
:NULL
echo r