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

📄 builder.sce

📁 opc技术
💻 SCE
字号:
////////////////////////////////////////////////////////////////////////////////////////////
//     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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -