[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

7.5.1 ox_launch, ox_launch_nox, ox_shutdown

ox_launch([host[,dir],command])
ox_launch_nox([host[,dir],command])
:: 遠隔プロセスの起動および通信を開始する.
ox_shutdown(id)
:: 遠隔プロセスを終了させ, 通信を終了する.

return
整数
host
文字列または 0
dir command
文字列
id
整数

 
[219] ox_launch();
0
[220] ox_rpc(0,"fctr",x^10-y^10);      
0
[221] ox_pop_local(0);
[[1,1],[x^4+y*x^3+y^2*x^2+y^3*x+y^4,1],
[x^4-y*x^3+y^2*x^2-y^3*x+y^4,1],[x-y,1],[x+y,1]]
[222] ox_shutdown(0);    
0

参照
7.5.5 ox_rpc, ox_cmo_rpc, ox_execute_string, 7.5.8 ox_pop_cmo, ox_pop_local, 7.5.15 ifplot, conplot, plot, polarplot, plotover



This document was generated by root on March, 5 2004 using texi2html