代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/100926/6264082
cpp client.cpp
// client.cpp,v 1.3 1999/09/22 03:13:52 jcej Exp
/* The Client object will implement the nasty details of connecting to
communicating with the server
*/
#include "Client_i.h"
int main(in
www.eeworm.com/read/100601/6267468
c desblapi.c
/*
* desblapi.c
*
* core source file for DES-150 library
* Implement DES Modes of Operation and Triple-DES.
* Adapt DES-150 to blapi API.
*
* The contents of this file are subject to the Mo
www.eeworm.com/read/227624/6324132
cpp optionsdlg.cpp
// OptionsDlg.cpp : implementation file
//
#include "stdafx.h"
#include "PeekPocket.h"
#include "OptionsDlg.h"
#include "PPDlg.h"
// COptionsDlg dialog
IMPLEMENT_DYNAMIC(COptionsDlg, CColor
www.eeworm.com/read/227624/6324142
cpp customslider.cpp
#include "CustomSlider.h"
// CCustomSlider
IMPLEMENT_DYNAMIC(CCustomSlider, CWnd)
BEGIN_MESSAGE_MAP(CCustomSlider, CWnd)
ON_WM_ERASEBKGND()
ON_WM_PAINT()
ON_WM_LBUTTONDOWN()
ON_WM_LBU
www.eeworm.com/read/486736/6526177
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/481854/6631674
cpp conflictdialog.cpp
// ConflictDialog.cpp : 实现文件
//
#include "stdafx.h"
#include "ST3901070422.h"
#include "ConflictDialog.h"
// CConflictDialog 对话框
IMPLEMENT_DYNAMIC(CConflictDialog, CDialog)
CConflictD
www.eeworm.com/read/481542/6642945
c iomap.c
/*
* Implement the default iomap interfaces
*
* (C) Copyright 2004 Linus Torvalds
*/
#include
#include
#include
/*
* Read/write from/to an (offsettab
www.eeworm.com/read/478844/6705087
cpp adddepart.cpp
// AddDepart.cpp : 实现文件
//
#include "stdafx.h"
#include "AddDepart.h"
extern _ConnectionPtr pMyConnect;
// CAddDepart 对话框
IMPLEMENT_DYNAMIC(CAddDepart, CDialog)
CAddDepart::CAddDepart(C
www.eeworm.com/read/478118/6720156
java music26.java
// typeinfo/music268/Music268.java
// TIJ4 Chapter Typeinfo, Exercise 26, page 615
// Implement clearSpitValve() as described in the summary.
/* Solution includes, in same package:
* import java
www.eeworm.com/read/478118/6720322
java horrorshow14.java
// innerclasses/HorrorShow14.java
// TIJ4 Chapter Innerclasses, Exercise 14, page361
/* Modify interfaces/HorrorShow.java to implement DangerousMonster and
* Vampire using anonymous classes.
*/
i