代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/253499/12219048
py stdout.py
import sys
print 'Dive in'
saveout = sys.stdout
fsock = open('out.log', 'w')
sys.stdout = fsock
print 'This message will be logged instead of displayed'
sys.stdout = saveout
fsock.close()
www.eeworm.com/read/338192/12320156
txt changelog.txt
Changes in v1.2:
All examples:
Changed company name from Nordic VLSI to Nordic Semiconductor.
Added disclaimer in top of source file.
ex1a.asm:
ex1c.c:
Start of timer1 made clearer by
www.eeworm.com/read/131088/14161713
c parse.c
/*----------------------------------------------------------------------
File : parse.h
Contents: parser utilities
Author : Christian Borgelt
History : 12.08.2004 file created
------------
www.eeworm.com/read/130965/14165216
changelog
2002-04-29 Alfred M. Szmidt
* logger.c: : Include removed.
(inetutils_package): Renamed to PACKAGE_NAME.
(inetutils_version): Renamed to PACKAGE_VERSION.
(inetutils
www.eeworm.com/read/128995/14270679
c parse.c
/*----------------------------------------------------------------------
File : parse.h
Contents: parser utilities
Author : Christian Borgelt
History : 12.08.2004 file created
------------
www.eeworm.com/read/225913/14511210
c parse.c
/*----------------------------------------------------------------------
File : parse.h
Contents: parser utilities
Author : Christian Borgelt
History : 12.08.2004 file created
www.eeworm.com/read/123658/14617625
x-lynx
# /bin/cc is hopelessly broken, so we must use /bin/gcc instead.
CC = $(OLDCC)
OLDCC = /bin/gcc
# /bin/sh is too buggy, so use /bin/bash instead.
SHELL = /bin/bash
# Show we need to use the C versio
www.eeworm.com/read/123658/14617735
x-lynx
# /bin/cc is hopelessly broken, so we must use /bin/gcc instead.
CC = $(OLDCC)
OLDCC = /bin/gcc
# /bin/sh is too buggy, so use /bin/bash instead.
SHELL = /bin/bash
www.eeworm.com/read/119287/14834328
py stdout.py
import sys
print 'Dive in'
saveout = sys.stdout
fsock = open('out.log', 'w')
sys.stdout = fsock
print 'This message will be logged instead of displayed'
sys.stdout = saveout
fsock.close()