- 博客(7)
- 资源 (4)
- 收藏
- 关注
原创 newmat乔里斯基分解
乔里斯基(cholesky)分解是将一个正定的厄米特(hermite)矩阵分解为一个下三角矩阵和它的共轭转置矩阵。厄米特矩阵(共轭矩阵),矩阵对称的两个数字互相共轭。实数的共轭是自己本身,复数的共轭-实部不变虚部相反。SymmetricMatrix s(3);s(1,1) = 10;s(1,2) = 0;s(1,3) = 3;s(2,1) = 0;s(2,2) = 15; s(2,
2015-11-12 21:40:31 4156
原创 newmat10库的编译
newmat10,很好使用的矩阵库。支持的矩阵类型:nricMatrix:用于数值分析的矩阵UpperTriangularMatrix:上三角矩阵LowerTriangularMatrix:下三角矩阵DiagonalMatrix:对角矩阵SymmetricMatrix:对称矩阵BandMatrix:带状矩阵UpperBandMatrix:上带状矩阵L
2015-11-09 22:59:48 1361
原创 boost库
Boost库是一个可移植、提供源代码的C++库,作为标准库的后备,是C++标准化进程的开发引擎之一。 Boost库由C++标准委员会库工作组成员发起,其中有些内容有望成为下一代C++标准库内容。在C++社区中影响甚大,是不折不扣的“准”标准库。Boost由于其对跨平台的强调,对标准C++的强调,与编写平台无关。大部分boost库功能的使用只需包括相应头文件即可,少数(如正则表达式库,文件系统库
2015-08-11 22:49:21 545
原创 opengl绘制opencv处理的数据点
#include #include #include #include #include #include #include using namespace std; float imgdata[500][500]; int w=0; int h=0; //float scalar=50;//sc
2013-12-03 22:21:17 700
原创 opencv一维直方图
//一维 灰度 直方图 #include #include #include #include using namespace std;int main( ){//一维 灰度 直方图 IplImage * src= cvLoadImage("1.jpg");IplImage* gray_plane = cvCreateImag
2013-12-03 15:55:12 841
翻译 基于物联网的智能建筑的能源消耗检测系统和节能管理系统的 设计
Design of Energy Consumption Monitoring and Energy-saving Management System of Intelligent Building based on the Internet of Things//基于物联网的智能建筑的能源消耗检测系统和节能管理系统的 设计 //摘要for people improving t
2013-09-05 15:05:01 3008
翻译 建筑能源管理 优化
2013.9.4==建筑能源管理系统分析An Energy Management System for BuildingStructures Using a Multi-Agent Decision-MakingControl Methodology//建筑能源管理 建筑节能系统,美国在过去的十年颁布了很多政策,减少税收针对可再生资源。美国自然基金支持CPS系统,该系统
2013-09-05 11:42:14 2689
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人