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

📄 ftnunstrip.par.main

📁 su 的源代码库
💻 MAIN
字号:
 FTNUNSTRIP - convert C binary floats to Fortran style floats	 ftnunstrip <stdin >stdout 					 Required parameters:						 	none							 Optional parameters:						 	n1=1		floats per line in output file 		 	outpar=/dev/tty output parameter file, contains the				number of lines (n=)			 			other choices for outpar are: /dev/tty,	 			/dev/stderr, or a name of a disk file	 Notes: This program assumes that the record length is constant throughout the input and output files. 			 In fortran code reading these floats, the following implied	 do loop syntax would be used: 				        DO i=1,n2						                 READ (10) (someARRAY(j), j=1,n1) 		        END DO							 Here n1 is the number of samples per record, n2 is the number  of records, 10 is some default file (fort.10, for example), and someArray(j) is an array dimensioned to size n1		 Credits:	CWP: John Stockwell, Feb 1998,            based on ftnstrip by: Jack K. Cohen

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -