MathStudio on Mobile - 1. Equipped programming language called direct C++(OOP style, see sample code).
2. Support Intel strongarm,xscale,pxa series arm core processor.
3. Support WM2002,WM2003 WinCE based OS(mfcce300).
4. Support MathStudio on PC which is algorithm development IDE Application.
You can download MathStudio on PC in www.taesungsoft.com.
Product Feature and Usage Scenario.
You can edit complex algorithm in MathStudio on PC and Transfer it to MathStudioon Mobile.
You can download MathStudio on PC on our web site ,there exists evaluation version.
To get MathStudio on PC full version , first purchase MathStudio on Mobile in Handangoweb site and register on our web site and we will send you product key of MathStudio on PC to your handango email address.
MathStudio on Mobile and MathStudioon PC are equal in features except only compilation (half compile or modulation of your source file).
MathStudio has variable size floating point arithmetic library , so it support up to 50-size floating value.
Math/Language Samples exist in ?My DocumentsMathStudio? directory.
We made Direct C++ language grammer like java/c++.
Direct C++ has features such as function polimorphism and class inheritance like java.
1. function and constant expression edit mode.
2. file edit mode
Default mode is 1.
* special button
1.Lk : toggle edit window size.
2. P : enter file edit mode.
3. D : degree
4. R : radian
5. M+ : save result to internal variable(push)
6. M- : delete value from internal variable(pop)
7. V : list internal variable(_var0 ~ _var9)
Edit EXPRESSION.
Constant expression edit without local variable.
User can use internal variable.
FUNCTION EDIT.
When user must use local variable , function define and body needed.
User can save his own function and
view in graph window and can load his function later.
Load Internal classe and user defined class names.
Edit table and save to file, and
include this file in include file window, so that you can access to table array variable.
Usefull when statistics and matrix table edit.
Graph Analysis
Internal variable list.
File edit mode
press ?P’ button to enter file edit mode and
you can access file open/save/close menu.
User save his own function in file
User can make his own tools and open it by ?T’ button.
|