代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/233448/4675650
c 900402_02.c
// { dg-do assemble }
// g++ 1.37.1 bug 900402_02
// g++ fails to correctly flag all attempts to construct an array type
// of zero length as errors.
// keywords: arrays, array bound, zero length
www.eeworm.com/read/230695/4719926
cpp activetest.cpp
#include "stdafx.h"
#include "ActiveTest.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
// Construct the active test
ActiveTest::ActiveTest( CPP
www.eeworm.com/read/213039/4932299
cpp block.cpp
// block.cpp,v 1.7 1999/09/22 03:13:47 jcej Exp
#include "block.h"
/*
Construct a Dat_Block to contain a unit of work. Note the careful
construction of the baseclass to set the block
www.eeworm.com/read/213039/4932377
cpp recv.cpp
// Recv.cpp,v 1.8 2003/08/19 15:08:26 schmidt Exp
#include "Recv.h"
#include "ace/SOCK_Stream.h"
/* Construct the object with the peer reference and other appropriate
initializations.
*/
www.eeworm.com/read/207991/5000052
mal tst2504.mal
# The prototypical factory construct
# test factory return and restart
factory random(seed:int):int;
random:= seed;
i:= seed;
i:= 125 *i;
i:= i % 32767;
yield i;
i:= 125 *i;
i:= i % 32767;
yi
www.eeworm.com/read/202592/5048118
java jprocess1demo.java
package jprocess1demo;
import javax.swing.UIManager;
import java.awt.*;
public class JProcess1Demo {
private boolean packFrame = false;
//Construct the application
public JProcess1Demo() {
www.eeworm.com/read/202592/5048124
java~1~ jprocess1demo.java~1~
package jprocess1demo;
import javax.swing.UIManager;
import java.awt.*;
public class JProcess1Demo {
private boolean packFrame = false;
//Construct the application
public JProcess1Demo() {
www.eeworm.com/read/202592/5048128
java~2~ jprocess1demo.java~2~
package jprocess1demo;
import javax.swing.UIManager;
import java.awt.*;
public class JProcess1Demo {
private boolean packFrame = false;
//Construct the application
public JProcess1Demo() {
www.eeworm.com/read/202592/5048131
java~5~ jprocess1demo.java~5~
package jprocess1demo;
import javax.swing.UIManager;
import java.awt.*;
public class JProcess1Demo {
private boolean packFrame = false;
//Construct the application
public JProcess1Demo() {
www.eeworm.com/read/183001/5260217
source create_function_2.source
--
-- CREATE_FUNCTION_2
--
CREATE FUNCTION hobbies(person)
RETURNS setof hobbies_r
AS 'select * from hobbies_r where person = $1.name'
LANGUAGE 'sql';
CREATE FUNCTION hobby_construct(text,