泛型编程:再现Min和Max
候人们可能再说“你看,在2001年,那些家伙在实现max()还那么困难,一个家伙还特此写了一篇论文,”
min()不重要吗,我不这么认为,最大化,最小化是数学上,现实生活中两个简单的概念。如果,程序语言不能表达这样简单的概念,那么说明在语言的深处,还存在问题。 也许有小孩说“妈妈我不想学语法和字汇,我只想学写诗”这样能成功吗? 如果你写了一个a < b ? a : b,也许你还想它能够处理表达式,它能实现吗? 那么,这里存在一些错误?不只有C++这样,在Java和C#中也如此,因为你知道min和max不是objects。 感谢: 感谢所有参与者,希望大家的支持。 参考文献: [1] http://aristeia.com/Papers/C++ReportColumns/jan95.pdf [2] http://cuj.com/experts/1902/alexandr.html [3] http://www.gotw.ca/gotw/077.htm [4] A. Alexandrescu. "Traits: the else-if-then of Types," C++ Report, April 2000. [5] A. Alexandrescu. Modern C++ Design (Addison-Wesley Longman, 2001). [6] J. Vlissides and A. Alexandrescu. "To Code or Not to Code," C++ Report, March 2000. [7] A. Alexandrescu. "Generic<Programming>: Mappings between Types and Values," C/C++ Users Journal Experts Forum, September 2000, http://www.cuj.com/experts/1810/alexandr.html. [8] R. Kurzweil. The Age of Spiritual Machines: When Computers Exceed Human Intelligence (Penguin USA, 2000). Andrei Alexandrescu is a Development Manager at RealNetworks Inc. (www.realnetworks.com), based in Seattle, WA, and author of the acclaimed book Modern C++ Design. He may be contacted at http://www.moderncppdesign.com/. Andrei is also one of the featured instructors of The C++ Seminar (www.gotw.ca/cpp_seminar). 译者:感谢所以浏览本文的人,希望大家批评指教。 |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |