搜索资源列表
c++template
- c++ template,希望对大家有帮助
C++FrameCode
- 一个C++模板写的序列化框架(源码)-C template to write a sequence of the framework (FOSS)
C++.Template.Metaprogramming
- C++经典书籍,学习入门可以参考使用,个人觉得效果很好。
C++_Templates
- C++ template 是一本经典的讲解模板及泛型编程的书籍
C++ Matrix Template Class Library Lite V1.12
- This matrix C++ template class library is for performing common matrix operations in your C++ program like any other built-in data types. To install the package, just copy MATRIX.H file into the INCLUDE directory of your compiler and include this hea
C++ 模板元编程 ebook
- C++ 模板元编程 (C++ Template Metaprogramming)
movedetect.rar
- 用VC做的运动检测系统,采用模板匹配的思想比较不同的图像,查看事物是否运动。,VC to do with the motion detection system that uses template matching to compare different images of the idea to see whether the movement of things.
c++多态与模板小实验
- c++模板小实验-c++ template experiment
C++_Templates
- 介绍C++模板库的很好的教程,极具参考价值,能使你得到较大提高-Introduced the C++ Template library very good tutorial, great reference value, can you get a larger raise
c++templatesexamples
- 《C++ template》即是C++模板库的书籍源代码。这是讲C++模板的经典书籍- C++ Template that is, C++ Template library books source code. This is the talk C++ Template classic books
C++.Template.Metaprogramming
- C++.Template.Metaprogramming c++经典书籍-C++. Template.Metaprogrammingc++ Classic books
C++Templates
- This book is the complete guide to C++ template-This book is the complete guide to C++ Template
C.Plus.Plus.Template.Metaprogramming
- By David Abrahams, Aleksey Gurtovoy-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
FFT
- 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 classi
tuxiangpipei
- 基于小波变换的多分辨匹配算法: 首先利用小波的多分辩率特性将匹配图像和模板图像分解到乙层上,并且只保留LL低频部分,然后利用归一化相关法作为相似性度量,进行由粗到细的相关匹配过程,每次利用下一层的匹配结果在上层小范围内搜索。这样做极大地减少了搜索空间,而且减少了每次匹配计算相似度的数据量。 -Wavelet multiresolution matching algorithms: a wavelet multi-resolution feature will match the imag
C++templates
- This book contains information on c++ template library.
Treap
- Treap C++模板类 实现了treap数据结构 同时具有堆和二叉树的性质-Treap C++ template class implements the treap data structure of both the nature of the heap and binary tree
The-data-structures--(C-template)
- 数据结构各种算法实现(C 模板) The data structures of various algorithms (C template)-The data structures of various algorithms (C template)
阅读材料-C++ 模板中的typename、class关键字
- C++ Template中的typename、class关键字,模板中关键字的class与typename的作用(Typename, class keyword in c + + Template, class and typename of key words in the Template)
C++编程新思维
- 这是一本关于C++模板高级应用和编程的书籍(this is a book about C++ Template)
