代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/208264/15249472
cpp l7_5.cpp
#include
class A
{
int a;
public:
A(int x):a(x)
{
cout
www.eeworm.com/read/207800/15261674
h cstrccom.h
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/*
www.eeworm.com/read/207800/15261782
c cstrcbin.c
/*******************************************************/
/* "C" Language Integrated Production System */
/* */
/*
www.eeworm.com/read/207217/15279380
h mystring.h
// Exercise 14.4 MyString.h
// Definition of the MyString class representing strings
#ifndef MYSTRING_H
#define MYSTRING_H
namespace mySpace {
class MyString {
public:
MyString();
www.eeworm.com/read/207217/15279386
h mystring.h
// Exercise 14.5 MyString.h
// Definition of the MyString class representing strings
#ifndef MYSTRING_H
#define MYSTRING_H
namespace mySpace {
class MyString {
public:
MyString();
www.eeworm.com/read/206867/15287409
cpp list1.cpp
#ifdef __BCPLUSPLUS__
#include
#else
#include
#endif
#include
#include
using namespace std;
typedef list LISTSTR;
// Try each of the four c
www.eeworm.com/read/205541/15314096
h filterbank.h
/*****************************************************************************/
/* Author: Brendt Wohlberg (Los Alamos National Laboratory). */
/* Copyright 2001 University of Califo
www.eeworm.com/read/168554/5444642
java rollerpermissionsexception.java
package org.roller;
/**
* Thrown when persistence session user lacks one or more required permissions.
*/
public class RollerPermissionsException extends RollerException
{
/**
* Construct Rolle
www.eeworm.com/read/165570/5481326
java finishserviceevent.java
/** A cashier finishes serving his/her customer. */
public class FinishServiceEvent extends Event
{
/** Construct a new FinishServiceEvent object. */
public FinishServiceEvent(int newTime)
{
www.eeworm.com/read/165570/5481470
java teller.java
package People;
/** A staff member with teller privileges. */
public class Teller extends Staff
{
/** Construct a Teller from a name, an id number, and a password String */
public Teller(Stri