custom
来自「算断裂的」· 代码 · 共 21 行
TXT
21 行
## Custom part of the makefile for QMG 2.0 running under## Windows, scripting with Matlab 5.x, compiled with## MS VC++ 5.0# Set this path to the location of matlab in your system.MATROOT = c:\matlab# Set this path to the location of VC++ 5.0 in your system# If using VC++ 6.0, the followings statement should be# modified to:# MSROOT = c:\Program Files\Microsoft Visual Studio\VC98# or something similar, depending on where VC++ 6.0 is installed.MSROOT = c:\Program Files\DevStudio\Vc
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?