總結(jié):c++ stl 容器

總結(jié):c++ stl 容器

ID:12448684

大?。?75.00 KB

頁數(shù):3頁

時(shí)間:2018-07-17

總結(jié):c++ stl 容器_第1頁
總結(jié):c++ stl 容器_第2頁
總結(jié):c++ stl 容器_第3頁
資源描述:

《總結(jié):c++ stl 容器》由會(huì)員上傳分享,免費(fèi)在線閱讀,更多相關(guān)內(nèi)容在行業(yè)資料-天天文庫。

1、總結(jié):C++STL容器STL的叫法是“容器”,標(biāo)準(zhǔn)庫里面容器不多,數(shù)組、鏈表、紅黑樹,實(shí)現(xiàn)都不負(fù)責(zé)threadsafe、mutable之類,對(duì)比下Java的,選擇很多,也挺混亂。。序列容器:動(dòng)態(tài)數(shù)組vector,雙端隊(duì)列deque(本質(zhì)是動(dòng)態(tài)數(shù)組加索引),鏈表list。關(guān)聯(lián)容器:set,map,multiset,multimap,bitset(叫bit_array更合適)。容器適配器:stack,queue,priority_queue。除了bitset,都用到模板,聲明大概是這樣的:STLStandardCont

2、ainers,點(diǎn)擊加號(hào)展開!STLContainerAdaptors,點(diǎn)擊加號(hào)展開!C++是注重效率的,所以STL很強(qiáng)調(diào)一點(diǎn)就是amortized的性能,下面的表很不錯(cuò),還可以用來速查:?SequencecontainersAssociativecontainersHeadersMemberscomplexvectordequelistsetmultisetmapmultimapbitsetconstructor*constructorc

3、onstructorconstructorconstructorconstructorconstructorconstructorconstructordestructorO(n)destructordestructordestructordestructordestructordestructordestructoroperator=O(n)operator=operator=operator=operator=operator=operator=operator=operatorsiteratorsbeginO

4、(1)beginbeginbeginbeginbeginbeginbeginendO(1)endendendendendendendrbeginO(1)rbeginrbeginrbeginrbeginrbeginrbeginrbeginrendO(1)rendrendrendrendrendrendrendcapacitysize*sizesizesizesizesizesizesizesizemax_size*max_sizemax_sizemax_sizemax_sizemax_sizemax_sizemax_

5、sizeemptyO(1)emptyemptyemptyemptyemptyemptyemptyresizeO(n)resizeresizeresizeelementaccessfrontO(1)frontfrontfrontbackO(1)backbackbackoperator[]*operator[]operator[]operator[]operator[]atO(1)atatmodifiersassignO(n)assignassignassigninsert*insertinsertinsertinse

6、rtinsertinsertinserterase*eraseeraseeraseeraseeraseeraseeraseswapO(1)swapswapswapswapswapswapswapclearO(n)clearclearclearclearclearclearclearpush_frontO(1)push_frontpush_frontpop_frontO(1)pop_frontpop_frontpush_backO(1)push_backpush_backpush_backpop_backO(1)po

7、p_backpop_backpop_backobserverskey_compO(1)key_compkey_compkey_compkey_compvalue_compO(1)value_compvalue_compvalue_compvalue_compoperationsfindO(logn)findfindfindfindcountO(logn)countcountcountcountcountlower_boundO(logn)lower_boundlower_boundlower_boundlower_

8、boundupper_boundO(logn)upper_boundupper_boundupper_boundupper_boundequal_rangeO(logn)equal_rangeequal_rangeequal_rangeequal_rangeuniquememberscapacityreservesplice?remove?remove_if

當(dāng)前文檔最多預(yù)覽五頁,下載文檔查看全文

此文檔下載收益歸作者所有

當(dāng)前文檔最多預(yù)覽五頁,下載文檔查看全文
溫馨提示:
1. 部分包含數(shù)學(xué)公式或PPT動(dòng)畫的文件,查看預(yù)覽時(shí)可能會(huì)顯示錯(cuò)亂或異常,文件下載后無此問題,請(qǐng)放心下載。
2. 本文檔由用戶上傳,版權(quán)歸屬用戶,天天文庫負(fù)責(zé)整理代發(fā)布。如果您對(duì)本文檔版權(quán)有爭(zhēng)議請(qǐng)及時(shí)聯(lián)系客服。
3. 下載前請(qǐng)仔細(xì)閱讀文檔內(nèi)容,確認(rèn)文檔內(nèi)容符合您的需求后進(jìn)行下載,若出現(xiàn)內(nèi)容與標(biāo)題不符可向本站投訴處理。
4. 下載文檔時(shí)可能由于網(wǎng)絡(luò)波動(dòng)等原因無法下載或下載錯(cuò)誤,付費(fèi)完成后未能成功下載的用戶請(qǐng)聯(lián)系客服處理。