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

Annotation of OpenXM/doc/OpenXM-specs/OpenXM.tex, Revision 1.20

1.20    ! takayama    1: %%  $OpenXM: OpenXM/doc/OpenXM-specs/OpenXM.tex,v 1.19 2004/03/08 03:08:12 takayama Exp $
1.2       noro        2: \documentclass{article}
                      3: \IfFileExists{epsfig.sty}{\usepackage{epsfig}}{}
1.9       takayama    4: \usepackage{html}
1.2       noro        5: \begin{document}
1.1       noro        6: /*&jp
1.14      takayama    7: \title{{\bf Open XM の設計と実装: クライアントサーバモデルと数学共通表現 (OpenXM-RFC 100, proposed standard)} \\
1.1       noro        8:  --- Open message eXchange protocol for Mathematics }
1.6       takayama    9: \author{ 野呂正行,
1.11      takayama   10:          高山信毅\thanks{神戸大学理学部数学教室,\htmladdnormallink{http://www.math.kobe-u.ac.jp/$\tilde{\ }$taka}{http://www.math.kobe-u.ac.jp/\tilde{\ }taka}}}
1.17      takayama   11: \date{ 1997年, 11月20日 --- 2000年, 11月17日, \\
1.19      takayama   12:        2001年, 8月27日, 2002年, 1月20日 (小修正),\\
                     13:         これ以後の修正は changeLog を見よ.}
1.1       noro       14: */
                     15: /*&eg
1.14      takayama   16: \title{{\bf Design and Implementation of OpenXM client server model and
                     17: common mathematical object format (OpenXM-RFC 100, proposed standard)} \\
1.5       takayama   18:  --- Open message eXchange protocol for Mathematics
                     19: }
1.6       takayama   20: \author{ Masayuki Noro,
1.11      takayama   21:          Nobuki Takayama\thanks{Department of Mathematics, Kobe University,\htmladdnormallink{http://www.math.kobe-u.ac.jp/$\tilde{\ }$taka}{http://www.math.kobe-u.ac.jp/\tilde{\ }taka}}}
1.17      takayama   22: \date{ November 20, 1997 --- November 17, 2000, \\
1.19      takayama   23:        August 27, 2001, January 20, 2002 (minor change), \\
                     24:        See changeLog about changes after this date.}
1.1       noro       25: */
1.19      takayama   26:
1.1       noro       27: \maketitle
1.19      takayama   28:
                     29: \noindent ChangeLog
                     30:
                     31: /*&eg
                     32:
                     33:
                     34: \noindent
1.20    ! takayama   35: 2004-3-8: We add a new stackmacine command {\tt SM\_executeFunctionWithOptionalArgument}. \\
        !            36: 2005-3-4: Added a description about a byte order negotiation to send floating
        !            37: point numbers.  {\tt CMO\_64BIT\_MACHINE\_DOUBLE}
1.19      takayama   38: */
                     39:
                     40:
                     41:
                     42: /*&jp
                     43:
                     44:
                     45: \noindent
1.20    ! takayama   46: 2004-3-8: 新しい SM コマンド {\tt SM\_executeFunctionWithOptionalArgument} を加えた. \\
        !            47: 2005-3-4: 浮動小数点数を送るための byte order negotiation についての
        !            48:  記述を加えた. {\tt CMO\_64BIT\_MACHINE\_DOUBLE}
1.19      takayama   49:
                     50: */
                     51:
                     52: \bigbreak
                     53:
                     54:
1.13      ohara      55: \newpage
                     56: \tableofcontents
                     57: \newpage
1.1       noro       58: \def\noroa#1{  }
                     59: \def\remove#1{ }
1.7       takayama   60:
                     61: //&C \noindent Draft for protocol version 1.1.3.  \\
                     62: //&C 1.1.3 is encoded as 001001003 in mathcap. \\
1.19      takayama   63:
1.1       noro       64:
                     65: /*&jp
                     66: {\tt kxx/openxxx.tex}. {\bf Draft} 1997, 11/20 --- .
                     67: この文書は open XM の設計用のメモとしての役目もあるので,
                     68: 一部のファイル名は開発者のみが参照できる.
                     69: */
                     70:
                     71: /*&C
                     72: \input{introduction}
                     73: \input{cmo-basic0}
                     74: \input{formal-expression}
                     75: \input{communication-model}
                     76: \input{stackmachine}
                     77: \input{project}
                     78: \input{control}
                     79: \input{start-session}
                     80: \input{string-expression}
                     81: \input{cmo-basic1}
                     82: \input{ox-localdata}
                     83: \input{error}
                     84: \input{redefine}
                     85: \input{implementation}
                     86: \input{howtowrite}
                     87: \input{cmo-register}
1.3       noro       88: %\input{appendix}
1.1       noro       89: \input{library}
                     90: */
                     91:
                     92: /*&C
                     93:
                     94: \begin{thebibliography}{99}
1.4       noro       95: \bibitem{GKW}
                     96: Gray, S., Kajler, N. and Wang, P. S.,
                     97: Design and Implementation of MP, a Protocol for Efficient
                     98:   Exchange of Mathematical Expressions,
                     99:   {\sl Journal of Symbolic Computation}, 1996.
                    100: \bibitem{gap}
                    101: Linton, S. and Solomon, A.,
                    102: OpenMath, IAMC and {\tt GAP},
                    103: preprint, 1999.
                    104: \bibitem{asir}
                    105: Noro, M. et al.,
                    106: A Computer Algebra System {\tt Risa/Asir},  1993, 1995, 2000\\
1.9       takayama  107: \htmladdnormallink{ftp://archives.cs.ehime-u.ac.jp/pub/asir2000/}{ftp://archives.cs.ehime-u.ac.jp/pub/asir2000/}
1.18      takayama  108: \bibitem{openmath}  \htmladdnormallink{{\tt http://www.openmath.org}}{http://www.openmath.org}
                    109: \bibitem{openxxx}   \htmladdnormallink{{\tt http://www.math.kobe-u.ac.jp/OpenXM}/}{http://www.math.kobe-u.ac.jp/OpenXM/}  \rm
1.1       noro      110: \bibitem{openasir-intro}  Ohara, Takayama, Noro: Introduction to Open Asir ,
                    111: 1999, (in Japanese),
1.9       takayama  112: Suushiki-Shyori, Vol 7, No 2, 2--17. (ISBN4-87243-086-7, SEG , Tokyo).
1.4       noro      113: \bibitem{kan}
                    114: Takayama, N.,
                    115: {\em Kan: A system for computation in
                    116: algebraic analysis,} 1991 version 1,
                    117: 1994 version 2, the latest version is 2.991106.
1.9       takayama  118: \htmladdnormallink{ftp://ftp.math.kobe-u.ac.jp/pub/kan}{ftp://ftp.math.kobe-u.ac.jp/pub/kan}
1.4       noro      119: \bibitem{phc}
                    120: Verschelde, J.,
                    121: PHCpack: A general-purpose solver for polynomial systems by
                    122: homotopy continuation.  ACM Transaction on Mathematical Softwares, 25(2)
                    123: 251-276, 1999.
                    124: \bibitem{iamc}
                    125: Wang, P.,
                    126: Design and Protocol for Internet Accessible Mathematical Computation.
                    127: Technical Report ICM-199901-001, ICM/Kent State University, 1999.
1.8       takayama  128: \bibitem{xml}
                    129: XML
1.10      takayama  130: \htmladdnormallink{\tt http://www.w3c.org}{http://www.w3c.org}
1.1       noro      131: \end{thebibliography}
                    132: */
                    133:
                    134: /*&C
                    135: \bigbreak
                    136: \bigbreak
                    137: \bigbreak
                    138:
                    139: \small{
                    140: \noindent
                    141:     \rightline{ Masayuki Noro,}
1.8       takayama  142:     \rightline{ FUJITSU LABORATORIES LTD., Kawasaki, Japan; (by Aug., 2000)}
1.4       noro      143:  \rightline{{\tt noryo@flab.fujitsu.co.jp}}
1.8       takayama  144:    \rightline{Current Address: Department of Mathematics, Kobe University,
                    145:                Rokko, Kobe, 657-8501, Japan;}
                    146: \rightline{{\tt noro@math.kobe-u.ac.jp}}
1.1       noro      147:
                    148: \vskip .5cm
                    149:
                    150: \noindent
                    151:     \rightline{ Nobuki Takayama,}
                    152:    \rightline{Department of Mathematics, Kobe University,
                    153:                Rokko, Kobe, 657-8501, Japan;}
                    154: \rightline{{\tt takayama@math.kobe-u.ac.jp}}
                    155: }
                    156:
                    157: \end{document}
                    158: */

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