⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.devel

📁 cfd求解器使用与gmsh网格的求解
💻 DEVEL
字号:
$Id: README.devel,v 1.2 2003/03/18 01:50:17 geuzaine Exp $Some easy rules to make the code easy to read/debug/maintain:- enable full warnings for your compiler (e.g. gcc -Wall)- always use Msg() to print information/errors/etc.- begin any new function with GetDP_Begin("function_name") and end  it with GetDP_End or GetDP_Return(value). Never use 'return'  directly.- if working under Microsoft Windows, please indent your files and  suppress the tabs before committing your changes (untabify)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -