Delete Q1 (maybe my english comprehension is clumsy. The wikipedia doesn't mean CC is opposite of )
Source code from Computer Systems: A Programmer's Perspective, 3rd Edition (2015) by Randal E. Bryant and David R. O'Hallaron. I read global edition although with small errors in that book.
- Figure 12.26:
rw1.c
.
two's complement(where also says term origin 'The 'two' in the name' and one's complement 'all 1s') also see p132
- round to zero -> keep negative number division similar behavior as its absolute (i.e. abs(-5/4)=5/4)
- pdf OCR
- This is better but it has the timeout limit.
- libgen 1k file torrent part search using aria
aria2c --show-files ~/Downloads/r_963000.torrent | grep 13
or TODO by calibre
- Use annas although it is just one mirror web.
- Use ebooksworld
- zlib notice not use the scam websites
- TODO I2P
- check MathJax
- math communitys
- list from this read by favq
- its code search is not very good.
- In "What about AI/graphics/pet-topic-X?" it recommends 3 topics although I don't plan to learn them.
most of notes in this md
how do I know csapp
- This is the 1st time I self-study one CS book. I wrote notes of those exercises with solutions in the book in one paper notebook which is already lost. Although it is a pity, I have learnt from all these exercises.
https://www.cs.cmu.edu/~213/index.html and homework https://github.com/exajobs/university-courses-collection?tab=readme-ov-file 18-447
Grading Composed from total lab performance (50%), total written assignment performance (20%) and final exam performance (30%).
-
do all labs (at least those in 15-213) Read style including GIT, https://www.cs.cmu.edu/~213/faq.html
- TODO
- Cord Lab, Shark File System are not in the official list
- "Malloc (checkpoint)" meaning
- Buffer Lab, Architecture Lab, Architecture Lab (Y86), Performance Lab are dropped in 15-213
- TODO
-
From syllabus (I give one brief reading based on headings)
The only graded assignments in this class will be a set of eight labs and a set of eleven written assignments. But I can't access written assignments. Part of them are here needing VIP to full view (probably also for this)
maybe due to
Sharing written assignments or exams: Looking at, copying, or supplying an assignment or exam.
-
I skipped sample exams.
-
To read
- https://csapp.cs.cmu.edu/3e/students.html Chapter ...
- Skip
12_19.c
(I don't remember the logic of that buggy codes).