Wenyin 的拾萃园
Word 中宏和替换技巧
Word 中的一些宏和替换的技巧。...
2021-02-27
OpenCV CMake Configure
OpenCV 4.5 has released the copyright-expired SIFT implementation, so developers now can enjoy the performance brought by the SIFT algorithm....
2020-12-23
OpenMP / MPI
OpenMP 和 MPI 是过去在 CPU 作集群超算的主力时所需要了解的计算框架。...
2020-12-16
Python Virtualenv
Sometimes we have to handle different versions of packages that depend on each other with various version requirements. Here are some basic commands t...
2020-12-16
打包 Python 项目
本教程将引导您如何打包一个简单的 Python 项目。它将向您展示如何添加必要的文件和结构以创建软件包,如何构建软件包以及如何将其上传到 Python 软件包索引 (PyPI)。...
2020-12-13
CUDA/OpenCL Scientific Computation Library
These days I have been interested in exploiting the full potential of GPU to use it replacing most floating-point calculation in my scientific computa...
2020-12-12
Jupyter on WSL2
在 WSL 2 上安装 Jupyter,并且让 Windows 中的浏览器可以访问 Jupyter。 Install Jupyter on WSL 2 and configure options of Jupyter to let Windows access Jupyter....
2020-11-20
Rewriting Matlab code in Python
如何用 Python 重写 Matlab 代码 ...
2020-11-10
磁约束装置与数据 20201110 课
因为都是原图,需要一些时间加载,建议在 WIFI 环境下浏览。...
2020-11-10
Fundamentals of StereoVision
这一篇文章中我们介绍与立体视觉有关的基础知识,或者说前人经过数十年留下的积累。To be supplemented配准 Calibration and Registration摄像机矩阵 P特征点算法 Feature Algorithm3D 重建 ReconstructionLinks:OpenCV...
2020-11-08
Fucore
Fucore, short for fusion core, is an integrated app that plans to connect disparate aspects concerning fusion science. ...
2020-11-08
Account Management on Linux
Command 命令What the Command Does 这命令做了什么sudo useradd {username} -mCreate the account 创建用户,如果不加-m就不会在/home目录有该账户的文件夹sudo passwd {username}Modify the pas...
2020-11-08