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

📄 addnew.f

📁 用Visuanl C++开发的遗传算法程序
💻 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 + -