代码搜索:Collection
找到约 10,000 项符合「Collection」的源代码
代码结果 10,000
www.eeworm.com/read/281848/9129722
java ex4(3).java
// containers/Ex4.java
// TIJ4 Chapter Containers, Exercise 4, page 809
/* Create a Collection initializer that opens a file and breaks
* it into words using TextFile, and then uses the words as th
www.eeworm.com/read/374235/9413076
readme
This is the most up to date collection of documentation
for Xmodem derivative protocols that I could come up with.
I would prefer if people would add or update documents in
this archive, but not
www.eeworm.com/read/374109/9421219
cnt sqldmo80.cnt
:base sqldmo80.hlp
1 SQL-DMO Reference
1 SQL-DMO Reference=_SQL.2d.DMO_Reference
2 Objects
2 Objects=_Objects
3 A
3 A=_SQLDMO_Objects_A
3 Alert Object=_Alert_Object
3 AlertSystem Object=_Alert
www.eeworm.com/read/175308/9552698
ex-10-07
// Example 10-07: Using MatchCollection and Match
namespace Programming_CSharp
{
using System;
using System.Text.RegularExpressions;
class Test
{
public static void Main()
www.eeworm.com/read/174778/9574564
pas trn140.pas
unit trn140;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, Db, DBTables, ExtCtrls, Grids, DBGrids;
type
Ttrn140Form = class(TForm
www.eeworm.com/read/165149/10074957
bas awxb02msg.bas
Attribute VB_Name = "Module1"
Option Explicit
Global gcolMessages As Collection
www.eeworm.com/read/164407/10110867
h gsdl.h
#ifndef __GSDL_H__
#define __GSDL_H__
// A collection of routines that are useful when interfacing with SDL
class GSDL
{
public:
// Figures out which character to display if the shift key is held do
www.eeworm.com/read/359445/10145625
java extraframe.java
/* ExtraFrame.java */
import java.awt.*;
import java.applet.*;
public class ExtraFrame extends Frame {
AlgAnimFrame parentApp;
LegendPanel legend_panel;
public ExtraFrame( AlgAnimFrame parent
www.eeworm.com/read/359445/10145660
java extraframe.java
/* ExtraFrame.java */
import java.awt.*;
import java.applet.*;
public class ExtraFrame extends Frame {
AlgAnimFrame parentApp;
LegendPanel legend_panel;
Color darkGreen = new Color(0, 160, 0);
www.eeworm.com/read/359445/10145742
java extraframe.java
/* ExtraFrame.java */
import java.awt.*;
import java.applet.*;
public class ExtraFrame extends Frame {
AlgAnimFrame parentApp;
LegendPanel legend_panel;
public ExtraFrame( AlgAnimFrame parent