ProjectOZ的开源代码 ,好难,看不懂 ProjectOZ is an experimental environment based on the SPACE abstractions for the CPU, MMU, and trap mechanisms (search: probert bruno SPACE). ProjectOZ implements these abstractions using the native NTAPI of the Windows kernel
This book began about 20 years ago in the form of supplementary notes for my algebra classes. I wanted to discuss some concrete topics such as symmetry, linear groups, and quadratic number fields in more detail than the text provided, and to shift t
"C++ Template Metaprogramming" sheds light on the most powerful idioms of today's C++, at long last delivering practical metaprogramming tools and techniques into the hands of the everyday programmer. Since the introduction of templates, C++ program
C++ FAQs Part I. Preliminaries Chapter 1. Introduction FAQ 1.01 What is the purpose of this chapter? FAQ 1.02 What are C++ FAQs? FAQ 1.03 Who is the target audience for this book ? FAQ 1.04 Is this a book about C++ per se? FAQ 1.05 Why do deve
"C++ Template Metaprogramming" sheds light on the most powerful idioms of today's C++, at long last delivering practical metaprogramming tools and techniques into the hands of the everyday programmer. Since the introduction of templates, C++ pr
Programming Abstractions in C++,非常优秀的英文版c++教程,此书在国内通常只有电子版,纸质的版本在亚马逊上可以买到,但是价格比较昂贵。此书浅入深出地把c++的各种原理很好地展示出来,不管是初学者还是有一定基础的c++开发者都比较适用。一般看语言类的技术丛书,建议看英文版,因为翻译的版本一些地方不是那么直观,直接看英文版可以让读者对一些概念和原理理解地更加透彻,并且也可以改进个人的英语阅读能力。非常优质的资源,欢迎大家来下载。