📄 jswitch.f
字号:
Integer Function jswitch( krit, index, j ) Integer krit, index(*), j! ---------------------------------------------------------------------!! --- JSWITCH delivers a value of 1 or 2, depending on the condition! of INDEX(J) being <= or > than KRIT.! If ( index(j) <= krit ) Then jswitch = 1 Else jswitch = 2 End If! --------------------------------------------------------------------- End Function jswitch
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -