📄 addnew.f
字号:
real phast(200),fom integer popc,nparam open (10,file='hold.genes') open (11,file='calculated.log',access='append') open (12,file='rhelp') open (13,file='helpfile') 60 format (i4,f12.6,200f9.4) read(13,*) nparam read(10,60)popc,fom,(phast(i),i=1,nparam) read(12,*) fom write(11,60)popc,fom,(phast(i),i=1,nparam) end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -