91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

資源簡介

STL,C++三大編程技術(shù)之一(面向?qū)ο缶幊?泛型編程,即STL;com編程)。凡是學(xué)C++如不知道STL,那你的C++之路還有很長。侯杰翻譯的這本書,能夠讓你熟練的掌握STL的用法。

資源截圖

代碼片段和文件信息

/*?The?following?code?example?is?taken?from?the?book
?*?“The?C++?Standard?Library?-?A?Tutorial?and?Reference“
?*?by?Nicolai?M.?Josuttis?Addison-Wesley?1999
?*
?*?(C)?Copyright?Nicolai?M.?Josuttis?1999.
?*?Permission?to?copy?use?modify?sell?and?distribute?this?software
?*?is?granted?provided?this?copyright?notice?appears?in?all?copies.
?*?This?software?is?provided?“as?is“?without?express?or?implied
?*?warranty?and?with?no?claim?as?to?its?suitability?for?any?purpose.
?*/
#include?“algostuff.hpp“
using?namespace?std;

int?main()
{
????vector?coll;

????INSERT_ELEMENTS(coll19);
????PRINT_ELEMENTS(coll);

????//?process?sum?of?elements
????cout?<?????????<????????????????????????0)???????????????????????????//?initial?value
?????????<
????//?process?sum?of?elements?less?100
????cout?<?????????<????????????????????????-100)????????????????????????//?initial?value
?????????<
????//?process?product?of?elements
????cout?<?????????<????????????????????????1???????????????????????????//?initial?value
????????????????????????multiplies())???????????//?operation
?????????<
????//?process?product?of?elements?(use?0?as?initial?value)
????cout?<?????????<????????????????????????0???????????????????????????//?initial?value
????????????????????????multiplies())???????????//?operation
?????????<}

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----

?????文件????4001571??2002-11-06?21:44??C++標(biāo)準(zhǔn)程序庫自修教程與參考手冊(cè)\c++標(biāo)準(zhǔn)程序庫.pdf

?????文件???????1658??2008-01-06?18:02??examples\algo\accu1.cpp

?????文件???????1386??2008-01-06?18:02??examples\algo\adjdiff1.cpp

?????文件???????1662??2008-01-06?18:01??examples\algo\adjfind1.cpp

?????文件???????1519??2008-01-06?18:01??examples\algo\algostuff.hpp

?????文件???????1565??2008-01-06?18:02??examples\algo\bounds1.cpp

?????文件???????1078??2008-01-06?18:02??examples\algo\bsearch1.cpp

?????文件???????1550??2008-01-06?18:01??examples\algo\copy1.cpp

?????文件???????1381??2008-01-06?18:01??examples\algo\copy2.cpp

?????文件????????820??2008-01-06?18:01??examples\algo\copy3.cpp

?????文件???????1432??2008-01-06?18:01??examples\algo\count1.cpp

?????文件???????1115??2008-01-06?18:02??examples\algo\eqrange1.cpp

?????文件???????1522??2008-01-06?18:01??examples\algo\equal1.cpp

?????文件???????1814??2008-01-06?18:01??examples\algo\fill1.cpp

?????文件???????1546??2008-01-06?18:01??examples\algo\find1.cpp

?????文件???????1303??2008-01-06?18:01??examples\algo\find2.cpp

?????文件???????1515??2008-01-06?18:01??examples\algo\findend1.cpp

?????文件???????1664??2008-01-06?18:01??examples\algo\findof1.cpp

?????文件????????874??2008-01-06?18:01??examples\algo\foreach1.cpp

?????文件???????1391??2008-01-06?18:01??examples\algo\foreach2.cpp

?????文件???????1426??2008-01-06?18:01??examples\algo\foreach3.cpp

?????文件???????1064??2008-01-06?18:01??examples\algo\generate.cpp

?????文件???????1404??2008-01-06?18:01??examples\algo\heap1.cpp

?????文件???????1037??2008-01-06?18:02??examples\algo\imerge1.cpp

?????文件???????1151??2008-01-06?18:02??examples\algo\includes.cpp

?????文件???????1867??2008-01-06?18:02??examples\algo\inner1.cpp

?????文件???????1760??2008-01-06?18:01??examples\algo\lexico1.cpp

?????文件????????570??2008-01-06?18:01??examples\algo\Makefile

?????文件???????1007??2008-01-06?18:02??examples\algo\merge1.cpp

?????文件???????1381??2008-01-06?18:01??examples\algo\minmax1.cpp

............此處省略211個(gè)文件信息

評(píng)論

共有 條評(píng)論