Up to [local] / OpenXM / src / ox_maple
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Fri Oct 18 01:33:08 2013 UTC (11 years, 2 months ago) by iwane
Branch: MAIN
CVS Tags: RELEASE_1_3_1_13b,
HEAD
Changes since 1.5: +6 -5
lines
Diff to previous 1.5 (colored)
fixed compile errors
Revision 1.5 / (download) - annotate - [select for diffs], Fri Sep 19 13:01:05 2008 UTC (16 years, 3 months ago) by iwane
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_2_3_12
Changes since 1.4: +42 -5
lines
Diff to previous 1.4 (colored)
OpenXM Maple server
Revision 1.4 / (download) - annotate - [select for diffs], Wed Jul 20 13:02:23 2005 UTC (19 years, 5 months ago) by ohara
Branch: MAIN
CVS Tags: KNOPPIX_2006,
DEB_REL_1_2_3-9
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
fixed
Revision 1.3 / (download) - annotate - [select for diffs], Fri Jul 2 13:10:43 2004 UTC (20 years, 5 months ago) by takayama
Branch: MAIN
CVS Tags: RELEASE_1_2_3
Changes since 1.2: +7 -3
lines
Diff to previous 1.2 (colored)
A sample implementation to call ox_asir from Maple. Ctrl-C is handled by a heuristic way. See comments in the source codes. Example: maple read `simple2.ml`; ox_start_asir(); ox_execute_string("fctr(x^1000-y^1000");"); ox_pop_string(); ctrl-C ===> ox_asir is restarted. ox_execute_string("1+2;"); ox_pop_string();
Revision 1.2 / (download) - annotate - [select for diffs], Sat Jun 26 13:19:01 2004 UTC (20 years, 6 months ago) by ohara
Branch: MAIN
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
fixed
Revision 1.1 / (download) - annotate - [select for diffs], Mon Jun 21 12:46:04 2004 UTC (20 years, 6 months ago) by takayama
Branch: MAIN
A sample implementation of calling ox servers from maple. It uses ox_toolkit.