www.pudn.com > 医学算法.rar > sep


.TH SEP 1 "Ultrasonics Lab"
.SH NAME
sep
.SH SYNOPSIS
sep
.SH DESCRIPTION
This program reads two ascii floating point numbers
from standard input and separates
the data into two other files.
Each number is entered 
"free format"
with some sort of white space (space, tab or newline)
between the numbers.
The first single precision number is
placed into the file
.B x
and the second is placed into
.B y.
This continues for the entire file.
The two output files are in binary format.
.SH FILES
.TP 8
.B x
is a binary file with the first of each pair of numbers.
.TP 8
.B y
is a binary file with the second of each pair of numbers.
.SH DIAGNOSTICS
None needed.
.SH BUGS
Doesn't check to see if files can be opened.