Ishu Verma

Campus Ambassador at Viden.io

Campus Ambassador at Viden.io

Studied at State Institute of Engineering & Technology

VHDL Jayram Bhaskar ebook

VHDL ebook by author jayram bhaskar

ENGINEERING CIRCUIT ANALYSIS EIGHTH EDITION William H. Hayt, Jr. Jack E. Kemmerly ,Steven M. Durbin

About the authors: WILLIAM H. HAYT, Jr., received his B.S. and M.S. at Purdue University and his Ph.D. from the University of Illinois. After spending four years in industry, Professor Hayt joined the faculty of Purdue University, where he served as Professor and Head of the School of Electrical Engineering, and as Professor Emeritus after retiring in 1986. Besides Engineering Circuit Analysis, Professor Hayt authored three other texts, including Engineering Electromagnetics, now in its eighth edition with McGraw-Hill. Professor Hayt’s professional society memberships included Eta Kappa Nu, Tau Beta Pi, Sigma Xi, Sigma Delta Chi, Fellow of IEEE, ASEE, and NAEB. While at Purdue, he received numerous teaching awards, including the univer- sity’s Best Teacher Award. He is also listed in Purdue’s Book of Great Teachers, a permanent wall display in the Purdue Memorial Union, dedi- cated on April 23, 1999. The book bears the names of the inaugural group of 225 faculty members, past and present, who have devoted their lives to excellence in teaching and scholarship. They were chosen by their students and their peers as Purdue’s finest educators. JACK E. KEMMERLY received his B.S. magna cum laude from The Catholic University of America, M.S. from University of Denver, and Ph.D. from Purdue University. Professor Kemmerly first taught at Purdue University and later worked as principal engineer at the Aeronutronic Division of Ford Motor Company. He then joined California State University, Fullerton, where he served as Professor, Chairman of the Faculty of Electrical Engi- neering, Chairman of the Engineering Division, and Professor Emeritus. Professor Kemmerly’s professional society memberships included Eta Kappa Nu, Tau Beta Pi, Sigma Xi, ASEE, and IEEE (Senior Member). His pursuits outside of academe included being an officer in the Little League and a scoutmaster in the Boy Scouts. STEVEN M. DURBIN received the B.S., M.S. and Ph.D. degrees in Electrical Engineering from Purdue University,West Lafayette, Indiana. Subsequently, he was with the Department of Electrical Engineering at Florida State University and FloridaA&M University before joining the University of Canterbury, New Zealand,in2000.SinceAugust2010,hehasbeenwiththeUniversityatBuffalo, The State University of NewYork, where he holds a joint appointment between the Departments of Electrical Engineering and Physics. His teaching interests include circuits, electronics, electromagnetics, solid-state electronics and nanotechnology. His research interests are primarily concerned with the development of new semiconductor materials—in particular those based on ox- ide and nitride compounds—as well as novel optoelectronic device structures. HeisafoundingprincipalinvestigatoroftheMacDiarmidInstituteforAdvanced Materials and Nanotechnology, a New Zealand National Centre of Research Excellence,andcoauthorofover100technicalpublications.Heisaseniormem- ber of the IEEE, and a member of Eta Kappa Nu, the Electron Devices Society, the Materials Research Society, the AVS (formerly the American Vacuum Society),theAmericanPhysicalSociety,andtheRoyalSocietyofNewZealand. Contents: PREFACE xv 1 ● INTRODUCTION 1 2 ● BASIC COMPONENTS AND ELECTRIC CIRCUITS 9 3 ● VOLTAGE AND CURRENT LAWS 39 4 ● BASIC NODAL AND MESH ANALYSIS 79 5 ● HANDY CIRCUIT ANALYSIS TECHNIQUES 123 6 ● THE OPERATIONAL AMPLIFIER 175 7 ● CAPACITORS AND INDUCTORS 217 8 ● BASIC RL AND RC CIRCUITS 261 9 ● THE RLC CIRCUIT 321 10 ● SINUSOIDAL STEADY-STATE ANALYSIS 371 11 ● AC CIRCUIT POWER ANALYSIS 421 12 ● POLYPHASE CIRCUITS 457 13 ● MAGNETICALLY COUPLED CIRCUITS 493 14 ● COMPLEX FREQUENCY AND THE LAPLACE TRANSFORM 533 15 ● CIRCUIT ANALYSIS IN THE s-DOMAIN 571 16 ● FREQUENCY RESPONSE 619 17 ● TWO-PORT NETWORKS 687 18 ● FOURIER CIRCUIT ANALYSIS 733

Java™ : The Complete Reference, Seventh Edition,Herbert Schildt

About the Author Herbert Schildt is a leading authority on the Java, C, C++, and C# languages, and is a master Windows programmer. His programming books have sold more than 3.5 million copies worldwide and have been translated into all major foreign languages. He is the author of the best-selling The Art of Java, Java: A Beginner’s Guide, and Swing: A Beginner’s Guide. Among his other bestsellers are C++: The Complete Reference, C++: A Beginner’s Guide, C#: The Complete Reference, and C#: A Beginner’s Guide. Schildt holds both graduate and undergraduate degrees from the University of Illinois. He can be reached at his consulting office at (217) 586-4683. His Web site is www.HerbSchildt.com. Contents: I The Java Language 1 The History and Evolution of Java . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 2 An Overview of Java . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 3 Data Types, Variables, and Arrays . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33 4 Operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57 5 Control Statements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 77 6 Introducing Classes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105 7 A Closer Look at Methods and Classes . . . . . . . . . . . . . . . . . . . . . . . . 125 8 Inheritance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 157 9 Packages and Interfaces . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 183 10 Exception Handling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 205 11 Multithreaded Programming . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 223 12 Enumerations, Autoboxing, and Annotations (Metadata) . . . . . . . . . 255 13 I/O, Applets, and Other Topics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 285 14 Generics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 315 Part II The Java Library 15 String Handling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 359 16 Exploring java.lang . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 385 17 java.util Part 1: The Collections Framework . . . . . . . . . . . . . . . . . . . . 437 18 java.util Part 2: More Utility Classes . . . . . . . . . . . . . . . . . . . . . . . . . . . 503 19 Input/Output: Exploring java.io . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 555 20 Networking . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 599 21 The Applet Class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 617 22 Event Handling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 637 23 Introducing the AWT: Working with Windows, Graphics, and Text . . 663 24 Using AWT Controls, Layout Managers, and Menus . . . . . . . . . . . . 701 25 Images . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 755 26 The Concurrency Utilities . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 787 27 NIO, Regular Expressions, and Other Packages . . . . . . . . . . . . . . . . . 813 Software Development Using Java 28 Java Beans . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 847 29 Introducing Swing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 859 30 Exploring Swing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 879 31 Servlets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 907 Part IV Applying Java 32 Financial Applets and Servlets . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 931 33 Creating a Download Manager in Java . . . . . . . . . . . . . . . . . . . . . . . . . 965 A Using Java’s Documentation Comments . . . . . . . . . . . . . . . . . . . . . . . 991 Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 997

Let Us C Fifth Edition Yashavant P. Kanetkar Ebook

About the Author Destiny drew Yashavant Kanetkar towards computers when the IT industry was just making a beginning in India. Having completed his education from VJTI Mumbai and IIT Kanpur in Mechanical Engineering he started his training company in Nagpur. Yashavant has a passion for writing and is an author of several books in C, C++, VC++, C#, .NET, DirectX and COM programming. He is a much sought after speaker on various technology subjects and is a regular columnist for Express Computers and Developer 2.0. His current affiliations include being a Director of KICIT, a training company and DCube Software Technologies, a software development company. In recognition to his contribution Microsoft awarded him the prestigious “Best .NET Technical Contributor” award recently. He can be reached at kanetkar@kicit.com. Topic include: Basics of C The Decision Control Structure The Loop Control Structure The Case Control Structure Functions & pointers Array String File I/o ,etc

Signals & Systems Ebook

Ebook for signal & system subject that includes all topics about that subject & understoodable by every engineering student that are related with ECE.

Data structure ebook

Data structure & algorithms subject ebook that contains all concepts of data structure & easily understoodable algorithms. Topics include: Algorithm Flowchart Searching- linear & binary search Sorting- Insertion sort , selection sort , radix sort etc Array Stack Queue Graph Tree Linked list, etc All the above given topics are given in this book with examples .This book is Very benefitial for the CSE & ECE students. This books also helps in competitive programming test.This book is recommended by many universities & engineering colleges.

Evolution of microprocessor

Evolution of microprocessor notes This notes includes: - History of microprocessor - Generation of microprocessor: First generation Second generation Third generation Fourth generation Fifth generation of microprocessor. All the generation of microprocessor is easily explained in this notes with history & technology used & also their applications. Examples of all generations microprocessor is also given in these notes.

Analog Electronics Notes

Analog electronics handwritten notes This notes is very beneficial for the electronics engineering students because analog electronics is core subjects of ECE & EE branch. This subject is also important for the Gate exam. The given notes is very best according to gate syllabus. The important thing is that the given notes are lecture handwritten notes. These notes includes: Transistors- BJT,UJT, MOSFET Amplifiers - class A ,B,C,AB Feedback Oscillator Timer 555 Op-amp etc

Antenna & Wave propagation notes

These notes cover maximum topics of Antenna & wave propagation subject. This subject is related with Electronics & communication engineering students. By the use of these notes , you can clearly understand all topics in the subject because the wording used for making notes are very easy.