Annotation of OpenXM/doc/OpenXM-specs/OpenXM.tex, Revision 1.21
1.21 ! takayama 1: %% $OpenXM: OpenXM/doc/OpenXM-specs/OpenXM.tex,v 1.20 2005/03/04 03:49:47 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
1.21 ! takayama 37: point numbers. {\tt CMO\_64BIT\_MACHINE\_DOUBLE} \\
! 38: 2016-08-22: Added a description on the bigfloat32. Old bigfloat is removed.
! 39: Refer to codes of oxpari.
1.19 takayama 40: */
41:
42:
43:
44: /*&jp
45:
46:
47: \noindent
1.20 takayama 48: 2004-3-8: 新しい SM コマンド {\tt SM\_executeFunctionWithOptionalArgument} を加えた. \\
49: 2005-3-4: 浮動小数点数を送るための byte order negotiation についての
1.21 ! takayama 50: 記述を加えた. {\tt CMO\_64BIT\_MACHINE\_DOUBLE} \\
! 51: 2016-08-22: bigfloat32 の記述を加えた. 古い bigfloat の記述は削除した.
! 52: oxpari のコードも参照.
1.19 takayama 53: */
54:
55: \bigbreak
56:
57:
1.13 ohara 58: \newpage
59: \tableofcontents
60: \newpage
1.1 noro 61: \def\noroa#1{ }
62: \def\remove#1{ }
1.7 takayama 63:
64: //&C \noindent Draft for protocol version 1.1.3. \\
65: //&C 1.1.3 is encoded as 001001003 in mathcap. \\
1.19 takayama 66:
1.1 noro 67:
68: /*&jp
69: {\tt kxx/openxxx.tex}. {\bf Draft} 1997, 11/20 --- .
70: この文書は open XM の設計用のメモとしての役目もあるので,
71: 一部のファイル名は開発者のみが参照できる.
72: */
73:
74: /*&C
75: \input{introduction}
76: \input{cmo-basic0}
77: \input{formal-expression}
78: \input{communication-model}
79: \input{stackmachine}
80: \input{project}
81: \input{control}
82: \input{start-session}
83: \input{string-expression}
84: \input{cmo-basic1}
85: \input{ox-localdata}
86: \input{error}
87: \input{redefine}
88: \input{implementation}
89: \input{howtowrite}
90: \input{cmo-register}
1.3 noro 91: %\input{appendix}
1.1 noro 92: \input{library}
93: */
94:
95: /*&C
96:
97: \begin{thebibliography}{99}
1.4 noro 98: \bibitem{GKW}
99: Gray, S., Kajler, N. and Wang, P. S.,
100: Design and Implementation of MP, a Protocol for Efficient
101: Exchange of Mathematical Expressions,
102: {\sl Journal of Symbolic Computation}, 1996.
103: \bibitem{gap}
104: Linton, S. and Solomon, A.,
105: OpenMath, IAMC and {\tt GAP},
106: preprint, 1999.
107: \bibitem{asir}
108: Noro, M. et al.,
109: A Computer Algebra System {\tt Risa/Asir}, 1993, 1995, 2000\\
1.9 takayama 110: \htmladdnormallink{ftp://archives.cs.ehime-u.ac.jp/pub/asir2000/}{ftp://archives.cs.ehime-u.ac.jp/pub/asir2000/}
1.18 takayama 111: \bibitem{openmath} \htmladdnormallink{{\tt http://www.openmath.org}}{http://www.openmath.org}
112: \bibitem{openxxx} \htmladdnormallink{{\tt http://www.math.kobe-u.ac.jp/OpenXM}/}{http://www.math.kobe-u.ac.jp/OpenXM/} \rm
1.1 noro 113: \bibitem{openasir-intro} Ohara, Takayama, Noro: Introduction to Open Asir ,
114: 1999, (in Japanese),
1.9 takayama 115: Suushiki-Shyori, Vol 7, No 2, 2--17. (ISBN4-87243-086-7, SEG , Tokyo).
1.4 noro 116: \bibitem{kan}
117: Takayama, N.,
118: {\em Kan: A system for computation in
119: algebraic analysis,} 1991 version 1,
120: 1994 version 2, the latest version is 2.991106.
1.9 takayama 121: \htmladdnormallink{ftp://ftp.math.kobe-u.ac.jp/pub/kan}{ftp://ftp.math.kobe-u.ac.jp/pub/kan}
1.4 noro 122: \bibitem{phc}
123: Verschelde, J.,
124: PHCpack: A general-purpose solver for polynomial systems by
125: homotopy continuation. ACM Transaction on Mathematical Softwares, 25(2)
126: 251-276, 1999.
127: \bibitem{iamc}
128: Wang, P.,
129: Design and Protocol for Internet Accessible Mathematical Computation.
130: Technical Report ICM-199901-001, ICM/Kent State University, 1999.
1.8 takayama 131: \bibitem{xml}
132: XML
1.10 takayama 133: \htmladdnormallink{\tt http://www.w3c.org}{http://www.w3c.org}
1.1 noro 134: \end{thebibliography}
135: */
136:
137: /*&C
138: \bigbreak
139: \bigbreak
140: \bigbreak
141:
142: \small{
143: \noindent
144: \rightline{ Masayuki Noro,}
1.8 takayama 145: \rightline{ FUJITSU LABORATORIES LTD., Kawasaki, Japan; (by Aug., 2000)}
1.4 noro 146: \rightline{{\tt noryo@flab.fujitsu.co.jp}}
1.8 takayama 147: \rightline{Current Address: Department of Mathematics, Kobe University,
148: Rokko, Kobe, 657-8501, Japan;}
149: \rightline{{\tt noro@math.kobe-u.ac.jp}}
1.1 noro 150:
151: \vskip .5cm
152:
153: \noindent
154: \rightline{ Nobuki Takayama,}
155: \rightline{Department of Mathematics, Kobe University,
156: Rokko, Kobe, 657-8501, Japan;}
157: \rightline{{\tt takayama@math.kobe-u.ac.jp}}
158: }
159:
160: \end{document}
161: */
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>