代码搜索:source
找到约 10,000 项符合「source」的源代码
代码结果 10,000
www.eeworm.com/read/183001/5260458
source tablespace.source
-- create a tablespace we can use
CREATE TABLESPACE testspace LOCATION '@testtablespace@';
-- create a schema we can use
CREATE SCHEMA testschema;
-- try a table
CREATE TABLE testschema.foo (i int) TA
www.eeworm.com/read/183001/5260459
source copy.source
--
-- COPY
--
-- CLASS POPULATION
-- (any resemblance to real life is purely coincidental)
--
COPY aggtest FROM '@abs_srcdir@/data/agg.data';
COPY onek FROM '@abs_srcdir@/data/onek.data';
COPY onek TO
www.eeworm.com/read/180137/5289162
h source.h
/* SOURCE.H: Entity and source control block structures and definitions.
*/
#define ENTHASH 503 /* Size of entity hash table. Must be prime. */
/* Entity storage class values for estore membe
www.eeworm.com/read/171044/5399601
c source.c
atoi(s) char *s {
int sign, n;
while(isspace(*s)) ++s;
sign = 1;
switch(*s) {
case '-': sign = -1;
case '+': ++s;
}
n = 0;
while(isdigit(*s)) n = 10 * n + *s++ - '0
www.eeworm.com/read/171044/5399622
c source.c
atoi(s) char *s {
int sign, n;
while(isspace(*s)) ++s;
sign = 1;
switch(*s) {
case '-': sign = -1;
case '+': ++s;
}
n = 0;
while(isdigit(*s)) n = 10 * n + *s++ - '0
www.eeworm.com/read/167185/5464281
tme source.tme
.lo
.ce 2
.b
Using the ESPS Source
.sp
Document version: 1.3 6/6/90
.sh 1 "Introduction"
.pp
This document describes the ESPS source directory and how to make use of
it. The enclosed source tape con
www.eeworm.com/read/167133/5467432
java source.java
/*
* $Id: Source.java,v 1.2 2003/12/02 21:38:02 dalibor Exp $
* Copyright (C) 2001 Andrew Selkirk
* Copyright (C) 2001 David Brownell
*
* This file is part of GNU JAXP, a library.
*
* GNU JAXP
www.eeworm.com/read/348875/3149492
java source.java
package MP3;
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import java.text.*;
import javax.swing.*;
import javax.swing.border.EtchedBorder;
import javax.swing.event.*;
www.eeworm.com/read/346982/3179213
h source.h
/*****************************************************************************
The following code is derived, directly or indirectly, from the SystemC
source code Copyright (c) 1996-2002 by al
www.eeworm.com/read/346982/3179243
cpp source.cpp
/*****************************************************************************
The following code is derived, directly or indirectly, from the SystemC
source code Copyright (c) 1996-2002 by al