代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/111083/15519136
c tc.c
/** Test the Collection class **/
#include
#include
#include
#include "Collection.h"
#include "timer.h"
int KeyCmp( void *a, void *b ) {
int av, bv;
av = *(int *)a
www.eeworm.com/read/108497/15585323
txt readme.txt
Baby Web Server by Pablo Software Solutions
This program was build in just a few hours, just to prove how easy it is to build a simple Web Server.
This 'baby' Web server has only the most necesarr
www.eeworm.com/read/106051/15648205
cpp field.cpp
// field.cpp : MFC DAO Field specific functions
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1998 Microsoft Corporation
// All rights reserved.
//
www.eeworm.com/read/104928/15681238
vbs page419.vbs
Dim objFolder, objSession, objMessage, objMessages
Set objSession = CreateObject("MAPI.Session")
objSession.Logon " Profile Name "
Set objFolder = objSession.InBox ' get a reference to the InBox
www.eeworm.com/read/102887/15753147
cls coutputtargetfields.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/102887/15753153
cls cinputfields.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/102887/15753200
cls cdataitems.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "CDataItems"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attrib
www.eeworm.com/read/102887/15753253
cls cinputrecords.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/102887/15753266
cls ccheckpoints.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "CCheckPoints"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attr