| layout | page |
|---|---|
| title | 葵花宝典 |
- 高等代数
- 实分析、复分析、泛函分析
- 常微分方程、偏微分方程
- 微分几何
- 数据结构
- 数值计算
- 优化方法
- C/C++
- MATLAB/Octave
- Python
- 编译原理
- UML --- The Unified Modeling Language is a general-purpose, developmental, modeling language in the field of software engineering that is intended to provide a standard way to visualize the design of a system.
- 设计原则
- 设计模式
- Git --- Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
-
Pthread --- POSIX threads
-
MPI --- Message Passing Interface (MPI) is a standardized and portable message-passing standard designed to function on parallel computing architectures.
- Gmsh --- Gmsh is an open source 3D finite element mesh generator with a built-in CAD engine and post-processor.
- CGNS --- The CFD General Notation System (CGNS) provides a general, portable, and extensible standard for the storage and retrieval of computational fluid dynamics (CFD) analysis data.
- VTK --- The Visualization Toolkit (VTK) is open source software for manipulating and displaying scientific data.
- Plot3D
- LyX
- Markdown
- 《Programming》《Documenting》含有大量代码,因此整理为 Markdown 文档。
- 本仓库已启用 GitHub Pages(首页),目前仅支持 Markdown 文档。
-
在任意路径下创建本仓库的副本。
-
编译 LyX 文档(生成 PDF 文件):
-
如果要编译除『顶层
README.lyx』以外的其他 LyX 或 TeX 文档,则需在本地$TEXMFHOME/tex/latex下创建一个指向miniWiki/documenting/latex/pvcstyle.sty的『符号链接 (symbolic link)』:操作系统 TEXMFHOME的默认值创建符号链接的命令 macOS ~/Library/texmfln -s TARGET LINKWindows 10 ~/texmfmklink LINK TARGET
-
编译 Markdown 文档(生成 HTML 文件):
- 打开命令行终端,安装 prerequisites。
- 进入本仓库根目录,在命令行中输入
$ bundle exec jekyll serve - 生成的文件位于
./_site/中。 - 在浏览器中访问
http://127.0.0.1:4000/或http://localhost:4000/。
- 【空格】以下情形手动空一格:
- 英文单词、行内公式、行内代码 两侧(左侧为行首、右侧为标点者除外)
- 可能因断词产生歧义的汉字之间(例如「以 光武帝之德」与「以光 武帝之德」)
- 【标点】
- 用中文标点修饰中文内容,例如 “……”『……』(……)〔……〕
- 用英文标点修饰英文内容,e.g. "..." '...' (...) [...]
- 数学环境内部使用英文标点,数学环境外部服从所属语言环境。