代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/406636/11438582
cpp tetrisdocument.cpp
#include "TetrisAppUi.h"
#include "TetrisDocument.h"
#include "CGameTetris.h"
// Construct and Destruct
// NewL()
CTetrisDocument* CTetrisDocument::NewL(CEikApplication& aApp)
{
CTetrisDocum
www.eeworm.com/read/405094/11471840
java calculatorapp.java
package calculatorExample;
import javax.swing.UIManager;
import java.awt.*;
public class calculatorApp {
boolean packFrame = false;
//Construct the application
public calculatorApp() {
Ca
www.eeworm.com/read/400577/11572699
m labelim.m
%LABELIM Construct image of object (pixel) labels
%
% IM = LABELIM(A)
% IM = A*LABELIM
%
% INPUT
% A Dataset containing images stored as features
%
% OUTPUT
% IM Image containing the labels of t
www.eeworm.com/read/156024/11834742
java creditcard.java
package card;
import java.awt.*;
import javax.swing.*;
public class creditCard
{
boolean packFrame = false;
/**
* Construct and show the application.
*/
public creditCard()
www.eeworm.com/read/342759/12000556
h itemiterator.h
#ifndef ITEMITERATOR_H
#define ITEMITERATOR_H
#include
#include "item.h"
/**
An iterator through a collection of items
*/
class ItemIterator
{
public:
/**
Construct
www.eeworm.com/read/342759/12002343
h message.h
#ifndef MESSAGE_H
#define MESSAGE_H
using namespace std;
#include
/**
A message left by a caller
*/
class Message
{
public:
/**
Construct a message object
www.eeworm.com/read/342008/12046985
m labelim.m
%LABELIM Construct image from objectlabels in case of feature images
%
% IM = LABELIM(A)
% IM = A*LABELIM
%
% If A is a dataset containing images stored as features, so
% each pixel is an object, than
www.eeworm.com/read/255755/12057403
m labelim.m
%LABELIM Construct image of object (pixel) labels
%
% IM = LABELIM(A)
% IM = A*LABELIM
%
% INPUT
% A Dataset containing images stored as features
%
% OUTPUT
% IM Image containing the labels of t
www.eeworm.com/read/339483/12230419
sh ex45a.sh
#!/bin/bash
echo
echo "String operations using \"expr \$string : \" construct"
echo "==================================================="
echo
a=1234zipper5FLIPPER43231
echo "The string being opera
www.eeworm.com/read/253070/12245586
java wormapplication.java
package worm;
import javax.swing.UIManager;
import java.awt.*;
public class WormApplication {
boolean packFrame = false;
/**Construct the application*/
public WormApplication() {
WormFram