Languages Java Data Structures  

Expression Evaluating Calculator

download download  
important code information
author:
Kh. Mahmudul Alam
minimum requirements:
Expression Evaluating Calculator description

It evaluates the normal infix form expression " ((101+2)*137)%3+(5*(6+7/2)) "


File List:
expression/0b
expression/ArrStack.class1Kb
expression/ArrStack.java1Kb
expression/DoubleStack.class1Kb
expression/DoubleStack.java1Kb
expression/Expression.class5Kb
expression/Expression.java7Kb
expression/ExpressionEvaluation.class4Kb
expression/ExpressionEvaluation.java5Kb
expression/ExpressionPostfix.class3Kb
expression/ExpressionPostfix.java3Kb
expression/Node.class2Kb
expression/Node.java2Kb

Similar code
Linked Tree (Popularity: ) : Implementation of a Tree. Nodes are classes with references to the parent, an object contained and a linkedlist storing the children of the nodes. Several ways of traversing the tree are offered.
Binary Trees Simple String Example (Popularity: ) : A very simple binary tree's example i made while trying to get the hang of it all. Shows how to add a String to the binary tree using an iterative and recursive method :)

Building and searching a binary tree (Popularity: ) : This a a binary tree build from scratch. Input from the keyboard are storet in it, and suggestions, already in the tree, appears when writing.
File Allocation Table Simulator (Popularity: ) : This application is basically a simple simulation of 'how' the windows FAT32 works. How FAT32 organizes it's clusters, files, and directories and to simulate how does cluster fragmentation happen and how it can be resorted. This app has a basic ...
Priority Queue in Java (Popularity: ) : Implementation and short usage example of using Priority Queue in Java. Written as an exercise of Algorithmical Programming 1 course in Bar-Ilan Univercity, ISRAEL. Feel free to use it.
Using ArrayList (Popularity: ) : Shows beginners how to use Array List of Java.Util Package. Dynamicity is not shown,but altering the list is shown user-actively.
EnumSuper 'family' of type-safe enumerations (Popularity: ) : Java is missing the type-safe "enum" capability of C++ and Pascal. This software implements a reasonable, practical approach for an application to declare/define a "family" of typesafe enums, such as Color, Gender, Progress, etc.
List Creator (SMSCs) (Popularity: ) : You type in a String such as. 4x Where ever theres a pronumeral instead of a number, all possible combinations are found. For the above example 4x would give you 40, 41, 42, 43, 44, 45, 46, 47, 48 and ...
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 86
version 1.1
size in Kb 15
popularity   1325/7913374
user rating 3/10
ad


New Code
Popular Code