代码搜索:Making
找到约 2,505 项符合「Making」的源代码
代码结果 2,505
www.eeworm.com/read/137229/13337955
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/137229/13337958
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
www.eeworm.com/read/135582/5884373
cygnus makefile.cygnus
#
# "$Id: Makefile.cygnus,v 1.1.1.1 2003/08/07 21:18:39 jasonk Exp $"
#
# Top-level makefile for the Fast Light Tool Kit (FLTK).
#
# Copyright 1998-1999 by Bill Spitzak and others.
#
# This library is
www.eeworm.com/read/135582/5884376
os2x makefile.os2x
#
# "$Id: Makefile.os2x,v 1.1.1.1 2003/08/07 21:18:39 jasonk Exp $"
#
# Top-level makefile for the Fast Light Tool Kit (FLTK).
#
# Copyright 1998-1999 by Bill Spitzak and others.
#
# This library is f
www.eeworm.com/read/135582/5884378
mingw32 makefile.mingw32
#
# "$Id: Makefile.mingw32,v 1.1.1.1 2003/08/07 21:18:39 jasonk Exp $"
#
# Top-level makefile for the Fast Light Tool Kit (FLTK).
#
# Copyright 1998-1999 by Bill Spitzak and others.
#
# This library i
www.eeworm.com/read/131315/5940568
exp tfile.exp
Hello, world via cout
Hello, world via cerr
enter a char:c = "a"
enter three integers (short, int, long):first = 123 via dec = 123
second = 4567 via form = 4567 = 010727 via cout.form = 4567 = 0
www.eeworm.com/read/131315/5941176
exp tfile.exp
Hello, world via cout
Hello, world via cerr
enter a char:c = "a"
enter three integers (short, int, long):first = 123 via dec = 123
second = 4567 via form = 4567 = 010727 via cout.form = 4567 = 0
www.eeworm.com/read/103510/6214867
tex introduction.tex
\chapter{Introduction}
\section{What is Realtime?}
\section{The RTAI Concept}
\subsection{Technology}
\subsection{Notes on the RTAI Release Numbering Scheme}
\subsection{Architecture}
\subsection{RT
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