|
MathCalc 2.1
|
Scientific calculator and function plotter. Logic operators. 10 constant memories. Automatic bracket completion. Three angle units. Square and cubic roots.Trig. functions. Hyperbolic functions. Logarithm. Numerical integration. Combinations and permutations. Plot functions: linear and logarithmic plots. Parametric plots. Multiple plots in one window. Zoom function. Printing function. Export to clipboard. Function value at mouse position.
Function, you no longer need to implement those ugly native methods. Instead, you extend and instantiate xFunction classes to create conventional Java objects representing external functions, data structures, pointers, and callbacks. All necessary data conversions and external function calls are done seamlessly by the xFunction library. Using xFunction, you may invoke any operating system API call or function from any DLL or shared library in a natural
external function, native method, java, code reuse, shared library
Function, you no longer need to implement those ugly native methods. Instead, you extend and instantiate xFunction classes to create conventional Java objects representing external functions, data structures, pointers, and callbacks. All necessary data conversions and external function calls are done seamlessly by the xFunction library. Using xFunction, you may invoke any operating system API call or function from any DLL or shared library in a natural
external function, native method, java, code reuse, shared library
Function, you no longer need to implement those ugly native methods. Instead, you extend and instantiate xFunction classes to create conventional Java objects representing external functions, data structures, pointers, and callbacks. All necessary data conversions and external function calls are done seamlessly by the xFunction library. Using xFunction, you may invoke any operating system API call or function from any dynamic library in a natural
external function, native method, java, code reuse, dynamic library, shared library
function graphing. 2D function graphs can be plotted in Cartesian and polar coordinate systems .Equation grapher is an easy-to-use software for 2D function graphing. 2D function graphs can be plotted in Cartesian and polar coordinate systems .Equation grapher is an easy-to-use software for 2D function graphing. 2D function graphs can be plotted in Cartesian and polar coordinate systems .Equation grapher is an easy-to-use software for 2D function
functions very simple. To consume exported DLL functions you need 1.Identify functions in DLLs. Minimally, you must specify the name of the function and name of the DLL that contains it. 2.Create a class to hold DLL functions. You can use an existing class, create an individual class for each native function, or create one class that contains a set of related native functions. This class should extend CNativeLibrary. Use the annotation ImportLibrary