Ітератор (Ukrainian Wikipedia)

Analysis of information sources in references of the Wikipedia article "Ітератор" in Ukrainian language version.

refsWebsite
Global rank Ukrainian rank
1st place
1st place
5,491st place
low place
low place
low place
low place
low place
low place
low place
low place
low place
4,347th place
7,322nd place
2,232nd place
1,884th place
low place
low place
low place
low place
4,643rd place
6,172nd place
low place
low place
low place
low place

bytes.com

  • Vecerina, Ivan (1 лютого 2006). index vs iterator. BYTES. Архів оригіналу за 9 серпня 2012. Процитовано 8 серпня 2012. An index only can be used for containers that (efficiently) support random access (i.e. direct access to an element at a given position). An iterator is a more general concept. Iterators offer efficient traversal of linked lists, files, and a number of other data structures. It often leads to the generation of more efficient code. {{cite web}}: Недійсний |url-status=unknown (довідка)

careerride.com

  • Difference between an external iterator and an internal iterator. CareerRide.COM. 3 квітня 2009. Архів оригіналу за 19 вересня 2012. Процитовано 8 серпня 2012. An internal iterator is implemented by the member functions of the class which has the iteration logic. An external iterator is implemented by a separate class which can be attached to the object which has iteration logic. The advantage of external iterator is that, many iterators can be made active simultaneously on the existing or same object. {{cite web}}: Недійсний |url-status=unknown (довідка)

cprogramming.com

  • Alex Allain. STL Iterators. Cprogramming.com - Your resource for C and C++. Процитовано 8 серпня 2012. You can think of an iterator as pointing to an item that is part of a larger container of items.

exegetic.biz

oreilly.com

shop.oreilly.com

  • Freeman, Eric; Freeman, Elisabeth; Kathy, Sierra; Bert, Bates (2004). Hendrickson, Mike; Loukides, Mike (ред.). Head First Design Patterns (paperback). Т. 1. O'REILLY. с. 338. ISBN 978-0-596-00712-6. Процитовано 9 серпня 2012.

perl.com

  • Gatcomb, Joshua. Understanding and Using Iterators. Perl.com. Архів оригіналу за 6 серпня 2012. Процитовано 8 серпня 2012. A user-defined iterator usually takes the form of a code reference that, when executed, calculates the next item in a list and returns it. When the iterator reaches the end of the list, it returns an agreed-upon value.

phpro.org

python.org

docs.python.org

sgi.com

stackoverflow.com

threadingbuildingblocks.org

uwo.ca

csd.uwo.ca

web.archive.org

  • Gatcomb, Joshua. Understanding and Using Iterators. Perl.com. Архів оригіналу за 6 серпня 2012. Процитовано 8 серпня 2012. A user-defined iterator usually takes the form of a code reference that, when executed, calculates the next item in a list and returns it. When the iterator reaches the end of the list, it returns an agreed-upon value.
  • Watt, Stephen M. A Technique for Generic Iteration and Its Optimization. The University of Western Ontario, Department of Computer Science. Архів оригіналу (PDF) за 6 серпня 2012. Процитовано 8 серпня 2012. Iterators were introduced as constructs to allow looping over abstract data structures without revealing their internal representation. {{cite web}}: Недійсний |url-status=unknown (довідка)
  • Difference between an external iterator and an internal iterator. CareerRide.COM. 3 квітня 2009. Архів оригіналу за 19 вересня 2012. Процитовано 8 серпня 2012. An internal iterator is implemented by the member functions of the class which has the iteration logic. An external iterator is implemented by a separate class which can be attached to the object which has iteration logic. The advantage of external iterator is that, many iterators can be made active simultaneously on the existing or same object. {{cite web}}: Недійсний |url-status=unknown (довідка)
  • Watt, Stephen M. A Technique for Generic Iteration and Its Optimization. The University of Western Ontario, Department of Computer Science. Архів оригіналу (PDF) за 6 серпня 2012. Процитовано 8 серпня 2012. Some authors use the term iterator, and others the term generator. Some make subtle distinctions between the two. {{cite web}}: Недійсний |url-status=unknown (довідка)
  • Vecerina, Ivan (1 лютого 2006). index vs iterator. BYTES. Архів оригіналу за 9 серпня 2012. Процитовано 8 серпня 2012. An index only can be used for containers that (efficiently) support random access (i.e. direct access to an element at a given position). An iterator is a more general concept. Iterators offer efficient traversal of linked lists, files, and a number of other data structures. It often leads to the generation of more efficient code. {{cite web}}: Недійсний |url-status=unknown (довідка)
  • larsmans (6 березня 2011). Types of iterator: Output vs. input vs. forward vs. random access iterator. stackoverflow. Архів оригіналу за 8 серпня 2012. Процитовано 9 серпня 2012. {{cite web}}: Недійсний |url-status=unknown (довідка)
  • Collier, Andrew. Iterators in R. Архів оригіналу за 18 жовтня 2018. Процитовано 16 листопада 2013.
  • concurrent_unordered_set Template Class. Intel Threading Building Blocks for Open Source. Архів оригіналу за 1 травня 2015. Процитовано 9 серпня 2012. The iterator types iterator and const_iterator are of the forward iterator category