代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/130567/14184991
h inputneuron.h
#ifndef _INPUTNEURON_H
#define _INPUTNEURON_H
#include "Neuron.h"
namespace annie
{
/** Input neurons are slightly special. They don't really do much, just implement
* the Neuron interface
www.eeworm.com/read/128841/14277173
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/127940/14327039
cpp creditstatic.cpp
// CreditStatic.cpp : 实现文件
//
#include "stdafx.h"
#include "CreditStatic.h"
#define DISPLAY_TIMER_ID 150 // timer id
// CCreditStatic
IMPLEMENT_DYNAMIC(CCreditStatic, CStatic)
CCredi
www.eeworm.com/read/127767/14336020
txt e633. setting gap sizes in a gridbadlayout.txt
Unlike most of the other layout managers, the gridbag layout manager does not have a property for controlling the size of the gaps between cells. You could implement gaps using insets (see e630 Settin
www.eeworm.com/read/127235/14367057
h inputneuron.h
#ifndef _INPUTNEURON_H
#define _INPUTNEURON_H
#include "Neuron.h"
namespace annie
{
/** Input neurons are slightly special. They don't really do much, just implement
* the Neuron interface
www.eeworm.com/read/226846/14450199
cpp nbutton.cpp
// NButton.cpp : 实现文件
//
#include "stdafx.h"
#include "NButton.h"
#include ".\nbutton.h"
// CNButton
IMPLEMENT_DYNAMIC(CNButton, CButton)
CNButton::CNButton(UINT nID)
{
if (nID !
www.eeworm.com/read/226200/14489864
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/125068/14514942
cpp optionsheet.cpp
// OptionSheet.cpp : 实现文件
//
#include "stdafx.h"
#include "huffman.h"
#include "SpacePage.h"
#include "OptionSheet.h"
// COptionSheet
IMPLEMENT_DYNAMIC(COptionSheet, CPropertySheet)
CO
www.eeworm.com/read/124513/14563824
cpp mylistbox.cpp
// MyListBox.cpp : 实现文件
//
#include "stdafx.h"
#include "BackGroupListBox.h"
#include "MyListBox.h"
// MyListBox
IMPLEMENT_DYNAMIC(MyListBox, CListBox)
MyListBox::MyListBox()
{
m_b
www.eeworm.com/read/224612/14580013
cpp elements.cpp
// Implementations of the element classes
#include "stdafx.h"
#include
#include "OurConstants.h"
#include "Elements.h"
IMPLEMENT_SERIAL(CElement, CObject, VERSION_NUMBER)
IMPLEMEN