代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/325023/13230771
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/238879/13317197
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/320005/13436773
pas wwcheckbox.pas
{
//
// Components : TwwCheckbox
//
// Copyright (c) 2001 by Woll2Woll Software
// 8/25/01 - Check grid's rowselect for expand button coloring in grid
// 10/10/01 - Use Leftcol instead of 0 in c
www.eeworm.com/read/318613/13474712
txt readme.txt
This is just an example to show how to use the MPEGDEC.lib
with custom bitstream access functions instead of standard
file I/O provided by delfault.
17-Oct-1999 (rscott)
Converted from Amiga toolcha
www.eeworm.com/read/313151/13595065
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/313151/13595131
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/313151/13595136
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/309126/13681502
makefile
# Makefile for the Linux video drivers.
# 5 Aug 1999, James Simmons,
# Rewritten to use lists instead of if-statements.
O_TARGET := matrox.o
# All of the (potential)
www.eeworm.com/read/307145/13727673
c argproc.c
/* argproc.c */
/* automatically generated file. Do not
* modify this file by hand. Change
* genargs.c and regenerate the file
* instead.
*/
#include
#include
#include
www.eeworm.com/read/303430/13816367
js twist.js
var COOKIE_PREFIX = "TWikiTwistyContrib";
var COOKIE_EXPIRES = 31; // days
// hide straight away instead of waiting for onload
// http://www.quirksmode.org/blog/archives/2005/06/three_javascrip