
|
Go to the first, previous, next, last section, table of contents.
- ox_select(nlist[,timeout])
-
:: ÆÉ¤ß½Ð¤·²Äǽ¤Ê¥×¥í¥»¥¹¤Î¼±Ê̻ҤòÊÖ¤¹.
- return
-
¥ê¥¹¥È
- nlist
-
¿ô (»Ò¥×¥í¥»¥¹¼±ÊÌ»Ò) ¤Î¥ê¥¹¥È
- timeout
-
¿ô
-
¼±Ê̻ҥꥹ¥È nlist ¤Î¥×¥í¥»¥¹¤Î¤¦¤Á´û¤Ë½ÐÎϤòÊÖ¤·¤Æ¤¤¤ë
¥×¥í¥»¥¹¤Î¼±Ê̻ҥꥹ¥È¤òÊÖ¤¹.
-
Á´¤Æ¤Î¥×¥í¥»¥¹¤¬ RUN ¾õÂ֤ΤȤ, ¤¤¤º¤ì¤«¤Î¥×¥í¥»¥¹¤Î½ªÎ»¤òÂÔ¤Ä.
⤷, timeout ¤¬»ØÄꤵ¤ì¤Æ¤¤¤ë¾ì¹ç, timeout ÉäÀ¤±ÂÔ¤Ä.
-
ox_push_cmd() ¤Ç SM_popCMO ¤¢¤ë¤¤¤Ï
SM_popSerializedLocalObject ¤òÁ÷¤Ã¤Æ¤ª¤, ox_select() ¤Ç
ready ¾õÂÖ¤Î¥×¥í¥»¥¹¤òÄ´¤Ù¤Æox_get() ¤¹¤ë¤³¤È¤Ç,
ox_pop_local() , ox_pop_cmo() ¤ÇÂÔ¤Á¾õÂÖ¤ËÆþ¤ë¤Î¤òËɤ°¤³¤È¤¬
¤Ç¤¤ë.
ox_launch();
0
[220] ox_launch();
1
[221] ox_launch();
2
[222] ox_rpc(2,"fctr",x^500-y^500);
0
[223] ox_rpc(1,"fctr",x^100-y^100);
0
[224] ox_rpc(0,"fctr",x^10-y^10);
0
[225] P=[0,1,2];
[0,1,2]
[226] map(ox_push_cmd,P,258);
[0,0,0]
[227] ox_select(P);
[0]
[228] ox_get(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]]
- »²¾È
-
section
ox_pop_cmo , ox_pop_local , section ox_push_cmd , ox_sync , section ox_get
Go to the first, previous, next, last section, table of contents.
|