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

Diff for /OpenXM/doc/Attic/genkou19991125.tex between version 1.116 and 1.117

version 1.116, 1999/12/29 09:21:34 version 1.117, 1999/12/30 14:21:34
Line 1 
Line 1 
 \documentclass{jarticle}  \documentclass{jarticle}
   
 %% $OpenXM: OpenXM/doc/genkou19991125.tex,v 1.115 1999/12/28 18:47:12 tam Exp $  %% $OpenXM: OpenXM/doc/genkou19991125.tex,v 1.116 1999/12/29 09:21:34 tam Exp $
   
 \usepackage{jssac}  \usepackage{jssac}
   
Line 475  MP は既存の contorl integration に対して補完的役割を果
Line 475  MP は既存の contorl integration に対して補完的役割を果
   
 MP では数式を構文木の一種(annotated syntax tree)と捉える.  annotated  MP では数式を構文木の一種(annotated syntax tree)と捉える.  annotated
 syntax tree には数学的な意味を保ったまま表現されているという特徴がある  syntax tree には数学的な意味を保ったまま表現されているという特徴がある
 (この点は OpenMath と似ている).  MP が提供する共通表現とは, この構文木  (この点は OpenMath と似ている).  MP が提供する共通表現とは, この構文木の
 のバイナリエンコーディング, つまりバイト列での表現のことである.  この  バイナリエンコーディング, つまりバイト列での表現のことである.  MP の定義
 MP の定義する表現はバイト列の長さが最適化されている.  また, バイトオー  する表現ではバイト列の長さが最適化されている.  また, バイトオーダーの選
 ダーの選択も可能である(\ref{sec:messages} 節参照のこと).  択も可能である(\ref{sec:messages} 節参照のこと).
   
 このプロジェクトでは C 言語および GNU Common Lisp で実装を行なっている.  このプロジェクトでは C 言語および GNU Common Lisp で実装を行なっている.
 C 言語による実装(MP-C ライブラリ)は上記のウェブページから収得可能であ  C 言語による実装(MP-C ライブラリ)は上記のウェブページから収得可能である.
 る.  このライブラリを用いて通信を行なうには, なんらかの control  このライブラリを用いて通信を行なうには, なんらかの control integration
 integration が必要である.  control integration としては, ソケット,  が必要である.  control integration としては, ソケット, MPI, PVM などが利
 MPI, PVM などが利用できる.  用できる.
   
 \item MCP (Mathematical Computation Protocol)  \item MCP (Mathematical Computation Protocol)
   

Legend:
Removed from v.1.116  
changed lines
  Added in v.1.117

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