代码搜索:Iterator
找到约 10,000 项符合「Iterator」的源代码
代码结果 10,000
www.eeworm.com/read/365798/9846392
c iterator.c
/*
+----------------------------------------------------------------------+
| |
| OCILIB - C Dri
www.eeworm.com/read/167515/9966841
c iterator.c
/*
*/
#include "defs.H"
const int DEFAULT_LIST_CAPACITY = 100;
template class Iterator;
/*
*/
template
class List {
public:
List(long size = DEFAULT_LIST_CAPACITY);
/*
*/
www.eeworm.com/read/165080/10077389
h iterator.h
www.eeworm.com/read/359499/10142357
cs iterator.cs
using System;
namespace SimpleIterator
{
///
/// Summary description for Iterator.
///
public interface Iterator {
object First();
object Next();
bool isDone
www.eeworm.com/read/280902/10280298
java iterator.java
interface Iterator {
boolean hasNext();
Object next();
void remove();
}
www.eeworm.com/read/280902/10280318
class iterator.class
www.eeworm.com/read/162314/10315538
ncb iterator.ncb
www.eeworm.com/read/162314/10315542
cpp iterator.cpp
//Iterator.cpp
#include "Iterator.h"
#include "Aggregate.h"
#include
using namespace std;
Iterator::Iterator()
{
}
Iterator::~Iterator()
{
}
ConcreteIterator::Concrete
www.eeworm.com/read/162314/10315545
plg iterator.plg
Build Log
--------------------Configuration: Iterator - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMI
www.eeworm.com/read/162314/10315551
dsp iterator.dsp
# Microsoft Developer Studio Project File - Name="Iterator" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)