zoukankan      html  css  js  c++  java
  • 十大算法

    本文内容取自 网页

    一、1946 蒙特卡洛方法

    [1946: John von Neumann, Stan Ulam, and Nick Metropolis, all at the Los Alamos Scientific Laboratory, cook up the Metropolis algorithm, also known as the Monte Carlo method.]

    二、1947 单纯形法

    [1947: George Dantzig, at the RAND Corporation, creates the simplex method for linear programming.]

    三、1950 Krylov子空间迭代法

    [1950: Magnus Hestenes, Eduard Stiefel, and Cornelius Lanczos, all from the Institute for Numerical Analysis at the National Bureau of Standards, initiate the development of Krylov subspace iteration methods.]

    四、1951 矩阵计算的分解方法

    [1951: Alston Householder of Oak Ridge National Laboratory formalizes the decompositional approach to matrix computations.]

    五、1957 优化的Fortran编译器

    [1957: John Backus leads a team at IBM in developing the Fortran optimizing compiler.]

    六、1959-61 计算矩阵特征值的QR算法

    [1959–61: J.G.F. Francis of Ferranti Ltd, London, finds a stable method for computing eigenvalues, known as the QR algorithm.]

    七、1962 快速排序算法

    [1962: Tony Hoare of Elliott Brothers, Ltd., London, presents Quicksort.]

    八、1965 快速傅立叶变换

    [1965: James Cooley of the IBM T.J. Watson Research Center and John Tukey of Princeton University and AT&T Bell Laboratories unveil the fast Fourier transform.]

    九、1977 整数关系探测算法

    [1977: Helaman Ferguson and Rodney Forcade of Brigham Young University advance an integer relation detection algorithm.]

    十、1987 快速多极算法

    [1987: Leslie Greengard and Vladimir Rokhlin of Yale University invent the fast multipole algorithm.]

  • 相关阅读:
    MySQL GTID复制Slave跳过错误事务Id以及复制排错问题总结
    Git基础命令整理
    原创-公司项目部署交付环境预检查shell脚本
    解决SecureCRT超时自动断开的问题
    Linux设置显示中文和设置字体
    高等代数4 线性方程组
    高等代数3 行列式
    高等代数2 向量组
    高等代数1 矩阵
    离散数学4 组合数学
  • 原文地址:https://www.cnblogs.com/zhangshihao/p/8006814.html
Copyright © 2011-2022 走看看