迭代器 (Chinese Wikipedia)

Analysis of information sources in references of the Wikipedia article "迭代器" in Chinese language version.

refsWebsite
Global rank Chinese rank
1st place
1st place
5,491st place
5,974th place
low place
low place
low place
low place
low place
low place
low place
low place
1,686th place
1,446th place
4,347th place
5,607th place
low place
low place
4,643rd place
3,964th place
low place
low place
low place
low place

careerride.com

  • Difference between an external iterator and an internal iterator. CareerRide.COM. 2009-04-03 [2012-08-08]. (原始内容存档于2021-04-18). 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. 

cprogramming.com

  • Alex Allain. STL Iterators. Cprogramming.com - Your resource for C and C++. [2012-08-08]. (原始内容存档于2021-02-13). You can think of an iterator as pointing to an item that is part of a larger container of items. 

exegetic.biz

mozilla.org

developer.mozilla.org

oreilly.com

shop.oreilly.com

perl.com

  • Gatcomb, Joshua. Understanding and Using Iterators. Perl.com. [2012-08-08]. (原始内容存档于2005-06-30). 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

sgi.com

stackoverflow.com

threadingbuildingblocks.org

uwo.ca

csd.uwo.ca

  • Watt, Stephen M. A Technique for Generic Iteration and Its Optimization (PDF). The University of Western Ontario, Department of Computer Science. [2012-08-08]. (原始内容存档于2012-08-06). Iterators were introduced as constructs to allow looping over abstract data structures without revealing their internal representation. 
  • Watt, Stephen M. A Technique for Generic Iteration and Its Optimization (PDF). The University of Western Ontario, Department of Computer Science. [2012-08-08]. (原始内容存档 (PDF)于2022-05-26). Some authors use the term iterator, and others the term generator. Some make subtle distinctions between the two. 

web.archive.org