Standard Template Library
資源簡介:Standard Template Library (SOURCE + COMPLETE html man document)
上傳時間: 2013-12-11
上傳用戶:refent
資源簡介:Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) Author: David R. Musser / Gillmer J. Derge / Atul Saini / Gilmer J. Derge Publisher: Addison-Wesley Page: 560 Edition: 2nd edit...
上傳時間: 2014-01-19
上傳用戶:netwolf
資源簡介:這篇文章是關于C++語言的一個新的擴展——標準模板庫的(Standard Template Library),也叫STL。 當我第一次打算寫一篇關于STL的文章的時候,我不得不承認我當時低估了這個話題的深度和廣度。有很多內容要含蓋,也有很多詳細描述 STL的書。因此我重新考...
上傳時間: 2016-02-06
上傳用戶:hebmuljb
資源簡介:C++STL STL(Standard Template Library,標準模板庫)是惠普實驗室開發的一系列軟件的統稱。它是由Alexander Stepanov、Meng Lee和David R Musser在惠普實驗室工作時所開發出來的。現在雖說它主要出現在C++中,但在被引入C++之前該技術就已經存在了很長的一...
上傳時間: 2016-06-20
上傳用戶:cylnpy
資源簡介:The Standard Template Library, or STL, is a C++ Library of container classes, algorithms, and iterators it provides many of the basic algorithms and data structures of computer science
上傳時間: 2016-08-17
上傳用戶:彭玖華
資源簡介:Standard Template Library
上傳時間: 2013-12-18
上傳用戶:x4587
資源簡介:C++標準模板庫(Standard Template Library,STL)快速入門
上傳時間: 2017-03-29
上傳用戶:ls530720646
資源簡介:The Standard Template Library的電子書,全英文的,希望對你有幫助!
上傳時間: 2017-04-26
上傳用戶:weixiao99
資源簡介:This book systematically introduced the Standard C Library and the C++ Library, C++ Standard Template Library.The features are presented both in alphabetic order and by category.
上傳時間: 2015-11-14
上傳用戶:semi1981
資源簡介:Active Template Library簡明教程
上傳時間: 2015-01-14
上傳用戶:caiiicc
資源簡介:Active Template Library技術內幕
上傳時間: 2013-12-12
上傳用戶:bakdesec
資源簡介:我覺得用OTL(Oracle Template Library)非常比較好,它基于C++實現,使用方便,封裝得也很好,將來升級維護也會相對簡單;最重要的是相關的文檔和說明寫得非常清楚,簡直讓人佩服!
上傳時間: 2013-12-25
上傳用戶:zsjzc
資源簡介:STL(Standard Templete Library),C++開發必備材料
上傳時間: 2014-06-03
上傳用戶:小寶愛考拉
資源簡介:英文版,pdf格式。 詳細說明: Title: STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library (2nd Edition) URL: http://www.amazon.com/exec/obidos/tg/detail/-/0201379236/ ISBN: 0201379236 Author: David R. Muss...
上傳時間: 2015-09-02
上傳用戶:Breathe0125
資源簡介:Prentice Hall - The Standard C Library
上傳時間: 2016-02-18
上傳用戶:playboys0
資源簡介:Oracle Template Library,oracle數據庫聯接非常好用的工具
上傳時間: 2013-12-05
上傳用戶:banyou
資源簡介:The Standard c Library,用于查詢c用法,很好的,當字典用
上傳時間: 2014-12-01
上傳用戶:huql11633
資源簡介:The code for this article was written for version 1.0 of the Active Template Library (ATL). The current version of the code (in SieveATL) was built with Visual C++ 6.0 and the ATL provided with that compiler. It may be slightly differe...
上傳時間: 2013-12-01
上傳用戶:古谷仁美
資源簡介:JSP 標準標記庫(JSP Standard Tag Library,JSTL)是一個實現 Web 應用程序中常見的通用功能的定制標記庫集,這些功能包括迭代和條件判斷、數據管理格式化、XML 操作以及數據庫訪問
上傳時間: 2017-07-18
上傳用戶:woshini123456
資源簡介:STM32F4 DSP and Standard peripherals Library,由于網站的50M大小設置,所以把標準庫配套的說明給刪除了,若有需要請去st官網下載https://www.st.com/content/st_com/zh/products/embedded-software/mcu-mpu-embedded-software/stm32-embedded-software/stm...
上傳時間: 2022-06-22
上傳用戶:qdxqdxqdxqdx
資源簡介:序列模式挖掘prefixspan算法源代碼。License: GPL2 (Gnu General Public License Version 2) Requirements: C++ compiler with STL (Standard Template Library).
上傳時間: 2013-12-22
上傳用戶:ouyangtongze
資源簡介:本書以4個面向來表現C++的本質:procedural(程序性的)、generic(泛型的)、object-based(個別對象的)、object-oriented(面向對象的)。本書的組織圍繞著一系列逐漸繁復的程序問題,以及用以解決這些問題的語言特性。循此方式,你不只學到C++的函數和結...
上傳時間: 2013-12-30
上傳用戶:362279997
資源簡介:第一章涵蓋了內建的數據型別,語言預先定義好的運算符、標準程序庫中那個的vector和string類、條件語句和循環語句、輸入和輸出用的iostream庫。第二章解釋函數的設計和使用;第三章涵蓋所謂的Standard Template Library;第四章講述classes機制的設計和使用過...
上傳時間: 2014-02-20
上傳用戶:zyt
資源簡介:This book is the most accurate and up-to-date source of information the STL currently available. ... It has an approach and appeal of its own: it explains techniques for building data structures and algorithms on top of the STL, and in this...
上傳時間: 2015-10-31
上傳用戶:CHINA526
資源簡介:本書由知名的C++專家Matthew H.Austern執筆,引導你進入泛型編程思維模型,并將你帶往此一模型的最重要成品:C++ Standard Template Library(STL)。本書揭示STL的奧秘,告訴你STL不僅僅是一組方便運用的容器類(container classes)。對于泛型組件和可交互作用...
上傳時間: 2014-01-06
上傳用戶:Avoid98
資源簡介:《C++標準程序庫》本書不僅對每一個程序庫組件提供范圍廣泛的說明,也對繁復的觀念提供清楚明亮的解釋,并描述高效運用這些組件時需要的實際編程細節,提出一個又一個的范例程序。本書是一本包含最新資料的完整書籍。反映出被ANSI/ISO C++語言標準規格書納入C...
上傳時間: 2016-02-27
上傳用戶:qiaoyue
資源簡介:CppReference 對于c/c++的詳盡說明 C/C++ Reference General C/C++ Pre-processor commands Operator Precedence Escape Sequences ASCII Chart Data Types Keywords Standard C Library Standard C I/O Standard C String & Charact...
上傳時間: 2016-10-26
上傳用戶:aeiouetla
資源簡介:C++ 標準程序庫提供一組通用類別(classes)和接口(interfaces),可大幅擴充 C++ 核心語言。由于程序庫本身并不容易,為了完整運用其組件并從其強大的威力中獲得幫助,你需要一份完善的資源,而非一份僅僅陳列類和函數的普通文檔。《The C++ Standard Libra...
上傳時間: 2017-02-10
上傳用戶:天涯
資源簡介:游戲開發數據結構Data Structures for Game Programmers The Goodies Directory contains all sorts of stuff. For example, there are the four 3rd-Party libraries used in the book, SDL, SDL_TTF, FreeType (which SDL_TTF uses), and STLPort, which...
上傳時間: 2017-02-12
上傳用戶:qoovoop
資源簡介:STL (標準模版庫,Standard Template Library)簡要說明
上傳時間: 2017-07-11
上傳用戶:xinzhch