亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

ITERATOR

迭代器(ITERATOR)有時(shí)又稱光標(biāo)(cursor)是程序設(shè)計(jì)的軟件設(shè)計(jì)模式,可在容器對(duì)象(container,例如鏈表或數(shù)組)上遍訪的接口,設(shè)計(jì)人員無需關(guān)心容器對(duì)象的內(nèi)存分配的實(shí)現(xiàn)細(xì)節(jié)。
  • ITERATOR的java實(shí)現(xiàn)

    ITERATOR的java實(shí)現(xiàn)

    標(biāo)簽: ITERATOR java

    上傳時(shí)間: 2013-12-20

    上傳用戶:kiklkook

  • 有效使用STL迭代器ITERATOR的三條基本原則

    有效使用STL迭代器ITERATOR的三條基本原則,是C/C++ Users Journal摘錄的Effective STL的三個(gè)獨(dú)立條款

    標(biāo)簽: ITERATOR STL 迭代

    上傳時(shí)間: 2014-01-02

    上傳用戶:ardager

  • 設(shè)計(jì)模式之ITERATOR

    設(shè)計(jì)模式之ITERATOR,設(shè)計(jì)模式之ITERATOR

    標(biāo)簽: ITERATOR 設(shè)計(jì)模式

    上傳時(shí)間: 2014-01-13

    上傳用戶:杜瑩12345

  • Java Design Pattern:ITERATOR 希望對(duì)大家有所幫助!

    Java Design Pattern:ITERATOR 希望對(duì)大家有所幫助!

    標(biāo)簽: ITERATOR Pattern Design Java

    上傳時(shí)間: 2017-02-14

    上傳用戶:TF2015

  • 制作本書的目的是為了方便大家的閱讀。轉(zhuǎn)載時(shí)請(qǐng)保持本電子書的完整性。 前言、條款2、16、21、44根據(jù)從Addison-Wesley出版社下載的開放條款翻譯。條款26、27、28、45根據(jù)從Sc

    制作本書的目的是為了方便大家的閱讀。轉(zhuǎn)載時(shí)請(qǐng)保持本電子書的完整性。 前言、條款2、16、21、44根據(jù)從Addison-Wesley出版社下載的開放條款翻譯。條款26、27、28、45根據(jù)從Scott Meyers的網(wǎng)站下載的《Three Guidelines for Effective ITERATOR Usage》一文翻譯。條款43根據(jù)從C/C++ Users Journal網(wǎng)站下載的《STL Algorithms vs. Hand-Written Loops》一文翻譯,條款45根據(jù)從C/C++ Users Journal網(wǎng)站下載的《Distinguishing STL Search Algorithms》一文翻譯。其余部分根據(jù)epubcn放出的電子書制作。

    標(biāo)簽: Addison-Wesley 保持

    上傳時(shí)間: 2015-04-12

    上傳用戶:jing911003

  • The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you

    The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you can move through our containers using standard STL ITERATORs and if you insert(), erase() or replace() records in our containers changes can be automatically committed to the database for you. The library s compliance with the STL ITERATOR and container standards means you can plug our abstractions into a wide variety of STL algorithms for data storage, searching and manipulation. In addition, the C++ reflection mechanism used by our library to bind to database tables allows us to add generic indexing and lookup properties to our containers with no special code required from the end-user. Because our code takes full advantage of the template mechanism, it adds minimal overhead compared with using raw ODBC calls to access a database.

    標(biāo)簽: recordsets container library ODBC

    上傳時(shí)間: 2015-10-11

    上傳用戶:xlcky

  • java設(shè)計(jì)模式

    java設(shè)計(jì)模式,ITERATOR的模式

    標(biāo)簽: java 設(shè)計(jì)模式

    上傳時(shí)間: 2014-01-05

    上傳用戶:kytqcool

  • C++STL STL(Standard Template Library

    C++STL STL(Standard Template Library,標(biāo)準(zhǔn)模板庫)是惠普實(shí)驗(yàn)室開發(fā)的一系列軟件的統(tǒng)稱。它是由Alexander Stepanov、Meng Lee和David R Musser在惠普實(shí)驗(yàn)室工作時(shí)所開發(fā)出來的。現(xiàn)在雖說它主要出現(xiàn)在C++中,但在被引入C++之前該技術(shù)就已經(jīng)存在了很長(zhǎng)的一段時(shí)間。 STL的代碼從廣義上講分為三類:algorithm(算法)、container(容器)和ITERATOR(迭代器),幾乎所有的代碼都采用了模板類和模版函數(shù)的方式,這相比于傳統(tǒng)的由函數(shù)和類組成的庫來說提供了更好的代碼重用機(jī)會(huì)。在C++標(biāo)準(zhǔn)中,STL被組織為下面的13個(gè)頭文件:<algorithm>、<deque>、<functional>、<ITERATOR>、<vector>、<list>、<map>、<memory>、<numeric>、<queue>、<set>、<stack>和<utility>。以下筆者就簡(jiǎn)單介紹一下STL各個(gè)部分的主要特點(diǎn)。

    標(biāo)簽: STL Standard Template Library

    上傳時(shí)間: 2016-06-20

    上傳用戶:cylnpy

  • stl的入門ppt 很好用哦

    stl的入門ppt 很好用哦,分為導(dǎo)入 STL的概念與組成 ITERATOR(迭代器) Container(容器) Algorithm(算法) Adaptors(配接器)

    標(biāo)簽: stl

    上傳時(shí)間: 2017-02-25

    上傳用戶:1159797854

  • Learn how to: * Tokenize a null-terminated string * Create a search and re

    Learn how to: * Tokenize a null-terminated string * Create a search and replace function for strings * Implement subtraction for string objects * Use the vector, deque, and list sequence containers * Use the container adaptors stack, queue, and priority_queue * Use the map, multimap, set, and multiset associative containers * Reverse, rotate, and shuffle a sequence * Create a function object * Use binders, negators, and ITERATOR adapters * Read and write files * Use stream ITERATORs to handle file I/O * Use exceptions to handle I/O errors * Create custom inserters and extractors * Format date, time, and numeric data * Use facets and the localization library * Overload the [ ], ( ), and -> operators * Create an explicit constructor * And much, much more

    標(biāo)簽: null-terminated Tokenize Create string

    上傳時(shí)間: 2014-01-18

    上傳用戶:yph853211

主站蜘蛛池模板: 丰顺县| 伊吾县| 镇沅| 奉节县| 澄城县| 林口县| 荔波县| 溧水县| 城市| 平远县| 化德县| 盐池县| 水富县| 宿迁市| 贡山| 湘阴县| 怀仁县| 南安市| 澄江县| 杂多县| 城步| 柏乡县| 石门县| 嘉鱼县| 盐山县| 寿光市| 高州市| 萨嘎县| 阿合奇县| 云龙县| 湘西| 宜城市| 宁阳县| 延吉市| 井陉县| 固始县| 扎囊县| 秦皇岛市| 湖南省| 富宁县| 措美县|