搜索结果
找到约 6 项符合
Metaprogramming 的查询结果
VC书籍 C++ Template Metaprogramming sheds light on the most powerful idioms of today s C++, at long last de
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.
A metaprogram is a program that generates or manipulates program code. Ever since generic programmi ...
其他书籍 C++.Template.Metaprogramming.Concepts.Tools.and.Techniques
C++.Template.Metaprogramming.Concepts.Tools.and.Techniques,超级经典,c++模版编程。
其他书籍 If you re like me, you re excited by what people do with template metaprogramming (TMP) but are frus
If you re like me, you re excited by what people do with template metaprogramming (TMP) but are frustrated at the lack of clear guidance and powerful tools. Well, this is the book we ve been waiting for. With help from the excellent Boost Metaprogramming Library, David and Aleksey take TMP from the ...
VC书籍 Addison Wesley - C++ Template Metaprogramming Concepts Tools and Techniques from Boost and Beyond.c
Addison Wesley - C++ Template Metaprogramming Concepts Tools and Techniques from Boost and Beyond.chm
数学计算 This article describes a new efficient implementation of the Cooley-Tukey fast Fourier transform (FF
This article describes a new efficient implementation of the Cooley-Tukey fast Fourier transform (FFT) algorithm using C++ template metaprogramming. Thank to the recursive nature of the FFT, the source code is more readable and faster than the classical implementation. The efficiency is proved by pe ...
源码/资料 Boost C++ Libraries 1.35.0
Boost C++ Libraries
Free peer-reviewed portable C++ source libraries
Boost C++ Libraries 基本上是一個免費的 C++ 的跨平台函式庫集合,基本上應該可以把它視為 C++ STL 的功能再延伸;他最大的特色在於他是一個經過「同行評審」(peer review,可參考維基百科)、開放原始碼的函式庫,而且有許多 Boost ...