代码搜索:implementing
找到约 2,669 项符合「implementing」的源代码
代码结果 2,669
www.eeworm.com/read/266153/11238653
tcl comptble.tcl
# COMPTBLE.TCL - Setup procedures for implementing backward compatibility
# wizard page
#
# Copyright 1999 Wind River Systems, Inc
#
# modification history
# --------------------
# 03a,
www.eeworm.com/read/132891/14067145
tcl lmutil.tcl
# LMUTIL.TCL - Setup procedures for implementing destination-directory
# for FLEXlm wizard page
#
# Copyright 1999 Wind River Systems, Inc
#
# modification history
# --------------------
www.eeworm.com/read/132891/14067289
tcl comptble.tcl
# COMPTBLE.TCL - Setup procedures for implementing backward compatibility
# wizard page
#
# Copyright 1999 Wind River Systems, Inc
#
# modification history
# --------------------
# 03a,
www.eeworm.com/read/103011/15749443
java piyaction.java
package piy;
/**
* Representation of an abstract action. All actions should be implemented into PIY by
* firstly implementing this class, and secondly by being placed in the "action" directory.
www.eeworm.com/read/100064/15886962
sl tap.sl
% -*- slang -*-
%
% (C) by Ulrich Dessauer
%
% This is an example for scripting by re-implementing TAP
% using SLang. This is a minimal implementation and has not
% all the fancy features the internal
www.eeworm.com/read/179014/9378755
c fts1.c
/* The author disclaims copyright to this source code.
*
* This is an SQLite module implementing full-text search.
*/
/*
** The code in this file is only compiled if:
**
** * The FTS1
www.eeworm.com/read/175226/9555056
cpp list1409.cpp
//Listing 14.9 Implementing pure virtual functions
#include
using namespace std;
class Shape
{
public:
Shape(){}
virtual ~Shape(){}
virtual long GetArea() = 0; //
www.eeworm.com/read/358952/10174756
tcl compslct.tcl
# COMPSELCT.TCL - Setup procedures for implementing component-selection
# wizard page
#
# Copyright 1999-2003 Wind River Systems, Inc
#
# modification history
# --------------------
#
www.eeworm.com/read/358952/10174797
tcl lmregist.tcl
# LMCONFIRM.TCL - Setup procedures for implementing install LM confirm
# wizard page
#
# Copyright 1999 Wind River Systems, Inc
#
# modification history
# --------------------
# 02a,
www.eeworm.com/read/358952/10174819
tcl dbquery.tcl
# DBQUERY.TCL - Setup procedures for implementing Database Query Permission
# wizard page
#
# Copyright 1999-2003 Wind River Systems, Inc
#
# modification history
# --------------------