PCalc for Java 1.0 review (mobile)

Add to Watch List

Programming calculator.

License: Freeware
OS: Java
File size: 50K
Developer: Konstantin Knizhnik      
Price: $0.00
User Rating:  

0 stars award from rbytes.net

PCalc for Java 1.0 is calculator software developed by Konstantin Knizhnik.
Programming calculator. You can write programs for stack machine (with simplified Java like instruction set). Program consists of one or more procedure which can be nested. It is possible to access variables of top procedure (like in Pascal). You can execute program ste-by-step and inspect stack and variables in debugger. Input of commands and thier operands is optimized for mobile phone. This calculator is using floating point arithmetic with quadra precision (64 bits for both mantissa and exponent) implemented by Nikolay Klimchuk.
Here are some key features of "PCalc for Java":

  • PCalc keeps in database all your programs. A program consists of main procedure and may be some subprocedures. Program may have input parameters. The values of these parameters will be asked when program is started. Access to the parameters is performed using input instruction.
  • PCalc provides stack-based language (like Forth). Operands are pushed on stack and operations are performed with top elements of the stack. Temporary results also can be stores in local variables (of self or outer procedure). Stack is also used to pass parameters to procedures and return values. Content of stack after return from main procedure is treated as program result. It is also possible view values of variables of main procedure (if program should return many results it is more convenient to store them in local variables).
  • PCalc provides the following groups of instructions: load/store, operators, functions, control flow. Instructions of first three groups do not require extra explanation. Control flow instructions includes procedure call, return, conditional (IF) and unconditional (GOTO) branches. IF transforms control to the specified label if value on stack is zero. Label for these instruction is specified by selecting instruction in the list. Please notice, that when you are inserting new branch instruction it is not yet present in the list.
  • PCalc provides wide editing capabilities. It is possible to add/remove/rename any variable/parameter/function. The only restriction is that it is not possible to remove entity which is used. It is also possible to move label (adjusting all branch instruction referencing this label) or change target of particular branch instruction.
  • PCalc allows to introduce new variable only when you are specifying operand for STORE. Operand of load method is selected from the list of available variables. It somehow prevents programmer from using uninitialized variables.

    Requirements:
  • Java compatible
    This calculator software is freeware, which means you can download and use PCalc for Java 1.0 absolutely free. There's no need to buy the product. PCalc for Java 1.0 supports english interface languages and works with Java.

    Downloading PCalc for Java 1.0 will take several seconds if you use fast ADSL connection.


    Download

    • 100mbit/s dedicated server
    • 100% availability


    Latest User Reviews

    Write a PCalc for Java Review

    Please register to submit reviews. Registration will grant you access to a number of features and capabilities otherwise unavailable.

    PCalc for Java related software

    • APCalc 4.35
      Advanced Programmable Calc, Color or B/W, Subroutines, Variables, conditional branching (labels), looping, comparison (==, !=, ), scientific, financial (N, I, PV, FV, PMT), Graphing without programming, base conversion (2-36), , 64 bit floating point, degree/radian modes, programmability, store and recall functions, input prompting, output labels, internal program database, and more.
    • EasyCalc 1.24
      Scientific Calculator with trigonometric funcs, complex numbers, graphs, unlimited number of variables, degree/radian mode, HEX/OCT/BIN/DEC conversions and more.
    • MyCalcC (Palm OS) 1.0
      Create your own special function calculator! MyCalcC simulates a programmable scientific calculator on the PDA.