摘要: 比较OpenBLAS,Intel MKL和Eigen的矩阵相乘性能 对于机器学习的很多问题来说,计算的瓶颈往往在于大规模以及频繁的矩阵运算,主要在于以下两方面:(Dense/Sparse) ... 阅读全文
posted @ 2016-10-03 23:27 ZhangPYi 阅读(2942) 评论(1) 推荐(0) 编辑
摘要: 比较OpenBLAS,Intel MKL和Eigen的矩阵相乘性能 对于机器学习的很多问题来说,计算的瓶颈往往在于大规模以及频繁的矩阵运算,主要在于以下两方面:(Dense/Sparse) ... 阅读全文
posted @ 2016-10-03 23:27 ZhangPYi 阅读(483) 评论(0) 推荐(0) 编辑
摘要: 使用blas做矩阵乘法 #define min(x,y) (((x) #include #include #include #include //extern "C"//{ #include //}u... 阅读全文
posted @ 2016-10-03 23:26 ZhangPYi 阅读(270) 评论(0) 推荐(0) 编辑
摘要: 使用blas做矩阵乘法 #define min(x,y) (((x) #include #include #include #include //extern "C"//{ #include //}u... 阅读全文
posted @ 2016-10-03 23:26 ZhangPYi 阅读(705) 评论(0) 推荐(0) 编辑
摘要: Zlib文件压缩和解压开源代码:http://www.zlib.net/zlib使用手册:http://www.zlib.net/manual.htmlzlib wince版:http://www.ten... 阅读全文
posted @ 2016-10-03 23:03 ZhangPYi 阅读(387) 评论(0) 推荐(0) 编辑
摘要: Zlib文件压缩和解压开源代码:http://www.zlib.net/zlib使用手册:http://www.zlib.net/manual.htmlzlib wince版:http://www.ten... 阅读全文
posted @ 2016-10-03 23:03 ZhangPYi 阅读(141) 评论(0) 推荐(0) 编辑
摘要: zlib(http://zlib.NET/)提供了简洁高效的In-Memory数据压缩和解压缩系列API函数,很多应用都会用到这个库,其中compress和uncompress函数是最基本也是最常用的。不... 阅读全文
posted @ 2016-10-03 23:01 ZhangPYi 阅读(352) 评论(0) 推荐(0) 编辑
摘要: zlib(http://zlib.NET/)提供了简洁高效的In-Memory数据压缩和解压缩系列API函数,很多应用都会用到这个库,其中compress和uncompress函数是最基本也是最常用的。不... 阅读全文
posted @ 2016-10-03 23:01 ZhangPYi 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 今天想给我的C++项目找一个开源的日志类,用于记录系统日志,结果浪费了半个下午的时间。从网上搜索相关资料,找到以下几个备选方案:1、log4cplus 下载地址:http://sourceforge.n... 阅读全文
posted @ 2016-10-03 20:33 ZhangPYi 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 今天想给我的C++项目找一个开源的日志类,用于记录系统日志,结果浪费了半个下午的时间。从网上搜索相关资料,找到以下几个备选方案:1、log4cplus 下载地址:http://sourceforge.n... 阅读全文
posted @ 2016-10-03 20:33 ZhangPYi 阅读(413) 评论(0) 推荐(0) 编辑
摘要: 环境:XPsp3 vs2005 glog-0.3.3 http://download.csdn.net/detail/chenguangxing3/6661667编译:glog-0.3.3里面有vs200... 阅读全文
posted @ 2016-10-03 20:31 ZhangPYi 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 环境:XPsp3 vs2005 glog-0.3.3 http://download.csdn.net/detail/chenguangxing3/6661667编译:glog-0.3.3里面有vs200... 阅读全文
posted @ 2016-10-03 20:31 ZhangPYi 阅读(311) 评论(0) 推荐(0) 编辑