C++数值算法第三版源码
++ has gradually become the dominant language for computer pro displacing C and Fortran even in many scientific and engineering applications. This velsion of Numerical Recipes contains the entire text of ale Second Edition with all the programs presented in C++. C++ poses special problems for numerical work. In particular, it is difficult to treat vectors and matrices in a manner that is simultaneously efficient and yet allows programming with high-level constructs. The fact that there is still no universally accepted standard library for doing this makes dle problem even more difficult for authors of a book like this one. In Chapter 1 and the Appendices we describe how we have solved this problem. The default option is for you, the reader, to use a very simple class library that we provide. You can be up and running in a few minutes. We also show vou how you can alternatively use any other matrix/vector class library of your choosing. This may take you a few minutes to set up the first time, but thereafter will provide transparent access to the Recipes with essentially no loss in efficiency.
用户评论
虽然应经下过了第二版,但本着与时俱进的精神,看到第三版立即下载了,果然没有失望
很好,全面。
不错,第二版的也有