Go to the first, previous, next, last section, table of contents.


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
参照
section ox_rpc, ox_cmo_rpc, ox_execute_string, section ox_pop_cmo, ox_pop_local, section ifplot, conplot, plot, plotover


Go to the first, previous, next, last section, table of contents.