代码搜索:implementing
找到约 2,669 项符合「implementing」的源代码
代码结果 2,669
www.eeworm.com/read/137691/5820734
java pyiterator.java
// Copyright 2000 Finn Bock
package org.python.core;
/**
* An abstract helper class usefull when implementing an iterator object.
* This implementation supply a correct __iter__() and a next() met
www.eeworm.com/read/136504/5871041
tcl choice.tcl
# CHOICE.TCL - Setup procedures for implementing installation-choice wizard
# page
#
# Copyright 1999-2003 Wind River Systems, Inc
#
# modification history
# --------------------
# 03i,2
www.eeworm.com/read/136504/5871045
tcl lmexit.tcl
# LMEXIT.TCL - Setup procedures for implementing install LM finish
# wizard page
#
# Copyright 1999 Wind River Systems, Inc
#
# modification history
# --------------------
# 02c,08ma
www.eeworm.com/read/136504/5871047
tcl lmstartup.tcl
# LMSTARTUP.TCL - Setup procedures for implementing LM Startup choice
# wizard page
#
# Copyright 1999 Wind River Systems, Inc
#
# modification history
# --------------------
# 02b,05mar
www.eeworm.com/read/136504/5871090
tcl getpin.tcl
# GETPIN.TCL - Setup procedures for implementing user authorization
# wizard page
#
# Copyright 1999 Wind River Systems, Inc
#
# modification history
# --------------------
# 03d,22may02
www.eeworm.com/read/135761/5877854
tcl destdir.tcl
# DESTDIR.TCL - Setup procedures for implementing destination-directory
# wizard page
#
# Copyright 1999 Wind River Systems, Inc
#
# modification history
# --------------------
# 01d,31m
www.eeworm.com/read/126884/6010656
java trinetserial.java
package org.trinet.waveserver.rt;
import java.io.*;
/** Abstract base class for objects implementing the WaveClient API serialization protocol
* Concrete subclasses must implement both the readDa
www.eeworm.com/read/103771/6212439
c template.c
/*++
Copyright (c) 1992-1997 Microsoft Corporation
Module Name:
template.c
Abstract:
Contains routines for implementing SNMP subagent.
Environment:
User Mode - Win32
www.eeworm.com/read/101082/6243752
todo
(Version 4.1 of 7/25/83)
****** Finish properly implementing SMTP:
- check correct name in HELO exchange (?)
***** Add an accounting package. [acct.c]
***** When processing the queue, batch
www.eeworm.com/read/100285/6271698
java psql.java
package example;
import java.io.*;
import java.sql.*;
import java.text.*;
/**
* This example application demonstrates some of the drivers other features
* by implementing a simple psql replacement