代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/363744/2912540
java type.java
package zhaobiao.data;
/**
* Title:
* Description:
* Copyright: Copyright (c) 2003
* Company:
* @author unascribed
* @version 1.0
*/
public class Type implement
www.eeworm.com/read/360756/2959703
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/359825/2972029
checklist
Completion Checklist for the Standard C++ Library
Updated: 1999-05-18
Status Code Legend:
M - Missing
S - Present as stub.
X - Partially implemented, or buggy.
T - Implement
www.eeworm.com/read/358421/2985929
cpp analysetree.cpp
// AnalyseTree.cpp : implementation file
//
#include "stdafx.h"
#include "cmmg.h"
#include "AnalyseTree.h"
#include
using namespace std;
// AnalyseTree dialog
IMPLEMENT_DYNAMIC(
www.eeworm.com/read/351171/3110524
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/267735/4262983
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/267735/4263014
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/253785/4392060
cpp servo_init.cpp
// PID-control of a DC servo process.
//
// This example shows four ways to implement a periodic controller
// activity in TrueTime. The task implements a standard
// PID-controller to control a DC-se
www.eeworm.com/read/253272/4398975
java ply.java
/*
Ply - A interface to implement one ply of a chess game.
Copyright (C) 2003 The Java-Chess team
This program is free software; you can redistribute it and/or
modify it
www.eeworm.com/read/253272/4398985
java board.java
/*
Board - A interface to implement a chess board data structure.
Copyright (C) 2003 The Java-Chess team
This program is free software; you can redistribute it and/or
mo