代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/204186/5033043
java _customer.java
/**
* _Customer.java
*
* This file was auto-generated from WSDL
* by the Apache Axis WSDL2Java emitter.
*/
package com.amazon.xml.AWSECommerceService;
public class _Customer implement
www.eeworm.com/read/204186/5033129
java _listitem.java
/**
* _ListItem.java
*
* This file was auto-generated from WSDL
* by the Apache Axis WSDL2Java emitter.
*/
package com.amazon.xml.AWSECommerceService;
public class _ListItem implement
www.eeworm.com/read/204186/5033142
java _merchant.java
/**
* _Merchant.java
*
* This file was auto-generated from WSDL
* by the Apache Axis WSDL2Java emitter.
*/
package com.amazon.xml.AWSECommerceService;
public class _Merchant implement
www.eeworm.com/read/204103/5034506
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/198657/5083373
c udiv_w_sdiv.c
/* mpn_udiv_w_sdiv -- implement udiv_qrnnd on machines with only signed
division.
Contributed by Peter L. Montgomery.
THIS IS AN INTERNAL FUNCTION WITH A MUTABLE INTERFACE. IT IS ONLY SAFE
www.eeworm.com/read/198501/5087098
c itimer.c
/*
* linux/kernel/itimer.c
*
* Copyright (C) 1992 Darren Senn
*/
/* These are all the functions necessary to implement itimers */
#include
#include
#include
www.eeworm.com/read/198501/5087231
changes
Changes from version 0.4b to version 0.5
========================================
- New superblock fields: s_lastcheck and s_checkinterval added
by Uwe Ohse to implement timedep
www.eeworm.com/read/197729/5092129
java outputable.java
package com.truemesh.squiggle.output;
/**
* Any object that can output itself as part of the final query should implement this interface.
*
* @author Joe Wal
www.eeworm.com/read/193656/5142996
keypad
// $Xorg: keypad,v 1.3 2000/08/17 19:54:34 cpqbld Exp $
// Interpretations needed to implement the numeric keypad
// as an overlay instead of a modifier.
partial hidden xkb_compatibility "overlay"
www.eeworm.com/read/190666/5182170
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