会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
uestc_wxp
博客园
首页
新随笔
联系
订阅
管理
2017年4月13日
配置opencv
摘要: __m256 yf = _mm256_insertf128_ps(_mm256_castps128_ps256(_mm256_cvtpd_ps(yd0)), _mm256_cvtpd_ps(yd1), 1);
阅读全文
posted @ 2017-04-13 10:29 1986早起的太阳
阅读(105)
评论(0)
推荐(0)
编辑
2016年12月13日
深入问题本身
摘要: http://blog.sina.cn/dpool/blog/s/blog_4a1853330100va38.html
阅读全文
posted @ 2016-12-13 07:54 1986早起的太阳
阅读(99)
评论(0)
推荐(0)
编辑
2016年12月11日
A Five-Minute Guide to Ph.D. Program Applications
摘要: http://pgbovine.net/PhD-application-tips.htm
阅读全文
posted @ 2016-12-11 16:22 1986早起的太阳
阅读(106)
评论(0)
推荐(0)
编辑
2016年11月7日
CGAL
摘要: 一、interface http://jamesgregson.blogspot.com.au/2012/05/example-code-for-building.html
阅读全文
posted @ 2016-11-07 11:05 1986早起的太阳
阅读(148)
评论(0)
推荐(0)
编辑
2016年5月3日
MeshDog
摘要: 一、TransforMesh 1. CGAL (http://www.cgal.org/download/windows.html#GeneralPrerequisites) 预装软件 1.1 cmake 1.2 Boost (添加环境变量BOOST_ROOT) a. download (https
阅读全文
posted @ 2016-05-03 12:59 1986早起的太阳
阅读(358)
评论(0)
推荐(0)
编辑
2016年5月2日
DIPHA
摘要: https://github.com/DIPHA/dipha http://www.rkwitt.org/blog/topological_machine_learning.html 一、预装软件 1. a modern c++ compiler: Visual Studio 2015 2. an
阅读全文
posted @ 2016-05-02 15:46 1986早起的太阳
阅读(233)
评论(0)
推荐(0)
编辑
2016年4月16日
latex
摘要: 1. 安装使用 (https://www.latex-project.org/) proText (MiKTeX) 编辑器 texworks 2. 模板 (https://cn.sharelatex.com/templates) 3. 插入参考文献,编译 pdflatex,bibtex,pdflat
阅读全文
posted @ 2016-04-16 20:56 1986早起的太阳
阅读(153)
评论(0)
推荐(0)
编辑
2015年6月2日
matlab mesh visualization
摘要: 1. matlab color specificationhttp://au.mathworks.com/help/matlab/ref/colorspec.html
阅读全文
posted @ 2015-06-02 16:14 1986早起的太阳
阅读(188)
评论(0)
推荐(0)
编辑
2015年4月17日
如何在MATLAB R2010a 中使用Visual C++ 2010编译器
摘要: 安装补丁VS2012MEXSupport.ziphttp://www.mathworks.com/matlabcentral/answers/93013-how-can-i-use-microsoft-visual-c-2010-to-create-mex-files-with-matlab-7-1...
阅读全文
posted @ 2015-04-17 22:13 1986早起的太阳
阅读(338)
评论(0)
推荐(0)
编辑
2015年4月13日
matlab中的数据结构
摘要: 一、cell1. function: num2cell(A,n)n表示如何把A中的数据转换为cell。n=1表示把每列的所有行转换为cell;n=2表示把每行的所有列转换为cell。 1 2 >> clear 3 >> a=rand(4,4) 4 a = 5 0.1622 0.16...
阅读全文
posted @ 2015-04-13 09:43 1986早起的太阳
阅读(293)
评论(0)
推荐(0)
编辑
下一页
公告