Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.naic.edu/~phil/aosoft/rotate.html
Дата изменения: Thu Nov 4 00:00:10 2010 Дата индексирования: Tue Oct 2 02:52:02 2012 Кодировка: Поисковые слова: meteoroid |
rotate is a program to rotate data. The input is taken from the standard input (pipe or disc file) while the output is written to standard output. The program reads pntsinipp points (of bytesperpnt bytes each), and rotates these points by pntstororate. The rotated ipp is then output and the next ipp is read. This continues until an EOF is read on the input. Any partial ipps at the end of the data stream are not output.
Suppose you want to rotate ipps with 150 points to the right 10 positions. Assume each point is a double precision number.
~phil/util/filters/rotate.c location of source code
Any partial ipp at the end of the data stream is not output.
Content-type: text/html