interface.h
来自「mfold」· C头文件 代码 · 共 24 行
H
24 行
///////////////////////////////////////////////////////////////////////////////////TProgressDialog is opened to notify the user of the progress of////////the folding algorithmclass TProgressDialog { public: void update(int frac) { cout << frac <<"%\n"; }};//////////////////////////////////////////////////////////////////////////////////TRnaDialog is the main program interface
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?