代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/340797/12133462
cpp senddlg.cpp
// SendDlg.cpp : implementation file
//
#include "stdafx.h"
#include "SendMail.h"
#include "SendDlg.h"
// CSendDlg dialog
IMPLEMENT_DYNAMIC(CSendDlg, CDialog)
CSendDlg::CSendDlg(CWnd* p
www.eeworm.com/read/253646/12207921
h iconcombobox.h
/*
Module : ICONCOMBOBOX.H
Purpose: Defines the interface for 2 MFC classes
to implement an icon selection combo box
Created: PJN / 2-08-1998
History: None
Copyright (c) 1998 by PJ Na
www.eeworm.com/read/150781/12262442
h hookwnd.h
/*
Module : HOOKWND.H
Purpose: Defines the interface for an MFC class to implement message hooking before CWnd gets there
Created: PJN / 24-02-1999
History: None
Copyright (c) 1999 - 2003 by PJ
www.eeworm.com/read/338797/12282518
h esign.h
#ifndef CRYPTOPP_ESIGN_H
#define CRYPTOPP_ESIGN_H
/** \file
This file contains classes that implement the
ESIGN signature schemes as defined in IEEE P1363a.
*/
#include "pubkey.h"
#includ
www.eeworm.com/read/337304/12378021
cpp meta.cpp
// metaex.cpp - Code for CMetaFile
#include "stdafx.h"
#include "meta.h"
IMPLEMENT_SERIAL(CMetaFile, CObject, VERSIONABLE_SCHEMA|METAFILE_VERSION)
CMetaFile::CMetaFile() : CMetaFileDC()
{
m
www.eeworm.com/read/149172/12397608
txt 手机等移动设备的编程.txt
/*
* HttpMidlet.java
*/
import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;
import javax.microedition.io.*;
import java.io.*;
public class HttpMidlet extends MIDlet implement
www.eeworm.com/read/148683/12444029
h inputneuron.h
#ifndef _INPUTNEURON_H
#define _INPUTNEURON_H
#include "Neuron.h"
namespace annie
{
/** Input neurons are slightly special. They don't really do much, just implement
* the Neuron interface
www.eeworm.com/read/131693/14132946
h esign.h
#ifndef CRYPTOPP_ESIGN_H
#define CRYPTOPP_ESIGN_H
/** \file
This file contains classes that implement the
ESIGN signature schemes as defined in IEEE P1363a.
*/
#include "pubkey.h"
#includ
www.eeworm.com/read/233016/14173606
m~ contents.m~
% DeNoising:Contents -- Atomic Decomposition De-Noising Tools
%
% The tools in this directory implement the following four de-noising
% techniques: Basis Pursuit De-Noising (BPDN), MOF De-Nosing (M
www.eeworm.com/read/232840/14180344
cpp operatenotedialog.cpp
// OperateNoteDialog.cpp : 实现文件
//
#include "stdafx.h"
#include "SaleManager.h"
#include "OperateNoteDialog.h"
#include ".\operatenotedialog.h"
// COperateNoteDialog 对话框
IMPLEMENT_DYNAM