asciitodat.1

来自「spiht for linux this is used to decod an」· 1 代码 · 共 68 行

1
68
字号
.TH ASCIITODAT 1 "QCCPACK" "".SH NAMEasciitodat \- convert file from ASCII to DAT format.SH SYNOPSIS.B asciitodat.RB "[\|" \-d.IR vector_dimension "\|]".I asciifile.I datfile.SH OPTIONS.TP.BI "\-d " vector_dimensionInteger.  Vector dimension of output DAT file. Default = 1..SH DESCRIPTION.LP.B asciitodatreads floating-point numbers in ASCII from.IR asciifile ,converts them to binary form,and then writes them to.IR datfile .The binary numbers in .I datfileare stored as 4 bytes with the most-significant bytestored first.A header is added to.I datfileso that.I datfileis a.BR DAT -formatfile specifying .I Nvectors,each of which have.I vector_dimensioncomponents.Here,.I Nis .IR "N " =.BI floor( M/.IB vector_dimension )where.I Mis the total number of floating-point values in .IR asciifile ..SH "SEE ALSO".BR dattoascii (3),.BR QccDataset (3),.BR QccPack (3).SH AUTHORCopyright (C) 1997-2009  James E. Fowler.\"  The programs herein are free software; you can redistribute them and/or.\"  modify them under the terms of the GNU General Public License.\"  as published by the Free Software Foundation; either version 2.\"  of the License, or (at your option) any later version..\"  .\"  These programs are distributed in the hope that they will be useful,.\"  but WITHOUT ANY WARRANTY; without even the implied warranty of.\"  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the.\"  GNU General Public License for more details..\"  .\"  You should have received a copy of the GNU General Public License.\"  along with these programs; if not, write to the Free Software.\"  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

⌨️ 快捷键说明

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