
Data structures and algorithm analysis in C++ third edition
yoyobaibai
这个作者很懒,什么都没留下…
展开
-
Introduction
<br />C H A P T E R 1<br />Introduction<br />1.4 The general way to do this is to write a procedure with heading<br />void processFile( String fileName );<br />which opens fileName, does whatever processing is needed, and then closes it. If a line of the f转载 2010-10-24 11:41:00 · 166 阅读 · 0 评论 -
lists, stacks, and queues
<br />Lists, Stacks,<br />and Queues<br />3.1 template <typename Object><br />void printLots(list <Object> L, list<int> P)<br />{<br />typename list < int > ::const_iterator pIter ;<br />typename list < Object >::const_iterator lIter ;<br />int start = 0;<原创 2010-10-24 11:49:00 · 308 阅读 · 0 评论