計算機書單

2022-04-30 17:18:18 字數 1387 閱讀 7288

code: the hidden language of computer hardware and software (《編碼的奧秘》)

code complete 2(《**大全》)

the structure and interpretation of computer programs (《電腦程式的構造和解釋》)

linkers and loaders

compilers (龍書)

taocp (不解釋)

《程式設計師的自我修養》

《程式設計之美》

introduction to algorithms (《演算法導論》)

algorithms (by sanjoy dasgupta, christos papadimitriou and umesh vazirani) 

algorithm design

data structure and algorithms

深入理解linux核心

unix程式設計藝術

the design of the unix operating system

windows核心程式設計

深入解析windows作業系統

windows via c/c++ (《windows核心程式設計》

**優化:有效使用記憶體

lua程式設計

the c programming language

c專家程式設計

c陷阱與缺陷

c語言介面與實現

the c++ programming language

programming: principles and practice using c++

accelerated c++

c++程式設計思想

effective c++

深度探索c++物件模型

c++語言的設計和演化

the pragmatic programmer (《程式設計師修煉之道》,我也把這本書稱為《**小全》)

programming pearls (《程式設計珠璣》)

clean code

design patterns (《設計模式》)

implementation patterns

refactoring (《重構》)

agile software development, principles, patterns, and practices

tcp/ip 詳解

com本質論

軟體隨想錄

黑客與畫家

重來程式設計人生

the mythical man-month (《人月神話》)

flow

outliers (why hard work and luck are both important)

計算機程式設計書單

1.c primer 全面學習c 的必備書籍 2.thinking in c 了解c 背後的一些機制 3.深度探索c 物件模型 深入了解c 也是學習com的必經之路 1.windows程式設計 這本書主要講的是windows api的使用,是windows程式設計入門書籍。上冊涉及到的知識基本上就夠...

計算機 計算機基礎整理

大學四年浪費的代價。半夜整理東西 cpu 其功能主要是解釋計算機指令以及處理計算機軟體中的資料。cpu由運算器 控制器和暫存器及實現它們之間聯絡的資料 控制及狀態的匯流排構成。差不多所有的cpu的運作原理可分為四個階段 提取 fetch 解碼 decode 執行 execute 和寫回 writeb...

給師弟師妹的乙個計算機專業書單

1.c primer c 的入門讀物,沒什麼可說的了。同時也是可以放在手邊的參考書,總會有些生癖的東西記不清楚,有它在,基本都能解決你關於c 的問題。2.effective c 和 more effective c c 的高階讀物,不是告訴你怎麼寫程式是對的,而是告訴你怎麼寫程式更好。效率更好,更不...