摘要:
Jupyther notebook ,可以把代码、图像、注释、公式和作图集于一处,从而实现可读性分析的一种灵活的工具。 Jupyter延伸性很好,支持多种编程语言,可以很轻松地安装在个人电脑或者任何服务器上——只要有ssh或者http接入就可以啦。最棒的一点是,它完全免费哦。 Jupyter这个名字 阅读全文
摘要:
http://www.face-rec.org/ 阅读全文
摘要:
As nouns the difference between behavior and action is that behavior is (uncountable) human conduct relative to social norms while action is something 阅读全文
摘要:
今天发现springer引用文献默认是按照作者首字母排序,即使在导言区使用\usepackage[numbers]{natbib},那么你文中的参考文献序号顺序不是按行文顺序来的。 解决办法: Find the file spbasic.bst on your computer. Create a 阅读全文
摘要:
今天发现斯普林格的模板默认是author-year引用,原文如下 %% For Springer medical, life sciences, chemistry, geology, engineering and %%%% computer science publications. %%%% 阅读全文
摘要:
1 环境 endnote X7 jabref 3.8.2 2 操作 2.1 endnote 2.1.1 endnote完成批量下载文献后,选择edit-》output style-》open style manager -》bibtex export-》点击关闭按钮 2.1.2 选择要导出的文献后, 阅读全文
摘要:
1 以管理员身份运行cmd 2 cmd /k reg add "HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenuHandlers\New" /ve /t REG_SZ /d {D969A300-E7FF-11d0-A93B-00A0 阅读全文
摘要:
1 depthimage_to_laserscan http://wiki.ros.org/depthimage_to_laserscan 2 kinect_2d_scanner http://wiki.ros.org/kinect_2d_scanner 阅读全文
摘要:
在已有的Git库中搭建新库,并且将本地的git仓库,上传到远程服务器的git库中,从而开始一个新的项目首先,在本地新建文件夹abc,进入到abc里面,然后git init。这样就在本地初始化了一个git项目abc。然后,登录到远程的git服务器上,到gitrepo目录下面,mkdir abc.git 阅读全文
摘要:
包含目录包含到这个层级,在.pro中加入 之后就可以使用EIGEN的头文件了。 阅读全文