代码搜索:implementing
找到约 2,669 项符合「implementing」的源代码
代码结果 2,669
www.eeworm.com/read/444271/7615398
tcl dbquery.tcl
# DBQUERY.TCL - Setup procedures for implementing Database Query Permission
# wizard page
#
# Copyright 1999-2003 Wind River Systems, Inc
#
# modification history
# --------------------
www.eeworm.com/read/435460/7792123
c cdoinit.c
/*++
Copyright (c) 1999 - 2003 Microsoft Corporation
Module Name:
CdoInit.c
Abstract:
This is the main module of the kernel mode filter driver implementing
the control dev
www.eeworm.com/read/199075/7890244
cpp implement.cpp
// Listing 18.6. Implementing pure virtual functions
#include
class Shape
{
public:
Shape(){}
virtual ~Shape(){}
virtual long GetArea() = 0;
virtual long
www.eeworm.com/read/198173/7948845
txt readme.txt
Summary: Solves the TSP by implementing a GA
Description: Finds a (near) optimal solution to the Traveling Salesman Problem (TSP) by setting up a Genetic Algorithm (GA) to search for the shortest
www.eeworm.com/read/242865/12976569
readme
Statistics-ROC version 0.04
===========================
ROC.pm - A Perl module implementing receiver-operator-characteristic (ROC)
curves with nonparametric confidence bounds
This code
www.eeworm.com/read/321822/13398028
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/321822/13398043
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/321822/13398052
tcl dbquery.tcl
# DBQUERY.TCL - Setup procedures for implementing Database Query Permission
# wizard page
#
# Copyright 1999-2003 Wind River Systems, Inc
#
# modification history
# --------------------
www.eeworm.com/read/319979/13437880
tcl comptble.tcl
# COMPTBLE.TCL - Setup procedures for implementing backward compatibility
# wizard page
#
# Copyright 1999 Wind River Systems, Inc
#
# modification history
# --------------------
# 01e,
www.eeworm.com/read/312169/13616873
cpp implement.cpp
// Listing 18.6. Implementing pure virtual functions
#include
class Shape
{
public:
Shape(){}
virtual ~Shape(){}
virtual long GetArea() = 0;
virtual long