代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/413630/11149185
java complexfloatfft.java
package jnt.FFT;
/** Abstract Class representing FFT's of complex, single precision data.
* Concrete classes are typically named ComplexFloatFFT_method, implement the
* FFT using some parti
www.eeworm.com/read/413630/11149187
java realfloatfft.java
package jnt.FFT;
/** Abstract Class representing FFT's of real, single precision data.
* Concrete classes are typically named RealFloatFFT_method, implement the
* FFT using some particular
www.eeworm.com/read/413630/11149201
java realdoublefft.java
package jnt.FFT;
/** Abstract Class representing FFT's of real, double precision data.
* Concrete classes are typically named RealDoubleFFT_method, implement the
* FFT using some particular
www.eeworm.com/read/267326/11182862
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/265590/11260649
java keyevents.java
/**
* @(#)KeyEvents.java
*
*
* @author
* @version 1.00 2007/11/4
*/
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
public class KeyEvents extends Applet implement
www.eeworm.com/read/410971/11262844
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/410971/11262887
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/265465/11263285
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 by PJ Naught
www.eeworm.com/read/334422/12603235
cpp paitxtdata.cpp
// PaiTxtData.cpp : 实现文件
//
#include "stdafx.h"
#include "StudentRecords.h"
#include "PaiTxtData.h"
// CPaiTxtData 对话框
IMPLEMENT_DYNAMIC(CPaiTxtData, CDialog)
CPaiTxtData::CPaiTxtData
www.eeworm.com/read/236571/14011327
cpp logindlg.cpp
// LoginDlg.cpp : implementation file
//
#include "stdafx.h"
#include "BankOperation.h"
#include "LoginDlg.h"
#include "BankLoginSet.h"
// CLoginDlg dialog
IMPLEMENT_DYNAMIC(CLoginDlg, CD