代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/179954/9329094
cpp copy2.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/164407/10110322
html type_ghashtableenumerator.html
Generated Documentation
GHashTableEnumerator
www.eeworm.com/read/354965/10309311
cls opcbrowserclass.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "OPCBrowserClass"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
A
www.eeworm.com/read/354965/10309381
cls opcserverclass.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "OPCServerClass"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
At
www.eeworm.com/read/161854/10361346
vb module1.vb
Imports System.io
Module Module1
Public isok As Boolean
Public user_name As Collection '//定义集合
Public user_password As Collection
Public Sub _add()
Dim use
www.eeworm.com/read/349226/10840142
lif oscsp2.lif
#Life 1.05
#D p2 oscillators
#D
#D By various artists - mostly well-
#D known, but most of these are also
#D easy to generate with a search
#D program.
#D
#D Other p2's in this collection:
#
www.eeworm.com/read/349226/10840623
lif aqua50f.lif
#Life 1.05
#D c/2 flipper spaceships
#D By Hartmut Holzwart.
#D
#D There are many flippers missing from this
#D collection, due to extreme biodiversity.
#N
#P -125 -17
****
*...*
*
.*..*
www.eeworm.com/read/418750/10928430
txt @psc_readme_31098_1.txt
Title: Capture IE Events (Updated)
Description: Capture Events from all your instances of Internet explorer.
Modify Browser properties through the exposed collection, cancel annoying popup windows or
www.eeworm.com/read/418626/10937631
m zigzag4.m
% zigzag4 - generate traversal-through-matrix used by jpeg
%
% SYNOPSIS
% zigzag4
% zigzag4(N)
%
% DESCRIPTION
% The skew-diagonal-traversal-pattern of jpeg for an NxN matrix
% is returned in
www.eeworm.com/read/270960/11018117
cpp copy2.cpp
/* The following code example is taken from the book
* "The C++ Standard Library - A Tutorial and Reference"
* by Nicolai M. Josuttis, Addison-Wesley, 1999
*
* (C) Copyright Nicolai M. Josuttis 19