代码搜索:iterators
找到约 759 项符合「iterators」的源代码
代码结果 759
www.eeworm.com/read/221464/4830690
cpp iterators.cpp
// Copyright 2002 The Trustees of Indiana University.
// Use, modification and distribution is subject to the Boost Software
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or cop
www.eeworm.com/read/209340/4980983
cc iterators.cc
MyMesh mesh;
// iterate over all vertices
for (MyMesh::VertexIter v_it=mesh.vertices_begin(); v_it!=mesh.vertices_end(); ++v_it)
...; // do something with *v_it, v_it->, or v_it.handle()
// iter
www.eeworm.com/read/193974/5138127
py iterators.py
# Copyright (C) 2001,2002 Python Software Foundation
# Author: barry@zope.com (Barry Warsaw)
"""Various types of useful iterators and generators.
"""
import sys
try:
from email._compat22 import
www.eeworm.com/read/168845/5433287
cpp iterators.cpp
// Copyright 2002 The Trustees of Indiana University.
// Use, modification and distribution is subject to the Boost Software
// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or cop
www.eeworm.com/read/168845/5434242
rst iterators.rst
Iterators are generic means of addressing a particular element or a range
of sequential elements in a sequence. They are also a mechanism that makes
it possible to decouple `algorithms`__ from co
www.eeworm.com/read/305277/3776967
scala iterators.scala
package examples
object iterators {
def Array(elems: Double*): Array[Double] = {
val ar = new Array[Double](elems.length)
for (i
www.eeworm.com/read/305277/3778323
scala iterators.scala
//############################################################################
// Iterators
//############################################################################
// $Id: iterators.scala 14043
www.eeworm.com/read/305277/3778464
check iterators.check
test check_from was successful
test check_range was successful
test check_range2 was successful
test check_range3 was successful
test check_take was successful
test check_drop was successful
test chec
www.eeworm.com/read/382446/2636654
java iterators.java
/*
* LingPipe v. 3.5
* Copyright (C) 2003-2008 Alias-i
*
* This program is licensed under the Alias-i Royalty Free License
* Version 1 WITHOUT ANY WARRANTY, without even the implied warranty of
www.eeworm.com/read/375190/2727877
hpp iterators.hpp
//////////////////////////////////////////////////////////////////////////////
//
// (C) Copyright Ion Gaztanaga 2005-2008.
// (C) Copyright Gennaro Prota 2003 - 2004.
//
// Distributed under the Boos