代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/253260/12234741
cpp worker0.cpp
// worker0.cpp -- working class methods
#include "worker0.h"
#include
using std::cout;
using std::cin;
using std::endl;
// Worker methods
// must implement virtual destructor, even
www.eeworm.com/read/253260/12235467
cpp worker0.cpp
// worker0.cpp -- working class methods
#include "worker0.h"
#include
using std::cout;
using std::cin;
using std::endl;
// Worker methods
// must implement virtual destructor, even
www.eeworm.com/read/150781/12262446
cpp hookwnd.cpp
/*
Module : HOOKWND.CPP
Purpose: Defines the implementation for an MFC class to implement message hooking before CWnd gets there
Created: PJN / 24-02-1999
History: PJN / 21-03-2003 1. Significant
www.eeworm.com/read/338797/12282741
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
www.eeworm.com/read/338498/12304799
cpp gf.cpp
#include "stdafx.h"
#include "Network.h"
//implement the GF functions
/* global variables */
extern NODE_TYPE nodeT[4000];
extern NETWORK_TYPE net;
int bestNeighbor(int from,int dest)
www.eeworm.com/read/251652/12326998
cpp croundarc.cpp
#include"stdafx.h"
#include"CRoundArc.h"
#include"EastDrawView.h"
IMPLEMENT_SERIAL(CRoundArc,CUnit,1)
CRoundArc::CRoundArc()
{
}
void CRoundArc::DrawStatic(CDC *pDC)
{
CPen m_pen;
CB
www.eeworm.com/read/251652/12327028
cpp cellipsearc.cpp
#include"stdafx.h"
#include"CEllipseArc.h"
#include "EastDrawView.h"
IMPLEMENT_SERIAL(CEllipseArc,CUnit,1)
CEllipseArc::CEllipseArc()
{
CUnit::Initial();
m_IsDrawingArc=false;
m_IsCirCu=false;
www.eeworm.com/read/337096/12391773
cpp worker0.cpp
// worker0.cpp -- working class methods
#include "worker0.h"
#include
using std::cout;
using std::cin;
using std::endl;
// Worker methods
// must implement virtual destructor, even
www.eeworm.com/read/148686/12443852
todo
- /dev/ttySn should correspond not to the n'th entry in the table, but to the
n'th real serial port. We can implement rt_com_setserial that would set
parameters. Or we can use module parameters:
www.eeworm.com/read/249906/12448025
s43 fet110_r2r.s43
;******************************************************************************
; MSP-FET430x110 Demo - Software Output 6-Bit R2R DAC
;
; Description: Implement a 6-bit DAC using 6 P2.x outputs