代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/279087/4139575
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 );
// This text i
www.eeworm.com/read/276969/4160589
java wbuser.java
package whiteboard;
import javax.swing.UIManager;
import java.awt.*;
public class WBUser {
boolean packFrame = false;
//Construct the application
public WBUser() {
WBFrame frame = new WBF
www.eeworm.com/read/270096/4241393
java testmemmapapp.java
package com.stanley.memmap;
import javax.swing.UIManager;
import java.awt.*;
public class TestMemMapApp {
private boolean packFrame = false;
//Construct the application
public TestMemMapApp()
www.eeworm.com/read/270096/4241394
java memmapjavaclientapp.java
package com.stanley.memmap;
import javax.swing.UIManager;
import java.awt.*;
public class MemMapJavaClientApp {
private boolean packFrame = false;
//Construct the application
public MemMapJav
www.eeworm.com/read/269109/4247180
java~1~ mainapplication.java~1~
package com.jbaptech.accp.netbar.client;
import java.awt.*;
import javax.swing.UIManager;
public class MainApplication {
boolean packFrame = false;
//Construct the application
publi
www.eeworm.com/read/450881/1668863
cpp engine.cpp
// engine.cpp
//
// Copyright (c) 2000 Symbian Ltd. All rights reserved.
#include "engine.h"
// construct/destruct
CGameEngine::~CGameEngine()
{
delete iLastSent;
delete iLastReceive
www.eeworm.com/read/450881/1668912
cpp engine.cpp
// engine.cpp
//
// Copyright (c) 2000 Symbian Ltd. All rights reserved.
#include "engine.h"
// construct/destruct
CGameEngine::~CGameEngine()
{
delete iLastSent;
delete iLastReceive
www.eeworm.com/read/450881/1668990
cpp cflashinghello.cpp
// CFlashingHello.cpp
//
// Copyright (c) 2002 Symbian Ltd. All rights reserved.
#include "cflashinghello.h"
#include "cactivehelloappview.h"
// flashing hello
// construct/destruct
www.eeworm.com/read/449248/1678855
java testmemmapapp.java
package com.stanley.memmap;
import javax.swing.UIManager;
import java.awt.*;
public class TestMemMapApp {
private boolean packFrame = false;
//Construct the application
public TestMemMapApp()
www.eeworm.com/read/449248/1678856
java memmapjavaclientapp.java
package com.stanley.memmap;
import javax.swing.UIManager;
import java.awt.*;
public class MemMapJavaClientApp {
private boolean packFrame = false;
//Construct the application
public MemMapJav