代码搜索:Implement
找到约 10,000 项符合「Implement」的源代码
代码结果 10,000
www.eeworm.com/read/203270/6786841
c drvsleep.c
/*++
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS F
www.eeworm.com/read/192897/8267450
java accountimpl.java
//package Bank;
/**
* @(#)AccountImpl.java
* @author Qusay H. Mahmoud
* Most of this code was generated by the idl2java compiler
*/
public class AccountImpl extends Bank._AccountImplBase {
p
www.eeworm.com/read/174006/9612594
txt 25.4.txt
Listing 25.4 Using the More Complex Attribute Class
[ProgrammerTeam(true)]
class OurClass
{
[ProgrammerTeam(false,
“We couldn’t figure out how to implement TakeAHoliday so we contracted it out”)]
www.eeworm.com/read/173459/9656841
-
作者:rick1126
email: rickzhang@sina.com
日期:7/7/2001 6:31:58 PM
方法之一:
使用传统的回调函数方式, 区别在于前者需要客户端传递一个实现函数的指针, 后者则需要传递一个服务端公开的回调接口.
限制条件:
1. 使用前绑定
2. 虽然函数实现在客户端, 不过服务端除了在IDL里面声明方法
www.eeworm.com/read/368447/9694340
pas childwin.pas
unit ChildWin;
interface
// MDI Child for the multi-threaded text editor.
// Exercise for the reader: implement find & replace.
// Copyright
www.eeworm.com/read/368447/9694405
pas cltnlist.pas
unit CltnList;
(*
Implement the IList and IStack collections using doubly-linked lists.
The TLinkedList class keeps track of the head and tail nodes and a
count of the number of nodes in
www.eeworm.com/read/367274/9763116
c snprintf.c
/*
* snprintf()
*
* Implement snprintf() in terms of vsnprintf()
*/
#include "compiler.h"
#include
#include
#include
#include "nasmlib.h"
int snpr
www.eeworm.com/read/366806/9798552
java generalaccount.java
/**
* A simple class used to implement common behavior for various
* types of bank accounts. It should be extended to implement
* behavior for specific accounts.
*/
public class GeneralAccount {
www.eeworm.com/read/415759/11055086
sgml atknoopobject.sgml
AtkNoOpObject
An AtkObject which purports to implement all ATK interfaces.