入职培训感想
C++ review
Preparation for the interview regarding the c++ questions. Just go through it to make sure that you can answer everything correctly.
numerical_method_for_engineer_notes
主要介绍numerical method的一些笔记。再回头来看看,知识本身并不是很taugh,真正用在物理场景中就变得比较tough
if you can use mpi for python
主要是介绍在python中如何使用mpi以及如何将其中的communicator实例传递给 c code
Algorithm(1) tips in c/c++ algorithm questions
练习题目总是断断续续的,因此感觉从来也没有在某一个时间段内达到很高的水平,总是隔一段时间再做题有些基本的内容就忘记了(发人深思)。而且平时项目里用c/c++并没有那么频繁,有一些零零碎碎的操作不便于快速回忆,于是那些做题目时会用到的内容还是梳理在一起比较好,也相当于是一个系统整理了。
c/c++ file io
关于c/c++的文件IO整理
c++ json tips
主要介绍c/c++中json解析的相关操作