登录
首页 » 算法 » 本书是国内外业界广泛关注的7卷本《计算机程序设计艺术》第2卷的最新版。本卷对半数值算法领域做了全面介绍,分“随机数”和“算术”两章。本卷总结了主要算法范例及这些...

本书是国内外业界广泛关注的7卷本《计算机程序设计艺术》第2卷的最新版。本卷对半数值算法领域做了全面介绍,分“随机数”和“算术”两章。本卷总结了主要算法范例及这些...

于 2022-08-07 发布 文件大小:36.30 MB
0 202
下载积分: 2 下载次数: 1

代码说明:

本书是国内外业界广泛关注的7卷本《计算机程序设计艺术》第2卷的最新版。本卷对半数值算法领域做了全面介绍,分“随机数”和“算术”两章。本卷总结了主要算法范例及这些算法的基本理论,广泛剖析了计算机程序设计与数值分析间的相互联系,其中特别值得注意的是作者对随机数生成程序的重新处理和对形式幂级数计算的讨论。 本书附有大量习题和答案,标明了难易程度及数学概念的使用。 本书内容精辟,语言流畅,引人入胜,可供从事计算机科学、计算数学、计算技术诸方面的工作人员参考、研究和借鉴,也是相关专业高等院校的理想教材和教学参考书。 -the book industry at home and abroad is widespread concern in seven volumes of the "Art of Computer Programming" volume 2, the latest version. The present volume of semi- numerical algorithm to do a full field, at the "random" and "arithmetic" two chapters. This volume summary of the main examples of these algorithms on the basic theory and extensive analysis of the computer program design and numerical analysis of the linkages between, which is particularly noteworthy is the author of Random Number Generation procedures for processing and re-form calculation of power series. The book with a large number of exercises and answers, indicating the degree of difficulty and the use of mathematical concepts. T

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 蓝牙NRF51822程序
    蓝牙NRF51822程序,包括搜索蓝牙,配对,数据发送,所有程序注释详细,适合刚接触蓝牙开发的朋友使用,稍作更改即可移植到自己的 项目开发。
    2022-02-03 13:52:59下载
    积分:1
  • 智能车代码
    应用背景智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车智能飞车关键技术飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔飞思卡尔
    2022-03-05 08:23:41下载
    积分:1
  • xercesc中文解析和UTF-8中文转换
    xercesc中文解析,对包结构中的中文部分进行解析; UTF-8中文转换 分析下代码,希望能够给大伙给以帮助
    2022-12-08 09:05:03下载
    积分:1
  • 平均因子分解应用于正定矩阵
    平均因子分解法,适用于正定矩阵First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X=U U, where U is the square root matrix of X, and satisfies: (1) U U = X (2) U is upper triangular (that is, it has all zeros below the diagonal). It seems that the assumption of positive definiteness is necessary. Actually, it is "positive definite" which guarantees the existence of such kind of decomposition. -Average factor decomposition method applied to positive definite matrix First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X = UU, where U is the square root matrix of X, and satisfies: (1) UU = X (2) U is upper triangular (that is, it has all zeros below the diagonal). It seems that the assumption of positive definiteness is necessary. Actually, it is positive
    2022-10-16 04:30:02下载
    积分:1
  • 用c编的进程调度
    用c编的进程调度算法-C prepared by the process of scheduling algorithm
    2022-03-12 18:52:15下载
    积分:1
  • 基于FPGA的I2S实现
    应用背景采用FPGA实现 的I2S接口。I2S(Inter—IC Sound)总线, 又称 集成电路内置音频总线,是飞利浦公司为数字音频设备之间的音频数据传输而制定的一种总线标准.关键技术采用FPGA实现 的I2S接口,用于传输音频数字到DAC芯片中。所采用的语言为verilog
    2022-01-26 08:27:42下载
    积分:1
  • 可以进行无限制的整数计
    可以进行无限制的整数计算-can unrestricted rounding
    2022-02-14 01:33:35下载
    积分:1
  • 简单明了的PID控制,可以参考一下
    简单明了的PID控制算法,可以参考一下-simple PID control algorithm, a reference
    2022-07-28 10:56:23下载
    积分:1
  • 活动段检测
    资源描述对于肌电信号的一个活动段检测算法,可以准确地判断出信号的起始点和终止点
    2022-03-06 08:22:07下载
    积分:1
  • matlab环境下开发的模糊控制原程序。
    matlab环境下开发的模糊控制原程序。-matlab environment developed under the original procedure of fuzzy control.
    2022-03-01 06:32:37下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载