代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/129847/14222526
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/128628/14285778
cpp cus_arr.cpp
#include
#include
class loc
{
int longitude, latitude;
public:
loc(void) {} // Used to construct temporaries
loc (int lg, int lt)
{
www.eeworm.com/read/128628/14285799
cpp arr_des.cpp
#include
#include
class loc
{
int longitude, latitude;
public:
loc(void) {} // Used to construct temporaries
~loc(void);
loc (int lg,
www.eeworm.com/read/128628/14285828
cpp cus_newd.cpp
#include
#include
class loc
{
int longitude, latitude;
public:
loc(void) {} // Used to construct temporaries
loc (int lg, int lt)
www.eeworm.com/read/127767/14337390
txt e587. filling basic shapes.txt
There are two ways to fill basic shapes like lines and rectangles. The first is to use specific drawing methods like Graphics.fillOval(). This example uses these methods. The second is to construct a
www.eeworm.com/read/226299/14482179
java searchspec.java
package coreservlets;
/** Small class that encapsulates how to construct a
* search string for a particular search engine.
*
* Taken from Core Servlets and JavaServer Pages 2nd Edition
*
www.eeworm.com/read/119982/14814701
cpp cus_arr.cpp
#include
#include
class loc
{
int longitude, latitude;
public:
loc(void) {} // Used to construct temporaries
loc (int lg, int lt)
{
www.eeworm.com/read/119982/14814714
cpp arr_des.cpp
#include
#include
class loc
{
int longitude, latitude;
public:
loc(void) {} // Used to construct temporaries
~loc(void);
loc (int lg,
www.eeworm.com/read/119982/14814732
cpp cus_newd.cpp
#include
#include
class loc
{
int longitude, latitude;
public:
loc(void) {} // Used to construct temporaries
loc (int lg, int lt)
www.eeworm.com/read/219806/14863066
java graphprog.java
package grapro;
import javax.swing.UIManager;
import java.awt.*;
public class GraphProg {
boolean packFrame = false;
/**Construct the application*/
public GraphProg() {
GraFrame frame = n