代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/190666/5175354
c t128.c
// Build don't link:
// GROUPS niklas uncaught default-construct
struct A { A (int); };
struct B : A {}; // ERROR - without ctor // ERROR - candidates
void f () { B (0); }// ERROR - .*
www.eeworm.com/read/177305/5329326
java~1~ application1.java~1~
package dbswing;
import java.awt.*;
import javax.swing.*;
public class Application1 {
boolean packFrame = false;
/**
* Construct and show the application.
*/
public Applicati
www.eeworm.com/read/177305/5329338
java~1~ application1.java~1~
package dbswing;
import java.awt.*;
import javax.swing.*;
public class Application1 {
boolean packFrame = false;
/**
* Construct and show the application.
*/
public Applicati
www.eeworm.com/read/175745/5342310
cpp test.cpp
#include "zfstream.h"
int main() {
// Construct a stream object with this filebuffer. Anything sent
// to this stream will go to standard out.
gzofstream os( 1, ios::out );
// Th
www.eeworm.com/read/171081/5398968
c transmit.c
/*
* transmit.c
* - construct queries
* - send queries
*/
/*
* This file is
* Copyright (C) 1997-2000 Ian Jackson
*
* It is part of adns, which is
www.eeworm.com/read/168405/5447116
js export.js
// export.js
// This file contains the funcitons needed to construct the HTML for the export / print dialog.
//
// Global variable
var print = false; // default to export, so set print to false
www.eeworm.com/read/164348/5494908
cpp test.cpp
#include "zfstream.h"
int main() {
// Construct a stream object with this filebuffer. Anything sent
// to this stream will go to standard out.
gzofstream os( 1, ios::out );
// Th
www.eeworm.com/read/162614/5522803
mm bitfield-4.mm
/* Check if the @defs() construct preserves the correct
layout of bitfields. */
/* Contributed by Ziemowit Laski . */
/* { dg-options "-lobjc -Wpadded" } */
/* { dg-do run } */
www.eeworm.com/read/162614/5522996
m bitfield-3.m
/* Check if the @defs() construct preserves the correct
layout of bitfields. */
/* Contributed by Ziemowit Laski . */
/* { dg-options "-lobjc -Wpadded" } */
/* { dg-do run } */
www.eeworm.com/read/348236/3158044
java managertest.java
/**
@version 1.21 2004-02-21
@author Cay Horstmann
*/
import java.util.*;
public class ManagerTest
{
public static void main(String[] args)
{
// construct a Manager