This page includes the download links of ebooks related to computer science and engineering. Click on the links below and start downloading.
1. Computer system Architecture, 3rd edition,by M.Morris mano ebook and solution manual

2. Digital,Logic And Computer Design - Morris Mano

Book Summary of Digital Logic And Computer Design
The book presents the basic concepts used in the design and analysis of digital systems and introduces the principles of digital computer organization and design. It provides various methods and techniques suitable for a variety of digital system design applications and covers all aspects of digital systems from the electronic gate circuits to the complex structure of a microcomputer system. It also includes applications of the read only memory (ROM) and programmable logic array (PLA).
The flexible organization of the book permits it to be used in a variety of ways to suit the needs of courses in digital systems taught in electrical, electronics, computer science and engineering departments.
For Sale in Indian subcontinent only
3. Let Us C - YashwantKanetkar
Book Summary of Let us C
Simplicity and an easy narration style are the hallmarks of this book, which have made all its previous seven editions immensely successful. Today's C programmer has to not only master the complexities and intricacies of the language but also has to contend with its usage in environments like Windows and Linux. Once he is done with that he has to learn how to use it in today's internet- Centric world. This book covers all these three aspects of C Programmingvery well. This book doesn't assume any programming background. It begins with the basics and steadily builds the pace so that the reader finds it easy to handle complicated topics towards the end. Each chapter has been designed to create a deep and lasting impression on the reader's mind. "If taught through examples, any concept becomes easy to grasp". This book follows this dictum faithfully. Yashavant has crafted well thought out programming examples for every aspect ofC Programming.
4. Data structures , algorithms and applications in c++ by sartraj sahani
Book Summary of Data structures , algorithms and applications in c++ by sartraj sahani
The study of data structures and algorithms is fundamental to computer science and engineering. A mastery of these areas is essential for us to develop computer programs that utilize computer resources in an effective manner. This book is a nice description of data structures in C++. The Part I of book consist of c++ review and preliminaries, Part II consists of data structures including Lists, Dictionaries, Stacks, Queues and trees and their different types of representations, Arrays and Matrices, Graphs and Performance analysis and Part III consists of Algorithm-Design Methods including Greedy method, Divide and conquer, Dynamic Programming, Backtracking(on the web), Branch and Bound(on the web).
5. C - Complete Reference - Herbert Schildt (4th Edition)

Description:
A new ANSI/ISO standard for C, called C99, has been recently adopted and Herb Schildt, the world’s leadingprogramming author, has updated and expanded his best-selling reference on C to cover it. Whether you are a beginning C programmer or a seasoned pro, the answers to all your C questions can be found in this one-stop resource. In this authoritative guide, Schildt details the C language, its libraries, and applications, providing insider tips, hundreds of examples, and expertly crafted explanations. As a special bonus, the book concludes by developing a C interpreter, which you can use as-is or expand on your own! And just as you’d expect, everything is presented in the clear, concise, uncompromising style that has made Herb the choice of millions.
6. Electronic devices and circuits By Salivahanan
Description:
7. Java 2: The Complete Reference, Fifth Edition, by Herbert schildt

About the author
Herb Schildt is an authority on the C and C++ languages, a master Windows programmer, and an expert on Java. His programming books have sold more than 2.5 million copies worldwide and have been translated into all major foreign languages. He is the author of numerous bestsellers, including: C: The Complete Reference, C++: The CompleteReference, and the co-author of Java 2: The Complete Reference (1st Edition).
9. Data Structures and Algorithm Analysis in C - M.A.Weiss

The Definitive Guide to C++
Master programmer and best-selling author Herb Schildt has updated and expanded his classic reference to C++. Using expertly crafted explanations, insider tips, and hundreds of examples, Schildt explains and demonstrates every aspect of C++. Inside you'll find details on the entire C++ language, including its keywords, operators, preprocessor directives, and libraries. There is even a synopsis of the extended keywords used for .NET programming. Of course, everything is presented in the clear, crisp, uncompromising style that has made Herb Schildt the choice of millions. Whether you're a beginning programmer or a seasoned pro, the answers to all your C++ questions can be found in this lasting resource.
Detailed coverage includes: Data types and operators Control statements Functions Classes and objects Constructors and destructors Function and operator overloading Inheritance Virtual functions Namespaces Templates Exception handling The I/O library The Standard Template Library (STL) Containers, algorithms, and iterators Principles of object-oriented programming (OOP) Runtime type ID (RTTI) The preprocessor Much, much more
11. C++: The Complete Reference, 4th Edition
.jpg)
The Definitive Guide to C++
Master programmer and best-selling author Herb Schildt has updated and expanded his classic reference to C++. Using expertly crafted explanations, insider tips, and hundreds of examples, Schildt explains and demonstrates every aspect of C++. Inside you'll find details on the entire C++ language, including its keywords, operators, preprocessor directives, and libraries. There is even a synopsis of the extended keywords used for .NET programming. Of course, everything is presented in the clear, crisp, uncompromising style that has made Herb Schildt the choice of millions. Whether you're a beginning programmer or a seasoned pro, the answers to all your C++ questions can be found in this lasting resource.
Detailed coverage includes: Data types and operators Control statements Functions Classes and objects Constructors and destructors Function and operator overloading Inheritance Virtual functions Namespaces Templates Exception handling The I/O library The Standard Template Library (STL) Containers, algorithms, and iterators Principles of object-oriented programming (OOP) Runtime type ID (RTTI) The preprocessor Much, much more
Best-selling genius Herb Schildt covers everything from keywords, syntax, and libraries, to advanced features such as overloading, inheritance, virtual functions, namespaces, templates, and RTTI--plus, a complete description of the Standard Template Library (STL).
12. Operating System Concepts - Abraham Silberschatz, Peter Baer Galvin and Greg Gagn,7th Edition
Another defining moment in the evolution of operating systems
Small footprint operating systems, such as those driving the handheld devices that the baby dinosaurs are using on the cover, are just one of the cutting-edge applications you'll find in Silberschatz, Galvin, and Gagne's Operating System Concepts, Seventh Edition.
By staying current, remaining relevant, and adapting to emerging course needs, this market-leading text has continued to define the operating systems course. This Seventh Edition not only presents the latest and most relevant systems, it also digs deeper to uncover those fundamental concepts that have remained constant throughout the evolution of today's operation systems. With this strong conceptual foundation in place, students can more easily understand the details related to specific systems.
13. Data and computer communication, seventh edition (William stallings), powerpoint presentations
14. comprehensive notes on data structures and algorithms in c++ and java
Data structures gives further more study to understand a computer programming language. C++ is the basic computer programming language that gives structures to any other languages and Java is the one of the important languages playing key role in software programming now a days. This book gives comprehensive notes on data structures and algorithms in c++ and java.
15. Data Structures, Algorithms, and Applications in Java by Sartaj Sahni ,Powerpoint Presentations
Data structures gives further more study to understand a computer programming language . Java is the one of the important languages playing key role in software programming now a days. These powerpoint presentations gives easy and lucid way of understanding Data structures in Java along with Algorithms and Applications . This powerpoint tutorial is taught by prof. Sartraj sahani of University of florida.
16. JNTU ADSA Lab Manual and programs
This file includes all lab programs of subject Advanced data structures in c++ and lab manual prescribed by Jawahar Lal Nehru Technological University of Hyderabad for 2/1 semister.
17. Data Structures, Algorithms, and Applications in c++ by Sartaj Sahni ,programs and exercise solutions
Data structures gives further more study to understand a computer programming language . C++ is the basic computer programming language that gives structures to any other languages . " Data Structures, Algorithms, and Applications in c++ by Sartaj Sahni" gives easy and lucid way of understanding Data structures in C++ after mastering over basics . This book is written by prof. Sartraj sahani of University of florida.
18. LOGIC AND SWITCHING THEORY (Author- D.Kavitha, Asst.professor,mvsrec)
Logic and switching Theory is basic study of digital design of electronic circuits . The book presents the basic concepts used in the design and analysis of digital systems and introduces the principles of digital computer organization and design. It provides various methods and techniques suitable for a variety of digital system design applications and covers all aspects of digital systems from the electronic gate circuits to the complex structure of a microcomputer system . The book is written by Miss. D.Kavitha, Assistant professor of Maturi Venkata Subbarao Engineering College , Hyderabad.
19. Osmaina university data stuctures in c++ lab programs
This File contains all the C++ data structures lab programs of 2/1 semister prescribed byOsmania University of Hyderabad . It contains programs along with executed output page.
1. Computer system Architecture, 3rd edition,by M.Morris mano ebook and solution manual

Book Summary of Computer System Architecture
The first seven chapters cover material needed for an understanding of computer organization and design as well as programming of an example computer using basic components. The final six chapters present the organization and architecture of the separate functional units of the digital computer with an emphasis on advanced topics.
Dealing with computer architecture as well as computer organization and design, this fully updated book provides the basic knowledge necessary to understand the hardware operation of digital computers. Written to aid electrical engineers, computer engineers, and computer scientists, the volume includes: KEY FEATURES: the computer architecture, organization, and design associated with computer hardware - the various digital components used in the organization and design of digital computers - detailed steps that a designer must go through in order to design an elementary basic computer - the organization and architecture of the central processing unit - the organization and architecture of input-output and memory - the concept of multiprocessing - two new chapters on pipeline and vector processing - two sections devoted completely to the reduced instruction set computer (RISC) - and sample worked-out problems to clarify topics.
Dealing with computer architecture as well as computer organization and design, this fully updated book provides the basic knowledge necessary to understand the hardware operation of digital computers. Written to aid electrical engineers, computer engineers, and computer scientists, the volume includes: KEY FEATURES: the computer architecture, organization, and design associated with computer hardware - the various digital components used in the organization and design of digital computers - detailed steps that a designer must go through in order to design an elementary basic computer - the organization and architecture of the central processing unit - the organization and architecture of input-output and memory - the concept of multiprocessing - two new chapters on pipeline and vector processing - two sections devoted completely to the reduced instruction set computer (RISC) - and sample worked-out problems to clarify topics.
2. Digital,Logic And Computer Design - Morris Mano

Book Summary of Digital Logic And Computer Design
The book presents the basic concepts used in the design and analysis of digital systems and introduces the principles of digital computer organization and design. It provides various methods and techniques suitable for a variety of digital system design applications and covers all aspects of digital systems from the electronic gate circuits to the complex structure of a microcomputer system. It also includes applications of the read only memory (ROM) and programmable logic array (PLA).
The flexible organization of the book permits it to be used in a variety of ways to suit the needs of courses in digital systems taught in electrical, electronics, computer science and engineering departments.
For Sale in Indian subcontinent only
3. Let Us C - YashwantKanetkar
Book Summary of Let us CSimplicity and an easy narration style are the hallmarks of this book, which have made all its previous seven editions immensely successful. Today's C programmer has to not only master the complexities and intricacies of the language but also has to contend with its usage in environments like Windows and Linux. Once he is done with that he has to learn how to use it in today's internet- Centric world. This book covers all these three aspects of C Programmingvery well. This book doesn't assume any programming background. It begins with the basics and steadily builds the pace so that the reader finds it easy to handle complicated topics towards the end. Each chapter has been designed to create a deep and lasting impression on the reader's mind. "If taught through examples, any concept becomes easy to grasp". This book follows this dictum faithfully. Yashavant has crafted well thought out programming examples for every aspect ofC Programming.
4. Data structures , algorithms and applications in c++ by sartraj sahani
Book Summary of Data structures , algorithms and applications in c++ by sartraj sahaniThe study of data structures and algorithms is fundamental to computer science and engineering. A mastery of these areas is essential for us to develop computer programs that utilize computer resources in an effective manner. This book is a nice description of data structures in C++. The Part I of book consist of c++ review and preliminaries, Part II consists of data structures including Lists, Dictionaries, Stacks, Queues and trees and their different types of representations, Arrays and Matrices, Graphs and Performance analysis and Part III consists of Algorithm-Design Methods including Greedy method, Divide and conquer, Dynamic Programming, Backtracking(on the web), Branch and Bound(on the web).
5. C - Complete Reference - Herbert Schildt (4th Edition)

Description:
A new ANSI/ISO standard for C, called C99, has been recently adopted and Herb Schildt, the world’s leadingprogramming author, has updated and expanded his best-selling reference on C to cover it. Whether you are a beginning C programmer or a seasoned pro, the answers to all your C questions can be found in this one-stop resource. In this authoritative guide, Schildt details the C language, its libraries, and applications, providing insider tips, hundreds of examples, and expertly crafted explanations. As a special bonus, the book concludes by developing a C interpreter, which you can use as-is or expand on your own! And just as you’d expect, everything is presented in the clear, concise, uncompromising style that has made Herb the choice of millions.
6. Electronic devices and circuits By Salivahanan
Description:
This book is meant for the undergraduate students of Electronics, Electrical, Instrumentation and Computer Science Engineering for the courses on Basic Electronics/Electronic Devices and Circuits. It gives detailed description of the operation and characteristics of modern active and passive electronic devices. Logical organization of the chapters, simple language, wide variety of problems with their step by step solutions for every concept makes this book a perfect offering on the subject.
7. Java 2: The Complete Reference, Fifth Edition, by Herbert schildt

About the author
Herb Schildt is an authority on the C and C++ languages, a master Windows programmer, and an expert on Java. His programming books have sold more than 2.5 million copies worldwide and have been translated into all major foreign languages. He is the author of numerous bestsellers, including: C: The Complete Reference, C++: The CompleteReference, and the co-author of Java 2: The Complete Reference (1st Edition).
Includes These 9 Essential Books:
1. Data Structures: From Arrays to Priority Queues by Wayne Amsbury
2. Introduction to Algorithms by Thomas H. Cormen, Charles E. Leiserson, and Ronald L. Rivest
3. Information Retrieval: Data Structures & Algorithms edited by William B. Frakes and Ricardo Baeza-Yates
4. Fundamentals of Data Structures by Ellis Horowitz and Sartaj Sahni
5. Reliable Data Structures in C by Thomas Plum
6. Data Structures and Algorithm Analysis in C by Mark Allen Weiss
7. Practical Data Structures in C++ by Bryan Flamig
8. Data Structures, Algorithms and Program Style Using C by James F. Korsh and Leonard J. Garrett

C++: THE COMPLETE REFERENCE, 4TH EDITION BOOK DESCRIPTION
Schildt's classic C++ reference--updated and expandedThe Definitive Guide to C++
Master programmer and best-selling author Herb Schildt has updated and expanded his classic reference to C++. Using expertly crafted explanations, insider tips, and hundreds of examples, Schildt explains and demonstrates every aspect of C++. Inside you'll find details on the entire C++ language, including its keywords, operators, preprocessor directives, and libraries. There is even a synopsis of the extended keywords used for .NET programming. Of course, everything is presented in the clear, crisp, uncompromising style that has made Herb Schildt the choice of millions. Whether you're a beginning programmer or a seasoned pro, the answers to all your C++ questions can be found in this lasting resource.
Detailed coverage includes: Data types and operators Control statements Functions Classes and objects Constructors and destructors Function and operator overloading Inheritance Virtual functions Namespaces Templates Exception handling The I/O library The Standard Template Library (STL) Containers, algorithms, and iterators Principles of object-oriented programming (OOP) Runtime type ID (RTTI) The preprocessor Much, much more
11. C++: The Complete Reference, 4th Edition
.jpg)
C++: THE COMPLETE REFERENCE, 4TH EDITION BOOK DESCRIPTION
Schildt's classic C++ reference--updated and expandedThe Definitive Guide to C++
Master programmer and best-selling author Herb Schildt has updated and expanded his classic reference to C++. Using expertly crafted explanations, insider tips, and hundreds of examples, Schildt explains and demonstrates every aspect of C++. Inside you'll find details on the entire C++ language, including its keywords, operators, preprocessor directives, and libraries. There is even a synopsis of the extended keywords used for .NET programming. Of course, everything is presented in the clear, crisp, uncompromising style that has made Herb Schildt the choice of millions. Whether you're a beginning programmer or a seasoned pro, the answers to all your C++ questions can be found in this lasting resource.
Detailed coverage includes: Data types and operators Control statements Functions Classes and objects Constructors and destructors Function and operator overloading Inheritance Virtual functions Namespaces Templates Exception handling The I/O library The Standard Template Library (STL) Containers, algorithms, and iterators Principles of object-oriented programming (OOP) Runtime type ID (RTTI) The preprocessor Much, much more
Best-selling genius Herb Schildt covers everything from keywords, syntax, and libraries, to advanced features such as overloading, inheritance, virtual functions, namespaces, templates, and RTTI--plus, a complete description of the Standard Template Library (STL).
12. Operating System Concepts - Abraham Silberschatz, Peter Baer Galvin and Greg Gagn,7th Edition
Another defining moment in the evolution of operating systemsSmall footprint operating systems, such as those driving the handheld devices that the baby dinosaurs are using on the cover, are just one of the cutting-edge applications you'll find in Silberschatz, Galvin, and Gagne's Operating System Concepts, Seventh Edition.
By staying current, remaining relevant, and adapting to emerging course needs, this market-leading text has continued to define the operating systems course. This Seventh Edition not only presents the latest and most relevant systems, it also digs deeper to uncover those fundamental concepts that have remained constant throughout the evolution of today's operation systems. With this strong conceptual foundation in place, students can more easily understand the details related to specific systems.
13. Data and computer communication, seventh edition (William stallings), powerpoint presentations
14. comprehensive notes on data structures and algorithms in c++ and java
15. Data Structures, Algorithms, and Applications in Java by Sartaj Sahni ,Powerpoint Presentations
Data structures gives further more study to understand a computer programming language . Java is the one of the important languages playing key role in software programming now a days. These powerpoint presentations gives easy and lucid way of understanding Data structures in Java along with Algorithms and Applications . This powerpoint tutorial is taught by prof. Sartraj sahani of University of florida.
16. JNTU ADSA Lab Manual and programs
This file includes all lab programs of subject Advanced data structures in c++ and lab manual prescribed by Jawahar Lal Nehru Technological University of Hyderabad for 2/1 semister.
17. Data Structures, Algorithms, and Applications in c++ by Sartaj Sahni ,programs and exercise solutions
Data structures gives further more study to understand a computer programming language . C++ is the basic computer programming language that gives structures to any other languages . " Data Structures, Algorithms, and Applications in c++ by Sartaj Sahni" gives easy and lucid way of understanding Data structures in C++ after mastering over basics . This book is written by prof. Sartraj sahani of University of florida.
Logic and switching Theory is basic study of digital design of electronic circuits . The book presents the basic concepts used in the design and analysis of digital systems and introduces the principles of digital computer organization and design. It provides various methods and techniques suitable for a variety of digital system design applications and covers all aspects of digital systems from the electronic gate circuits to the complex structure of a microcomputer system . The book is written by Miss. D.Kavitha, Assistant professor of Maturi Venkata Subbarao Engineering College , Hyderabad.
19. Osmaina university data stuctures in c++ lab programs
This File contains all the C++ data structures lab programs of 2/1 semister prescribed byOsmania University of Hyderabad . It contains programs along with executed output page.


No comments:
Post a Comment