New Member FAQ | Forums | Earn Revenue


Resources Entrance Ask Experts Exam Papers Jobs English Projects Universities Colleges Courses Schools Training My India



My Profile
Active Members
TodayLast 7 Days more...



Awards & Gifts
Online Exams

Fresher Jobs


Our fresher job section is exclusively for fresh graduates! Find jobs for freshers in major Indian cities including Bangalore, Chennai, Hyderabad, Pune or Kochi

Resources


Find educational articles, blogs, discussion threads and other resources.

Colleges


Find details about any college in India or search for courses.

website counter


School & College Projects

Engineering Projects   |  College Projects   |  School Projects
MCA Projects   |  MBA Projects   |


You can find school projects, engineering projects and various science club activities for higher secondary and high school students. Feel free to browse through the available projects and learn from them.

Also, you can download college projects like MCA projects, MBA projects or any other kind of academic projects.

Submit projects and earn revenue

You can earn revenue from Google AdSense revenue sharing program by submitting your academic projects from schools or colleges.







School Projects

BotanyChemistryMathematicsPhysics
Zoology

Engineering Projects

Architectural EngineeringCivil EngineeringElectrical EngineeringElectronics Engineering
Mechanical Engineering

Computer Projects

Engineering MCA

MBA Projects

General MBA


Post Project and earn revenue.      Show By Status: New Submissions   Pending   Deleted   Approved   
TitlePosted ByPosted Date
Simple Expression Parser in CplusplusLenin11 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 Kishore11 Nov 2009
Gravimetric method for sulfate determination in water sample

Determination of nitrate by phenoldisulphonic method:Prabha Kishore11 Nov 2009
Method for Nitrate determination using PDA.

Determination of fluoride by SPADNS methodPrabha Kishore11 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 photometerPrabha Kishore10 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 shankar08 Nov 2009
color palette using java platform

PROGRAM TO FIND SMMALEST NO. FROM AN ARRAY USING TEMPLATE FUNCTION.Piyush30 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 .Piyush30 Oct 2009
This Program will Find the roots of a quadratic equation.

Involute gear profile error detectorPrakash k22 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 stemAroma18 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 SEPARATIONRoseNinja15 Oct 2009
Separating the tokens from the given string of expressions

FIRST COME FIRST SERVE SCHEDULINGRoseNinja15 Oct 2009
This program is used to assign resources to the process which comes first.

Telephone Directory in C++prakash bhatnager06 Oct 2009
Telephone Directory in C++

Chemical Tests for Watermadhusmita 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 ABAPVELU S14 Sep 2009
Project to Compute the Marks and the Grades in ABAP

Using System Fields along with Case StatementsVELU S14 Sep 2009
Adding Additional System Fields with case Statements in ABAP

Program to short the array using the bubble sort in c R.K. GURU12 Sep 2009
PROGRAM TO SORT THE ARRAY USING THE BUBBLE SORT in c language

Screen Programming Project - SAPVELU S12 Sep 2009
A Simple dinamically changing Calculation on Screen Programming in SAP using Call Screen Methodologies

Module Pool Mathematical Calculation in ABAP-SAPVELU S12 Sep 2009
Simple Program using Advance Business Application Programming on Addition, Subtraction multiplication and Division.

Dynamic < Run Time > Memory AllocationPRITESH06 Sep 2009
Example of Runtime Memory allocation using MALLOC() & CALLOC() STRCTURE

Program on Maximum Precipitation Intensity – Duration Relation:pankaj agarwala31 Aug 2009
C++ program on Maximum Precipitation Intensity – Duration Relation::for civil students

GENERAL WORKING OF A THERMAL POWER STATIONvilas31 Aug 2009
Dear friends, here you get idea about how thermal powerstation works.

infix to postfix without parenthesisPRITESH30 Aug 2009
write a C progrramme to convert infix into postfix without parenthesis

BOILER EFFICIENCYvilas29 Aug 2009
how boiler effectively works?

A Real Dictionary using TRIES Data StructureSaurabh29 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 PRITESH27 Aug 2009
C programme to add element , remove , finding , display , called Push ,Pop ,Peep ,Change ,Display

KNAPSACK PROBLEMRashina26 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. DeveDhananjoy Chakraborty25 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 SESSIONSRashina23 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 SortRashina23 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 FileRashina23 Aug 2009
Initializing a file pointer and check for the condition to open and write a file.

DESIGNING OF PAINT BRUSH USING JAVARashina21 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-TraversalRashina21 Aug 2009
Produces a sorted list by in-order traversal. More complex but gives O(log n) behaviour in dynamic cases

simple C LoopDhananjoy Chakraborty21 Aug 2009
Evaluate the following expression S=1+ x + x^2 +x^3+....+x^n

Calender (2) using C++Dhananjoy Chakraborty21 Aug 2009
THIS PROGRAM WILL DISPLAY CALENDER OF ANY PARTICULAR MONTH OF ANY YEAR SPECIFIED BY THE USER (AFTER 2003)

calender using C++Dhananjoy Chakraborty21 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 Chakraborty21 Aug 2009
use of virtual function in C++

Dijkstra’s Algorithm Rashina20 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 listDhananjoy Chakraborty20 Aug 2009
Stack using doubly linked list – create stack , push items in it and pop items from it.

Braeking a linked list as per requirementsDhananjoy Chakraborty20 Aug 2009
Create a linear linked list and break it into number of lists as per requirements of the user

Data structure through CDhananjoy Chakraborty20 Aug 2009
Program to display a linked list from front side and reverse side

Game ApplicationRashina20 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

CalculatorRashina20 Aug 2009
Designing a simple calculator using JAVA code

linked listDhananjoy Chakraborty19 Aug 2009
deletion of a specific location

linked listDhananjoy Chakraborty19 Aug 2009
deletion of last node

linked listDhananjoy Chakraborty19 Aug 2009
deletion of a node

linked listDhananjoy Chakraborty19 Aug 2009
insertion of a node at specific location

linked listDhananjoy Chakraborty19 Aug 2009
insertion of a new node at last location

link listDhananjoy Chakraborty19 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 queueDhananjoy Chakraborty19 Aug 2009
Using header node


    Next Results  

Post New Project


Advertise Here


Watch TV Channels




Contact Us   Advertise   Editors    Privacy Policy    Terms Of Use   

ISC Technologies.
2006 - 2009 All Rights Reserved.