代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/407539/2261734
cpp fileform.cpp
// FileForm.cpp : implementation file
//
#include "stdafx.h"
#include "GUI.h"
#include "FileForm.h"
#include "AddDlg.h"
// FileForm
IMPLEMENT_DYNCREATE(FileForm, CFormView)
FileForm:
www.eeworm.com/read/407539/2261804
cpp fileform.cpp
// FileForm.cpp : implementation file
//
#include "stdafx.h"
#include "GUI.h"
#include "FileForm.h"
#include "AddDlg.h"
// FileForm
IMPLEMENT_DYNCREATE(FileForm, CFormView)
FileForm:
www.eeworm.com/read/406309/2278862
c rre.c
/*
* rre.c
*
* Routines to implement Rise-and-Run-length Encoding (RRE). This
* code is based on krw's original javatel rfbserver.
*/
/*
* Copyright (C) 1999 AT&T Laboratories Cambridge. All
www.eeworm.com/read/406309/2278866
c zlib.c
/*
* zlib.c
*
* Routines to implement zlib based encoding (deflate).
*/
/*
* Copyright (C) 2000 Tridia Corporation. All Rights Reserved.
* Copyright (C) 1999 AT&T Laboratories Cambridge. Al
www.eeworm.com/read/402041/2333403
java datastring.java
package org.trinet.jdbc.datatypes;
import java.util.*;
import org.trinet.jdbc.*;
/** Extends the DataObject class to implement a stateful String value. */
public class DataString extends DataObj
www.eeworm.com/read/402041/2333417
java datalong.java
package org.trinet.jdbc.datatypes;
import java.util.*;
import org.trinet.jdbc.*;
/** Extends the DataObject class to implement a stateful long value. */
public class DataLong extends DataObject
www.eeworm.com/read/402041/2333420
java datadouble.java
package org.trinet.jdbc.datatypes;
import java.util.*;
import org.trinet.jdbc.*;
/** Extends the DataObject class to implement a stateful double value. */
public class DataDouble extends DataObj
www.eeworm.com/read/401302/2341845
cpp zysqts.cpp
// ZYSQTS.cpp : implementation file
//
#include "stdafx.h"
#include "MyClock.h"
#include "ZYSQTS.h"
// CZYSQTS dialog
IMPLEMENT_DYNAMIC(CZYSQTS, CDialog)
CZYSQTS::CZYSQTS(CWnd* pParen
www.eeworm.com/read/401302/2341851
cpp zlddlg.cpp
// ZLDDLG.cpp : implementation file
//
#include "stdafx.h"
#include "MyClock.h"
#include "ZLDDLG.h"
// CZLDDLG dialog
IMPLEMENT_DYNAMIC(CZLDDLG, CDialog)
CZLDDLG::CZLDDLG(CWnd* pParen
www.eeworm.com/read/396039/2423877
c colluses.c
/*
* This file checks to see if the collective routine MPI_Allreduce uses
* MPI_Send or MPI_Isend to implement the operation. It should use either
* a PMPI routine or a non-MPI routine.
*/
#in