[BACK]Return to data-format.tex CVS log [TXT][DIR] Up to [local] / OpenXM / doc / issac2000

Diff for /OpenXM/doc/issac2000/data-format.tex between version 1.3 and 1.4

version 1.3, 2000/01/03 04:27:52 version 1.4, 2000/01/11 05:35:48
Line 1 
Line 1 
 % $OpenXM: OpenXM/doc/issac2000/data-format.tex,v 1.2 2000/01/02 07:32:11 takayama Exp $  % $OpenXM: OpenXM/doc/issac2000/data-format.tex,v 1.3 2000/01/03 04:27:52 takayama Exp $
   
 \section{Data Format}   (Ohara)  \section{Data Format}   (Ohara)
   
Line 16  to send an OX message unknown to peers. 
Line 16  to send an OX message unknown to peers. 
 It is realized by exchanging a list of  It is realized by exchanging a list of
 supported CMO's, OpenXM stackmachine codes, and necessary extra informations.  supported CMO's, OpenXM stackmachine codes, and necessary extra informations.
 The list is called {\it mathcap}.  The list is called {\it mathcap}.
 Mathcap is also defined as a CMO and the elements are 32bit integers  Mathcap is also defined as a CMO and its elements are 32bit integers
 or strings.  or strings.
   
 Math encoding types of OX data are distinguished with tags  Math encoding types of OX data are distinguished with tags
Line 47  Following tags are registered in the OpenXM for now.
Line 47  Following tags are registered in the OpenXM for now.
 #define CMO_STRING                         4  #define CMO_STRING                         4
 #define CMO_MATHCAP                        5  #define CMO_MATHCAP                        5
 #define CMO_LIST                           17  #define CMO_LIST                           17
   
 #define CMO_MONOMIAL32                     19  #define CMO_MONOMIAL32                     19
 #define CMO_ZZ                             20  #define CMO_ZZ                             20
 #define CMO_QQ                             21  #define CMO_QQ                             21

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>