Welcome to the Wrox Press C++ tutorial
"I hope you ll enjoy reading this tutorial with your portable, your work, or your home PC. It s a perfect companion to the Introduction to Visual C++ 6.0 Standard Edition manual and is a proven aid to understanding the C++ language. The material in this tutorial is adapted from my book Beginning Visual C++ 6.0, to provide you with a thorough grounding in pure C++. I ve been careful to address the new standards in C++ laid out by the ANSI and ISO committees and I encourage you to adopt these conventions so that your programs are maintainable for years to come.
Linux編程的經典書,OReilly系列。The new edition of Understanding the Linux Kernel takes you on a guided tour through the most significant data structures, many algorithms, and programming tricks used in the kernel.
利用目前即時通訊工具在互聯網上使用的廣泛、便利、易用受歡迎的特點,結合了Java語言(Java 2 Standard Edition)的易用特點與性能優勢,比如跨平臺、安全性、多線程、網絡Socket編程、流概念等方面,來設計基于Java虛擬機可跨平臺特性的即時通訊工具,并對其體系結構、構成模塊及系統關鍵技術進行了分析與設計。該系統具有安全、高效、實用、支持在不同系統平臺運行等特點。
關鍵詞:J2SE、即時通訊、跨平臺(一次編寫、到處執行)、多線程、JICQ
利用目前即時通訊工具在互聯網上使用的廣泛、便利、易用受歡迎的特點,結合了Java語言(Java 2 Standard Edition)的易用特點與性能優勢,比如跨平臺、安全性、多線程、網絡Socket編程、流概念等方面,來設計基于Java虛擬機可跨平臺特性的即時通訊工具,并對其體系結構、構成模塊及系統關鍵技術進行了分析與設計。該系統具有安全、高效、實用、支持在不同系統平臺運行等特點。
關鍵詞:J2SE、即時通訊、跨平臺(一次編寫、到處執行)、多線程、JICQ
μC/OS-II Goals
Probably the most important goal of μC/OS-II was to make it backward compatible with μC/OS (at least from an
application’s standpoint). A μC/OS port might need to be modified to work with μC/OS-II but at least, the application
code should require only minor changes (if any). Also, because μC/OS-II is based on the same core as μC/OS, it is just
as reliable. I added conditional compilation to allow you to further reduce the amount of RAM (i.e. data space) needed
by μC/OS-II. This is especially useful when you have resource limited products. I also added the feature described in
the previous section and cleaned up the code.
Where the book is concerned, I wanted to clarify some of the concepts described in the first edition and provide
additional explanations about how μC/OS-II works. I had numerous requests about doing a chapter on how to port
μC/OS and thus, such a chapter has been included in this book for μC/OS-II.
unix環境高級編程英文版,很經典的一本書
Advanced Programming in the UNIX® Environment: Second Edition
By W. Richard Stevens, Stephen A. Rago
Publisher: Addison Wesley Professional
Pub Date: June 17, 2005
ISBN: 0201433079
Pages: 960