代码搜索:Maintaining
找到约 232 项符合「Maintaining」的源代码
代码结果 232
www.eeworm.com/read/377738/2697129
cpp wex11_28.cpp
#include
#pragma hdrstop
// tree node class maintaining parent pointer
template
class PTreeNode
{
private:
// points to the left and right children of the node
www.eeworm.com/read/412025/11217091
hpp registrar.hpp
// registrar.hpp A (static) object for maintaining object serial numbers
// for classes that care about such things. This particulary
// useful for random number generators, so they don't always
www.eeworm.com/read/168625/9904328
tcl teledesic-840.tcl
#
# Teledesic
#
# Original Calling 840-active-satellite design.
# In reality, maintaining phasing between planes for all these
# satellites would be impossible, making phasing random.
# perfect simula
www.eeworm.com/read/128604/5982419
java logmanager.java
/* LogManager.java
-- a class for maintaining Loggers and managing configuration
properties
Copyright (C) 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classp
www.eeworm.com/read/100234/6273166
c buf.c
/*
* buf.c - This file contains functions maintaining the pool of buffers
* Kernel of GNU SQL-server. Buffer
*
* This file is a part of GNU SQL Server
*
* Copyright (c) 1996, 1997,
www.eeworm.com/read/483942/6597806
h employee.h
// Header file for the Employee class, the base class for
// maintaining employee records
#ifndef CLASS_Employee
#define CLASS_Employee
#include
#include
class Employee {
public
www.eeworm.com/read/483942/6597818
h employee.h
// Header file for the Employee class, the base class for
// maintaining employee records
#ifndef CLASS_Employee
#define CLASS_Employee
#include
#include
#include
clas
www.eeworm.com/read/253533/12216546
txt 17.5.txt
Listing 17.5 Maintaining State Information in Web Services
[WebMethod( Description=”Begins state enabled random number generation”,
EnableSession=true)]
public void BeginNumberList( int Min, int Ma