搜索资源列表
SPPP3.0
- 一个开源项目。SP++ (Signal Processing in C++) 是一个关于信号处理与数值计算的开源C++程序库,该库提供了信号处理与数值计算中常用算法的C++实现。SP++中所有算法都以C++类模板方法实现,以头文件形式组织而成,所以不需要用户进行本地编译,只要将相关的头文件包含在项目中即可使用。-SP++ (Signal Processing in C++) is a signal processing and numerical computation on the open
clist-1.5.4-release
- CList是一个标准C++的列表存储和维护的模板库,它所有的类都在一个头文件里,而且位于同一个命名空间。压缩包里有详细的文档说明怎么使用这个库。-CList is a list storage and manipulation template library written in standard C++. All classes can be included with#include <ta0kira/clist.hpp> after the library is instal
odeint
- Solving ordinary differential equations in C++development-This article introduces the C++ framework odeint for solving ordinary differential equations (ODEs), which is based on template meta-programming. I think this framework has some nice advantage
project-template.tar
- project templets for latex-project templets for latex...........
BTree
- 排序二叉树(模板类),主要用于数据排序和查找。已在项目中使用-Sorted binary tree (template class), mainly used for data sorting and searching. Has been used in the project
Imageencryption
- 这个工程实现了红绿蓝三个分量的提取,采用了新的方法,比传统的方法要清楚些,并且对红色分量做了DFT变换,用模版来对图像进行加密,为图像加密提供了一种新的思路。代码免费下载,功能优。-The project implements the extraction of three components red, green and blue, using a new method to make it clear than the more traditional methods, and compo
Vector-and-Matrix-Template
- 向量类模板和矩阵类模板,能够实现各种常用的算法,作为工程开发的数据结构-Vector class template and template matrix class, able to achieve a variety of commonly used algorithms and data structures as the project development
birch.zip
- birch聚类算法库,template实现不许要编译直接加入已有的project中,an c++ template implementation of birch
LinkList_Tmpl
- 一个用模板技术实现的单链表类。可以直接包含进自己的C++工程中使用。-A single list class template technology used. It can be included directly into their C++ project uses.