builder.sce

来自「opc技术」· SCE 代码 · 共 25 行

SCE
25
字号
////////////////////////////////////////////////////////////////////////////////////////////
//     OPC Toolbox
//     Developed by Zhe.Peng & Longhua.Ma
//     http://pengzhe1113.googlepages.com/
//     Email:pengzhe1113@gmail.com
//     Zhejiang Univ. Hangzhou, China
//     Dec.2006
////////////////////////////////////////////////////////////////////////////////////////////


mode(-1);
mainpathB=get_absolute_file_path('builder.sce');
chdir(mainpathB);
if isdir('macros') then
chdir('macros');
exec('buildmacros.sce');
chdir('..');
end
if isdir('help') then
chdir('help');
exec('buildhelp.sce');
chdir('..');
end
clear mainpathB

⌨️ 快捷键说明

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