代码搜索:constructs
找到约 1,240 项符合「constructs」的源代码
代码结果 1,240
www.eeworm.com/read/282518/4101140
cpp subform.cpp
#include "form2.h"
#include
/*
* Constructs a subform which is a child of 'parent', with the
* name 'name' and widget flags set to 'f'
*
* The dialog will by default be model
www.eeworm.com/read/282518/4101146
cpp subform.cpp
#include "form2.h"
/*
* Constructs a subform which is a child of 'parent', with the
* name 'name' and widget flags set to 'f'
*
* The dialog will by default be modeless, unless you set 'mod
www.eeworm.com/read/436685/1846024
cpp activetimer.cpp
// Copyright (c) 2006 Nokia Corporation.
#include "ActiveTimer.h"
#include "ActiveTimerNotify.h"
// Constructs a CActiveTimer object
CActiveTimer* CActiveTimer::NewL(MActiveTimerNotify& aNot
www.eeworm.com/read/393899/2462961
cpp activetimer.cpp
// Copyright (c) 2006 Nokia Corporation.
#include "ActiveTimer.h"
#include "ActiveTimerNotify.h"
// Constructs a CActiveTimer object
CActiveTimer* CActiveTimer::NewL(MActiveTimerNotify& aNot
www.eeworm.com/read/293183/8310853
m maketree.m
%MAKETREE General tree building algorithm
%
% tree = maketree(A,nlab,c,crit,stop)
%
% Constructs a binary decision tree using the criterion function
% specified in the string crit ('maxcrit', 'fis
www.eeworm.com/read/172493/9705212
h product.h
#ifndef PRODUCT_H
#define PRODUCT_H
#include
using namespace std;
/**
Describes a product with a description and a price.
*/
class Product
{
public:
/**
Constructs a product
www.eeworm.com/read/172493/9705367
cpp clocks3.cpp
#include
#include
#include
#include
using namespace std;
#include "ccc_time.h"
class Clock
{
public:
/**
Constructs a clock that can tel
www.eeworm.com/read/172493/9705393
h fraction.h
#ifndef FRACTION_H
#define FRACTION_H
#include
using namespace std;
class Fraction
{
public:
/**
Constructs a fraction with numerator 0 and denominator 1.
*/
www.eeworm.com/read/268448/11139661
m fourbittoint.m
%FourBitToInt.m
function out=FourBitToInt(FourBitMatrix)
%Takes a binary matrix of 4 columns and any even number of rows and
%constructs a column matrix by creating an integer by concatenating two
www.eeworm.com/read/334779/12573684
cpp prg8_1.cpp
// File: prg8_1.cpp
// the program outputs the interview schedule for a personnel director.
// the executive secretary constructs a queue of appointment times
// by reading the times from the keybo