Monday, September 30, 2013

Java Programming Handbook

Download Java programming handb...

IRCTC Train and Station Code Information

 Download IRCTC train and Station Code information...

SQL the complete reference

Download SQL the copmlete refere...

Software Engineering 8th edition

  Download Software Engineering 8th edit...

Mcgraw Hill - C- the complete reference

  Download McGraw hill- C- The complete Refere...

C++ for Dummies 5th edition

Download C++ for dumm...

Wednesday, September 25, 2013

Windows 7 Secrets

windows 7 secrets told you that how to work on windows 7 and how to manage and personalize it.download windows 7 secr...

Data Structures Notes

 A data structure is a structured set of variables associated with one another in different ways, cooperatively defining components in the system and capable of being operated upon in the program. As stated earlier, the following operations are done on data structures:Data organisation or clubbingAccessing techniqueManipulating selections for information.download data structure notes...

Net-Guide

This guide is primarily about TCP/IP network protocols and ethernet network architectures, but alsobriefly describes other protocol suites, network architectures, and other significant areas of networking.This guide is written for all audiences, even those with little or no networking experience. It explains insimple terms the way networks are put together, and how data packages are sent between networks andsubnets along with how data is routed to...

Important Questions of C Programming

C language tricky good pointers questions answers and explanation operators data types arrays structures questions functions recursion preprocessors, looping, file handling, strings questions switch case if else printf advance c linux objective types mcq faq interview questions and answers with explanation and solution for freshers or beginners download C programming questions...

IT Encyclopedia

This IT ENCYCLOPEDIA gives to you a lot of knowledge about the IT fields. there are many topic included like asprogramminhardwarenetworkinginternet and many more.download IT ENCYCLOPE...

C language topics

here c language is divided in the different different topics like as operators,  control statement, input output statement, function, recursion, arrays, structures, pointers etc.download  working with...

Data Structures and alogrithms using c

This book describes data structures, methods of organizing large amounts of data, and algorithm analysis, the estimation of the running time of algorithms. As computers become faster and faster, the need for programs that can handle large amounts of input becomes more acute. Paradoxically, this requires more careful attention to efficiency, since inefficiencies in programs become most obvious when input sizes are large. By analyzing an algorithm...

"Let Us C" by yashwant kanitkar

Considered to be one of the best-selling programming books ever written, the fifth edition has now been edited, revised, and updated. Simplicity and an easy narration style are the hallmarks of the book, which have made its previous four editions immensely successful. Today s C programmer (still the language of choice in science, engineering, game programming and for handheld devices) has to master the complexities of the language and contend...

Tuesday, September 24, 2013

                DISCRTE MATHS GRAPHS : It is simply a collection of  vertices & edges.It can be represented by G(V,E) where V ={v1,v2,.....,vn} & E={e1,e2,......,en}                                                       Here...

Saturday, September 21, 2013

Maxwell's Inductance Bridge

Maxwell BridgeA Maxwell bridge (in long form, a Maxwell-Wien bridge) is a type of Wheatstone bridge used to measure an unknown inductance(usually of low Q value) in terms of calibrated resistance and capacitance. It is a real product bridge.It uses the principle that the positive phase angle of an inductive impedance can be compensated by the negative phase angle of a capacitive impedance when put...

sensor and instrumentation by Yatika

LVDT (LINEAR VARIABLE DIFFERENTIAL TRANSFORMER)This is the most widely used inductive transducer for translating linear motion into an electric signal. The transformer consist of single frequency windings and two secondary widings wound on a cylindrical former. The secondary windings have equal number of turns and are identically placed on either sides of primary windings.The primary windins are connected to an ac source. A movable soft iron core...

Friday, September 20, 2013

The Hall Effect

The Hall effect is due to the nature of the current in a conductor. Current consists of the movement of many small charge carriers, typically electrons, holes, ions or all three. When a magnetic field is present that is not parallel to the direction of motion of moving charges, these charges experience a force, called the Lorentz force. When such a magnetic field is absent, the charges follow approximately straight,...

General Equation For A.C. Bridges

Alternating current bridge methods are of outstanding importance for measurement of electrical quantities.Measurement of inductance,capacitance,storage factor,loss factor may be made conveniently and accurately by employing a.c. bridge networks.          The a.c. bridge is a natural outgrowth of the Wheatstone bridge.An a.c. bridge,in its simplest form, consists of four arms,a source of excitation,and a balance detector.In...

STACKS IN DS

                              Stacks:A stack is a basic data structure, where insertion and deletion of items takes place at one end called top of the stack. The basic concept can be illustrated by thinking of your data as a stack of plates or books where you can only take the top item off the stack in order to remove things from it.A stack is also called a LIFO (Last In First...

DLD BY SUPRIYA

Binary to Gray Code ConversionConsider b1, b2, b3, b4 and b5 is the Binary Number and it is need be converted into Grey Code. 1. In Binary Number Most Significant Bit (MSB) is same as the MSB. 2. By Performing the Exclusive-OR (EX-OR) operation between the First and second bits of the Binary Number  the second bit of the Grey code can be found.3. The Third bit of the Grey code can be found by performing the Exclusive-OR (EX-OR) operation between...