Showing posts with label CS/IT. Show all posts
Showing posts with label CS/IT. Show all posts

Monday, 4 March 2013

Data and computer communication, seventh edition (William stallings)

                                     

With a focus on the most current technology and a convenient modular format, this best-selling text offers a clear and comprehensive survey of the entire data and computer communications field. Emphasizing both the fundamental principles as well as the critical role of performance in driving protocol and network design, it explores in detail all the critical technical areas in data communications, wide-area networking, local area networking, and protocol design. It covers the material in the Computer Communication and Networking core course of the joint ACM/IEEE Computing Curricula 2001.


I. OVERVIEW.
 1. Data Communications and Networking Overview.

 2. Protocol Architecture.

II. DATA COMMUNICATIONS.
 3. Data Transmission.

 4. Guided and Wireless Transmission.

 5. Signal Encoding Techniques.

 6. Digital Data Communication Techniques.

 7. Data Link Control.

 8. Multiplexing.

 9. Spread Spectrum.

III. WIDE AREA NETWORKS.
10. Circuit Switching and Packet Switching.

11. Asynchronous Transfer Mode.

12. Routing in Switched Networks.

13. Congestion Control in Switched Data Networks.

14. Cellular Wireless Networks.

IV. LOCAL AREA NETWORKS.
15. Local Area Network Overview.

16. High-Speed LANs.

17. Wireless LANs.

V. COMMUNICATIONS ARCHITECTURE AND PROTOCOLS.
18. Internetwork Protocols.

19. Internetwork Operation.

20. Transport Protocols.

21. Network Security.

22. Distributed Applications.

APPENDICES.
A. RFCs Cited in This Book.

B. Fourier Analysis.

C. Projects for Teaching Data and Computer Communications.

Glossary.

References.

Index.



Download Free pdf    Data and computer communication, seventh edition (William stallings)

                                                       button-download.gif (200�58)

C++: The Complete Reference, 4th Edition

                                         

Schildt's classic C++ reference--updated and expanded
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).
Herbert Schildt has contributed to C++: The Complete Reference, 4th Edition as an author. Herbert Schildt is a world leading programming author. He is an authority on the C, C++, Java, and C# programming languages, and a master Windows programmer. His programming books have sold more than three million copies worldwide and have been translated into all major foreign languages. He is the author of numerous best sellers including C: The Complete Reference, Java 2: The Complete Reference, Java 2: A Beginner's Guide, C#: A Beginner's Guide, and many more. Schildt holds a master's degree in computer science from the University of Illinois.
Download Free pdf  C++: The Complete Reference, 4th Edition

                                            button-download.gif (200�58)

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.
New Adaptations
* Increased coverage of user perspective in Chapter 1.
* Increased coverage of OS design throughout.
* A new chapter on real-time and embedded systems (Chapter 19).
* A new chapter on multimedia (Chapter 20).
* Additional coverage of security and protection.
* Additional coverage of distributed programming.
* New exercises at the end of each chapter.
* New programming exercises and projects at the end of each chapter.
* New student-focused pedagogy and a new two-color design to enhance the learning process.
Download Free pdf  Operating System Concepts - Abraham Silberschatz, Peter Baer Galvin and Greg Gagn,7th Edition

                                                button-download.gif (200�58)

Dr.Dobbs Journal 10 Classical Algorithm Books Set


                             

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
9. Data Structures and Algorithms by Alfred V. Aho, John E. Hopcroft and Jeffrey D. Ullman

Download Free pdf Dr.Dobbs Journal 10 Classical Algorithm Books Set

                                     button-download.gif (200�58)

C - Complete Reference - Herbert Schildt (4th Edition)

                          

 A new ANSI/ISO standard for C, called C99, has been recently adopted and Herb Schildt, the world�s leading programming 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.  
Download Free pdf C - Complete Reference - Herbert Schildt (4th Edition)
                                         button-download.gif (200�58)

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).
Download Free pdf  Data structures , Algorithms and Applications in c++ by Sartraj Sahani

                                           button-download.gif (200�58)

Digital,Logic And Computer Design - Morris Mano

                                            

                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
It covers all aspects of digital systems from the electronic gate circuits to the complex structure of microprocessor systems
Presents the classical techniques for the logic design of combination and sequential circuits
It also facilitates a thorough understanding of the register-transfer

Download Free pdf Digital,Logic And Computer Design - Morris Mano
                                                 button-download.gif (200�58)

Computer system Architecture, 3rd edition,by M.Morris Mano

                                  physics of semiconductor device.


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.
Download free  pdf Computer system Architecture, 3rd edition,by M.Morris Mano

                                                button-download.gif (200�58)

Monday, 21 January 2013

UMTS Radio Network Planning ,Optimization and QOS Management

                                               

The complexity of the UMTS system, new WCDMA technology, and new technical features set new requirements for the radio network planning area. The WCDMA-based UMTS networks need also more advanced and careful radio planning, optimization, and QOS management tasks in order to guarantee seamless mobility and connectivity for the end-user when various voice and data services are used. Hence, new detailed and practical radio planning, optimization, and QOS Management guidelines must be defined through the UMTS planning process. UMTS Radio Network Planning, Optimization and QOS Management describes practical planning process and gives solutions for detailed planning actions by following the planning process.
Download Free  UMTS Radio Network Planning ,Optimization and QOS Management