B. Stroustrup - The C++ Programming Language (794319), страница 14
Текст из файла (страница 14)
You are not going to getit right the first time. Experiment!1.6 References[Austern,2003][Barron,1963][Barton,1994][Berg,1995][Boehm,2008][Boost][Budge,1992]Matt Austern et al.: Untangling the Balancing and Searching of BalancedBinary Search Trees. Software – Practice & Experience. Vol 33, Issue 13.November 2003.D. W.
Barron et al.: The main features of CPL. The Computer Journal. 6 (2):134. (1963). comjnl.oxfordjournals.org/content/6/2/134.full.pdf+html.J. J. Barton and L. R. Nackman: Scientific and Engineering C++: An Introduction with Advanced Techniques and Examples. Addison-Wesley. Reading, Massachusetts. 1994. ISBN 0-201-53393-6.William Berg, Marshall Cline, and Mike Girou: Lessons Learned from theOS/400 OO Project. CACM. Vol.
38, No. 10. October 1995.Hans-J. Boehm and Sarita V. Adve: Foundations of the C++ concurrencymemory model. ACM PLDI’08.The Boost library collection. www.boost.org.Kent Budge, J. S. Perry, and A. C. Robinson: High-Performance ScientificComputation Using C++. Proc. USENIX C++ Conference. Portland, Oregon. August 1992.Section 1.6[C,1990][C,1999][C,2011][C++,1998][C++Math,2010][C++,2011][Campbell,1987][Coplien,1995][Cox,2007][Czarnecki,2000][Dahl,1970][Dahl,1972][Dean,2004][Dechev,2010][DosReis,2006][DosReis,2010][DosReis,2011][Ellis,1989][Freeman,1992][Friedl,1997]:References33X3 Secretariat: Standard – The C Language.
X3J11/90-013. ISO StandardISO/IEC 9899-1990. Computer and Business Equipment ManufacturersAssociation. Washington, DC.ISO/IEC 9899. Standard – The C Language. X3J11/90-013-1999.ISO/IEC 9899. Standard – The C Language. X3J11/90-013-2011.ISO/IEC JTC1/SC22/WG21: International Standard – The C++ Language.ISO/IEC 14882:1998.International Standard – Extensions to the C++ Library to Support Mathematical Special Functions. ISO/IEC 29124:2010.ISO/IEC JTC1/SC22/WG21: International Standard – The C++ Language.ISO/IEC 14882:2011.Roy Campbell et al.: The Design of a Multiprocessor Operating System.Proc.
USENIX C++ Conference. Santa Fe, New Mexico. November 1987.James O. Coplien: Curiously Recurring Template Patterns. The C++ Report.February 1995.Russ Cox: Regular Expression Matching Can Be Simple And Fast. January2007. swtch.com/˜rsc/regexp/regexp1.html.K. Czarnecki and U. Eisenecker: Generative Programming: Methods, Tools,and Applications. Addison-Wesley. Reading, Massachusetts. 2000. ISBN0-201-30977-7.O-J.
Dahl, B. Myrhaug, and K. Nygaard: SIMULA Common Base Language.Norwegian Computing Center S-22. Oslo, Norway. 1970.O-J. Dahl and C. A. R. Hoare: Hierarchical Program Construction in Structured Programming. Academic Press. New York. 1972.J. Dean and S. Ghemawat: MapReduce: Simplified Data Processing on LargeClusters. OSDI’04: Sixth Symposium on Operating System Design andImplementation. 2004.D. Dechev, P.
Pirkelbauer, and B. Stroustrup: Understanding and EffectivelyPreventing the ABA Problem in Descriptor-based Lock-free Designs. 13thIEEE Computer Society ISORC 2010 Symposium. May 2010.Gabriel Dos Reis and Bjarne Stroustrup: Specifying C++ Concepts.POPL06. January 2006.Gabriel Dos Reis and Bjarne Stroustrup: General Constant Expressions forSystem Programming Languages. SAC-2010.
The 25th ACM SymposiumOn Applied Computing. March 2010.Gabriel Dos Reis and Bjarne Stroustrup: A Principled, Complete, and Efficient Representation of C++. Journal of Mathematics in Computer Science.Vol. 5, Issue 3. 2011.Margaret A. Ellis and Bjarne Stroustrup: The Annotated C++ ReferenceManual. Addison-Wesley. Reading, Mass. 1990. ISBN 0-201-51459-1.Len Freeman and Chris Phillips: Parallel Numerical Algorithms. PrenticeHall.
Englewood Cliffs, New Jersey. 1992. ISBN 0-13-651597-5.Jeffrey E. F. Friedl: Mastering Regular Expressions. O’Reilly Media.Sebastopol, California. 1997. ISBN 978-1565922570.34Notes to the Reader[Gamma,1995][Gregor,2006][Hennessy,2011][Ichbiah,1979][Kamath,1993][Kernighan,1978][Kernighan,1988][Knuth,1968][Koenig,1989][Koenig,1990][Kolecki,2002][Langer,2000][McKenney][Maddock,2009][Orwell,1949][Paulson,1996][Pirkelbauer,2009][Richards,1980][Root,1995]Chapter 1Erich Gamma et al.: Design Patterns: Elements of Reusable Object-OrientedSoftware. Addison-Wesley. Reading, Massachusetts.
1994. ISBN0-201-63361-2.Douglas Gregor et al.: Concepts: Linguistic Support for Generic Programming in C++. OOPSLA’06.John L. Hennessy and David A. Patterson: Computer Architecture, Fifth Edition: A Quantitative Approach. Morgan Kaufmann. San Francisco, California. 2011. ISBN 978-0123838728.Jean D. Ichbiah et al.: Rationale for the Design of the ADA ProgrammingLanguage. SIGPLAN Notices. Vol. 14, No. 6.
June 1979.Yogeesh H. Kamath, Ruth E. Smilan, and Jean G. Smith: Reaping Benefitswith Object-Oriented Technology. AT&T Technical Journal. Vol. 72, No. 5.September/October 1993.Brian W. Kernighan and Dennis M. Ritchie: The C Programming Language.Prentice Hall. Englewood Cliffs, New Jersey. 1978.Brian W. Kernighan and Dennis M. Ritchie: The C Programming Language,Second Edition. Prentice-Hall.
Englewood Cliffs, New Jersey. 1988. ISBN0-13-110362-8.Donald E. Knuth: The Art of Computer Programming. Addison-Wesley.Reading, Massachusetts. 1968.Andrew Koenig and Bjarne Stroustrup: C++: As close to C as possible – butno closer. The C++ Report. Vol. 1, No. 7. July 1989.A.
R. Koenig and B. Stroustrup: Exception Handling for C++ (revised).Proc USENIX C++ Conference. April 1990.Joseph C. Kolecki: An Introduction to Tensors for Students of Physics andEngineering. NASA/TM-2002-211716.Angelika Langer and Klaus Kreft: Standard C++ IOStreams and Locales:Advanced Programmer’s Guide and Reference. Addison-Wesley. 2000.ISBN 978-0201183955.Paul E.
McKenney: Is Parallel Programming Hard, And, If So, What CanYou Do About It? kernel.org. Corvallis, Oregon. 2012.http://kernel.org/pub/linux/kernel/people/paulmck/perfbook/perfbook.html.John Maddock: Boost.Regex. www.boost.org. 2009.George Orwell: 1984. Secker and Warburg. London. 1949.Larry C. Paulson: ML for the Working Programmer. Cambridge UniversityPress. Cambridge. 1996. ISBN 0-521-56543-X.P. Pirkelbauer, Y. Solodkyy, and B. Stroustrup: Design and Evaluation ofC++ Open Multi-Methods. Science of Computer Programming. ElsevierJournal. June 2009.
doi:10.1016/j.scico.2009.06.002.Martin Richards and Colin Whitby-Strevens: BCPL – The Language and ItsCompiler. Cambridge University Press. Cambridge. 1980. ISBN0-521-21965-5.ROOT: A Data Analysis Framework. root.cern.ch. It seems appropriate torepresent a tool from CERN, the birthplace of the World Wide Web, by aSection 1.6[Rozier,1988][Siek,2000][Solodkyy,2012][Stepanov,1994][Stewart,1998][Stroustrup,1982][Stroustrup,1984][Stroustrup,1985][Stroustrup,1986][Stroustrup,1987][Stroustrup,1987b][Stroustrup,1988][Stroustrup,1991][Stroustrup,1993][Stroustrup,1994][Stroustrup,1997][Stroustrup,2002][Stroustrup,2007]References35Web address.M. Rozier et al.: CHORUS Distributed Operating Systems. Computing Systems.
Vol. 1, No. 4. Fall 1988.Jeremy G. Siek and Andrew Lumsdaine: Concept checking: Binding parametric polymorphism in C++. Proc. First Workshop on C++ Template Programming. Erfurt, Germany. 2000.Y. Solodkyy, G. Dos Reis, and B. Stroustrup: Open and Efficient Type Switchfor C++. Proc. OOPSLA’12.Alexander Stepanov and Meng Lee: The Standard Template Library. HPLabs Technical Report HPL-94-34 (R. 1). 1994.G. W.
Stewart: Matrix Algorithms, Volume I. Basic Decompositions. SIAM.Philadelphia, Pennsylvania. 1998.B. Stroustrup: Classes: An Abstract Data Type Facility for the C Language.Sigplan Notices. January 1982. The first public description of ‘‘C withClasses.’’B. Stroustrup: Operator Overloading in C++.
Proc. IFIP WG2.4 Conference on System Implementation Languages: Experience & Assessment.September 1984.B. Stroustrup: An Extensible I/O Facility for C++. Proc. Summer 1985USENIX Conference.B. Stroustrup: The C++ Programming Language. Addison-Wesley. Reading, Massachusetts. 1986. ISBN 0-201-12078-X.B. Stroustrup: Multiple Inheritance for C++. Proc. EUUG Spring Conference. May 1987.B. Stroustrup and J. Shopiro: A Set of C Classes for Co-Routine Style Programming. Proc. USENIX C++ Conference. Santa Fe, New Mexico.November 1987.B. Stroustrup: Parameterized Types for C++.
Proc. USENIX C++ Conference, Denver. 1988.B. Stroustrup: The C++ Programming Language (Second Edition). Addison-Wesley. Reading, Massachusetts. 1991. ISBN 0-201-53992-6.B. Stroustrup: A History of C++: 1979-1991. Proc. ACM History of Programming Languages conference (HOPL-2).
ACM Sigplan Notices. Vol 28,No 3. 1993.B. Stroustrup: The Design and Evolution of C++. Addison-Wesley. Reading, Mass. 1994. ISBN 0-201-54330-3.B. Stroustrup: The C++ Programming Language, Third Edition. AddisonWesley. Reading, Massachusetts. 1997. ISBN 0-201-88954-4. Hardcover(‘‘Special’’) Edition. 2000. ISBN 0-201-70073-5.B. Stroustrup: C and C++: Siblings, C and C++: A Case for Compatibility,and C and C++: Case Studies in Compatibility.
The C/C++ Users Journal.July-September 2002. www.stroustrup.com/papers.html.B. Stroustrup: Evolving a language in and for the real world: C++1991-2006. ACM HOPL-III. June 2007.36Notes to the Reader[Stroustrup,2008]Chapter 1B. Stroustrup: Programming – Principles and Practice Using C++. Addison-Wesley.