邮箱
-
近期文章
- 一种巧妙程序防秩亏的方法 2019年1月10日
- GNSS的下DOP值理解与扩展 2019年1月8日
- Performance of Pointer vs Index in C++ 2018年12月20日
- Vim Configuration for CMake 2018年11月30日
- MATLAB版本pos2kml 2018年10月7日
- Gamit Compile Errors Fix 2018年6月21日
- linux下用vim写matlab程序 2018年5月20日
- AUR快速打包流程 2018年4月24日
分类目录
文章归档
通过电子邮件订阅博客
标签
分类目录归档:软件安装
Vim Configuration for CMake
In order to edit CMakeLists.txt file more smoothly, Vim needs additional configurations to add some features as followsSo, let's go and implement above.1. Syntax supporPlease install vim-cmake-synta...阅读全文
支持向量机libsvm的使用指南
最近一项目需要对采样的数据进行拟合建模,正常情况下,需要预先建立函数模型,然后再根据样本利用类似最小二乘的办法解算函数模型系数,然而考虑到被采样数据函数模型难以建立,所以需要一种通用函数逼近器。本欲使用小波神经网络来做此事,后来通过IRC好友d0048交流得知,支持向量机(Support Vector Machines,SVM)是一种更经典的通用函数逼近器,而更是得知,台湾大学林智仁(Chih-J...阅读全文
Run Firefox Background under Linux
The long start up time of firefox is general, especially with many add-ons. Is there any way to run firefox as background in order to obtain faster start up speed? If under windows, I have no idea, bu...阅读全文
Compile Qt5.5.1 With Gcc7.2 Under Arch
When compiling qt5.5.1 under arch, I meet some compile errors because of the newer version compiler of python3 and gcc, so just do some record.1. Python3 Type ErroProblem dumpRepair is easy, just fi...阅读全文
MATLAB set figure background
It is ugly to take a screenshot from matlab figure directly because of the grey background. Sometimes I wanna change it to white and look more harmonious.In matlatb, we could use following command to ...阅读全文
Mendeley Fcitx Problem
Update 2018-06-1Congratulations! mendeley have a new update version 1.19.1 and the bundled PDF reader has the ability to show most of PDF correctly without font mess. However, The bundled qt version ...阅读全文
arch下安装matlab错误小记
最近由ubuntu转arch了,两个之间的差异还是不小的,KDE与unity操作差异以前pacman的包管理模式都让我觉得有点力不从心了。下面就记录一下arch linux下安装matlab 2014b过程中出现的问题吧。UPDATE TIME: 2017/07/2一、缺少libncurses.so.5在完成matlab安装之后,启动matlab,终端打印错误显然,这是由于缺少libncur...阅读全文