recast.par.main

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

MAIN
42
字号
 RECAST - RECAST data type (convert from one data type to another)	 recast <stdin [optional parameters]  >stdout 				 Required parameters:							 	none								 Optional parameters:							 in=float	input type	(float)					 		=double		(double)				 		=int		(int)					 		=char		(char)							=uchar		(unsigned char)				 		=short		(short)					 		=long		(long)					 		=ulong		(unsigned long)				 out=double	output type	(double)				 		=float		(float)					 		=int		(int)					 		=char		(char)					 		=uchar		(unsigned char)				 		=short		(short)					 		=long		(long)					 		=ulong		(unsigned long)				 outpar=/dev/tty	output parameter file, contains the						number of values (n1=)			 			other choices for outpar are: /dev/tty,		 			/dev/stderr, or a name of a disk file		 Notes: Converting bigger types to smaller is hazardous. For float		 or double conversions to integer types, the results are 		 rounded to the nearest integer.				 Credits:	CWP: John Stockwell, Jack K. Cohen

⌨️ 快捷键说明

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