代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/131693/14132957
h pssr.h
#ifndef CRYPTOPP_PSSR_H
#define CRYPTOPP_PSSR_H
#include "pubkey.h"
#include
NAMESPACE_BEGIN(CryptoPP)
// TODO: implement standard variant of PSSR
template
www.eeworm.com/read/131693/14133065
h rw.h
#ifndef CRYPTOPP_RW_H
#define CRYPTOPP_RW_H
/** \file
This file contains classes that implement the
Rabin-Williams signature schemes as defined in IEEE P1363.
*/
#include "pubkey.h"
#incl
www.eeworm.com/read/232840/14180305
cpp powsetdialog.cpp
// PowSetDialog.cpp : 实现文件
//
#include "stdafx.h"
#include "SaleManager.h"
#include "PowSetDialog.h"
#include ".\powsetdialog.h"
// CPowSetDialog 对话框
IMPLEMENT_DYNAMIC(CPowSetDialog, CD
www.eeworm.com/read/130097/14208620
cpp strategysystem.cpp
#include "StdAfx.h"
#include "StrategySystem.h"
//#include "Communications.h"
IMPLEMENT_DYNAMIC(CStrategySystem, CObject)
extern int nKick;
#define BALL_WIDTH 78//30
#define BALL_LENG
www.eeworm.com/read/128841/14277291
h rw.h
#ifndef CRYPTOPP_RW_H
#define CRYPTOPP_RW_H
/** \file
This file contains classes that implement the
Rabin-Williams signature schemes as defined in IEEE P1363.
*/
#include "integer.h"
#inc
www.eeworm.com/read/128818/14277937
cpp regprofiledlg.cpp
// RegProFileDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "DBLogin.h"
#include "RegProFileDlg.h"
#include ".\regprofiledlg.h"
// RegProFileDlg 对话框
IMPLEMENT_DYNAMIC(RegProFileDlg, CDi
www.eeworm.com/read/229761/14317826
c memory.c
/*
* system.c: implement the routes used to access memory under
* DEBUG state.
*
* Copyright (C) 2004, OPEN-JTAG, All rights reserved.
*/
#include
#include "../types.h"
#
www.eeworm.com/read/127116/14377016
java concretesubject.java
package com.javapatterns.observerawt.mouse1;
import java.awt.Frame;
import java.awt.event.MouseListener;
import java.awt.event.MouseEvent;
public class ConcreteSubject extends Frame implement
www.eeworm.com/read/126386/14426265
cpp lpc2.cpp
//#include "stdafx.h"
#include
#include
#include "LanAudio.h"
#include "Global.h"
/*
**
** File: lpc2.c
**
** Description: Functions that implement linear predictiv
www.eeworm.com/read/226200/14490017
h rw.h
#ifndef CRYPTOPP_RW_H
#define CRYPTOPP_RW_H
/** \file
This file contains classes that implement the
Rabin-Williams signature schemes as defined in IEEE P1363.
*/
#include "pubkey.h"
NAM