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

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

Containers

  • 《Oracle9iAS Containers for J2EE》

    《Oracle9iAS Containers for J2EE》

    標簽: Oracle9iAS Containers J2EE for

    上傳時間: 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.

    標簽: non-sharing Containers pointer vector

    上傳時間: 2015-06-15

    上傳用戶:Late_Li

  • Swing Components and Containers Swing Components and Containers

    Swing Components and Containers Swing Components and Containers

    標簽: Components Containers Swing and

    上傳時間: 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.

    標簽: recordsets container library ODBC

    上傳時間: 2015-10-11

    上傳用戶:xlcky

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

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

    標簽: Matthew Austern

    上傳時間: 2014-01-06

    上傳用戶:Avoid98

  • 《C++標準程序庫》本書不僅對每一個程序庫組件提供范圍廣泛的說明

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

    標簽: 程序庫 標準

    上傳時間: 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.

    標簽: Specification Application JavaServer document

    上傳時間: 2014-01-03

    上傳用戶:qilin

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

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

    標簽: templates 12690 12703

    上傳時間: 2016-10-28

    上傳用戶:rocwangdp

  • C++ 標準程序庫提供一組通用類別(classes)和接口(interfaces)

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

    標簽: interfaces classes 標準 接口

    上傳時間: 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

    標簽: null-terminated Tokenize Create string

    上傳時間: 2014-01-18

    上傳用戶:yph853211

主站蜘蛛池模板: 文化| 丹江口市| 封开县| 大姚县| 息烽县| 邯郸市| 大港区| 濮阳县| 孙吴县| 万安县| 永顺县| 淅川县| 永城市| 乌审旗| 中西区| 镇江市| 察哈| 耒阳市| 高邮市| 云梦县| 临江市| 红桥区| 藁城市| 南汇区| 仁化县| 道孚县| 陵川县| 来凤县| 万载县| 张家川| 平山县| 广南县| 原阳县| 镇坪县| 闽侯县| 海原县| 长葛市| 驻马店市| 田林县| 灵宝市| 缙云县|