代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/169370/9864571
cpp socmeswnd.cpp
// DlgSocMes.cpp : 实现文件
//
#include "stdafx.h"
#include "SocMesWnd.h"
#include "Soc.h"
#include
using namespace std;
// CSocMesWnd
IMPLEMENT_DYNAMIC(CSocMesWnd, CWnd)
CS
www.eeworm.com/read/168569/9907450
cpp aboutframe.cpp
#include "aboutframe.h"
enum {
ID_ABOUTEXIT = 3100
};
IMPLEMENT_CLASS(AboutFrame, wxDialog)
BEGIN_EVENT_TABLE(AboutFrame, wxDialog)
EVT_BUTTON(ID_ABOUTEXIT, AboutFrame::OnButton)
EN
www.eeworm.com/read/363817/9935138
cpp cpolygon.cpp
#include"stdafx.h"
#include"CPolygon.h"
#include"EastDrawView.h"
IMPLEMENT_SERIAL(CPolygon,CUnit,1)
void CPolygon::Serialize(CArchive &ar)
{
CUnit::Serialize(ar);
if(ar.IsStoring())
{
www.eeworm.com/read/363204/9965410
cpp ctrldlg.cpp
// CtrlDlg.cpp : implementation file
//
#include "stdafx.h"
#include "mc3000.h"
#include "CtrlDlg.h"
// CCtrlDlg dialog
IMPLEMENT_DYNAMIC(CCtrlDlg, CDialog)
CCtrlDlg::CCtrlDlg(CWnd* p
www.eeworm.com/read/360615/10084302
h rsa.h
#ifndef CRYPTOPP_RSA_H
#define CRYPTOPP_RSA_H
/** \file
This file contains classes that implement the RSA
ciphers and signature schemes as defined in PKCS #1 v2.0.
*/
#include "pubkey.h"
www.eeworm.com/read/164346/10115552
cpp xgraphlogaxis.cpp
#include "stdafx.h"
#include "xgraph.h"
#include "xgraphlogaxis.h"
#include
IMPLEMENT_SERIAL(CXGraphLogAxis,CXGraphAxis,1)
CXGraphLogAxis::CXGraphLogAxis(void)
{
m_AxisType = LOG;
www.eeworm.com/read/359751/10126049
c disk_io.c
/* disk_io.c - implement abstract BIOS disk input and output */
/*
* GRUB -- GRand Unified Bootloader
* Copyright (C) 1999,2000,2001,2002,2003,2004 Free Software Foundation, Inc.
*
* This pr
www.eeworm.com/read/359577/10135626
h rsa.h
#ifndef CRYPTOPP_RSA_H
#define CRYPTOPP_RSA_H
/** \file
This file contains classes that implement the RSA
ciphers and signature schemes as defined in PKCS #1 v2.0.
*/
#include "pkcspad.h"
www.eeworm.com/read/359212/10161096
m camera.m
%CAMERA Camera imaging model
%
% uv = CAMERA(C, p)
% uv = CAMERA(C, p, T)
%
% Implement the perspective, scaling and offset encapsulated in the
% camera calibration matrix C. P is a list of 3D world
www.eeworm.com/read/280970/10276158
cpp rankboost.cpp
/**
rankboost.cpp: efficiently implement the RankBoost
algorithm (Freund et al. 2003) for ordinal regression
(c) 2006-2007 Hsuan-Tien Lin
**/
#include
#include
#include "