bpeng.m
来自「% Atomizer Main Directory, Version .802 」· M 代码 · 共 31 行
M
31 行
function bpeng( engine )% bpeng( engine ) -- sets ATOMIZER_ENGINE for BPDemo%----------------------------------------------------------------------% bpeng(1) sets global variable ATOMIZER_ENGINE = 1998;% bpeng(2) sets global variable ATOMIZER_ENGINE = 2001;%----------------------------------------------------------------------%----------------------------------------------------------------------% 12 Apr 2001: (M. Saunders) First version of bpeng.% For use with BPDemo.%---------------------------------------------------------------------- global ATOMIZER_ENGINE% For some reason, BPDemo creates an unwanted Figure 1.% We could remove it here if only we knew how!% Set the engine for the BP scripts. switch engine case 1 ATOMIZER_ENGINE = 1998; case 2 ATOMIZER_ENGINE = 2001; otherwise ATOMIZER_ENGINE = 2001; end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?