TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Any good hardware book for software people?

3 点作者 furtivefelon超过 15 年前
Hi all,<p>I am currently studying computer science only, and i would like to understand more about hardware side of things (from basic circuit to micro controllers and others). Is there any good books/lectures for such a endeavor?<p>Thank you very much for your help!<p>Jason

3 条评论

babycakes超过 15 年前
I'm unaware of a truly great basic circuits book, but if you get one, choose one for electrical engineers. Physicists flip the direction of current flow, which is mathematically equivalent but confusing. Once you learn basic circuits, Sedra and Smith's "Microelectronic Circuits" is an awesome text for analog transistor design. Lots of people use Razavi's "Design of Analog CMOS Integrated Circuits" for advanced analog design, but I found the text full of contrived examples that don't teach you practical design principles. Most people don't go that far (senior-level EE electives), so you'll probably be fine stopping at Sedra and Smith.<p>Hennessy and Patterson's "Computer Architecture: A Quantitative Approach" is a comprehensive look at principles of computer architecture, but if you want to actually design the digital circuits beneath them, you'll want something more specialized. I used Wakerly's "Digital Design Principles and Practices." In retrospect, I found it lacking on different types of arithmetic circuits, but it was good enough for me. Keep in mind that most large-scale modern circuits will be designed using hardware description languages, so you may want to invest in a Verilog or VHDL text to continue your study but only after you have come to understand digital design. (HDLs require a different type of thinking than sequential programming languages.) AFAIK, Verilog is more common in industry, whereas VHDL is more common on government and university projects.<p>Good luck!
balding_n_tired超过 15 年前
Hennessy and Patterson's _Computer Architecture: A Quantitative Approach_.
EliRivers超过 15 年前
Petzold's "Code".