代码搜索:Iterator
找到约 10,000 项符合「Iterator」的源代码
代码结果 10,000
www.eeworm.com/read/304657/3792052
java iterator.java
/* Iterator.java -- Interface for iterating over collections
Copyright (C) 1998, 2001, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you
www.eeworm.com/read/302096/3827715
h iterator.h
/*
* OSPFD routing daemon
* Copyright (C) 1998 by John T. Moy
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public Li
www.eeworm.com/read/296973/3895830
java iterator.java
package ch10.section06;
public interface Iterator {
public abstract void First();
public abstract void Next();
public abstract boolean IsDone();
public abstract void CurrentItem()
www.eeworm.com/read/294946/3914464
h _iterator.h
/*
*
* Copyright (c) 1997
* Moscow Center for SPARC Technology
*
* Copyright (c) 1999
* Boris Fomitchev
*
* This material is provided "as is", with absolutely no warranty expressed
* or impl
www.eeworm.com/read/293655/3929198
java iterator.java
/*
* 项目名称 Pattern
* 包名称 com.niufish.pattern.iterator
*
* 文件名称 Iterator.java
*
*/
package com.niufish.pattern.iterator;
/**
* 抽象迭代子角色,定义出遍历元素所需要的接口
*
*
www.eeworm.com/read/290196/3984183
cpp iterator.cpp
#include
#include
#include
void main()
{
std::vector ivec;
int i;
for(i=0;i
www.eeworm.com/read/288937/3997921
h iterator.h
/*
*
* Copyright (c) 1994
* Hewlett-Packard Company
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted without fee,
www.eeworm.com/read/288845/4003875
dsk iterator.dsk
[Closed Files]
File_0=SourceModule,'D:\Asp\convert\Cryptcon.pas',0,1,85,57,92,0,0
File_1=SourceModule,'D:\Asp\convert\CConvert.pas',0,1,52,37,57,1,0
File_2=SourceModule,'D:\Asp\convert\CDBSelect.pa
www.eeworm.com/read/288845/4003876
dpr iterator.dpr
program Iterator;
uses
Forms,
CIterator in 'CIterator.pas' {Form1};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
www.eeworm.com/read/288845/4003877
cfg iterator.cfg
-$A8
-$B-
-$C+
-$D+
-$E-
-$F-
-$G+
-$H+
-$I+
-$J-
-$K-
-$L+
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$YD
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi