计算机程序设计艺术卷2:半数值算法[pdf下载pdf下载

计算机程序设计艺术卷2:半数值算法[百度网盘pdf下载

作者:
简介:本篇主要提供计算机程序设计艺术卷2:半数值算法[pdf下载
出版社:博远慧达图书专营店
出版时间:2010-10
pdf下载价格:0.00¥

免费下载


书籍下载


内容介绍

温馨提示:我店与出版社联袂推出特价馆配图书,旨在为广大读者提供低价格,优品质的书籍。请认准书背封底直径为1厘米方型或圆型的小孔,此为正版馆配图书的标志。少数图书可能略有磨损但不影响您阅读!我店所有图特价书均从出版社直接进货。个别含光盘的图书可能因搬运途中光盘损坏,出版社断货的情况下一些光盘为原盘复刻,介意的同学请先联系客服。

基本信息

书名:计算机程序设计艺术 卷2:半数值算法(英文版 第3版)(计算机大师高德纳著作,精装版)

定价:119.00元

作者:Donald E. Knuth

出版社:人民邮电出版社

出版日期:2010-10-01

ISBN:9787115235268

字数:936000

页码:762

版次:1

装帧:精装

开本:16开

商品重量:1.321kg

编辑推荐


内容提要


《计算机程序设计艺术》系列被公认为计算机科学领域的之作,深入阐述了程序设计理论,对计算机领域的发展有着极为深远的影响。本书是该系列的第2 卷,讲解半数值算法,分“随机数”和“算术”两章。本卷总结了主要算法范例及这些算法的基本理论,广泛剖析了计算机程序设计与数值分析间的相互联系。 本书适合从事计算机科学、计算数学等各方面工作的人员阅读,也适合高等院校相关专业的师生作为教学参考书,对于想深入理解计算机算法的读者,是一份必不可少的珍品。

目录


CONTENTS

Chapter 3 Random Numbers 1
3.1 Introduction 1
3.2 Generating Uniform Random Numbers 10
3.2.1 The Linear Congruential Method 10
3.2.1.1 Choice of modulus 12
3.2.1.2 Choice of multiplier 16
3.2.1.3 Potency 23
3.2.2 Other Methods 26
3.3 Statistical Tests 41
3.3.1 General Test Procedures for Studying Random Data 42
3.3.2 Empirical Tests 61
*3.3.3 Theoretical Tests 80
3.3.4 The Spectral Test 93
3.4 Other Types of Random Quantities 119
3.4.1 Numerical Distributions 119
3.4.2 Random Sampling and Shuffling 142
*3.5 What Is a Random Sequence? 149
3.6 Summary 184

Chapter 4 Arithmetic 194
4.1 Positional Number Systems 195
4.2 Floating Point Arithmetic 214
4.2.1 Single-Precision Calculations 214
4.2.2 Accuracy of Floating Point Arithmetic 229
*4.2.3 Double-Precision Calculations 246
4.2.4 Distribution of Floating Point Numbers 253
4.3 Multiple Precision Arithmetic 265
4.3.1 The Classical Algorithms 265
*4.3.2 Modular Arithmetic 284
*4.3.3 How Fast Can We Multiply? 294
4.4 Radix Conversion 319
4.5 Rational Arithmetic 330
4.5.1 Fractions 330
4.5.2 The Greatest Common Divisor 333
*4.5.3 Analysis of Euclid's Algorithm 356
4.5.4 Factoring into Primes 379
4.6 Polynomial Arithmetic 418
4.6.1 Division of Polynomials 420
*4.6.2 Factorization of Polynomials 439
4.6.3 Evaluation of Powers 461
4.6.4 Evaluation of Polynomials 485
*4.7 Manipulation of Power Series 525

Answers to Exercises 538

Appendix A Tables of Numerical Quantities 726
1. Fundamental Constants (decimal) 726
2. Fundamental Constants (octal) 727
3. Harmonic Numbers, Bernoulli Numbers, Fibonacci Numbers 728

Appendix B Index to Notations 730

Index and Glossary 735

作者介绍


文摘


序言