zoukankan      html  css  js  c++  java
  • 计算机科学界名言

    • Donald Knuth
      • We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil. (不成熟的优化是罪恶之源)
        • premature:adj. 早产的;不成熟的;比预期早的;
    • “What I cannot create, I do not understand.”—— Richard Feynman

    1. 硬件体系结构

    • If you were plowing a field, which would you rather use: two strong oxen or 1024 chickens?
      • Seymour Cray, Father of the Supercomputer( Computer Architecture, A Quantitative Approach)

    2. 代码复用

    • Don’t Reinvent the Wheel. —— 不要重复制造轮子;

    3. 专家

    • 所谓专家,就是在一个很小的领域里把所有错误都犯过了的人。—— 尼尔斯·波尔;

    4. 数学与算法的乐趣

    • People who analyze algorithms have double happiness. First of all they experience the sheer beauty of elegant mathematical patterns that surround elegant computational procedures. Then they receive a practical payoff when their theories make it possible to get other jobs done more quickly and more economically. D. E. Knuth
  • 相关阅读:
    创新工场 笔试1
    C++的异常处理
    阿里笔试题2
    阿里笔试题1
    控制CPU占用率曲线
    再探结构体字节对齐问题
    1401
    pancake sort的几个问题
    CF198 D2
    谨慎设计一个单例类
  • 原文地址:https://www.cnblogs.com/mtcnn/p/9421717.html
Copyright © 2011-2022 走看看