代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/309146/13680817
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/306970/13733900
c ogg.c
/*
* Ogg bitstream support
* Mark Hills
*
* Uses libogg, but requires libvorbisenc to construct correct headers
* when containing Vorbis stream -- currently the only forma
www.eeworm.com/read/147000/5733713
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/144227/5751513
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
www.eeworm.com/read/144227/5751519
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
www.eeworm.com/read/137325/5825683
cpp game.cpp
// Copyright 2002 Kenneth Guy,
//
// Game.cpp
/** \file Game.cpp
implementation of class Game */
//
#include "CGameApplication.h"
/** construct the application */
EXPORT_C CApaA
www.eeworm.com/read/137325/5825701
cpp tbullet.cpp
// Copyright 2002 Kenneth Guy,
//
// TBullet.cpp
/** \file TBullet.cpp
implementation of class TBullet */
#include "TBullet.h"
/** Construct a new unused bullet */
TBullet::TBu
www.eeworm.com/read/133066/5908323
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
www.eeworm.com/read/133066/5908329
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
www.eeworm.com/read/132069/5923427
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