代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/392391/8346208
cpp-orig camera.cpp-orig
#include "camera.h"
//Construct a camera, get init camera parameter
Camera::Camera(char *deviceIn, int widthIn, int heightIn, int formatIn, int grabmethodIn)
{
memset (&videoIn, 0, sizeof (stru
www.eeworm.com/read/392391/8346228
cpp camera.cpp
#include "camera.h"
//Construct a camera, get init camera parameter
Camera::Camera(char *deviceIn, int widthIn, int heightIn, int formatIn, int grabmethodIn)
{
memset (&videoIn, 0, sizeof (stru
www.eeworm.com/read/392391/8346237
cpp-orig camera.cpp-orig
#include "camera.h"
//Construct a camera, get init camera parameter
Camera::Camera(char *deviceIn, int widthIn, int heightIn, int formatIn, int grabmethodIn)
{
memset (&videoIn, 0, sizeof (stru
www.eeworm.com/read/113914/15444137
java myjscrollpane.java
package viewimage;
import javax.swing.UIManager;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
class myJScrollPane {
boolean packFrame = false;
//Construct the application
www.eeworm.com/read/104061/15710833
java~1~ testdsa.java~1~
package code;
import javax.swing.UIManager;
public class testdsa {
boolean packFrame = false;
//Construct the application
public testdsa() {
Frame1 frame = new Frame1();
//Validate fr
www.eeworm.com/read/292231/8366449
h analyzer.h
#ifndef _ANALYZER_H_
#define _ANALYZER_H_
#include "SymbolTable.h"
#include "FunArgsCheck.h"
// build a syntax tree, then do semantic analysis,
// besides construct a symbol table
class CAna
www.eeworm.com/read/291040/8444104
h analyzer.h
#ifndef _ANALYZER_H_
#define _ANALYZER_H_
#include "SymbolTable.h"
#include "FunArgsCheck.h"
// build a syntax tree, then do semantic analysis,
// besides construct a symbol table
class CAna
www.eeworm.com/read/388617/8595104
cpp stonewt1.cpp
// stonewt1.cpp -- Stonewt class methods + conversion functions
#include
using std::cout;
#include "stonewt1.h"
// construct Stonewt object from double value
Stonewt::Stonewt(double
www.eeworm.com/read/388617/8596227
cpp stonewt1.cpp
// stonewt1.cpp -- Stonewt class methods + conversion functions
#include
using std::cout;
#include "stonewt1.h"
// construct Stonewt object from double value
Stonewt::Stonewt(double
www.eeworm.com/read/431410/8678328
java project4bean.java
public class Project4Bean implements Task { // (Task extends Serializable)
Object bean;//Project3Bean
String id;
int x,y;
Component whitePanePt;
// Construct a task to calculate pi