代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/209081/15227483
c memory.c
/*
* linux/mm/memory.c
*
* (C) 1991 Linus Torvalds
*/
/*
* demand-loading started 01.12.91 - seems it is high on the list of
* things wanted, and it should be easy to implement. - Linus
*/
/*
* 需求加载是
www.eeworm.com/read/209062/15228580
c retarget.c
/*
** Copyright (C) ARM Limited, 2001. All rights reserved.
*/
/*
** This implements a 'retarget' layer for low-level IO. Typically, this
** would contain your own target-dependent implement
www.eeworm.com/read/207969/15256270
cpp adodb.cpp
// DB.cpp : 实现文件
//
#include "stdafx.h"
#include "afx.h"
#include "ADODB.h"
// CDB
IMPLEMENT_DYNCREATE(CADOConnection, CObject)
CADOConnection::CADOConnection()
{
::CoInitialize(NU
www.eeworm.com/read/207969/15256307
cpp examdoc.cpp
// ExamDoc.cpp : 实现文件
//
#include "stdafx.h"
#include "StudentScore.h"
#include "ExamDoc.h"
// CExamDoc
IMPLEMENT_DYNCREATE(CExamDoc, CDocument)
CExamDoc::CExamDoc()
{
}
BOOL CEx
www.eeworm.com/read/207862/15260302
c retarget.c
/*
** Copyright (C) ARM Limited, 2001. All rights reserved.
*/
/*
** This implements a 'retarget' layer for low-level IO. Typically, this
** would contain your own target-dependent implement
www.eeworm.com/read/207808/15261599
cpp mapline.cpp
#include "stdafx.h"
#include "Global.h"
#include "MapLine.h"
IMPLEMENT_DYNAMIC(CMapLine,CObject)
CMapLine::CMapLine()
{
}
CMapLine::CMapLine(CMapLine& mapline )
{
int i,iCount;
www.eeworm.com/read/207523/15269097
cpp mapline.cpp
#include "stdafx.h"
#include "Global.h"
#include "MapLine.h"
IMPLEMENT_DYNAMIC(CMapLine,CObject)
CMapLine::CMapLine()
{
}
CMapLine::CMapLine(CMapLine& mapline )
{
int i,iCount;
www.eeworm.com/read/207520/15269594
cpp mapline.cpp
#include "stdafx.h"
#include "Global.h"
#include "MapLine.h"
IMPLEMENT_DYNAMIC(CMapLine,CObject)
CMapLine::CMapLine()
{
}
CMapLine::CMapLine(CMapLine& mapline )
{
int i,iCount;
www.eeworm.com/read/206156/15299388
me read.me
CODER.H This is the header file needed to use CODER.C.
CODER.C This file contains the routines needed to implement
an arithemtic coder.
BITIO.H This is the header file needed to
www.eeworm.com/read/205881/15304623
c retarget.c
/*
** Copyright (C) ARM Limited, 2001. All rights reserved.
*/
/*
** This implements a 'retarget' layer for low-level IO. Typically, this
** would contain your own target-dependent implement