| Title | Posted By | Posted Date |
| Simple Expression Parser in Cplusplus | Lenin | 11 Nov 2009 |
This project is completely written in Cplusplus programming language that deals with the first version of the parser.simple expression parser is an open source project that is designed to evaluate the expressions that consists of constants, operators and parentheses only. Expressions containing variables are not accepted in this task and is based on the object oriented expression parser.
This online project on parser is familiar among the cplusplus programmers.
|
| Determination of Sulphate by Gravimetric method: | Prabha Kishore | 11 Nov 2009 |
Gravimetric method for sulfate determination in water sample
|
| Determination of nitrate by phenoldisulphonic method: | Prabha Kishore | 11 Nov 2009 |
Method for Nitrate determination using PDA.
|
| Determination of fluoride by SPADNS method | Prabha Kishore | 11 Nov 2009 |
Principle: Under the acidic conditions, fluorides react with zirconium SPADNS solution and colour of SPADNS reagent [Sodium 2-(p-sulphophenylazo)-1,8-dihydroxy-3,6-naphthalene disulphonate] gets bleached. Bleaching is a function of fluoride ions and is directly proportional to the concentration of fluoride ions.
|
| Estimation of Sodium using Flame photometer | Prabha Kishore | 10 Nov 2009 |
sodium, potassium, calcium and lithium and other common elements impart characteristic colours with the bunsen flame. the intensity of the coloured flame varies with the amount of element introduced. this forms the basis of flame photometry.
When a solution containing a compound of the metal to be investigated is aspirated into a flame, the following processes occur.
i) Solvent evaporates leaving behind a solid residue.
ii) Vapourisation of the solid coupled with dissociation into its constit
|
| color palette | gowri shankar | 08 Nov 2009 |
color palette using java platform
|
| PROGRAM TO FIND SMMALEST NO. FROM AN ARRAY USING TEMPLATE FUNCTION. | Piyush | 30 Oct 2009 |
This program will find the smallest no. entered by the user in an array using template function in C++.
|
| PROGRAM TO FIND THE ROOTS OF EQ. ax^2 + bx + c = 0 . | Piyush | 30 Oct 2009 |
This Program will Find the roots of a quadratic equation.
|
| Involute gear profile error detector | Prakash k | 22 Oct 2009 |
The primary aims of the project it to check the involute profile error by applying the basic principle of involute generation. our effort doesn't end with checking the profile error. behind this we have a great motive in fabricating are invovled checker at a cheaper cost that call be easily affordable by common manufacturer.
Involute profile error in a gear and other circular components results in eccentricity which produces great voice and transmission error while meshing of gears and gear failure etc
|
| Grow a plant in bottle and emergence of root from plant cut stem | Aroma | 18 Oct 2009 |
When plant twigs cut into pencil length and width and put in the clear water, the roots are emerged from the twig and it grows as new plants.
|
| TOKEN SEPARATION | RoseNinja | 15 Oct 2009 |
Separating the tokens from the given string of expressions
|
| FIRST COME FIRST SERVE SCHEDULING | RoseNinja | 15 Oct 2009 |
This program is used to assign resources to the process which comes first.
|
| Telephone Directory in C++ | prakash bhatnager | 06 Oct 2009 |
Telephone Directory in C++
|
| Chemical Tests for Water | madhusmita | 16 Sep 2009 |
The Bureau of Indian Standards (BIS) has set some limits for the presence of chemicals in drinking water. To check the amount of different chemicals in water, some tests are done.
|
| Project to Compute the Marks and the Grades in ABAP | VELU S | 14 Sep 2009 |
Project to Compute the Marks and the Grades in ABAP
|
| Using System Fields along with Case Statements | VELU S | 14 Sep 2009 |
Adding Additional System Fields with case Statements in ABAP
|
| Program to short the array using the bubble sort in c | R.K. GURU | 12 Sep 2009 |
PROGRAM TO SORT THE ARRAY USING THE BUBBLE SORT in c language
|
| Screen Programming Project - SAP | VELU S | 12 Sep 2009 |
A Simple dinamically changing Calculation on Screen Programming in SAP using Call Screen Methodologies
|
| Module Pool Mathematical Calculation in ABAP-SAP | VELU S | 12 Sep 2009 |
Simple Program using Advance Business Application Programming on Addition, Subtraction multiplication and Division.
|
| Dynamic < Run Time > Memory Allocation | PRITESH | 06 Sep 2009 |
Example of Runtime Memory allocation using MALLOC() & CALLOC()
STRCTURE
|
| Program on Maximum Precipitation Intensity – Duration Relation: | pankaj agarwala | 31 Aug 2009 |
C++ program on Maximum Precipitation Intensity – Duration Relation::for civil students
|
| GENERAL WORKING OF A THERMAL POWER STATION | vilas | 31 Aug 2009 |
Dear friends,
here you get idea about how thermal powerstation works.
|
| infix to postfix without parenthesis | PRITESH | 30 Aug 2009 |
write a C progrramme to convert infix into postfix without parenthesis
|
| BOILER EFFICIENCY | vilas | 29 Aug 2009 |
how boiler effectively works?
|
| A Real Dictionary using TRIES Data Structure | Saurabh | 29 Aug 2009 |
This project is a true implementation of the Dictionary unlike the Binary search tree. It works on the same principle of finding words as we humans Do.
|
| STACK | PRITESH | 27 Aug 2009 |
C programme to add element , remove , finding , display ,
called Push ,Pop ,Peep ,Change ,Display
|
| KNAPSACK PROBLEM | Rashina | 26 Aug 2009 |
Definition: Given items of different values and volumes, find the most valuable set of items that fit in a knapsack of fixed volume.
fractional knapsack problem(classic problem) :
Given materials of different values per unit volume and maximum amounts, find the most valuable mix of materials which fit in a knapsack of fixed volume. Since we may take pieces (fractions) of materials, a greedy algorithm finds the optimum. Take as much as possible of the material that is most valuable per unit volume.
|
| Define a structure data type named 'date' containing three integer members day, month and year. Deve | Dhananjoy Chakraborty | 25 Aug 2009 |
@ To read data into structure members by a function
@ To validate the date entered by another function
@ To print the date in format May 10,2004 by a function
The input should be three integers( day,month and year). In case of invalid data like 41 4 2004 , the output will be 'April has only 30 days.
|
| WORKING OF UNICAST,MULTICAST,BROADCAST SESSIONS | Rashina | 23 Aug 2009 |
Unicast messaging is used for all network processes where a private or unique resource is requested making most networking traffic Unicast in form. Unicast is used where two way connections are needed to complete the network transaction.Multicast servers can support a larger audience by serving content simultaneously to multiple users.
|
| Merge Sort | Rashina | 23 Aug 2009 |
Divide the array into two halves till single element array is reached.
Merge two sorted sub arrays into a single sorted array
Repeat till all elements are merged into a single array
|
| Writing Data in a File | Rashina | 23 Aug 2009 |
Initializing a file pointer and check for the condition to open and write a file.
|
| DESIGNING OF PAINT BRUSH USING JAVA | Rashina | 21 Aug 2009 |
A top-level window can have a menu bar associated with it. A menu bar displays a list of top-level menu choices. Each choice is associated with a drop-down menu. This concept is implemented in Java by the following classes: MenuBar, Menu, and MenuItem.
|
| Depth First Search-Traversal | Rashina | 21 Aug 2009 |
Produces a sorted list by in-order traversal.
More complex but gives O(log n) behaviour in dynamic cases
|
| simple C Loop | Dhananjoy Chakraborty | 21 Aug 2009 |
Evaluate the following expression S=1+ x + x^2 +x^3+....+x^n
|
| Calender (2) using C++ | Dhananjoy Chakraborty | 21 Aug 2009 |
THIS PROGRAM WILL DISPLAY CALENDER OF ANY
PARTICULAR MONTH OF ANY YEAR SPECIFIED
BY THE USER (AFTER 2003)
|
| calender using C++ | Dhananjoy Chakraborty | 21 Aug 2009 |
THIS PROGRAM WILL DISPLAY CALENDER FROM
1st JANUARY 2003 TO 31st DECEMBER OF ANY YEAR
AS PER THE USER
|
| PROGRAM ON VIRTUAL FUNCTION (C++) | Dhananjoy Chakraborty | 21 Aug 2009 |
use of virtual function in C++
|
| Dijkstra’s Algorithm | Rashina | 20 Aug 2009 |
Finding the shortest path from a source to a destination.
Surprisingly,While finding the shortest path from a source to one destination,
we can find the shortest paths to all over destinations as well!
Common algorithm for single-source shortest paths is due to Edsger Dijkstra
|
| Stack using double linked list | Dhananjoy Chakraborty | 20 Aug 2009 |
Stack using doubly linked list – create stack , push items in it and pop items from it.
|
| Braeking a linked list as per requirements | Dhananjoy Chakraborty | 20 Aug 2009 |
Create a linear linked list and break it into number of lists as per requirements of the user
|
| Data structure through C | Dhananjoy Chakraborty | 20 Aug 2009 |
Program to display a linked list from front side and reverse side
|
| Game Application | Rashina | 20 Aug 2009 |
Designing Game Application using VB code.
VERSION 5.00
Object = "{22D6F304-B0F6-11D0-94AB-0080C74C7E95}#1.0#0"; "msdxm.ocx"
Begin VB.Form Form1
|
| Calculator | Rashina | 20 Aug 2009 |
Designing a simple calculator using JAVA code
|
| linked list | Dhananjoy Chakraborty | 19 Aug 2009 |
deletion of a specific location
|
| linked list | Dhananjoy Chakraborty | 19 Aug 2009 |
deletion of last node
|
| linked list | Dhananjoy Chakraborty | 19 Aug 2009 |
deletion of a node
|
| linked list | Dhananjoy Chakraborty | 19 Aug 2009 |
insertion of a node at specific location
|
| linked list | Dhananjoy Chakraborty | 19 Aug 2009 |
insertion of a new node at last location
|
| link list | Dhananjoy Chakraborty | 19 Aug 2009 |
A C program with suitable functions to insert an element at the beginning of a linked list and delete an element at the end using avail list. :-
|
| circular queue | Dhananjoy Chakraborty | 19 Aug 2009 |
Using header node
|