代码搜索:Iterator
找到约 10,000 项符合「Iterator」的源代码
代码结果 10,000
www.eeworm.com/read/277459/10635788
cs iterator.cs
using System;
namespace SimpleIterator
{
///
/// Summary description for Iterator.
///
public interface Iterator {
object First();
object Next();
bool isDone
www.eeworm.com/read/277141/10663109
gif iterator.gif
www.eeworm.com/read/275622/10807424
cpp iterator.cpp
/********************************************************************
created: 2006/08/04
filename: Iterator.cpp
author: 李创
http://www.cppblog.com/converse/
purpose: Itera
www.eeworm.com/read/275622/10807433
h iterator.h
/********************************************************************
created: 2006/08/04
filename: Iterator.h
author: 李创
http://www.cppblog.com/converse/
purpose: Iterato
www.eeworm.com/read/349342/10834665
ncb iterator.ncb
www.eeworm.com/read/349342/10834670
cpp iterator.cpp
//Iterator.cpp
#include "Iterator.h"
#include "Aggregate.h"
#include
using namespace std;
Iterator::Iterator()
{
}
Iterator::~Iterator()
{
}
ConcreteIterator::Concre
www.eeworm.com/read/349342/10834672
plg iterator.plg
Build Log
--------------------Configuration: Iterator - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\user
www.eeworm.com/read/349342/10834683
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)
www.eeworm.com/read/349342/10834685
h iterator.h
//Iterator.h
#ifndef _ITERATOR_H_
#define _ITERATOR_H_
class Aggregate;
typedef int Object;
class Iterator
{
public:
virtual ~Iterator();
virtual void First() = 0;
virtual void Next
www.eeworm.com/read/349342/10834687
dsw iterator.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################