代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/153996/5643791
txt pageversiontag.txt
Writes the version of the current page. If this is marked as the current version, then includes body as text instead of version number.
----
!Usage
;:''HTML''
www.eeworm.com/read/153996/5643798
txt pageinfolinktag.txt
Creates an page info link to a [WikiPage].
Why would you use this instead of a standard anchor? The PageInfoLinkTag automatically adds things like the correct class information (for styles), the
www.eeworm.com/read/474523/6811597
h limits.h
/*
* limits.h
*
* Defines constants for the sizes of integral types.
*
* NOTE: GCC should supply a version of this header and it should be safe to
* use that version instead of this one (
www.eeworm.com/read/292488/8352043
pas usersessionunit.pas
unit UserSessionUnit;
{
This is a DataModule where you can add components or declare fields that are specific to
ONE user. Instead of creating global variables, it is better to use this data
www.eeworm.com/read/103266/15738321
cpp alphabet.cpp
// In order to be able to work with huge alphabets, Dolphin uses internal
// representations of symbols instead of their real numerical values.
// Two such representations are used:
// i. UnionOf
www.eeworm.com/read/101208/15841590
par occs-act.par
/*@A (C) 1992 Allen I. Holub */
@ This file is written to the yyact.c file when a -a is given to OCCS
@ (instead of o\&ccs.par).
@
@ This s
www.eeworm.com/read/287531/8683846
doc update.doc
Changes to version 1.0:
The algorithm used to calculate the initial CRC matrix has been
optimized to run in logarithmic time instead of linear time, the practical
upshot of which is tha
www.eeworm.com/read/386089/8765120
pas iehttp3.pas
unit IEHTTP3;
{.$DEFINE TIE_USE_TNT} //enable this to use TTNTStringList instead of TWideStringList
//In Delphi 7, you will need to enable this to handle unicode responses
www.eeworm.com/read/187222/8840584
java badidea2.java
//: BadIdea2.java
// An improvement over BadIdea1.java, since it
// uses the WindowAdapter as an inner class
// instead of implementing all the methods of
// WindowListener, but still misses the
www.eeworm.com/read/427960/8908552
c deciph.c
/*
* Program to decipher message using Blum-Goldwasser probabalistic
* Public key method
*
* Define RSA to use cubing instead of squaring. This is no longer
* provably as difficult t