代码搜索:implementing
找到约 2,669 项符合「implementing」的源代码
代码结果 2,669
www.eeworm.com/read/135761/5877870
tcl permissn.tcl
# PERMISSN.TCL - Setup procedures for implementing permission wizard page
#
# Copyright 1999 Wind River Systems, Inc
#
# modification history
# --------------------
# 01c,01feb99,tcy moved procs fro
www.eeworm.com/read/135761/5877872
tcl iconfin.tcl
# ICONFNSH.TCL - Setup procedures for implementing icon-finish wizard page
#
# Copyright 1999 Wind River Systems, Inc
#
# modification history
# --------------------
# 01a,26jan99,tcy extracted from
www.eeworm.com/read/135761/5877874
tcl libupdte.tcl
# LIBUPDTE.TCL - Setup procedures for implementing library-update wizard page
#
# Copyright 1999 Wind River Systems, Inc
#
# modification history
# --------------------
# 01c,19mar99,wmd Output to a
www.eeworm.com/read/135761/5877875
tcl readme.tcl
# README.TCL - Setup procedures for implementing readme wizard page
#
# Copyright 1999 Wind River Systems, Inc
#
# modification history
# --------------------
# 01b,26apr99,bjl removed icon for Unix
www.eeworm.com/read/135761/5877883
tcl welcome.tcl
# WELCOME.TCL - Setup procedures for implementing welcome wizard page
#
# Copyright 1999 Wind River Systems, Inc
#
# modification history
# --------------------
# 01d,26apr99,bjl removed icon for Uni
www.eeworm.com/read/131113/5948282
java acdriver.java
package net.sf.dz.device.actuator;
import java.io.IOException;
import org.freehold.jukebox.conf.Configurable;
/**
* The actual HVAC unit driver.
*
*
*
* The class implementing this interfa
www.eeworm.com/read/128531/5986216
h zlib.h
/*
* This file is derived from zlib.h and zconf.h from the zlib-0.95
* distribution by Jean-loup Gailly and Mark Adler, with some additions
* by Paul Mackerras to aid in implementing Deflate compre
www.eeworm.com/read/103725/6212591
h seckey.h
// seckey.h - written and placed in the public domain by Wei Dai
// This file contains helper classes/functions for implementing secret key algorithms.
#ifndef CRYPTOPP_SECKEY_H
#define CRYPTOPP_SEC
www.eeworm.com/read/408757/11370140
tcl prvlege.tcl
# PRVLEGE.TCL - Setup procedures for implementing privilege wizard page
#
# Copyright 1999 Wind River Systems, Inc
#
# modification history
# --------------------
# 03a,12jun01,j_w Modified for Torna
www.eeworm.com/read/158649/11595247
java comparatortest.java
//: c09:ComparatorTest.java
// Implementing a Comparator for a class.
import com.bruceeckel.simpletest.*;
import com.bruceeckel.util.*;
import java.util.*;
class CompTypeComparator implements C