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編程的經(jīng)典書,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.
利用目前即時(shí)通訊工具在互聯(lián)網(wǎng)上使用的廣泛、便利、易用受歡迎的特點(diǎn),結(jié)合了Java語言(Java 2 Standard EDITion)的易用特點(diǎn)與性能優(yōu)勢(shì),比如跨平臺(tái)、安全性、多線程、網(wǎng)絡(luò)Socket編程、流概念等方面,來設(shè)計(jì)基于Java虛擬機(jī)可跨平臺(tái)特性的即時(shí)通訊工具,并對(duì)其體系結(jié)構(gòu)、構(gòu)成模塊及系統(tǒng)關(guān)鍵技術(shù)進(jìn)行了分析與設(shè)計(jì)。該系統(tǒng)具有安全、高效、實(shí)用、支持在不同系統(tǒng)平臺(tái)運(yùn)行等特點(diǎn)。
關(guān)鍵詞:J2SE、即時(shí)通訊、跨平臺(tái)(一次編寫、到處執(zhí)行)、多線程、JICQ
利用目前即時(shí)通訊工具在互聯(lián)網(wǎng)上使用的廣泛、便利、易用受歡迎的特點(diǎn),結(jié)合了Java語言(Java 2 Standard EDITion)的易用特點(diǎn)與性能優(yōu)勢(shì),比如跨平臺(tái)、安全性、多線程、網(wǎng)絡(luò)Socket編程、流概念等方面,來設(shè)計(jì)基于Java虛擬機(jī)可跨平臺(tái)特性的即時(shí)通訊工具,并對(duì)其體系結(jié)構(gòu)、構(gòu)成模塊及系統(tǒng)關(guān)鍵技術(shù)進(jìn)行了分析與設(shè)計(jì)。該系統(tǒng)具有安全、高效、實(shí)用、支持在不同系統(tǒng)平臺(tái)運(yùn)行等特點(diǎn)。
關(guān)鍵詞:J2SE、即時(shí)通訊、跨平臺(tái)(一次編寫、到處執(zhí)行)、多線程、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.