代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/221578/14736918
todo
Implement or at least document somewhere that cryptotab.xml may not
contain user names - "name" property can be removed from "user" nodes.
It increases anonimity, when cryptotab.xml falls into unwante
www.eeworm.com/read/121761/14739079
cpp cpolybezier.cpp
#include "stdafx.h"
#include "CPolyBezier.h"
#include "EastDrawView.h"
IMPLEMENT_SERIAL(CPolyBezier,CUnit,1)
CPolyBezier::CPolyBezier()
{
CUnit::Initial();
m_HaveDrawFirst=false;
}
void
www.eeworm.com/read/121211/14767126
cpp settingsheet.cpp
// SettingSheet.cpp : 实现文件
//
#include "stdafx.h"
#include "windent.h"
#include "SettingSheet.h"
#include ".\settingsheet.h"
// CSettingSheet
IMPLEMENT_DYNAMIC(CSettingSheet, CPropertyS
www.eeworm.com/read/120666/14792964
c halofake.c
/*
* grafix --- halofake.c
*
* implement halo-like transformations and calls
*
* Written 4/87 by Scott Snyder (ssnyder@romeo.caltech.edu or @citromeo.bitnet)
*
*/
#include "macros.h"
www.eeworm.com/read/119473/14829808
asm ledshow.asm
; LEDSHOW.ASM
;
; This short TSR creates a light show on the keyboard's LEDs. For space
; reasons, this code does not implement a multiplex handler nor can you
; remove this TSR once installed.
www.eeworm.com/read/119269/14835684
c winnet.c
/*
* Windows networking abstraction.
*
* Due to this clean abstraction it was possible
* to easily implement IPv6 support :)
*
* IPv6 patch 1 (27 October 2000) Jeroen Massar
www.eeworm.com/read/118658/14860033
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/218591/14914395
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/217410/14965334
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/217409/14965485
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