代码搜索:Iterator
找到约 10,000 项符合「Iterator」的源代码
代码结果 10,000
www.eeworm.com/read/221464/4831625
cpp iterator.cpp
// Copyright David Abrahams 2002. Permission to copy, use,
// modify, sell and distribute this software is granted provided this
// copyright notice appears in all copies. This software is provided
www.eeworm.com/read/221464/4831641
py iterator.py
'''
>>> from iterator_ext import *
>>> from input_iterator import *
>>> x = list_int()
>>> x.push_back(1)
>>> x.back()
1
>>> x.push_back(3)
>>> x.push_back(5)
>>> for y in x:
... print y
www.eeworm.com/read/221464/4831720
cpp iterator.cpp
// Copyright David Abrahams 2002. Permission to copy, use,
// modify, sell and distribute this software is granted provided this
// copyright notice appears in all copies. This software is provided
www.eeworm.com/read/219872/4844521
java iterator.java
package headfirst.iterator.dinermerger;
public interface Iterator {
boolean hasNext();
Object next();
}
www.eeworm.com/read/216802/4882791
h iterator.h
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS HTTP Daemon
* FILE: include/iterator.h
*/
#ifndef __ITERATOR_H
#define __ITERATOR_H
#include
www.eeworm.com/read/216676/4888831
cpp iterator.cpp
//===========================================================================//
// File: iterator.cc //
// Contents: Implementation details of ba
www.eeworm.com/read/216676/4888910
hpp iterator.hpp
//===========================================================================//
// File: iterator.hh //
// Contents: Interface specifications for
www.eeworm.com/read/213039/4933381
cpp iterator.cpp
// -*- C++ -*-
// Iterator.cpp,v 4.7 2003/11/01 11:15:22 dhinton Exp
// Copyright (C) 1989 Free Software Foundation, Inc.
// written by Douglas C. Schmidt (schmidt@cs.wustl.edu)
// This file
www.eeworm.com/read/213039/4933400
h iterator.h
// -*- C++ -*-
// Iterator.h,v 4.6 2002/04/11 02:39:18 ossama Exp
// Copyright (C) 1989 Free Software Foundation, Inc.
// written by Douglas C. Schmidt (schmidt@cs.wustl.edu)
// This file is
www.eeworm.com/read/209900/4956366
cc iterator.cc
#ifndef __STD_RW_RW_ITERATOR_CC__
#define __STD_RW_RW_ITERATOR_CC__
/***************************************************************************
*
* iterator.cc - Non-inline definitions for th