代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/331135/3416355
am makefile.am
# modules/codec/spudec/Makefile.am automatically generated from modules/codec/spudec/Modules.am by bootstrap
# DO NOT EDIT - edit Modules.am or $(top_srcdir)/bootstrap instead
basedir = codec
mods =
www.eeworm.com/read/331135/3416371
am makefile.am
# modules/codec/ffmpeg/Makefile.am automatically generated from modules/codec/ffmpeg/Modules.am by bootstrap
# DO NOT EDIT - edit Modules.am or $(top_srcdir)/bootstrap instead
basedir = codec
mods =
www.eeworm.com/read/329411/3431862
tex cimage.tex
\documentstyle[a4,makeidx,verbatim,texhelp,fancyhea,mysober,mytitle]{report}
\input psbox.tex
% Remove this for processing with dvi2ps instead of dvips
%\special{!/@scaleunit 1 def}
\parskip=10pt
www.eeworm.com/read/324447/3502770
tcl icon.tcl
# icon.tcl --
#
# This demonstration script creates a toplevel window containing
# buttons that display bitmaps instead of text.
#
# RCS: @(#) $Id: icon.tcl,v 1.1 2003/02/05 10:56:16 mdejong Exp $
if
www.eeworm.com/read/323581/3514303
tcl icon.tcl
# icon.tcl --
#
# This demonstration script creates a toplevel window containing
# buttons that display bitmaps instead of text.
#
# RCS: @(#) $Id: icon.tcl,v 1.1 2003/02/05 10:56:16 mdejong Exp $
if
www.eeworm.com/read/321483/3533813
t 410_syn_host.t
# Same as 400_ping_syn.t but testing ack( $host ) instead of ack( ).
BEGIN {
if ($ENV{PERL_CORE}) {
unless ($ENV{PERL_TEST_Net_Ping}) {
print "1..0 # Skip: network dependent test\n";
www.eeworm.com/read/321483/3534245
t 21_win32.t
#!/usr/bin/perl
#
# Formerly, on a Win32 system, Tie::File would create files with
# \n-terminated records instead of \r\n-terminated. The tests never
# picked this up because they were using $/ ever
www.eeworm.com/read/320652/3543499
h endian.h
/* Alpha is little-endian. */
#ifndef _ENDIAN_H
# error "Never use directly; include instead."
#endif
#define __BYTE_ORDER __LITTLE_ENDIAN
www.eeworm.com/read/307320/3725125
tcl icon.tcl
# icon.tcl --
#
# This demonstration script creates a toplevel window containing
# buttons that display bitmaps instead of text.
#
# RCS: @(#) $Id: icon.tcl,v 1.2 1998/09/14 18:23:28 stanton Exp $
if
www.eeworm.com/read/306946/3730557
makefile
#
# Makefile for the Linux kernel device drivers.
#
# 15 Sep 2000, Christoph Hellwig
# Rewritten to use lists instead of if-statements.
#
subdir-y := serial
subdir-$(CONFIG_MTD)