CMU 15-213 ICS
在追梦的路上xxxxx
并行计算
展开
-
Lecture(Ⅰ):Course Overview
2019.5.2 笔者是19年9月入学的硕士,很弱的那种...目前在疯狂补基础中.. 欢迎志同道合的同学一起交流学习进步. 这一个系列是学CMU 15-213 Intro to Computer Systems整理的重点PPT导图,后续还补点书本重点 课程资源:http://www.cs.cmu.edu/afs/cs/academic/class/15213-f15/www/index.h...原创 2019-05-02 16:27:18 · 856 阅读 · 0 评论 -
Lecture(Ⅱ):Bits, Bytes, and Integers
目录 1.Representing information as bits 2.Bit-level manipulations 3.Integers (1)Representation: unsigned and signed (2)Conversion, casting (3)Expanding, truncating (4)Addition, negation, multipli...原创 2019-05-04 09:42:31 · 316 阅读 · 0 评论 -
Lecture(Ⅲ):Floating Point
目录 Background: Fractional binary numbers IEEE floating point standard: Definition Example and properties Rounding, addition, multiplication Floating point in C Summary Additional Slides Backgr...原创 2019-05-04 15:45:21 · 521 阅读 · 1 评论