代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/431199/8702441
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"
#include "intege
www.eeworm.com/read/430096/8767299
java testex5.java
// interfaces.TestEx5.java
// TIJ4 Chapter Interfaces, Exercise 5, page 320
// Create an interface containing three methods, in its own package. Implement it
// in another package.
/* Solution inc
www.eeworm.com/read/384905/8834841
c main.c
/**
* \file main.c
* W5300 example applications
*
* This file shows how to use SOCKET_API_FUNC "WIZnet SOCKET APIs" and
* how to implement your internet application with W5300.\n
*
* \a
www.eeworm.com/read/284600/8914512
cpp foreign.cpp
// Foreign.cpp : 实现文件
//
#include "stdafx.h"
#include "choucha.h"
#include "Foreign.h"
// CForeign 对话框
IMPLEMENT_DYNAMIC(CForeign, CPropertyPage)
CForeign::CForeign()
: CPropertyPage(
www.eeworm.com/read/284348/8939505
cpp dispsimple.cpp
// DispSimple.cpp : 实现文件
//
#include "stdafx.h"
#include "Simple7.h"
#include "DispSimple.h"
#include ".\dispsimple.h"
// CDispSimple
IMPLEMENT_DYNCREATE(CDispSimple, CCmdTarget)
CDisp
www.eeworm.com/read/186023/8965890
c console.c
/*
* console.c
*
* This module implements the console io functions
* 'void con_init(void)'
* 'void con_write(struct tty_queue * queue)'
* Hopefully this will be a rather complete VT102 implement
www.eeworm.com/read/427066/8979533
cpp sortclass.cpp
// Copyright (c) Iuri Apollonio 1998
// Use & modify as you want & need, and leave those 3 lines.
// http://www.codeguru.com
// class extended by Max Poliashenko.
//
// CJSortClass.cpp: implement
www.eeworm.com/read/427066/8979871
cpp countdlg.cpp
// ../CountDlg.cpp : implementation file
//
#include "stdafx.h"
#include "RFRM.h"
#include "CountDlg.h"
#ifdef LARGE_COUNT
// CCountDlg dialog
IMPLEMENT_DYNAMIC(CCountDlg, CDialog)
CCo
www.eeworm.com/read/426847/8995731
cpp lookrecord.cpp
// LookRecord.cpp : 实现文件
//
#include "stdafx.h"
#include "ComSales.h"
#include "LookRecord.h"
// CLookRecord 对话框
IMPLEMENT_DYNAMIC(CLookRecord, CDialog)
CLookRecord::CLookRecord(CWnd*
www.eeworm.com/read/381581/9084460
cpp dispsimple.cpp
// DispSimple.cpp : 实现文件
//
#include "stdafx.h"
#include "Simple7.h"
#include "DispSimple.h"
#include ".\dispsimple.h"
// CDispSimple
IMPLEMENT_DYNCREATE(CDispSimple, CCmdTarget)
CDisp