代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/124585/14558029
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/124584/14558057
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/124583/14558089
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/124442/14567871
changes
Changes from version 0.4b to version 0.5
========================================
- New superblock fields: s_lastcheck and s_checkinterval added
by Uwe Ohse to implement time
www.eeworm.com/read/124417/14568489
c rip.c
/* This file contains code to implement the Routing Information Protocol (RIP)
* and is derived from 4.2BSD code. Mike Karels of Berkeley has stated on
* TCP-IP that the code may be freely used as
www.eeworm.com/read/123081/14649422
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/123081/14649515
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/122280/14703214
cpp usbif.cpp
//usbif.cpp
#include "stdafx.h"
#include "usbif.h"
//implement
int hOpenDevice( HANDLE *hDeviceHandle )
{
char deviceName[ 15 ];
int deviceNumber = 0;
int hOpen=FALSE;
int hVerLengt
www.eeworm.com/read/122276/14703333
cpp usbif.cpp
//usbif.cpp
#include "stdafx.h"
#include "usbif.h"
//implement
int hOpenDevice( HANDLE *hDeviceHandle )
{
char deviceName[ 15 ];
int deviceNumber = 0;
int hOpen=FALSE;
int hVerLengt
www.eeworm.com/read/221695/14729279
changes
Changes from version 0.4b to version 0.5
========================================
- New superblock fields: s_lastcheck and s_checkinterval added
by Uwe Ohse to implement time