代码搜索:constructs
找到约 1,240 项符合「constructs」的源代码
代码结果 1,240
www.eeworm.com/read/162614/5521650
c misc1.c
// { dg-do run }
// GROUPS passed construct-destruct
/* g++ constructs j 13 times, and destructs it once. */
extern "C" {
int printf (const char *, ...);
void exit(int);
}
void foo() {
}
class
www.eeworm.com/read/340665/3275649
c misc1.c
// GROUPS passed construct-destruct
/* g++ constructs j 13 times, and destructs it once. */
extern "C" {
int printf (const char *, ...);
void exit(int);
}
void foo() {
}
class C {
int val;
p
www.eeworm.com/read/326747/3469015
java batchingbatcherfactory.java
//$Id: BatchingBatcherFactory.java 7683 2005-07-29 19:10:20Z maxcsaucdk $
package org.hibernate.jdbc;
import org.hibernate.Interceptor;
/**
* A BatcherFactory implementation which constructs Batch
www.eeworm.com/read/326747/3469022
java nonbatchingbatcherfactory.java
//$Id: NonBatchingBatcherFactory.java 7683 2005-07-29 19:10:20Z maxcsaucdk $
package org.hibernate.jdbc;
import org.hibernate.Interceptor;
/**
* A BatcherFactory implementation which constructs Ba
www.eeworm.com/read/449675/1674840
java batchingbatcherfactory.java
//$Id: BatchingBatcherFactory.java 7683 2005-07-29 19:10:20Z maxcsaucdk $
package org.hibernate.jdbc;
import org.hibernate.Interceptor;
/**
* A BatcherFactory implementation which constructs Batch
www.eeworm.com/read/449675/1674847
java nonbatchingbatcherfactory.java
//$Id: NonBatchingBatcherFactory.java 7683 2005-07-29 19:10:20Z maxcsaucdk $
package org.hibernate.jdbc;
import org.hibernate.Interceptor;
/**
* A BatcherFactory implementation which constructs Ba
www.eeworm.com/read/440906/1777281
c misc1.c
// GROUPS passed construct-destruct
/* g++ constructs j 13 times, and destructs it once. */
extern "C" {
int printf (const char *, ...);
void exit(int);
}
void foo() {
}
class C {
int val;
p
www.eeworm.com/read/376006/2718089
out union.out
--
-- UNION (also INTERSECT, EXCEPT)
--
-- Simple UNION constructs
SELECT 1 AS two UNION SELECT 2;
two
-----
1
2
(2 rows)
SELECT 1 AS one UNION SELECT 1;
one
-----
1
(1 row)
SELECT 1 AS
www.eeworm.com/read/369339/2800804
8 mkfs.8
.th MKFS VIII 11/1/73
.sh NAME
mkfs \*- construct a file system
.sh SYNOPSIS
.bd /etc/mkfs
special
proto
.sh DESCRIPTION
.it Mkfs
constructs a file system
by writing on the special file
.it special
ac
www.eeworm.com/read/366702/2871253
c misc1.c
// { dg-do run }
// GROUPS passed construct-destruct
/* g++ constructs j 13 times, and destructs it once. */
extern "C" {
int printf (const char *, ...);
void exit(int);
}
void foo() {
}
class