代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/277342/4156580
java~5~ application.java~5~
package edu.whu.gui;
import javax.swing.UIManager;
import java.awt.*;
public class Application
{
boolean packFrame = false;
//Construct the application
public Application(
www.eeworm.com/read/271650/4226478
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/450881/1668733
cpp gsdpsession.cpp
// gsdpsession.cpp
//
// Copyright (c) 2000-2002 Symbian Ltd. All rights reserved.
#include "gsdpserver.h"
/*
CGsdpSession
*/
// construct/destruct
CGsdpSession::CGsdpSession()
{
www.eeworm.com/read/449063/1682480
cpp testresult.cpp
#include
#include
#include
#include
namespace CppUnit {
/// Construct a TestResult
TestResult::TestResult( Synchro