Symbol Table Definition :
In computer science, a symbol table is a data structure used by a language translator such as a compiler or interpreter, where each identifier in a program's source code is associated with information relating to its declaration or appearance in the source, such as its...
2/23/11
2/14/11
Image Processing : Edge Detection of Image Using MATLAB

There are many operators in MATLAB for finding images
1. Sobels Operator
2. Roberts Operator
3. Prewitts Operator
4. Laplacian of Gaussian Method
5. Zero-Cross Method, etc..
To use them in MATLAB there...
2/5/11
Working with DOM,nodes and Objects : Inserting Nodes (part 3)
This Post is a continuation of my previous posts ie Adding Nodes and Deleting Nodes. IN this post i am tell how you can add nodes between any two nodes...
2/4/11
SQL : Structured Query Language (basics)
SQL stands for Structured Query Language is a database computer language used for managing data when used with application in a Relational Database Management System (RDBMS).
There are many database software available which used the same query language. Some of them are Oracle, My SQL,...