搜索资源列表
Thinking-in-CPP
- Bruce Eckel s Thinking in C++. If you want clear answers to difficult questions about C++, this book is for you.
main.cpp
- 计算级数,取x为0.0, 0.5, 1.0, √2, 10.0, 100.0, 300.0。 思考:要求误差在10− 6内,如何确定要计算的k的上界?-Calculate the series,Thinking: error in the 10 and 6 requirements, how to determine the upper bound to the calculation of the K?