代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/177819/9431547
hin config.hin
/* config.hin. Generated from configure.in by autoheader. */
/* Define to 1 if the `closedir' function returns void instead of `int'. */
#undef CLOSEDIR_VOID
/* Define to one of `_getb67', `GETB67
www.eeworm.com/read/373369/9460253
java roshambo6.java
//: enumerated/RoShamBo6.java
// Enums using "tables" instead of multiple dispatch.
package enumerated;
import static enumerated.Outcome.*;
enum RoShamBo6 implements Competitor {
P
www.eeworm.com/read/169790/9837987
todo
* Merge 1.0.x and 1.1 beta together
* Add debug stuff like threadnames, mutexnames, etc, which can be used
when auditing for deadlocks.
* Use "itimer" instead of alarm when available for higher re
www.eeworm.com/read/169058/9882941
java roshambo6.java
//: enumerated/RoShamBo6.java
// Enums using "tables" instead of multiple dispatch.
package enumerated;
import static enumerated.Outcome.*;
enum RoShamBo6 implements Competitor {
P
www.eeworm.com/read/168534/9908651
in config.h.in
/* config.h.in. Generated from configure.in by autoheader. */
/* Define to 1 if the `closedir' function returns void instead of `int'. */
#undef CLOSEDIR_VOID
/* Define to one of `_getb67', `GETB6
www.eeworm.com/read/364162/9919605
pas gost.pas
unit Gost;
{(C) Coban (alex@ritlabs.com)}
{$DEFINE USE_ASM} //Remove this line to use pascal instead of assembler
interface
uses
CryptoUtils;
type
TArr8LW = array[0..7] of LongWord;
www.eeworm.com/read/364162/9919642
pas adler.pas
unit Adler;
{(C) Coban(alex@ritlabs.com)}
{$DEFINE USE_ASM} //Remove this line to use pascal instead of assembler
interface
uses
CryptoUtils;
procedure Adler32Init(var adler: LongWord);
www.eeworm.com/read/362266/10008492
txt ucd-snmp-mib-old.txt
UCD-SNMP-MIB-OLD DEFINITIONS ::= BEGIN
--
-- This mib is a badly created mib which has been replaced by a more
-- properly created UCD-SNMP-MIB. Use that mib instead. This file
-- exists fo
www.eeworm.com/read/361198/10064589
bas enum.bas
'This sample sets buffer_off/seg to zero to do all transactions whithin this
'program. If buffer_off/seg would be specified, only one control transaction
'had to be scheduled instead.
'The first co
www.eeworm.com/read/354153/10381797
makefile
# Makefile for the kernel cdrom device drivers.
#
# 30 Jan 1998, Michael Elizabeth Chastain,
# Rewritten to use lists instead of if-statements.
O_TARGET := driver.o
#