代码搜索:instead

找到约 6,048 项符合「instead」的源代码

代码结果 6,048
www.eeworm.com/read/434781/7801842

java fibonacci7.java

// generics/Fibonacci7.java // TIJ4 Chapter Generics, Exercise 7, page 631 // Use composition instead of inheritance to adapt Fibonacci // to make it interable. import net.mindview.util.*; import
www.eeworm.com/read/398754/7925806

lua life.lua

-- life.lua -- original by Dave Bollinger posted to lua-l -- modified to use ANSI terminal escape sequences -- modified to use for instead of while local write=io.write A
www.eeworm.com/read/196479/8089208

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/333003/12711310

java ex5.java

// holding/Ex5.java // TIJ4 Chapter Holding, Exercise 5, page 406 /* Modify ListFeatures.java so that it uses Integers (remember * autoboxing!) instead of Pets, and explain any difference in * re
www.eeworm.com/read/333003/12711591

java classtypecapture24.java

// generics/ClassTypeCapture24.java // TIJ4 Chapter Generics, Exercise 24, page 667 // Modify Exercise 21 so that factory objects are held in the Map instead of Class. import java.util.*; impor
www.eeworm.com/read/333003/12711618

java fibonacci7.java

// generics/Fibonacci7.java // TIJ4 Chapter Generics, Exercise 7, page 631 // Use composition instead of inheritance to adapt Fibonacci // to make it interable. import net.mindview.util.*; import
www.eeworm.com/read/332899/12718177

java ex5.java

// holding/Ex5.java // TIJ4 Chapter Holding, Exercise 5, page 406 /* Modify ListFeatures.java so that it uses Integers (remember * autoboxing!) instead of Pets, and explain any difference in * res
www.eeworm.com/read/142788/12921043

h lithexception.h

#ifndef __LITHEXCEPTION_H__ #define __LITHEXCEPTION_H__ #define LITH_EXCEPTION 0 #define LITH_MEMEXCEPTION 1 // Use these instead of regular try and catch. #ifdef STDLITH_MFC #de
www.eeworm.com/read/325731/13187091

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/325731/13187182

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);