代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/111083/15519193
h collection.h
/* Specification for Collection */
typedef struct t_Collection *Collection;
Collection ConsCollection( int max_items, int item_size );
/* Construct a new Collection
Pre-condition: max_items > 0
www.eeworm.com/read/108657/15581001
ico collection.ico
www.eeworm.com/read/106611/15632733
cpp collection.cpp
//
// A collection class. Based on CObArray() and adding some stack operations
//
#include "afxwin.h"
#include "EMBSQL.h"
#define XSIZE 128
//
// Allocate object from the shared memory segm
www.eeworm.com/read/103983/15715268
cls collection.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/100898/15862636
cpp collection.cpp
// Collection.cpp: implementation of the CCollection class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "lottery.h"
#include "Collecti
www.eeworm.com/read/100898/15862662
h collection.h
// Collection.h: interface for the CCollection class.
//
//////////////////////////////////////////////////////////////////////
#include "afxtempl.h"
#if !defined(AFX_COLLECTION_H__F7B35704_8D3C_4
www.eeworm.com/read/385440/8805054