代码搜索:constructs
找到约 1,240 项符合「constructs」的源代码
代码结果 1,240
www.eeworm.com/read/212175/4939052
x ust_param.x
/*
* ust.x
*
* xdr constructs for ust signaling
* (these definitions are currently experimental)
*
* David A. McGrew
* Cisco Systems, Inc.
*
*/
/* ust definitions */
enum cipher_id {
nul
www.eeworm.com/read/190666/5172812
c bprob-1.c
/* Check that various C constructs are handled correctly by profile-directed
block ordering.
This test is the same as gcov-4.c. The "count" comments are left in to
make comparisons easier
www.eeworm.com/read/183674/5252851
c antlr3lexer.c
/** \file
*
* Base implementation of an antlr 3 lexer.
*
* An ANTLR3 lexer implements a base recongizer, a token source and
* a lexer interface. It constructs a base recognizer with default
* fu
www.eeworm.com/read/179395/5304816
java money.java
package junit.samples.money;
/**
* A simple Money.
*
*/
public class Money implements IMoney {
private int fAmount;
private String fCurrency;
/**
* Constructs a money from the given amount
www.eeworm.com/read/168695/5440907
java wombatactor.java
import javax.microedition.lcdui.Graphics;
/**
* The main player actor, the Wombat.
* @author Martin J. Wells
*/
public class WombatActor extends Actor
{
/**
* Constructs a new Womb
www.eeworm.com/read/162614/5519472
c bprob-1.c
/* Check that various C constructs are handled correctly by profile-directed
block ordering.
This test is the same as gcov-4.c. The "count" comments are left in to
make comparisons easier
www.eeworm.com/read/340665/3273465
c bprob-1.c
/* Check that various C constructs are handled correctly by profile-directed
block ordering.
This test is the same as gcov-4.c. The "count" comments are left in to
make comparisons easier
www.eeworm.com/read/338546/3314999
c antlr3lexer.c
/** \file
*
* Base implementation of an antlr 3 lexer.
*
* An ANTLR3 lexer implements a base recongizer, a token source and
* a lexer interface. It constructs a base recognizer with default
* fu
www.eeworm.com/read/320003/3551385
out testd6.out
unit TestD6;
{
AFS 16 Sept 2001
This unit compiles but is not semantically meaningfull
it is test cases for the code formatting utility
Test keywords & constructs new in Delphi 6
}
i
www.eeworm.com/read/310372/3698498
hs atom.hs
-- | Atom is a Haskell embedded hardware description language.
module Language.Atom
(
-- * Language Constructs
module Language.Atom.Language
-- * Compilation
, module Language.Atom.Compil