Giter VIP home page Giter VIP logo

Comments (7)

xxleyi avatar xxleyi commented on May 27, 2024

image

from learning_list.

xxleyi avatar xxleyi commented on May 27, 2024

image
image
image
image
image
image
image
image
image
image
image

from learning_list.

xxleyi avatar xxleyi commented on May 27, 2024

image
image
image
image
image
image
image
image
image
image
image

from learning_list.

xxleyi avatar xxleyi commented on May 27, 2024

总结

  • 具象化 Machine Structure
    • hardware - firmware - software
  • 具象化 Computer Architecture
    • 硬件具象化:从晶体管到云(From Transistor to Cloud)
    • 软件语言具象化:从机器码到汇编再到 C、Java、Python、JS、Lisp等等
    • 软件具象化:编译器、内核、驱动、OS、进程、线程、协程等等
    • Great Ideas
      • 抽象(从表示到解释,层层下推,低一层的表示可以作为高一层的解释)
      • 摩尔定律(可能很快终结)
      • 局部性原理(内存分层)
      • 并行(每一个抽象层内部都是并行的,从网络请求到指令执行)
      • 性能测量与提升(To Measure is To Know)
      • 通过冗余达到可靠(有备无患)
  • 清楚的明白 Everything is a Number
    • 有符号整数的必要性以及表示方法
    • 无符号整数的必要性以及表示方法
    • 64 位浮点数的二进制表示
    • overflow
    • underflow

from learning_list.

xxleyi avatar xxleyi commented on May 27, 2024

image

from learning_list.

xxleyi avatar xxleyi commented on May 27, 2024

image

from learning_list.

xxleyi avatar xxleyi commented on May 27, 2024

image

from learning_list.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.