代码搜索:constructs
找到约 1,240 项符合「constructs」的源代码
代码结果 1,240
www.eeworm.com/read/366144/9828277
tcl qmg_console_init.tcl
# qmg_console_init.tcl --
#
# This code constructs the console window for an application. It
# can be used by non-unix systems that do not have built-in support
# for shells.
#
# SCCS: @(#) console.t
www.eeworm.com/read/349709/10802580
sql create_nestedtable3.sql
/*
* create_nestedtable3.sql
* Chapter 6, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This constructs a null element nested table type in the database, t
www.eeworm.com/read/349709/10802602
sql create_nestedtable2.sql
/*
* create_nestedtable2.sql
* Chapter 6, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This constructs a null element nested table, then extends it one el
www.eeworm.com/read/349709/10802609
sql create_nestedtable4.sql
/*
* create_nestedtable4.sql
* Chapter 6, Oracle10g PL/SQL Programming
* by Ron Hardman, Michael McLaughlin and Scott Urman
*
* This constructs a two varrays and one nested table type in the data
www.eeworm.com/read/216874/7089842
java httpexception.java
// $Id: HTTPException.java,v 1.5 2001/01/11 05:16:27 nconway Exp $
package tornado;
public class HTTPException extends Exception {
private final int statusCode;
/** Constructs a new ex
www.eeworm.com/read/199841/7097741
pl keymap.pl
#!/usr/bin/perl
# A quick perl script that reads the /usr/include/X11/keysymdef.h file
# and constructs a header file for easy comparision with an incoming string
my($header) = "$ARGV[0]/keysymdef
www.eeworm.com/read/196292/8101912
h dspoutalsa.h
#ifndef DSPOUTALSA_H_INCLUDED
#define DSPOUTALSA_H_INCLUDED
#include
#include "dspout.h"
class DspOutAlsa : public DspOut
{
public:
/**
* Constructs a DspOutAlsa object represe
www.eeworm.com/read/296067/8125520
pl keymap.pl
#!/usr/bin/perl
# A quick perl script that reads the /usr/include/X11/keysymdef.h file
# and constructs a header file for easy comparision with an incoming string
my($header) = "$ARGV[0]/keysymdef
www.eeworm.com/read/140545/13076882
cpp buildbicycles.cpp
//: C10:BuildBicycles.cpp
//{L} Bicycle
#include
#include
#include
#include
#include "../purge.h"
#include "Bicycle.h"
using namespace std;
// Constructs
www.eeworm.com/read/131315/5935910
test
#!./perl
# $RCSfile: TEST,v $$Revision: 4.0.1.1 $$Date: 91/06/07 11:59:30 $
# This is written in a peculiar style, since we're trying to avoid
# most of the constructs we'll be testing for.
$| = 1;