📄 pid_loader.sce
字号:
//exec file used to load the "compiled" block into Scilabrdnom='pid'// get the absolute path of this loader file[units,typs,nams]=file();clear units typs;for k=size(nams,'*'):-1:1 l=strindex(nams(k),rdnom+'_loader.sce'); if l<>[] then DIR=part(nams(k),1:l($)-1); break endendarchname=emptystr()Makename = DIR+rdnom+'_Makefile';select getenv('COMPILER','NO');case 'VC++' then Makename = strsubst(Makename,'/','\')+'.mak';case 'ABSOFT' then Makename = strsubst(Makename,'/','\')+'.amk';endlibn=ilib_compile('libpid',Makename)//unlink if necessary[a,b]=c_link(rdnom); while a ;ulink(b);[a,b]=c_link(rdnom);endlink(libn,rdnom,'c')//load the gui functiongetf(DIR+'/'+rdnom+'_c.sci');
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -