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

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

containers

  • 《Oracle9iAS containers for J2EE》

    《Oracle9iAS containers for J2EE》

    標(biāo)簽: Oracle9iAS containers J2EE for

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

    上傳用戶:qiao8960

  • a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, lis

    a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, list, set, and deque. The smart pointer has an assignment operator and greater than operator that call the target object s operator.

    標(biāo)簽: non-sharing containers pointer vector

    上傳時(shí)間: 2015-06-15

    上傳用戶:Late_Li

  • Swing Components and containers Swing Components and containers

    Swing Components and containers Swing Components and containers

    標(biāo)簽: Components containers Swing and

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

    上傳用戶:開懷常笑

  • 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

  • 本書由知名的C++專家Matthew H.Austern執(zhí)筆

    本書由知名的C++專家Matthew H.Austern執(zhí)筆,引導(dǎo)你進(jìn)入泛型編程思維模型,并將你帶往此一模型的最重要成品:C++ Standard Template Library(STL)。本書揭示STL的奧秘,告訴你STL不僅僅是一組方便運(yùn)用的容器類(container classes)。對于泛型組件和可交互作用的組件而言,STL是一個(gè)具備擴(kuò)充能力的框架(framework)、 《泛型編程與STL》闡述了泛型編程的中心思想:concepts、modeling、refinement,并為你展示這些思想如何導(dǎo)出STL的基礎(chǔ)概念:iterators、containers、function objects。循此路線,你可以把STL想像為一個(gè)由concepts(而非明確之functions或classes)組成的程序庫:、你將學(xué)習(xí)其正式結(jié)構(gòu)并因此獲得其潛在威力所帶來的完整優(yōu)勢。本書使你能夠: ●以你自己的“可移植組件”及“可交互作用之泛型組件”擴(kuò)充STL; ●產(chǎn)生一些算法,讓它們和它們所處理之型別(types)及數(shù)據(jù)結(jié)構(gòu)徹底劃清界線; ●撰寫更精致、更高效、更有效力的代碼,可跨平臺(tái)重復(fù)使用。

    標(biāo)簽: Matthew Austern

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

    上傳用戶:Avoid98

  • 《C++標(biāo)準(zhǔn)程序庫》本書不僅對每一個(gè)程序庫組件提供范圍廣泛的說明

    《C++標(biāo)準(zhǔn)程序庫》本書不僅對每一個(gè)程序庫組件提供范圍廣泛的說明,也對繁復(fù)的觀念提供清楚明亮的解釋,并描述高效運(yùn)用這些組件時(shí)需要的實(shí)際編程細(xì)節(jié),提出一個(gè)又一個(gè)的范例程序。本書是一本包含最新資料的完整書籍。反映出被ANSI/ISO C++語言標(biāo)準(zhǔn)規(guī)格書納入C++標(biāo)準(zhǔn)程序庫的最新組成。更明確地說,本書將焦點(diǎn)放在標(biāo)準(zhǔn)模板庫(Standard Template Library)身上,檢驗(yàn)其中的容器(containers)

    標(biāo)簽: 程序庫 標(biāo)準(zhǔn)

    上傳時(shí)間: 2016-02-27

    上傳用戶:qiaoyue

  • JavaServer Pages™ Specification This document is intended for: · Web Server and Application S

    JavaServer Pages™ Specification This document is intended for: · Web Server and Application Server vendors that want to provide JSP containers that conform to the Tag Extensions specification. · Web Authoring Tool vendors that want to generate JSP pages that conform to the Tag Extensions specification. · Service providers that want to deliver functionality as tag libraries. · Sophisticated JSP page authors that want to define new tag libraries for their use, or who are responsible for creating tag libraries for the use of a group. · Eager JSP page authors who do not want to or cannot wait for Web Authoring Tools, or even a User’s Guide. This document is not a User’s Guide, but it contains some positioning and explanatory material.

    標(biāo)簽: Specification Application JavaServer document

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

    上傳用戶:qilin

  • ㆒ 般㆟ 對 C++ templates 的粗淺印象

    ㆒ 般㆟ 對 C++ templates 的粗淺印象,大約停留在「容器(containers)」的製作㆖ 。稍有研究 則會(huì)發(fā)現(xiàn),templates衍生出來的 C++ Generic Programming(泛型編程)技術(shù),在 C++ 標(biāo)準(zhǔn)程 式庫㆗ 已經(jīng)遍㆞ 開花結(jié)果。以 STL為重要骨幹的 C++ 標(biāo)準(zhǔn)程式庫,將 templates 廣泛運(yùn)用於容 器 (containers) 、演算法 (algorithms) 、仿函式 (functors) 、配接器 (adapters) 、配置器 (allocators) 、 迭代器(iterators)㆖ 頭,無處不在,無役不與,乃至於原有的 class-based iostream都被改寫為 template-based iostream。

    標(biāo)簽: templates 12690 12703

    上傳時(shí)間: 2016-10-28

    上傳用戶:rocwangdp

  • C++ 標(biāo)準(zhǔn)程序庫提供一組通用類別(classes)和接口(interfaces)

    C++ 標(biāo)準(zhǔn)程序庫提供一組通用類別(classes)和接口(interfaces),可大幅擴(kuò)充 C++ 核心語言。由于程序庫本身并不容易,為了完整運(yùn)用其組件并從其強(qiáng)大的威力中獲得幫助,你需要一份完善的資源,而非一份僅僅陳列類和函數(shù)的普通文檔。《The C++ Standard Library》不僅對每一個(gè)程序庫組件提供范圍廣泛的說明,也對繁雜的感念提供清楚明亮的解釋,并描述高效運(yùn)用這些組件時(shí)需要的實(shí)際編程細(xì)節(jié),提出一個(gè)又一個(gè)的范例程序。這本包含最新資料的完整書籍,反映出被 ANSI/ISO C++ 語言標(biāo)準(zhǔn)規(guī)格書納入的 C++ 標(biāo)準(zhǔn)程序庫的結(jié)構(gòu)。更明確地說,本書將焦點(diǎn)放在標(biāo)準(zhǔn)模板庫(Standard Template Library)身上,檢驗(yàn)其中的容器(containers)、迭代器(iterators)、仿函數(shù)(functors)和算法(algorithms)。你還可以找到特殊容器、字符串(strings)、數(shù)值類別、國際化議題、IOStream。每一個(gè)組件都有深刻的呈現(xiàn),包括其介紹、設(shè)計(jì)、運(yùn)用實(shí)例、細(xì)部解說、陷阱、意想不到的危險(xiǎn),以及相關(guān)類別和函數(shù)的確切標(biāo)記(signature)和定義。一份見解深刻的基礎(chǔ)概念介紹和一個(gè)程序庫綜合鳥瞰,會(huì)對新手帶來快速的提升。

    標(biāo)簽: interfaces classes 標(biāo)準(zhǔn) 接口

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

    上傳用戶:天涯

  • 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

主站蜘蛛池模板: 封开县| 保定市| 普格县| 射洪县| 武功县| 德安县| 光泽县| 青川县| 安福县| 射洪县| 鹿邑县| 仙游县| 镇康县| 濉溪县| 隆回县| 平阳县| 九龙坡区| 抚松县| 九寨沟县| 昌宁县| 灵台县| 浦城县| 柘城县| 华宁县| 长宁区| 南召县| 梨树县| 福州市| 翁源县| 石林| 五寨县| 临高县| 佛教| 耒阳市| 乐陵市| 河津市| 新沂市| 大名县| 新疆| 乐山市| 松阳县|