This book is a hands-on introduction to the principles and
practice of embedded system design using the PIC microcontroller. Packed
with helpful examples and illustrations, it gives an in-depth treatment of
microcontroller design, programming in both assembly language and C, and
features advanced topics such as networking and real-time operating
systems. It is accompanied by a CD-ROM containing copies of all programs
and software tools used in the text and a `student version of the C
complier
Designing Embedded Systems with PIC Microcontrollers: Principles and
Applications is ideal for students of electronics, mechatronics and
computer engineering. Engineers in industry and informed hobbyists will
also find this book a valuable resource when designing and implementing
both simple and sophisticated embedded systems using the PIC
Microcontroller.
麻省理工學院(MIT)的《算法導論》課程講義。
配套教材算法導論(Introduction to Algorithms)一書,全面地介紹了計算機算法。對每一個算法的分析既易于理解又十分有趣,并保持了數學嚴謹性。本書的設計目標全面,適用于多種用途。涵蓋的內容有:算法在計算中的作用,概率分析和隨機算法的介紹。本書專門討論了線性規劃,介紹了動態規劃的兩個應用,隨機化和線性規劃技術的近似算法等,還有有關遞歸求解、快速排序中用到的劃分方法與期望線性時間順序統計算法,以及對貪心算法元素的討論。本書還介紹了對強連通子圖算法正確性的證明,對哈密頓回路和子集求和問題的NP完全性的證明等內容。該書提供了900多個練習題和思考題以及敘述較為詳細的實例研究。
本講義可以作為原書的參考資料使用,使得您學習《算法導論》之過程如魚得水。
Contents
* Introduction
* Installation
* SmartPool 1.5
* Features from earlier releases
* Features expected in future releases
* System Requirements
* User Documentation
* Source
* Java Doc