a2b.par.main

来自「su 的源代码库」· MAIN 代码 · 共 24 行

MAIN
24
字号
 A2B - convert ascii floats to binary 				 a2b <stdin >stdout outpar=/dev/null 				 Required parameters:						 	none							 Optional parameters:						 	n1=2		floats per line in input file		 	outpar=/dev/null 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	 Credits:	CWP: Jack K. Cohen, Dave Hale	Hans Ecke 2002: Replaced line-wise file reading via gets() with 			float-wise reading via fscanf(). This makes it 			much more robust: it does not impose a specific 			structure on the input file.

⌨️ 快捷键说明

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