Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and...

60
springer.com * (To be sold in India, Pakistan, Bangaldesh, Sri Lanka and Nepal) Catalogue 2014 Special Priced Indian Edition Computer Science and Engineering

Transcript of Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and...

Page 1: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

springer.com

* (To be sold in India, Pakistan, Bangaldesh, Sri Lanka and Nepal) Catalogue 2014

Special Priced Indian EditionComputer Science and Engineering

Page 2: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information
Page 3: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

ContentsHighlights 1

Order FormArtificial Intelligence 25

Communication Networks 26

Computational Biology 27

Computer Systems 27

Database Systems 28

Digital Systems 29

Discrete Mathematics 29

Image Technology 30

Information Systems 31

Programming Techniques 31

Security 32

Software Engineering 33

Theoretical Computer Science 34

Distributor’s Code 39

Distributor’s Addresses 41

South Asian Retailer’s Addresses 52

Page 4: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information
Page 5: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

1springer.com

Prices are subject to change without prior notice Computer Science and EngineeringThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

A Concise and Practical Introduction to Programming Algorithms in JavaFrank Nielsen, Ecole Polytechnique, Paris, France

About the BookA Concise and Practical Introduction to Programming Algorithms in Java has two main goals. The first is for novice programmers to learn progressively the basic concepts underlying most imperative programming languages using Java. The second goal is to introduce new programmers to the very basic principles of thinking the algorithmic way and turning the algorithms into programs using the programming concepts of Java. The book is divided into two parts and includes: The fundamental notions of variables, expressions and assignments with type checking - Conditional and loop statements - Explanation of the concepts of functions with pass-by-value arguments and recursion - Fundamental sequential and bisection search techniques - Basic iterative and recursive sorting algorithms. Each chapter of the book concludes with a set of exercises to enable students to practice concepts covered.

ContentsPreface - Part 1 Getting Started - Expressions, Variables and Assignments - Conditional Structures and Loops - Functions and Recursive Functions - Arrays - Part II Data - structures and Algorithms - Objects and Strings - Searching and Sorting - Linked Lists - Object - oriented Data Structures - Paradigms for Optimization Problems - The Science of Computing - Part III Exam Review - Exam and Solution - Bibliography.

A Practical Introduction to Computer ArchitectureDaniel Page, University of Bristol, UK

About the BookThis book blends traditional teaching approaches with the use of mathematics, together with the use of a hardware description language and a concrete processor as vehicles for 'hands-on' modelling and experimenting with digital logic and processor design. This unique approach encourages readers to derive their own conclusions via experimentation, enabling them to discover for themselves the fundamental and exciting topics of computer architecture. Features: includes a wide-ranging introductory chapter; outlines basic methods for evaluating processors; investigates advanced topics in processor design; presents a detailed description of a development tool-chain; provides a stand-alone tutorial on using SPIM; focuses on aspects of compilers which are closely tied to the processor; examines the concept of efficient programming; concludes every chapter with a set of example problems. This practical, reader-friendly textbook has been written with undergraduates in mind, and is suitable for self-study.

ContentsIntroduction - Part I: Tools and Techniques - Mathematical Preliminaries - Basics of Digital Logic - Hardware Design using Verilog - Part II Processor Design - A Historical and Functional Perspective - Basic Processor Design - Arithmetic and Logic - memory and Storage - measuring Performance - Advanced Processor Design - Part III: The Hardware/Software Interface - Assemblers, Compilers and Linkers - Operating Systems - Efficient Programming - Part IV: Appendices - Selected Topics - SPIM: AMIPS32 Simulator - Bibliography.

ISBN: 9788132202318Page: XXVIII, 252 p. 27

illus..Price: ` 295.00Market: OpenReprint Year: Feb-11

ISBN: 9788132202967Page: XXII, 642 p. 162

illus.Price: ` 599.00Market: OpenReprint Year: Jun-11

Highlights

Page 6: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

springer.com2

Computer Science and Engineering Prices are subject to change without prior noticeThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Algorithms and Data Structures: The Basic ToolboxKurt Mehlhorn, Max-Planck-Institut für Informatik, Saarbrücken, GermanyPeter Sanders, University of Karlsruhe, Germany

About the BookAlgorithms are at the heart of every nontrivial computer application, and algorithmics is a modern and active area of computer science. Every computer scientist and every professional programmer should know about the basic algorithmic toolbox: structures that allow efficient organization and retrieval of data, frequently used algorithms, and basic techniques for modeling, understanding and solving algorithmic problems. This book is a concise introduction addressed to students and professionals familiar with programming and basic mathematical language. Individual chapters cover arrays and linked lists, hash tables and associative arrays, sorting and selection, priority queues, sorted sequences, graph representation, graph traversal, shortest paths, minimum spanning trees, and optimization. The algorithms are presented in a modern way, with explicitly formulated invariants, and comment on recent trends such as algorithm engineering, memory hierarchies, algorithm libraries and certifying algorithms. The authors use pictures, words and high-level pseudocode to explain the algorithms, and then they present more detail on efficient implementations using real programming languages like C++ and Java. The authors have extensive experience teaching these subjects to undergraduates and graduates, and they offer a clear presentation, with examples, pictures, informal explanations, exercises, and some linkage to the real world. Most chapters have the same basic structure: a motivation for the problem, comments on the most important applications, and then simple solutions presented as informally as possible and as formally as necessary. For the more advanced issues, this approach leads to a more mathematical treatment, including some theorems and proofs. Finally, each chapter concludes with a section on further findings, providing views on the state of research, generalizations and advanced solutions.

ContentsAppetizer: Integer Arithmetic - Introduction - Representing Sequences by Arrays and Linked Lists - Hash Tables and Associative Arrays - Sorting and Selection - Priority Queues - Sorted Sequences - Graph Representation - Graph Traversal - Shortest Paths - Minimum Spanning Trees - Generic Approaches to Optimization - App. A - Notation - Bibliography.

An Introduction to Mathematical CryptographyJeffrey Hoffstein, Brown University, Providence, RI, USA Jill Pipher, Brown University, Providence, RI, USA J.H. Silverman, Brown University, Providence, RI, USA

About the BookThis self-contained introduction to modern cryptography emphasizes the mathematics behind the theory of public key cryptosystems and digital signature schemes. The book focuses on these key topics while developing the mathematical tools needed for the construction and security analysis of diverse cryptosystems. Only basic linear algebra is required of the reader; techniques from algebra, number theory, and probability are introduced and developed as required. The book covers a variety of topics that are considered central to mathematical cryptography. This book is an ideal introduction for mathematics and computer science students to the mathematical foundations of modern cryptography. The book includes an extensive bibliography and index; supplementary materials are available online.

ContentsAn Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information Theory - Elliptic Curves and Cryptography - Lattices and Cryptography - Digital Signatures - Additional Topics in Cryptology.

ISBN: 9788132205272Page: XII, 300 p. 112

illus.Price: ` 359.00Market: OpenReprint Year: Dec-11

ISBN: 9788132204053Page: XVI, 524 p. 29

illus.Price: ` 599.00Market: OpenReprint Year: Oct-11

Highlights

Page 7: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

3springer.com

Prices are subject to change without prior notice Computer Science and EngineeringThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Analysis and Design of Information Systems, 3eArthur M. Langer, Columbia University, New York, NY, USA

About the BookIn any software design project, the analysis stage – documenting and designing technical requirements for the needs of users - is vital to the success of the project. This book provides a thorough introduction and survey to all aspects of analysis. This edition provides new features including: Additional chapters on system Development Life Cycle and Data Element Naming Conventions and Standards; more coverage on converting logical models to physical models, how to generate DDL and testing database functionalities; expansion of database section with concepts such as denormalization, security and change control; developments on new design and technologies, particularly in the area of web analysis and design. A revised Web/Commerce chapter addresses component middleware for complex systems design; new Case Studies. This book is a valuable resource and guide for all information systems students, practitioners and professionals who need an in-depth understanding of the principles of the analysis and design process.

ContentsIntroduction - System Development Life Cycle: Steps in Analysis and Design - The User Interface - Overview of Analysis Tools - Process Based Tools - Logic Data Modeling - Web User Interface Tools - Design Specification Tools - CASE and Automated Techniques - Object Oriented Techniques - Internet/Intranet and Web Analysis - Acceptance Testing - Business Process Re - Engineering - Security and Change Control - Creating a Detailed Requirements Document - Transactional Processing Systems Design - Case Study: the Rainforest Book Company Problem - Case Study: The CGT Rental Service Problem - Case Study: The Collection Agency Problem - Case Study: The Mobile Telephony Company Problem - Case Study: Northwest General Practitioner’s Office - Glossary - References - Index.

Applied Bioinformatics: An IntroductionPaul Maria Selzer, Intervet Innovation GmbH, Schwabenheim, GermanyRichard Marhöfer, Intervet Innovation GmbH, Schwabenheim, GermanyAndreas Rohwer, Intervet Innovation GmbH, Schwabenheim, Germany

About the BookConfused by cryptic computer programs, algorithms and formulae? In this book, anyone who can operate a PC, standard software and the Internet will learn to understand the biological basis of bioinformatics of the existence as well as the source and availability of bioinformatics software how to apply these tools and interpret results with confidence. This is aided by introductory chapters to important aspects of bioinformatics, detailed bioinformatics exercises, including solutions and a glossary of definitions and terminology relating to bioinformatics. Quickly learn to manage bioinformatics!

ContentsComputers, operating systems and the Internet - The biological foundations of bioinformatics - Biological databases - Sequence comparisons and sequence-based database searches - The decoding of eukaryotic genomes - Protein structures and structure-based rational drug design - Systems biology – the functional analysis of genomes - Comparative genome analyses - Solutions to the Exercises - Glossary.

ISBN: 9788132204404Page: XIV, 418 p. 249

illus.Price: ` 499.00Market: OpenReprint Year: Nov-11

ISBN: 9788132205296Page: XIV, 288 p. 69

illus., 61 in color.Price: ` 359.00Market: OpenReprint Year: Dec-11

Highlights

Page 8: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

springer.com4

Computer Science and Engineering Prices are subject to change without prior noticeThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Approximation AlgorithmsVijay V. Vazirani, Georgia Institute of Technology, Atlanta, GA, USA

About the BookThis book covers the dominant theoretical approaches to the approximate solution of hard combinatorial optimization and enumeration problems. It contains elegant combinatorial theory, useful and interesting algorithms, and deep results about the intrinsic complexity of combinatorial problems. Its clarity of exposition and excellent selection of exercises will make it accessible and appealing to all those with a taste for mathematics and algorithms. Richard Karp,University Professor, University of California at Berkeley Following the development of basic combinatorial optimization techniques in the 1960s and 1970s, a main open question was to develop a theory of approximation algorithms. In the 1990s, parallel developments in techniques for designing approximation algorithms as well as methods for proving hardness of approximation results have led to a beautiful theory. The need to solve truly large instances of computationally hard problems, such as those arising from the Internet or the human genome project, has also increased interest in this theory.

ContentsIntroduction - I. Combinatorial Algorithms : Set cover. Steiner tree and TSP. Multiway cuts and k - cuts. k - center. Feedback vertex set. Shortest superstring. Knapsack. Bin packing. Minimum makespan scheduling. Euclidean TSP - II. LP - Based Algorithms: Introduction to LP - duality. Rounding applied to set cover. LP - duality based analysis for set cover. The primal - dual schema. Maximum satisfiability. Scheduling on unrelated parallel machines. Multicut and integer multicommodity flow in trees. Multiway cut. Multicut in general graphs. Sparsest cut. Steiner forest. Steiner network. Facility location. k - median. Semidefinite programming - III. Other Topics: Counting problems. Shortest vector. Hardness of approximation. Open problems.

Biometric Systems: Technology, Design and Performance EvaluationJames L. Wayman, San Jose State University, San Jose, CA, USAAnil K. Jain, Michigan State University, East Lansing, MI, USADavide Maltoni, University of Bologna, ItalyDario Maio, University of Bologna, Italy (Eds.)

About the BookThis book provides practitioners with an overview of the principles & methods needed to build reliable biometric systems. It covers 3 main topics: key biometric technologies, testing & management issues, & the legal and system considerations of biometric systems for personal verification/identification. It focuses on the 4 most widely used technologies - speech, fingerprint, iris & face recognition. It includes: · In-depth coverage of the technical and practical obstacles which are often neglected by application developers & system integrators & which result in shortfalls between expected and actual performance; · Detailed guidelines on biometric system evaluation; · Protocols & benchmarks which will allow developers to compare performance & track system improvements. Biometric Systems - Technology, Design and Performance Evaluation is intended as a reference book for anyone involved in the design, management or implementation of biometric systems.

ContentsIntroduction to Biometrics - I: Technologies; Fingerprint - Iris Recognition - Face Recognition - Speaker Verification - II: Testing; Technology Evaluation of Fingerprint Verification Algorithms - Methods of Assessing Progress in Face Recognition - The NIST Speaker Recognition Evaluation Program - III: Legal, Privacy, and System Considerations; SAGEM - Biometric System Integration - Biometrics and the US Constitution - Privacy Issues in the Application of Biometrics: A European Perspective.

ISBN: 9788181283856Page: XX, 380 p.Price: ` 550.00Market: SEBReprint Year: Mar-05

ISBN: 9788132202523Page: XIV, 370 p.Price: ` 445.00Market: OpenReprint Year: May-11

Highlights

Page 9: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

5springer.com

Prices are subject to change without prior notice Computer Science and EngineeringThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Cloud Computing: Principles, Systems and ApplicationsNick Antonopoulos, University of Derby, UKLee Gillam, University of Surrey, UK (Eds.)

About the BookCloud computing continues to emerge as a subject of substantial industrial and academic interest. Although the meaning and scope of “cloud computing” continues to be debated, the current notion of clouds blurs the distinctions between grid services, web services, and data centers, among other areas. Clouds also bring considerations of lowering the cost for relatively bursty applications to the fore. Cloud Computing: Principles, Systems and Applications is an essential reference/guide that provides thorough and timely examination of the services, interfaces and types of applications that can be executed on cloud-based systems. The book identifies and highlights state-of-the-art techniques and methods for designing cloud systems, presents mechanisms and schemes for linking clouds to economic activities, and offers balanced coverage of all related technologies that collectively contribute towards the realization of cloud computing. With an emphasis on the conceptual and systemic links between cloud computing and other distributed computing approaches, this text also addresses the practical importance of efficiency, scalability, robustness and security as the four cornerstones of quality of service. Topics and features: explores the relationship of cloud computing to other distributed computing paradigms, namely peer-to-peer, grids, high performance computing and web services; presents the principles, techniques, protocols and algorithms that can be adapted from other distributed computing paradigms to the development of successful clouds; includes a Foreword by Professor Mark Baker of the University of Reading, UK; examines current cloud-practical applications and highlights early deployment experiences; elaborates the economic schemes needed for clouds to become viable business models. This book will serve as a comprehensive reference for researchers and students engaged in cloud computing. Professional system architects, technical managers, and IT consultants will also find this unique text a practical guide to the application and delivery of commercial cloud services. Prof. Nick Antonopoulos is Head of the School of Computing, University of Derby, UK. Dr. Lee Gillam is a Lecturer in the Department of Computing at the University of Surrey, UK.

ContentsPart I: Cloud Base, - Tools and Technologies for Building Clouds - A Taxonomy, Survey and Issues of Cloud Computing Ecosystems - Towards a Taxonomy for Cloud Computing from an e - Science Perspective - Examining Cloud Computing from the Perspective of Grid and Computer - Supported Cooperative Work - Overview of Cloud Standards - Part II: Cloud Seeding - Open and Interoperable Clouds: the Cloud@HomeWay - A Peer - to - Peer Framework for Supporting MapReduce Applications in Dynamic Cloud Environments - Enhanced Network Support for Scalable Computing Clouds - YML - PC: A Reference Architecture Based on Workflow for Building - Scientific Private Clouds - An Efficient Framework for Running Applications on Clusters, Grids and Clouds - Resource Management for Hybrid Grid and Cloud Computing - Peer - to - Peer Cloud Provisioning: Service Discovery and Load - Balancing - Mixing Grids and Clouds: High - throughput Science using the Nimrod Tool Family - Part III: Cloud Breaks - Cloud Compliance: A Framework for Using Cloud Computing in a Regulated World - Cloud Computing: Data Confidentiality and Interoperability Challenges - Security Issues to Cloud Computing - Securing the Cloud - Part IV: Cloud Feedback - Technologies for Enforcement and Distribution of Policy in Cloud Architectures - The PRISM On - demand Digital Media Cloud - Cloud Economics: Principles, Costs and Benefits - Towards Application - Specific Service Level Agreements: Experiments in Clouds and Grids.

ISBN: 9788132204435Page: XVII, 379 p.Price: ` 499.00Market: OpenReprint Year: Nov-11

Highlights

Page 10: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

springer.com6

Computer Science and Engineering Prices are subject to change without prior noticeThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Coding for Data and Computer CommunicationsDavid Salomon, California State University, Northridge, CA, USA

About the BookCoding is a highly integral component of viable and efficient computer and data communications, yet the often heavy mathematics that form the basis of coding may prevent a serious and practical understanding of this important area. Coding for Data and Computer Communications avoids the complex mathematics, favoring the core concepts, principles, and methods of channel codes (for error correction), source codes (for compressing data), and secure codes (for data privacy). The most important approaches and techniques used to make the storage and transmission of information (data) fast, secure, and reliable are examined. This book is an essential resource for all security researchers and professionals who need to understand and effectively use coding employed in computers and data communications. Anchored by a clear, nonmathematical exposition, all the major topics, principles, and methods are presented in an accessible style suitable for professional specialists, nonspecialists, students, and individual self - study.

ContentsPart I: Channel coding. Error - control codes. Check digits for error detection - Part II: Source codes. Statistical methods. Dictionary methods. Image compression - Part III: Secure codes. Basic concepts. Monoalphabetic substitution ciphers. Transposition ciphers. Polyalphabetic substitution ciphers. Stream ciphers. Block ciphers. Public - key cryptography. Data hiding. Data hiding in images. Other methods of data hiding - Part IV: Essential resources - Glossary - Appendixes - Bibliography - Answers to exercises - Index.

Digital Image Processing: An Algorithmic Introduction Using JavaWilhelm Burger, Upper Austria University of Applied Sciences, Hagenberg, AustriaMark J. Burge, Noblis, VA, USA

About the BookWritten as an introduction for undergraduate students, this textbook covers the most important methods in digital image processing. Formal and mathematical aspects are discussed at a fundamental level and various practical examples and exercises supplement the text. The book uses the image processing environment ImageJ, freely distributed by the National Institute of Health. A comprehensive website supports the book, and contains full source code for all examples in the book, a question and answer forum, slides for instructors, etc. Digital Image Processing in Java is the definitive textbook for computer science students studying image processing and digital processing.

ContentsCrunching Pixels - Digital Images - ImageJ - Histograms - Point Operations - Filters - Edges and Contours - Corner Dectection - Detecting Simple Curves - Morphological Filters - Regions in Binary Images - Color Images - Introduction to Spectral Techniques - The Discrete Fourier Transform in 2D - The Discrete Cosine Transform (DCT) - Geometrical Operations - Comparing Images - A Mathematical Notation - B Java Notes - C ImageJ Short Reference - D Source Code - References - Index.

ISBN: 9788132204077Page: XVI, 552 p. 152

illus.Price: ` 569.00Market: OpenReprint Year: Oct-11

ISBN: 9788132203025Page: XX, 566 p. 394

illus., 128 in color.

Price: ` 555.00Market: OpenReprint Year: Jun-11

Highlights

Page 11: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

7springer.com

Prices are subject to change without prior notice Computer Science and EngineeringThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Elements of Computation TheoryArindama Singh, Indian Institute of Technology Madras, Chennai, India

About the Book"As Computer Science progressively matures as an established discipline, it becomes increasingly important to revisit its theoretical foundations, learn the appropriate techniques for answering theory-based questions, and build one’s confidence in implementing this knowledge when building computer applications. Students well-grounded in theory and abstract models of computation can excel in computing’s many application arenas. Through a deft interplay of rigor and intuitive motivation, Elements of Computation Theory comprehensively, yet flexibly provides students with the grounding they need in computation theory. The book is self-contained and introduces the fundamental concepts, models, techniques, and results that form the basic paradigms of computing. Readers will benefit from the discussion of the ideas and mathematics that computer scientists use to model, to debate, and to predict the behavior of algorithms and computation. Previous learning about set theory and proof by induction are helpful prerequisites."

ContentsMathematical Preliminaries - Regular Languages - Equivalences - Structure of Regular Languages - Context - free Languages - Structure of CFLs - Recursively Enumerable Languages - A Non-recursively Enumerable Language - Algorithmic Solvability - Computational Complexity.

Elements of Computer SecurityDavid Salomon, California State University, Northridge, CA, USA

About the BookAs our society grows ever more reliant on computers, so it also becomes more vulnerable to computer crime. Cyber attacks have been plaguing computer users since the 1980s, and computer security experts are predicting that smart telephones and other mobile devices will also become the targets of cyber security threats in the future. Developed from the author's successful Springer guide to Foundations of Computer Security, this accessible textbook/reference is fully updated and enhanced with resources for students and tutors. Topics and features: examines the physical security of computer hardware, networks, and digital data; introduces the different forms of rogue software (or malware), discusses methods for preventing and defending against malware, and describes a selection of viruses, worms and Trojans in detail; investigates the important threats to network security, and explores the subjects of authentication, spyware, and identity theft; discusses issues of privacy and trust in the online world, including children's privacy and safety; includes appendices which discuss the definition, meaning, and history of the term hacker, introduce the language of 'l33t Speak', and provide a detailed virus timeline; provides numerous exercises and examples throughout the text, in addition to a Glossary of terms used in the book; supplies additional resources at the associated website, http://www.DavidSalomon.name/, including an introduction to cryptography, and answers to the exercises. Clearly and engagingly written, this concise textbook is an ideal resource for undergraduate classes on computer security. The book is mostly non-mathematical, and is suitable for anyone familiar with the basic concepts of computers and computations.

ContentsPhysical Security - Viruses - Worms - Trojan Horses - Examples of Malware - Prevention and Defense - Network Security - Authentication - Spyware - Identity Theft - Privacy and Trust.

ISBN: 9788132203001Page: XIV, 422 p. 94

illus.Price: ` 415.00Market: OpenReprint Year:Jun-11

ISBN: 9788132206668Page: XX, 375 p.Price: ` 350.00Market: OpenReprint Year: May-12

Highlights

Page 12: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

springer.com8

Computer Science and Engineering Prices are subject to change without prior noticeThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Embedded Java Security: Security for Mobile DevicesMourad Debbabi, Concordia University, Montreal, QC, CanadaMohamed Saleh, Concordia University, Montreal, QC, CanadaChamseddine Talhi, Concordia University, Montreal, QC, CanadaSami Zhioua, Concordia University, Montreal, QC, Canada

About the BookJava brings more functionality and versatility to the world of mobile devices, but it also introduces new security threats. This book is a comprehensive presentation of embedded Java security. It is compared with the security model of the Java 2 Standard Edition in order to view the impact of limited resources on security. The main components of embedded Java are also generally presented to give an idea about the platform architecture. To assess the effectiveness of the security model, an evaluation of the security features is carried out with results presented in the framework of the MEHARI method for risk analysis, and the Common Criteria methodology of security evaluation. The usefulness of this security evaluation is to point out areas that need security hardening. This book provides researchers and practitioners alike with a broader and deeper understanding of the issues involved in embedded Java security, and –as a larger view- mobile devices security.

ContentsIntroduction - J2ME - CLDC - J2ME - CLDC Security Evaluation - Risk Analysis - Security Evaluation - Conclusion.

Embedded Software Development with CKai Qian, Southern Polytechnic State University, Marietta, GA, USADavid Den Haring, Atronix Engineering, Inc., Norcross, GA, USALi Cao, University of Texas at Austin, Westmont, IL, USA

About the BookEmbedded Software Development With C offers both an effectual reference for professionals and researchers, and a valuable learning tool for students by laying the groundwork for a solid foundation in the hardware and software aspects of embedded systems development. Key features include a resource for the fundamentals of embedded systems design and development with an emphasis on software, an exploration of the 8051 microcontroller as it pertains to embedded systems, comprehensive tutorial materials for instructors to provide students with labs of varying lengths and levels of difficulty, and supporting website including all sample codes, software tools and links to additional online references.

ContentsIntroduction to Embedded Systems - Embedded Software Design and Development - 8051 Microcontroller - Embedded C Programming with 8051 - Real-Time Operating Systems - Serial Communications - Survey of Popular Microcontrollers - Ethernet Applications and the Future of the Microcontroller - Hands-On Labs - A C programming Primer - B Getting Started with The Keil μ Vision IDE - C Getting Started with Silicon Laboratories C8051F005DK Development - D Counter with 7-Segment Numeric Display - Index.

ISBN: 9788132202332Page: XII, 243 p. 38

illus.Price: ` 395.00Market: OpenReprint Year: Feb-11

ISBN: 9788132203889Page: XII, 384 p.Price: ` 449.00Market: OpenReprint Year: Sep-11

Highlights

Page 13: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

9springer.com

Prices are subject to change without prior notice Computer Science and EngineeringThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Embedded System Design: Embedded Systems Foundations of Cyber-Physical Systems, 2ePeter Marwedel, University of Dortmund, Germany

About the BookEmbedded System Design starts with an introduction into the area and a survey of specification models and languages for embedded and cyber-physical systems. It provides a brief overview of hardware devices used for such systems and presents the essentials of system software for embedded systems, like real-time operating systems. The book also discusses evaluation and validation techniques for embedded systems. Furthermore, the book presents an overview of techniques for mapping applications to execution platforms. Due to the importance of resource efficiency, the book also contains a selected set of optimization techniques for embedded systems, including special compilation techniques. The book closes with a brief survey on testing.Embedded System Design can be used as a text book for courses on embedded systems and as a source which provides pointers to relevant material in the area for PhD students and teachers. It assumes a basic knowledge of information processing hardware and software. Courseware related to this book is available at http://ls12-www.cs.tu-dortmund.de/~marwedel."

ContentsPreface - Acknowledgements - Introduction - Specifications and Modeling - Embedded System Hardware - System software - Evaluation and Validation - Application Mapping - Optimization - Test - Appendices - References - About the Author - List of Figures - Index.

Embedded System Design: Modeling, Synthesis and VerificationPeter Marwedel, University of Dortmund, Germany

About the BookEmbedded System Design: Modeling, Synthesis and Verification introduces a model-based approach to system level design. It presents modeling techniques for both computation and communication at different levels of abstraction, such as specification, transaction level and cycle-accurate level. It discusses synthesis methods for system level architectures, embedded software and hardware components. Using these methods, designers can develop applications with high level models, which are automatically translatable to low level implementations. This book, furthermore, describes simulation-based and formal verification methods that are essential for achieving design confidence. The book concludes with an overview of existing tools along with a design case study outlining the practice of embedded system design. Specifically, this book addresses the following topics in detail: System modeling at different abstraction levels. Model-based system design. Hardware/Software codesign. Software and Hardware component synthesis. System verification. This book is for groups within the embedded system community: students in courses on embedded systems, embedded application developers, system designers and managers, CAD tool developers, design automation, and system engineering.

ContentsIntroduction - System Design Methodologies - Modeling - System Synthesis - Software Synthesis - Hardware Synthesis - Verification - Embedded Design Practice.

ISBN: 9788132214694Page: XXI, 400p.Price: ` 795.00Market: BSPReprint Year: Dec-13

ISBN: 9788132211068Page: XXVI, 358 p. 185

illus.Price: ` 895.00Market: BSPReprint Year: Dec-12

Highlights

Page 14: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

springer.com10

Computer Science and Engineering Prices are subject to change without prior noticeThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Engineering Web ApplicationsSven Casteleyn, Vrije Universiteit Brussel, Belgium; Florian Daniel, University of Trento, ItalyPeter Dolog, Aalborg University, DenmarkMaristella Matera, Politecnico di Milano, Italy

About the BookNowadays, Web applications are almost omnipresent. The Web has become a platform not only for information delivery, but also for eCommerce systems, social networks, mobile services, and distributed learning environments. Engineering Web applications involves many intrinsic challenges due to their distributed nature, content orientation, and the requirement to make them available to a wide spectrum of users who are unknown in advance. The authors discuss these challenges in the context of well-established engineering processes, covering the whole product lifecycle from requirements engineering through design and implementation to deployment and maintenance. They stress the importance of models in Web application development, and they compare well-known Web-specific development processes like WebML, WSDM and OOHDM to traditional software development approaches like the waterfall model and the spiral model.

ContentsIntroduction - Technologies - The Development Process - Requirements Engineering - Web Application Design - Adaption - Implementation, Deployment, and Maintenance - Quality Assessment - Semantic Web and Web 2.0.

Formal Languages and CompilationStefano Crespi Reghizzi, Politecnico di Milano, Italy

About the BookThis book covers the fundamentals concepts of formal languages and compilation. The book presents the subject in a clear, reader-friendly and simple minimalist way, presenting the principles and methods used for defining the syntax of artificial languages and to implement simple translators, as well as in designing syntax-directed translators. Features: Unifies the concepts and notations used in the various approaches of parsing algorithms; concepts are illustrated with many realistic examples, to ease the understanding of the theory and the transfer to application; theoretical models of automata, transducers and formal grammars are used extensively; algorithms are described in a pseudo-code to avoid the disturbing details of a programming language, yet they are straightforward to convert to executable procedures; problems and solutions are available via an author website. This comprehensive and clearly written text will be welcomed by graduate students as the ideal guide to the fundamentals of this field.

ContentsIntroduction - Syntax - Finite Automata and Recognition of Regular Languages - Phrases Recognition and Parsing - Translation, Semantic, and Static Analysis - Appendix: Case Studies - Index.

ISBN: 9788132205289Page: XIII, 349 p.Price: ` 549.00Market: OpenReprint Year:Dec-11

ISBN: 9788132205258Page: XII, 368 p. 100

illus.Price: ` 399.00Market: OpenReprint Year: Dec-11

Highlights

Page 15: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

11springer.com

Prices are subject to change without prior notice Computer Science and EngineeringThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Indian Mujahideen: Computational Analysis and Public PolicyV.S. Subrahmanian, University of Maryland Inst. Advanced Computer Studies, College Park, MD, USA Aaron Mannes, University of Maryland, College Park, USA Animesh Roul, Society for the Study of Peace and Conflict, Dwarka, India R.K. Raghavan, Central Bureau of Investigation, Alwarpet, Chennai, India.

About the Book"Advance Praise for Indian Mujahideen: Computational Analysis and Public Policy “This book presents a highly innovative computational approach to analyzing the strategic behavior of terrorist groups and formulating counter-terrorism policies. It would be very useful for international security analysts and policymakers.” Uzi Arad, National Security Advisor to the Prime Minister of Israel and Head, Israel National Security Council (2009-2011) “An important book on a complex security problem. Issues have been analysed in depth based on quality research. Insightful and well-balanced in describing the way forward.” Naresh Chandra, Indian Ambassador to the USA (1996-2001) and Cabinet Secretary (1990-1992). “An objective and clinical account of the origins, aims, extra-territorial links and modus-operandi, of a growingly dangerous terrorist organization that challenges the federal, democratic, secular and pluralistic ethos of India’s polity. The authors have meticulously researched and analysed the multi-faceted challenges that the “Indian Mujahideen” poses and realistically dwelt on the ways in which these challenges could be faced and overcome.” G. Parthasarathy, High Commissioner of India to Australia (1995-1998) and Pakistan (1998-2000). Foreword by the Hon. Louis J. Freeh"

ContentsIntroduction - Indian Mujahideen (IM) - Temporal Probabilistic Behavior Rules - Targeting Public Sites - Bombings - Simultaneous and Timed Attacks - Total Deaths in IM Attacks - Computing Policy Options - Suggested Counter-Terrorism Policies - Building a National Counter-Terrorism Center - Appendix A: Data Methodology - Appendix B: List of All Terrorist Attacks Carried out by IM - Appendix C: Temporal Probabilistic Rules Presented in This Book - Appendix D: Instances of Improved Diplomatic Relations between India and Pakistan - Appendix E: Instances of Indian Mujahideen Conferences - Appendix F: Indian Mujahideen Claims of Responsibility for Attacks - Appendix G: Instances of Indian Mujahideen Communications about its Terror Campaign.

Information Retrieval Architecture and AlgorithmsGerald Kowalski, Ashburn, VA, USA

About the BookThis text presents a theoretical and practical examination of the latest developments in Information Retrieval and their application to existing systems. By starting with a functional discussion of what is needed for an information system, the reader can grasp the scope of information retrieval problems and discover the tools to resolve them. The book takes a system approach to explore every functional processing step in a system from ingest of an item to be indexed to displaying results, showing how implementation decisions add to the information retrieval goal, and thus providing the user with the needed outcome, while minimizing their resources to obtain those results.The text stresses the current migration of information retrieval from just textual to multimedia, expounding upon multimedia search, retrieval and display, as well as classic and new textual techniques. It also introduces developments in hardware, and more importantly, search architectures, such as those introduced by Google, in order to approach scalability issues.

ContentsInformation Retrieval System Functions - Data Structures and Mathematical Algorithms - Indexing - Search - Document and Term Clustering - Information Presentation - Search Architecture - Information System Evaluation.

ISBN: 9788132214847Page: XVIII, 173 p. 22

illus.Price: ` 895.00Market: OBReprint Year: Jan-14

ISBN: 9788132210764Page: XII, 308 p.Price: ` 825.00Market: BSPReprint Year: Dec-12

Highlights

Page 16: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

springer.com12

Computer Science and Engineering Prices are subject to change without prior noticeThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Information Storage and Retrieval Systems: Theory and Implementation, 2eGerald J. Kowalski, Central Intelligence Agency, USAMark T. Maybury, Information Technology Division, The MITRE Corporation, Bedford, MA, USA

About the BookThis book provides a theoretical and practical explanation of the latest advancements in information retrieval and their application to existing systems. It takes a system approach, discussing all aspects of an Information Retrieval System. The major difference between this book and the first edition is the addition to this text of descriptions of the automated indexing of multimedia documents, as items in information retrieval are now considered to be a combination of text along with graphics, audio, image and video data types. The growth of the Internet and the availability of enormous volumes of data in digital form have necessitated intense interest in techniques to assist the user in locating data. The importance of the Internet and its associated hypertext linked structure are put into perspective as a new type of information retrieval data structure. The total system approach also includes discussion of the human interface and the importance of information visualization for identification of relevant information. With the availability of large quantities of multi-media on the Internet (audio, video, images), Information Retrieval Systems need to address multi-modal retrieval. The primary use of this book is as a college text on Information Retrieval Systems. But in addition to the theoretical aspects, the book maintains a theme of practicality that puts into perspective the importance and utilization of the theory in systems that are being used by anyone on the Internet. The student will gain an understanding of what is achievable using existing technologies and deficient areas that warrant additional research.

ContentsPreface - Introduction to Information Retrieval Systems - Information Retrieval System Capabilities - Cataloging and Indexing - Data Structure - Automatic Indexing - Document and Term Clustering - User Search Techniques - Information Visualization - Text Search Algorithms - Multimedia Information Retrieval - Information System Evaluation - References - Subject Index.

Information Theory in Computer Vision and Pattern RecognitionFrancisco Escolano Ruiz, University of Alicante, Spain Pablo Suau Pérez, University of Alicante, Spain Boyán Ivanov Bonev, University of Alicante, Spain

About the BookInformation theory has proved to be effective for solving many computer vision and pattern recognition (CVPR) problems (such as image matching, clustering and segmentation, saliency detection, feature selection, optimal classifier design and many others). Nowadays, researchers are widely bringing information theory elements to the CVPR arena. Among these elements there are measures (entropy, mutual information…), principles (maximum entropy, minimax entropy…) and theories (rate distortion theory, method of types…). This book explores and introduces the latter elements through an incremental complexity approach at the same time where CVPR problems are formulated and the most representative algorithms are presented. Interesting connections between information theory principles when applied to different problems are highlighted, seeking a comprehensive research roadmap. The result is a novel tool both for CVPR and machine learning researchers, and contributes to a cross-fertilization of both areas.

ContentsIntroduction - Interest Points, Edges and Contour Grouping - Contour and Region Based Image Segmentation - Registration, Matching, and Recognition - Image and Pattern Clustering - Feature Selection and Transformation - Classifier Design.

ISBN: 9788181284976Page: 336 p.Price: ` 850.00Market: BSPReprint Year: Aug-06

ISBN: 9788132204466Page: XVIII, 394 p. 126

illus.Price: ` 459.00Market: OpenReprint Year: Nov-11

Highlights

Page 17: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

13springer.com

Prices are subject to change without prior notice Computer Science and EngineeringThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Introduction to Computer Graphics: Using Java 2D and 3DFrank Klawonn, University of Applied Sciences Braunschweig/Wolfenbuettel, Germany

About the BookComputer graphics comprises the creation and representation of simple graphical elements and images as well as modern techniques for virtual reality. In order to apply computer graphics techniques correctly, a basic understanding of the fundamental concepts is required. This book provides an introduction to the most important basic concepts coupling the technical background and theory immediately with practical examples and applications. The reader can follow up the theory and then literally see the theory at work in numerous example programs. With only elementary knowledge of the programming language Java, the reader will be able to create his or her own images and animations immediately using Java 2D and Java 3D. Written for second year undergraduate and above students, this book will be an essential tool for those studying computer science and computer engineering. A website for this book includes programs with source code, exercises with solutions and slides as teaching material.

ContentsIntroduction - Basic principles of two-dimensional graphics - Drawing lines and curves - Areas, text and colour - Basic principles of three - dimensional graphics - Modelling three - dimensional objects - Visible surface determination - Illumination and shading - Special effects and virtual reality - Appendix: Useful links - Appendix: Example programs - Appendix: References to Java 2D classes and methods - Appendix: References to Java 3D classes and methods - Bibliography - Index.

Introduction to Cryptography, 2eJohannes Buchmann, Technische Universität Darmstadt, Germany

About the BookCryptography is a key technology in electronic key systems. It is used to keep data secret, digitally sign documents, access control, and so forth. Users therefore should not only know how its techniques work, but they must also be able to estimate their efficiency and security. Based on courses taught by the author, this book explains the basic methods of modern cryptography. It is written for readers with only basic mathematical knowledge who are interested in modern cryptographic algorithms and their mathematical foundation. Several exercises are included following each chapter. This revised and extended edition includes new material on the AES encryption algorithm, the SHA-1 Hash algorithm, on secret sharing, as well as updates in the chapters on factoring and discrete logarithms.

ContentsIntegers - Congruences and Residue Class Rings - Encryption - Probability and Perfect Secrecy - DES - AES - Prime Number Generation - Public - Key Encryption - Factoring - Discrete Logarithms - Cryptographic Hash Functions - Digital Signatures - Other Systems - Identification - Public - Key Infrastructures - Solutions of the Odd Exercises - Subject Index - Bibliography.

ISBN: 9788132203018Page: XVIII, 286 p. 137

illus. With online files/update.

Price: ` 299.00Market: OpenReprint Year: Jun-11

ISBN: 9788181282323Page: XVI, 335 p. 27

illus.Price: ` 450.00Market: BSPReprint Year: Mar-04

Highlights

Page 18: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

springer.com14

Computer Science and Engineering Prices are subject to change without prior noticeThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Introduction to Fuzzy Logic using MATLABS.N. Sivanandam, PSG College of Technology, Coimbatore, India S. Sumathi, PSG College of Technology, Coimbatore, IndiaS. N. Deepa, PSG College of Technology, Coimbatore, India

About the BookFuzzy Logic, at present is a hot topic, among academicians as well various programmers. This book is provided to give a broad, in-depth overview of the field of Fuzzy Logic. The basic principles of Fuzzy Logic are discussed in detail with various solved examples. The different approaches and solutions to the problems given in the book are well balanced and pertinent to the Fuzzy Logic research projects. The applications of Fuzzy Logic are also dealt to make the readers understand the concept of Fuzzy Logic. The solutions to the problems are programmed using MATLAB 6.0 and the simulated results are given. The MATLAB Fuzzy Logic toolbox is provided for easy reference.

ContentsClassical and fuzzy sets - Classical and fuzzy relations - Membership Functions - Defuzzification - Fuzzy Rule Based System - Fuzzy Decision Making - Applications of Fuzzy Logic - Fuzzy Logic Projects with Matlab.

Introduction to Genetic AlgorithmsS.N. Sivanandam, PSG College of Technology, Coimbatore, IndiaS. N. Deepa, PSG College of Technology, Coimbatore, India

About the BookThe book contains basic concepts, several applications of Genetic Algorithms and solved Genetic Problems using MATLAB software and C/C++. The salient features of the book include - detailed explanation of Genetic Algorithm concepts, - numerous Genetic Algorithm Optimization Problems, - study on various types of Genetic Algorithms, - implementation of Optimization problem using C and C++, - simulated solutions for Genetic Algorithm problems using MATLAB 7.0, - brief description on the basics of Genetic Programming, - application case studies on Genetic Algorithm on emerging fields.

ContentsEvolutionary Computation - Genetic Algorithms - Terminologies and Operators of GA - Advanced Operators and Techniques in Genetic Algorithm - Classification of Genetic Algorithm - Genetic Programming - Genetic Algorithm Optimization Problems - Genetic Algorithm Implementation Using Matlab - Genetic Algorithm Optimization in C/C++ - Applications of Genetic Algorithms - Introduction to Particle Swarm Optimization and Ant Colony Optimization - Bibliography.

ISBN: 9788132211075Page: XIV, 430 p. 304

illus.Price: ` 995.00Market: BSPReprint Year: Dec-12

ISBN: 9788132211051Page: XX, 442 p. 193

illus.Price: ` 995.00Market: BSPReprint Year: Dec-12

Highlights

Page 19: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

15springer.com

Prices are subject to change without prior notice Computer Science and EngineeringThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Lashkar-e-Taiba: Computational Analysis of Terrorist GroupsV.S. Subrahmanian, University of Maryland Inst. Advanced Computer Studies, College Park, MD, USA Aaron Mannes, University of Maryland, College Park, USAAmy Sliva, Northeastern University, Boston, MA, USAJana Shakarian, University of Maryland, College Park, MD, USAJohn P. Dickerson, Carnegie Mellon University, Pittsburgh, PA, USA

About the BookThe book provides an in-depth look at Web intelligence, and how advanced mathematics and modern computing technology can influence the insights we have on terrorist groups. This book primarily focuses on one famous terrorist group known as Lashkar-e-Taiba (or LeT), and how it operates. After 10 years of counter Al Qaeda operations, LeT is considered by many in the counter-terrorism community to be an even greater threat to the US and world peace than Al Qaeda. This is the first book that demonstrates how to use modern computational analysis techniques including methods for “big data” analysis. This book presents how to quantify both the environment in which LeT operate, and the actions it took over a 20-year period, and represent it as a relational database table. This table is then mined using sophisticated data mining algorithms in order to gain detailed, mathematical, computational and statistical insights into LeT and its operations. This book also provides a detailed history of Lashkar-e-Taiba based on extensive analysis conducted by using open source information and public statements. Each chapter includes a case study, as well as a slide describing the key results which are available on the authors’ web sites."

ContentsIntroduction - A Brief History of LeT - Temporal Probabilistic Behavior Rules - Targeting Civilians - Attacks Against Public Sites, Tourist Sites and Transportation Facilities - Attacks Against Professional Security Forces - Attacks Against Security Installations and Infrastructure - Other Types of Attacks - Armed Clashes - Computing Policy Options - Policy Options Against LeT - Appendix A: Data Methodology - Appendix B: List of All Terrorist Attacks Carried out by LeT - Appendix C: List of all Temporal-Probabilistic Rules Presented in this Book - Appendix D: List of all Policies Generated by the Policy Computation Engine - Appendix E: Some Background Reports on Internal Cohesion of LeT - Appendix F: Some Reports of Pakistani Government Military Support for LeT - Appendix G: Some Reports of LeT Using the Press to Propagate its Message - Appendix H: Some LeT Locations Including Training Camps - References - Index.

Mathematical Logic for Computer Science, 2eMordechai Ben-Ari, Weizmann Institute of Science, Rehovot, Israel

About the BookMathematical Logic for Computer Science is a mathematics textbook with theorems and proofs, but the choice of topics has been guided by the needs of computer science students. The method of semantic tableaux provides an elegant way to teach logic that is both theoretically sound and yet sufficiently elementary for undergraduates. To provide a balanced treatment of logic, tableaux are related to deductive proof systems. The logical systems presented are: Propositional calculus (including binary decision diagrams); - Predicate calculus; - Resolution; - Hoare logic; - Z; - Temporal logic.

ContentsPreface - Introduction - Propositional Calculus: Formulas, Models, Tableaux - Propositional Calculus: Deductive Systems - Propositional Calculus: Resolution and BDDs - Predicate Calculus: Formulas, Models, Tableau - Predicate Calculus: Deductive Systems - Predicate Calculus: Resolution - Logic Programming - Programs: Semantics and Verification - Programs: Formal Specification with Z - Temporal Logic: Formulas, Models, Tableaux - Temporal Logic: Deduction and Applications - Appendix: Set Theory; Further Reading; Bibliography; Index of Symbols; Index.

ISBN: 9788132213352Page: XIV, 231 p. 23

illus.Price: ` 995.00Market: VBReprint Year: Jul-13

ISBN: 9788181283443Page: XIV, 304 p.Price: ` 695.00Market: ANEReprint Year: Mar-05

Highlights

Page 20: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

springer.com16

Computer Science and Engineering Prices are subject to change without prior noticeThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Models of Computation: An Introduction to Computability TheoryMaribel Fernandez, King's College London, UK

About the BookA Concise Introduction to Computation Models and Computability Theory provides an introduction to the essential concepts in computability, using several models of computation, from the standard Turing Machines and Recursive Functions, to the modern computation models inspired by quantum physics. An in-depth analysis of the basic concepts underlying each model of computation is provided. Divided into two parts, the first highlights the traditional computation models used in the first studies on computability: - Automata and Turing Machines; - Recursive functions and the Lambda-Calculus; - Logic-based computation models. and the second part covers object-oriented and interaction-based models. There is also a chapter on concurrency, and a final chapter on emergent computation models inspired by quantum mechanics. At the end of each chapter there is a discussion on the use of computation models in the design of programming languages.

ContentsIntroduction - Part I Traditional Models of Computation - Automata and Turing Machines - The Lambda Calculus - Recursive Functions - Logic - Based Models of Computation - Part II Modern Models of Computation - Computing with Objects - Interaction - Based Models of Computation - Concurrency - Emergent Models of Computation - Answers to Selected Exercises - Bibliography - Index.

Network Performance Analysis: Using the J Programming LanguageAlan Holt, University of Waikato, New Zealand

About the BookNetwork Calculus is a mathematical theory concerned with deriving performance bound networks and this book aims to show that it can provide useful methods for designing and engineering networks. Examples are implemented in J making the subject more accessible to those that, although have a mathematical background, are not pure mathematicians. Basic and advanced concepts of J are introduced throughout when required to illustrate different issues. Topics covering Network Calculus include wide sense increasing functions, mini-plus algebra, convolution and arrival, departure and services curves. Comprehensive examples in the application of Network Calculus are given, models for simulating network traffic and network systems are discussed and congestion control is explored. This book brings Network Calculus closer to the network professional and will equally appeal to postgraduates studying network performance by providing valuable analytical tools and using J as a means of providing a practical treatment of the subject.

ContentsIntroduction - Fundamentals of the J Programming Language - Programming in J - Network Calculus - Stochastic Processes and Statistical Methods - Traffic Modeling and Simulation - Chaotic Maps - ATM Quality of Service - Congestion Control - Appendix: Scripts - References.

ISBN: 9788132204480Page: XII, 184 p. 12

illus.Price: ` 299.00Market: OpenReprint Year: Nov-11

ISBN: 9788132204497Page: XVI, 216 p. 52

illus.Price: ` 329.00Market: OpenReprint Year: Nov-11

Highlights

Page 21: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

17springer.com

Prices are subject to change without prior notice Computer Science and EngineeringThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Parallel Programming: for Multicore and Cluster SystemsThomas Rauber, U Bayreuth, GermanyGudula Rünger, TU Chemnitz, Germany

About the BookInnovations in hardware architecture, like hyper-threading or multicore processors, mean that parallel computing resources are available for inexpensive desktop computers. In only a few years, many standard software products will be based on concepts of parallel programming implemented on such hardware, and the range of applications will be much broader than that of scientific computing, up to now the main application area for parallel computing. Rauber and Rünger take up these recent developments in processor architecture by giving detailed descriptions of parallel programming techniques that are necessary for developing efficient programs for multicore processors as well as for parallel cluster systems and supercomputers. Their book is structured in three main parts, covering all areas of parallel computing: the architecture of parallel systems, parallel programming models and environments, and the implementation of efficient application algorithms. The emphasis lies on parallel programming techniques needed for different architectures. The main goal of the book is to present parallel programming techniques that can be used in many situations for many application areas and which enable the reader to develop correct and efficient parallel programs. Many examples and exercises are provided to show how to apply the techniques. The book can be used as both a textbook for students and a reference book for professionals. The presented material has been used for courses in parallel programming at different universities for many years.

ContentsIntroduction - Parallel COmputer Architectures - Parallel Programming Models - Performance Analysis of Parallel Programs - Messge - Passing Programming - Thread Programming - Algorithms for Systems of Linear Equations.

Pattern Recognition and Machine LearningChristopher M. Bishop, Microsoft Research Ltd., Cambridge, UK

About the BookThis is the first textbook on pattern recognition to present the Bayesian view point.The book presents approximate inference algorithms that permit fast approximate answers in situations where exact answers are not feasible. It uses graphical models to describe probability distributions when no other books apply graphical models to machine learning.This completely new textbook reflects these recent developments while providing a comprehensive introduction to the fields of pattern recognition and machine learning. It is aimed at advanced undergraduates or first-year PhD students, as well as researchers and practitioners. No previous knowledge of pattern recognition or machine learning concepts is assumed. Familiarity with multivariate calculus and basic linear algebra is required, and some experience in the use of probabilities would be helpful though not essential as the book includes a self-contained introduction to basic probability theory. The book is suitable for courses on machine learning, statistics, computer science, signal processing, computer vision, data mining, and bioinformatics. Extensive support is provided for course instructors, including more than 400 exercises, graded according to difficulty. Example solutions for a subset of the exercises are available from the book web site, while solutions for the remainder can be obtained by instructors from the publisher. The book is supported by a great deal of additional material, and the reader is encouraged to visit the book web site for the latest information.

ContentsIntroduction - Probability distributions - Linear models for regression - Linear models for classification - Neural networks - Kernel methods - Sparse kernel machines - Graphical models - Mixture models and EM - Approximate inference - Sampling methods - Continuous latent variables - Sequential data - Combining models.

ISBN: 9788132203919Page: X, 450 p. 156

illus.Price: ` 549.00Market: OpenReprint Year: Sep-11

ISBN: 9788132209065Page: XX, 740 p. 304

illus. in color.Price: ` 995.00Market: CBSReprint Year: Sep-12

Highlights

Page 22: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

springer.com18

Computer Science and Engineering Prices are subject to change without prior noticeThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Practical Software Testing: A Process-Oriented ApproachIlene Burnstein, Institute of Technology, Chicago, IL, USA

About the BookBased on the needs of the educational community, and the software professional, this book takes a unique approach to teaching software testing. It introduces testing concepts that are managerial, technical, and process oriented, using the Testing Maturity Model (TMM) as a guiding framework. The TMM levels and goals support a structured presentation of fundamental and advanced test-related concepts to the reader. In this context, the interrelationships between theoretical, technical, and managerial concepts become more apparent. In addition, relationships between the testing process, maturity goals, and such key players as managers, testers and client groups are introduced. Graduate students and industry professionals will benefit from the book, which is designed for a graduate course in software testing, software quality assurance, or software validation and verification Moreover, the number of universities with graduate courses that cover this material will grow, given the evoluation in software development as an engineering discipline and the creation of degree programs in software engineering.

ContentsIntroduction to testing as an engineering activity - Testing fundamentals - Defects, hypotheses, and tests - Strategies and methods for test case design 1 - Strategies and methods for test case design 2 - Levels of testing - Test goals, policies, plans and documentation - The test organization - Controlling, monitoring/evaluating and the testing process - Reviews as a testing activity - Testing, measurements, and software quality goals - Defect prevention - The testers' workbench - Test process assessment and improvement - Case studies with the testing maturity model.

Principles of Distributed Database Systems, 3eM. Tamer Özsu, University of Waterloo, Waterloo, Ontario, CanadaPatrick Valduriez, Montpellier, France

About the BookThis third edition of a classic textbook can be used to teach at the senior undergraduate and graduate levels. The material concentrates on fundamental theories as well as techniques and algorithms. The advent of the Internet and the World Wide Web, and, more recently, the emergence of cloud computing and streaming data applications, has forced a renewal of interest in distributed and parallel data management, while, at the same time, requiring a rethinking of some of the traditional techniques. This book covers the breadth and depth of this re-emerging field. The coverage consists of two parts. The first part discusses the fundamental principles of distributed data management and includes distribution design, data integration, distributed query processing and optimization, distributed transaction management, and replication. The second part focuses on more advanced topics and includes discussion of parallel database systems, distributed object management, peer-to-peer data management, web data management, data stream systems, and cloud computing. New in this Edition: • New chapters, covering database replication, database integration, multidatabase query processing, peer-to-peer data management, and web data management.

ContentsIntroduction - Background - Distributed Database Design - Database Integration - Data and Access Control - Overview of Query Processing - Query Decomposition and Data Localization - Optimization of Distributed Queries - Multidatabase Query Processing - Introduction to Transaction Management - Distributed Concurrency Control - Distributed DBMS Reliability - Data Replication - Parallel Database Systems - Distributed Object Database Management - Peer-to-Peer Data Management - Web Data Management - Current Issues - References - Index.

ISBN: 9788181280893Page: XXII, 714 p. 108

illus.Price: ` 495.00Market: YDReprint Year: Dec-11

ISBN: 9788132204794Page: XIX, 845 p.Price: ` 599.00Market: OpenReprint Year: Nov-11

Highlights

Page 23: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

19springer.com

Prices are subject to change without prior notice Computer Science and EngineeringThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Principles of Mobile Communication, 3eGordon L. Stüber, Georgia Institute of Technology, Atlanta, GA, USA

About the BookPrinciples of Mobile Communication, Third Edition, is an authoritative treatment of the fundamentals of mobile communications. This book stresses the 'fundamentals' of physical-layer wireless and mobile communications engineering that are important for the design of 'any' wireless system. This book differs from others in the field by stressing mathematical modeling and analysis. It includes many detailed derivations from first principles, extensive literature references, and provides a level of depth that is necessary for graduate students wishing to pursue research on this topic. The book's focus will benefit students taking formal instruction and practicing engineers who are likely to already have familiarity with the standards and are seeking to increase their knowledge of this important subject. Beginning with a survey of the field that introduces an array of issues relevant to wireless communications and which traces the historical development of today’s accepted wireless standards, the book moves on to cover all the relevant discrete subjects, from radio propagation to error probability performance and cellular radio resource management. A valuable appendix provides a succinct and focused tutorial on probability and random processes, concepts widely used throughout the book. This new edition, revised to include the latest information on this fast-evolving subject, will be required reading for students up to graduate level, and a practical everyday tool for engineers already working in the field.

ContentsIntroduction - Propagation Modeling - Co-channel Interference - Digital Modulation with Power Spectrum - Digital Signaling on Flat Fading Channels - Multi-antenna Techniques - Equalization and Interference Cancelation - Error Control Coding - Spread Spectrum Techniques - Multi-carrier Techniques - Frequency Planning Techniques - CDMA Cellular Systems - Radio Resource Management - Appendix: Probablitiy and Random Processes.

Programming Challenges: The Programming Contest Training ManualSteven S. Skiena, State University of New York, Stony Brook, NY, USA

About the BookThis volume uses international programming competition-type problems to motivate the study of algorithms, programming, and other topics in computer science. The book includes more than 100 programming challenges, as well as the theory and key concepts necessary for approaching them. Problems are organized by topic, and supplemented by complete tutorial material. Readers gain a concrete understanding of both algorithmic techniques and advanced coding topics.

ContentsGetting started - Data structures - Strings - Sorting - Arithmetic and algebra - Combinatorics - Number theory - Backtracking - Graph traversal - Graph algorithms - Dynamic programming - Grids - Geometry - Computational geometry - Appendix - Index.

ISBN: 9788132211082Page: XXII, 797 p. 358

illus.Price: ` 1,095.00Market: BSPReprint Year: Dec-12

ISBN: 9788132214663Page: CCCLXXXIV,

364 p.Price: ` 650.00Market: GCHReprint Year: Dec-13

Highlights

Page 24: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

springer.com20

Computer Science and Engineering Prices are subject to change without prior noticeThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Quantum Inspired Intelligent SystemsLeandro dos Santos Coelho, Pontifícia Universidade Católica do Paraná, Curitiba, Brazil (Ed.)

About the BookResearch on applying principles of quantum computing to improve the engineering of intelligent systems has been launched since late 1990s. This emergent research field concentrates on studying on quantum computing that is characterized by certain principles of quantum mechanics such as standing waves, interference, quantum bits, coherence, superposition of states, and concept of interference, combined with computational intelligence or soft computing approaches, such as artificial neural networks, fuzzy systems, evolutionary computing, swarm intelligence and hybrid soft computing methods.

ContentsGaussian Quantum-Behaved Particle Swarm Optimization Applied to Fuzzy PID Controller Design - Quantum-inspired genetic algorithms for flow shop scheduling - Quantum Simultaneous Recurrent Networks for Content Addressable Memory - Quantum Intelligent Mobile System - Quantum Associative Pattern Retrieval - Quantum-Inspired Evolutionary Algorithm for Numerical Optimization - Calibration of the VGSSD Option Pricing Model using a Quantum-inspired Evolutionary Algorithm.

Requirements Engineering: Fundamentals, Principles, and TechniquesKlaus Pohl, Universität Duisburg-Essen, Germany

About the BookIn this textbook, Klaus Pohl provides a comprehensive and well-structured introduction to the fundamentals, principles, and techniques of requirements engineering. He presents approved techniques for eliciting, negotiating and documenting as well as validating, and managing requirements for software-intensive systems. The various aspects of the process and the techniques are illustrated using numerous examples based on his extensive teaching experience and his work in industrial collaborations. His presentation aims at professionals, students, and lecturers in systems and software engineering or business applications development.

ContentsPart I Fundamentals and Framework - Motivation - Requirements - 3 Towards Continuous Requirements Engineering - The Requirements Engineering Framework - Part II System Context - Context and Context Separation - Context Structuring Scheme - Part III Requirements Artefacts - Part III. a Goals - Fundamentals - Documentation of Goals - Part III.b Scenarios - Fundamentals - Types of Scenarios - Documentation of Scenarios - Usage of Goals and Scenarios - Part III.c Solution - Oriented Requirements - Traditional Perspectives of Requirements - Object - Oriented Models - Part IV Core Activities - Part IV.a Documentation - Fundamentals of Documentation - Documentation in Natural Language - Structuring Textual Requirements - Fundamentals of Conceptual Modelling - Model - Based and Textual Requirements - Part IV.b Elicitation - Fundamentals of Elicitation - Elicitation Techniques - Assistance Techniques for Elicitation - Part IV.c Negotiation - Fundamentals of Negotiation - Conflict Management - Negotiation Techniques - Part V Validation - Fundamentals of Validation - Validation Techniques - Assistance Techniques for Validation - Part VI Management - Three Management Activities - Traceability of Requirements - Prioritisation of Requirements - Change Management for Requirements - Part VII The Goal - and Scenario - based Requirements Engineering Method COSMOD - RE - The COSMOD - RE Method - Application of the COSMOD - RE Method: A Driver Assistance System - Part VIII Requirements Engineering for Software Product Lines - Fundamentals of Software Product Line Engineering - Managing Product Line Variability - Domain Requirements Engineering - Application Requirements Engineering - Part IX Relations to Design and Testing - Intertwining of Requirements Engineering and Architecture - Requirements - based Testing.

ISBN: 9788132202370Page: XIV, 156 p. 60

illus.Price: ` 345.00Market: OpenReprint Year: Feb-11

ISBN: 9788132203933Page: XVII, 813 p. 314

illus.Price: ` 799.00Market: OpenReprint Year: Sep-11

Highlights

Page 25: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

21springer.com

Prices are subject to change without prior notice Computer Science and EngineeringThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Semantic Web Services, Processes and ApplicationsJorge Cardoso, Universidade da Madeira, Funchal, PortugalAmit P. Sheth, University of Georgia, Athens, GA, USA (Eds.)

About the BookSemantics, Web services, and Web processes promise better re-use, universal interoperability and integration. Semantics has been recognized as the primary tool to address the challenges of a broad spectrum of heterogeneity and for improving automation through machine understandable descriptions. Semantic Web Services, Processes and Applications brings contributions from researchers who study, explore and understand the semantic enabling of all phases of semantic Web processes. This encompasses design, annotation, discovery, choreography and composition. Also this book presents fundamental capabilities and techniques associated with ontological modeling or services, annotation, matching and mapping, and reasoning. This is complemented by discussion of applications in e-Government and bioinformatics. Special bulk rates are available for course adoption through Publishing Editor.

ContentsForeword by Frank Leymann, IBM - Preface - Semantic Web Services - The Semantic Web and Its Applications - Semantic Annotations in Web Services - Web services Modeling Ontology - Keywords, Port Types and Semantics: A Journey in the Land of Web Service Discovery - Temporal Reasoning of Reactive Web Services - Basic Concepts in Choreography - Designing Semantic Web Processes: The WSDL - S Approach - Web Services Composition - Matching and Mapping for Semantic Web Processes - Real - World Applications - Developing an OWL Ontology for E - Tourism - Semantic Technology for E - Government - Bioinformatics Applications of Web Services, Web Processes and Role of Semantics - Building Semantic Business Services - Programming the Semantic Web - Index.

Social Networks and the Semantic WebPeter Mika, Yahoo! Research Barcelona, Spain

About the BookWhether we changed the Web or the Web has changed us is difficult to discern, even with the wisdom of hindsight. Social Networks and the Semantic Web provides two major case studies. The first case study shows the possibilities of tracking a research community over the Web, combining the information obtained from the Web with other data sources, and analyzing the results. Social network mining from the Web plays an important role in this case study for obtaining large-scale, dynamic network data beyond the possibilities of survey methods. The second study highlights the role of the social context in user-generated classifications in content, such as the tagging systems known as folksonomies. Social Networks and The Semantic Webis designed for researchers and advanced-level students of the semantic Web and Web services, information systems, social and information sciences. This book is useful for practitioners in industry as well. Foreword by Frank van Harmelen, author of the Semantic Web Primer.

ContentsForeword by Frank van Harmelen, author of the Semantic Web Primer - Preface - The Semantic Web and Social Networks - The Semantic Web - Social Network Analysis - Semantic Technology for Social Network Analysis - Electronic sources for network analysis - Ontology-based Knowledge Representation - Modelling and aggregating social network data - Implementation of the methods - Case Studies - Evaluating electronic data extraction for network analysis - Semantic-based Social Network Analysis in the sciences - Ontologies are us: emergent semantics in folksonomy systems - Conclusions - Bibliography - Index.

ISBN: 9788132204015Page: XXX, 383 p. 129

illus..Price: ` 499.00Market: OpenReprint Year: Oct-11

ISBN: 9788184896435Page: XIV, 234 p. 74

illus.Price: ` 675.00Market: BSPReprint Year: Jun-10

Highlights

Page 26: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

springer.com22

Computer Science and Engineering Prices are subject to change without prior noticeThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Soft Computing: New Trends and Applications L. Fortuna, Universita di Catania, Italy G.. Rizzotto, STMicroelectronics, Catania, ItalyM. Lavorgna, STMicroelectronics, Catania, ItalyG. Nunnari, Universita di Catania, ItalyM.G. Xibilia, Universita di Catania, ItalyRiccardo Caponetto, University of Catania, Italy

About the BookThe book presents a clear understanding of a new type of computation system, the cellular neural network (CNN), which has been successfully applied to the solution of many heavy computation problems, mainly in the fields of image processing and complex partial differential equations. CNNs' computation-based systems represent new opportunities for improving the soft-computation toolbox. The application of soft computing to complex systems and in particular to chaotic systems with the generation of chaotic dynamics by using CNN is also described. These aspects are of particular interest owing to their growing interest for research and application purposes. Specific topics covered in the text include: - fuzzy logic, control and neural networks; - artificial neural networks and their application in the modelling and control of dynamical systems; - evolutionary optimisation algorithms; - complex dynamics and cellular neural networks; - applications in urban traffic noise monitoring, robot control and rapid thermal process systems.

ContentsIntroduction - Fuzzy Logic - Fuzzy Control - Artificial Neural Networks - Neural Networks for Modeling and Controlling Dynamical Systems - Evolutionary Optimisation Algorithm - Cellular Neural Networks - Complex Dynamics and Cellular Neural Networks - Neuro-fuzzy Networks - Fuzzy Cellular Neural Networks Fuzzy Systems Optimisation by Means of Genetic Algorithms - Neuro-fuzzy Strategies for Monitoring Urban Traffic Noise - Modeling and Control of a Robot for Picking Citrus Fruit - Modeling and Control of Rapid Thermal Process Systems - A Neural Network to Predict Air Pollution in Industrial Areas - Conclusions.

Software Verification and Analysis: An Integrated, Hands-On ApproachJanusz Laski, Oakland University, Rochester, MI, USAWilliam Stanley, Oakland University, Rochester, MI, USA

About the BookThis book addresses the most important techniques in improving the correctness of software, including correctness by construction (top-down refinement), program proving, static analysis and dynamic, execution-based analysis (testing and debugging). Three major software verification techniques are discussed: Semantic program synthesis and analysis, static program analysis and dynamic program analysis. The correctness by construction paradigm is illustrated using the VDM-SL and the corresponding CSK Toolbox. The discussion involves the synthesis of direct and/or indirect specification, interpreting the latter and carrying out high-level testing of the specification. Problems are included in the text and one or more difficult exercises appear at the end of each chapter. Also, where appropriate, STAD’s handling of the concepts is illustrated.

ContentsPreface - Introduction: What Do We Want to Know About the Program - Why Not Write Correct Software the First Time?- How to Prove a Program Correct: Programs Without Loops - How to Prove a Program Correct: Iterative Programs - Prepare Test for Any Implementation: Black-box Testing - Intermediate Program Representation - Program Dependencies - What Can One Tell about a Program Without Its Execution: Static Analysis - Is there a Bug in the Program?- Structural Program Testing - Dynamic Program Analysis - Index.

ISBN: 9788184898958Page: XII, 267 p. 193

illus. Price: ` 549.00Market: OpenReprint Year: May-11

ISBN: 9788132204510Page: XVIII, 234 p. 62

illus.Price: ` 299.00Market: OpenReprint Year: Nov-11

Highlights

Page 27: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

23springer.com

Prices are subject to change without prior notice Computer Science and EngineeringThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Testing Techniques in Software EngineeringPaulo Borba, Universidade Federal de Pernambuco, Recife, PE, BrazilAna Cavalcanti, University of York, UKAugusto Sampaio, Universidade Federal de Pernambuco, Recife, PE, BrazilJim Woodcook, University of York, UK (Eds.)

About the BookThis tutorial book presents an augmented selection of the material presented at the Second Pernambuco Summer School on Software Engineering, PSSE 2007, held in Receife, Brazil in December 2007. The 8 contributions are the thoroughly revised versions of the papers presented by the invited lecturers. The revision was inspired by the synergy generated by the opportunity for the lecturers to present and discuss their work among themselves, and with the school’s attendees. The courses cover a wide spectrum of topics in software engineering with a special focus on testing - a key activity for assuring software quality. Apart from foundational issues, languages and techniques, the courses also cover the semantic underpinnings of refinement, as well as industrial applications and refinement tools.

ContentsSoftware Testing: An Overview - Functional, Control and Data Flow, and Mutation Testing: Theory and Practice - Automatic Test-Case Generation - Testing a Software Product Line - Parameterized Unit Testing with Pex: Tutorial - Software Tool Issues - Software Testing Based on Formal Specification - A Systematic Introduction to Mutation Testing in Unifying Theories of Programming.

Touch of Class: Learning to Program Well with Objects and ContractsBertrand Meyer, ETH Zurich, Switzerland

About the BookFrom object technology pioneer and ETH Zurich professor Bertrand Meyer, winner of the Jolt award and the ACM Software System Award, a revolutionary textbook that makes learning programming fun and rewarding. Meyer builds his presentation on a rich object-oriented software system supporting graphics and multimedia, which students can use to produce impressive applications from day one, then understand inside out as they learn new programming techniques. Unique to Touch of Class is a combination of a practical, hands-on approach to programming with the introduction of sound theoretical support focused on helping students learn the construction of high quality software. The use of full color brings exciting programming concepts to life. Among the useful features of the book is the use of Design by Contract, critical to software quality and providing a gentle introduction to formal methods.

ContentsPrefaces - I. Basics - The industry of pure ideas - Dealing with objects - Program structure basics - The interface of a class - Just enough logic - Creating objects and executing systems - Control structures - Routines, functional abstraction and information hiding - Variables, assignment and references - II. How things work - Just enough hardware - Describing syntax - Programming languages and tools - III. Algorithms and data structures - Fundamental data structures, genericity, and algorithm complexity - Recursion and trees - Devising and engineering an algorithm: Topological Sort - IV. Obejct - oriented techniques - Inheritance - Operations as objects: agents and lambda calculus - Event - driven design - Program correctness and proofs - V. Towards Software Engineering - Introduction to software engineering - VI. Appendices - A: An introduction to Java (from material by Marco Piccioni - B: An introduction to C# (from material by Benjamin Morandi) - C: An introduction to C++ (from material by Nadia Polikarpova) - D: From C++ to C - E: Using the EiffelStudio environment - VII. Credits and index.

ISBN: 9788132204787Page: IX, 313 p. 73

illus.Price: ` 399.00Market: OpenReprint Year: Nov-11

ISBN: 9788132203742Page: LXIV, 876 p..Price: ` 799.00Market: OpenReprint Year: Sep-11

Highlights

Page 28: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

springer.com24

Computer Science and Engineering Prices are subject to change without prior noticeThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Understanding Concurrent SystemsA.W. Roscoe, Oxford University, UK

About the BookAn invaluable reference on the state of the art in CSP, Understanding Concurrent Systems also serves as a comprehensive introduction to the field, in addition to providing material for a number of more advanced courses. A first point of reference for anyone wanting to use CSP or learn about its theory, the book also introduces other views of concurrency, using CSP to model and explain these. The text is fully integrated with CSP-based tools such as FDR, and describes how to create new tools based on FDR. Most of the book relies on no theoretical background other than a basic knowledge of sets and sequences. Sophisticated mathematical arguments are avoided whenever possible. From undergraduate students of computer science in need of an introduction to the area, to researchers and practitioners desiring a more in-depth understanding of theory and practice of concurrent systems, this broad-ranging text/reference is essential reading for anyone interested in Hoare’s CSP.

ContentsPart I: A Foundation Course in CSP - Building a Simple Sequential Process - Understanding CSP - Parallel Operators - CSP Case Studies - Hiding and Renaming - Beyond Traces - Further Operators - Using FDR - Part II: Theory - Operational Semantics - Denotational Semantics and Behavioural Models - Finite Observation Models - Infinite-behaviour Models - The Algebra of CSP - Part III: Using CSP - Timed Systems 1: tock-CSP - Timed Systems 2: Discrete Timed CSP - More About FDR - State Explosion and Parameterised Verification - Part IV: Exploring Concurrency - Shared-variable Programs - Understanding Shared-variable Concurrency - Priority and Mobility.

Understanding Cryptography: A Textbook for Students and PractitionersChristof Paar, Ruhr-Universität Bochum, GermanyJan Pelzl, Ruhr-Universität Bochum, Germany

About the BookAfter an introduction to cryptography and data security, the authors explain the main techniques in modern cryptography, with chapters addressing stream ciphers, the Data Encryption Standard (DES) and 3DES, the Advanced Encryption Standard (AES), block ciphers, the RSA cryptosystem, public-key cryptosystems based on the discrete logarithm problem, elliptic-curve cryptography (ECC), digital signatures, hash functions, Message Authentication Codes (MACs), and methods for key establishment, including certificates and public-key infrastructure (PKI). Throughout the book, the authors focus on communicating the essentials and keeping the mathematics to a minimum, and they move quickly from explaining the foundations to describing practical implementations, including recent topics such as lightweight ciphers for RFIDs and mobile devices, and current key-length recommendations. This is a suitable textbook for graduate and advanced undergraduate courses and also for self-study by engineers.

ContentsIntroduction to Cryptography and Data Security - Stream Ciphers - The Data Encryption Standard (DES) and Alternatives - The Advanced Encryption Standard (AES) - More About Block Ciphers - Introduction to Public - Key Cryptography - The RSA Cryptosystem - Public - Key Cryptosystems Based on the Discrete Logarithm Problem - Elliptic - Curve Cryptosystems - Digital Signatures - Hash Functions - Message Authentication Codes (MACs) - Key Establishment - References - Index.

ISBN: 9788132204121Page: XVIII, 533 p.Price: ` 529.00Market: OpenReprint Year: Oct-11

ISBN: 9788132204763Page: XVIII, 372 p. 160

illus.Price: ` 399.00Market: OpenReprint Year: Nov-11

Highlights

Page 29: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

25springer.com

Prices are subject to change without prior notice Computer Science and EngineeringThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Qty ISBN Author Title Price ( ̀ ) Market Rep Yr9788184896442 Jin Advanced Fuzzy Systems Design and Applications 695.00 ANE Jun-10

9788184895544 Chakraborty Advances in Differential Evolution 399.00 NAI Feb-10

9788181286567 Vovk Algorithmic Learning in a Random World 595.00 NAI Mar-07

9788181287878 Buckley An Introduction to Fuzzy Logic and Fuzzy Sets 525.00 YD Sep-07

9788184896374 Harris An Introduction to Fuzzy Logic Applications 695.00 ANE Jun-10

9788184891492 Kendal An Introduction to Knowledge Engineering 575.00 YD Dec-08

9788184893007 HanssApplied Fuzzy Arithmetic: An Introduction with Engineering Applications

795.00 ANE Aug-09

9788181285607 ChenComputational Intelligence in Economics and Finance

995.00 NAI Dec-06

9783540762874 RutkowskiComputational Intelligence: Methods and Techniques

695.00 YD Dec-09

9788181286536 KonarComputational Intelligence: Principles, Techniques and Applications

595.00 EP Mar-07

9788181283085 Lee First Course on Fuzzy Theory and Applications 495.00 IKI Mar-05

9788184898743 MunakataFundamentals of the New Artificial Intelligence: Neural, Evolutionary, Fuzzy and More, 2e

595.00 YD Dec-10

9788184890242 MichelsFuzzy Control: Fundamentals, Stability and Design of Fuzzy Controllers

695.00 NAI Aug-08

9788184892826 WangFuzzy Logic: A Spectrum of Theoretical and Practical Issues

690.00 NAI Jul-09

9788184894028 Buckley Fuzzy Probabilities: New Approach and Applications 595.00 ANE Sep-09

9788181284600 Nedjah Fuzzy Systems Engineering: Theory and Practice 495.00 VN Jun-06

9788184890280 LeeFuzzy-Neuro Approach to Agent Applications: From the AI Perspective to Modern Ontology

750.00 NAI Aug-08

9788184890655 MichalewiczGenetic Algorithms + Data Structures = Evolution Programs, 3e

449.00 Open Nov-08

9788132211075 Sivanandam Introduction to Fuzzy Logic using MATLAB 995.00 BSP Dec-12

9788132211051 Sivanandam Introduction to Genetic Algorithms 995.00 BSP Dec-12

9788184898873 MaloofMachine Learning and Data Mining for Computer Security

395.00 Open Dec-10

9788181287380 Paun Membrane Computing: An Introduction 795.00 YD Oct-07

9788184897975 Kao Natural Language Processing and Text Mining 595.00 YD Nov-10

9788181289537 Du Neural Networks in a Softcomputing Framework 795.00 JBD Apr-08

9788184894363 TangNeural Networks: Computational Models and Applications

445.00 YD Oct-09

9788184895629 TizhooshOppositional Concepts in Computational Intelligence

399.00 NAI Mar-10

9788181282507 Clocksin Programming in Prolog: Using the ISO Standard, 5e 265.00 Open Mar-04

Artificial Intelligence

Order Form

Page 30: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

springer.com26

Computer Science and Engineering Prices are subject to change without prior noticeThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Qty ISBN Author Title Price ( ̀ ) Market Rep Yr9788184891423 Mohapatra Ad Hoc Networks: Technologies and Protocols 295.00 Open Dec-08

9788184898071 GhoshAlgorithm Design for Networked Information Technology Systems

645.00 Open Nov-10

9788184896077 GrabaAn Introduction to Network Programming with JAVA, 2e

745.00 YD May-10

9788184894394 Cowley Communications and Networking: An Introduction 345.00 YD Oct-09

9788184890563 AhmadData Communication Principles for Fixed and Wireless Networks

595.00 JBD Oct-08

9788181286406 Morisio Developing Services for the Wireless Internet 275.00 ANE Feb-07

9788184894127 JiaDistributed Network Systems: From Concepts to Implementation

745.00 YD Oct-09

9783540444923 Chakrabarti Grid Computing Security 495.00 YD Dec-09

9788184897470 Misra Guide to Wireless Ad Hoc Networks 995.00 YD Nov-10

9788181285874 Hristu-VarsakelisHandbook of Networked and Embedded Control Systems (HB)

1,395.00 CBS Jan-07

9788184898491 GoswamiInternet Protocols: Advances, Technologies and Applications

545.00 Open Dec-10

9788181285690 LingMobile Communications: Re-negotiation of the Social Sphere

695.00 ANE Dec-06

9788184896626 Imielinski Mobile Computing 695.00 Open Jul-10

9788184891317 UpadhyayaMobile Computing: Implementing Prevasive Information and Communications Technologies

595.00 NAI Dec-08

9788184894133 Fokkink Modelling Distributed Systems 399.00 NAI Nov-09

9788184893649 Brandes Network Analysis: Methodological Foundations 645.00 YD Sep-09

9788184895612 GenNetwork Models and Optimization: Multiobjective Genetic Algorithm Approach

790.00 NAI Mar-10

9788132204497 HoltNetwork Performance Analysis: Using the J Programming Language

329.00 Open Nov-11

9788184898033 SahaNetworking Infrastructure for Pervasive Computing: Enabling Technologies and Systems

645.00 YD Nov-10

9788181287151 MisraOSS for Telecom Networks: An Introduction to Network Management

499.00 GCH Aug-07

9788184897494 Brooke Practical Distributed Processing 595.00 YD Nov-10

Communication Networks

Qty ISBN Author Title Price ( ̀ ) Market Rep Yr9788132202370 Nedjah Quantum Inspired Intelligent Systems 345.00 Open Feb-11

9788184895551 Schuster Robust Intelligent Systems 399.00 NAI Feb-10

9788184898958 Fortuna Soft Computing: New Trends and Applications 549.00 Open May-11

Artificial Intelligence

Order Form

Page 31: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

27springer.com

Prices are subject to change without prior notice Computer Science and EngineeringThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Communication Networks

Qty ISBN Author Title Price ( ̀ ) Market Rep Yr9788132211082 Stüber Principles of Mobile Communication, 3e 1,095.00 BSP Dec-12

9788181280732 Hansmann Principles of Mobile Computing, 2e 399.00 DP Mar-03

9780387215099 BirmanReliable Distributed Systems: Technologies, Web Services, and Applications

845.00 YD Dec-09

9783540794530 WuSemantic Grid: Model, Methodology, and Applications

495.00 YD Dec-09

9788184894264 Jiang Stochastic Network Calculus 399.00 NAI Oct-09

9788181283931 Guizani Wireless Communication Systems and Networks 595.00 SEB Mar-05

Qty ISBN Author Title Price ( ̀ ) Market Rep Yr9788181281388 Gary Algorithms in Bioinformatics 695.00 ANE Mar-04

9788181287595 Zimmermann An Introduction to Protein Informatics 695.00 YD Oct-07

9788132205296 Selzer Applied Bioinformatics: An Introduction 359.00 Open Dec-11

9788184894776 Polanski Bioinformatics 595.00 SEB Nov-09

9788181285317 Chen Bioinformatics Technologies 425.00 YD Oct-06

9788181284204 WünschiersComputational Biology: Unix/Linux, Data Processing and Programming

895.00 ANE Apr-06

9788181287977 Deonier Computational Genome Analysis: An Introduction 1,650.00 BSP Oct-07

9788181285324 Wang Data Mining in Bioinformatics 425.00 YD Oct-06

9788181285027 EwensStatistical Methods in Bioinformatics: An Introduction, 2e (HB)

795.00 ANE Aug-06

9788181284112 Amos Theoretical and Experimental DNA Computation 595.00 ANE Jan-06

9788184896251 ShenTheory And Mathematical Methods for Bioinformatics

599.00 NAI May-10

Computational Biology

Computer Systems

Qty ISBN Author Title Price ( ̀ ) Market Rep Yr9788132202967 Page A Practical Introduction to Computer Architecture 599.00 Open Jun-11

9780387951133 HansenClassic Operating Systems: From Batch Processing to Distributed Systems

995.00 ANE Dec-09

9788184893045 Mueller Computer Architecture: Complexity and Correctness 695.00 Open Aug-09

9788184898125 Hsu Computer Logic: Design Principles and Applications 395.00 Open Nov-10

9788181280244 Dandamudi Fundamentals of Computer Organization and Design 499.00 DP Mar-04

9788181286635 DandamudiGuide to RISC Processors: for Programmers and Engineers

495.00 NAI Apr-07

9788184897555 KiferIntroduction to Operating System Design and Implementation: The OSP 2 Approach

395.00 YD Oct-10

Order Form

Page 32: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

springer.com28

Computer Science and Engineering Prices are subject to change without prior noticeThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Qty ISBN Author Title Price ( ̀ ) Market Rep Yr9788184897517 Salomon A Concise Introduction to Data Compression 645.00 YD Nov-10

9788184897128 Salomon A Guide to Data Compression Methods 595.00 SEB Oct-10

9788181280510 Levene A Guided Tour of Relational Databases and Beyond 495.00 Open Mar-03

9788184891645 Barbara Applications of Data Mining in Computer Security 295.00 Open Dec-08

9788184898002 Salomon Data Compression: The Complete Reference, 4e 1,195.00 YD Nov-10

9788181287915 FreitasData Mining and Knowledge Discovery with Evolutionary Algorithms

695.00 YD Oct-07

9788181285324 Wang Data Mining in Bioinformatics 425.00 YD Oct-06

9788184893588 Wang Data Mining with Computational Intelligence 345.00 Open Oct-09

9788184894998 Cios Data Mining: A Knowledge Discovery Approach 695.00 EP Dec-09

9788181289148 Jarke Fundamentals of Data Warehouses, 2e 295.00 UP Dec-07

9788184890099 SumathiFundamentals of Relational Database Management Systems

650.00 BSP Aug-08

9788132210764 Kowalski Information Retrieval Architecture and Algorithms 825.00 BSP Dec-12

9788181289179 Grossman Information Retrieval: Alogrithm and Heuristics, 2e 395.00 UP Dec-07

9788184896244 Stuckenschmidt Information Sharing on the Semantic Web 750.00 BSP May-10

9788181284976 KowalskiInformation Storage and Retrieval Systems: Theory and Implementation, 2e

850.00 BSP Aug-06

9788181280527 Whitehorn Inside Relational Databases, 2e 395.00 Open Mar-03

9788181287427 Ruan Intelligent Data Mining: Techniques and Applications 895.00 YD Sep-07

9788184890341 Sumathi Introduction to Data Mining and its Applications 675.00 BSP Sep-08

9788181286529 Prabhakaran Multimedia Database Management Systems 395.00 UP Mar-07

9788184898897 MuneesawangMultimedia Database Retrieval: A Human-Centered Approach

345.00 Open Dec-10

9788184891669 Bramer Principles of Data Mining 495.00 EP Dec-08

9788132204794 Ozsu Principles of Distributed Database Systems, 3e 599.00 Open Nov-11

9788132202271 Dzeroski Relational Data Mining 650.00 BSP Feb-11

9788181285812 BerrySurvey of Text Mining: Clustering, Classification, and Retrieval

595.00 YD Jan-07

9788184896367 WeissText Mining: Predictive Methods for Analyzing Unstructured Information

695.00 ANE Jun-10

Database Systems

Qty ISBN Author Title Price ( ̀ ) Market Rep Yr

9788184893922 LooPeer-to-Peer Computing: Building Supercomputers with Web Technologies

445.00 YD Sep-09

9788132204121 Roscoe Understanding Concurrent Systems 529.00 Open Oct-11

Computer Systems

Order Form

Page 33: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

29springer.com

Prices are subject to change without prior notice Computer Science and EngineeringThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Database Systems

Qty ISBN Author Title Price ( ̀ ) Market Rep Yr9788184898064 Wallis A Beginner's Guide to Graph Theory, 2e 395.00 Open Nov-10

9788184897050 Stinson Combinatorial Designs: Construction and Analysis 495.00 Open Oct-10

9788184898750 BergComputational Geometry: Algorithms and Applications, 3e

695.00 SEB Dec-10

Qty ISBN Author Title Price ( ̀ ) Market Rep Yr9788184898156 Maloberti Data Converters 595.00 Open Nov-10

9788181284334 Marwedel Embedded System Design (HB) 495.00 NAI Jun-06

9788132214694 MarwedelEmbedded System Design: Embedded Systems Foundations of Cyber-Physical Systems, 2e

795.00 BSP Dec-13

9788132211068 GajskiEmbedded System Design: Modeling, Synthesis and Verification

895.00 BSP Dec-12

9788181283443 Ben-Ari Mathematical Logic for Computer Science, 2e 695.00 ANE Mar-05

9788181289513 KopetzReal-Time Systems: Design Principles for Distributed Embedded Applications

550.00 JBD May-08

Qty ISBN Author Title Price ( ̀ ) Market Rep Yr

9788184891393 MaimonThe Data Mining and Knowledge Discovery Handbook: A Complete Guide for Research Scientists and Practitioners

1,995.00 EP Dec-08

9788184896176 LiuWeb Data Mining: Exploring Hyperlinks, Contents And Usage Data

950.00 BSP May-10

9788181286529 Prabhakaran Multimedia Database Management Systems 395.00 UP Mar-07

9788184898897 MuneesawangMultimedia Database Retrieval: A Human-Centered Approach

345.00 Open Dec-10

9788184891669 Bramer Principles of Data Mining 495.00 EP Dec-08

9788132204794 Ozsu Principles of Distributed Database Systems, 3e 599.00 Open Nov-11

9788132202271 Dzeroski Relational Data Mining 650.00 BSP Feb-11

9788181285812 BerrySurvey of Text Mining: Clustering, Classification, and Retrieval

595.00 YD Jan-07

9788184896367 WeissText Mining: Predictive Methods for Analyzing Unstructured Information

695.00 ANE Jun-10

9788184891393 MaimonThe Data Mining and Knowledge Discovery Handbook: A Complete Guide for Research Scientists and Practitioners

1,995.00 EP Dec-08

9788184896176 LiuWeb Data Mining: Exploring Hyperlinks, Contents And Usage Data

950.00 BSP May-10

Digital Systems

Discrete Mathematics

Order Form

Page 34: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

springer.com30

Computer Science and Engineering Prices are subject to change without prior noticeThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Qty ISBN Author Title Price ( ̀ ) Market Rep Yr9788184898729 Bunke Applied Pattern Recognition 875.00 BSP Dec-10

9788132202523 WaymanBiometric Systems: Technology, Design and Performance Evaluation

445.00 Open May-11

9788184892123 Preparata Computational Geometry: An Introduction 495.00 Open Feb-09

9788184894936 AgostonComputer Graphics and Geometric Modelling: Implementation and Algorithms

795.00 EP Dec-09

9788184895001 AgostonComputer Graphics and Geometric Modelling: Mathematics

795.00 EP Dec-09

9788184898255 KropatschDigital Image Analysis: Selected Techniques and Applications

795.00 Open Nov-10

9788184893038 JähneDigital Image Processing, 6e Revised and Extended Ed

645.00 Open Aug-09

9788132203025 BurgerDigital Image Processing: An Algorithmic Introduction Using Java

555.00 Open Jun-11

9788184897500 Vince Geometric Algebra for Computer Graphics 595.00 YD Nov-10

9788184891607 Bolle Guide to Biometrics 395.00 Open Dec-08

9788184892215 Ross Handbook of Multibiometrics 675.00 YD Mar-09

9788184897074 Martens Image Technology Design: A Perceptual Approach 795.00 Open Oct-10

9788132204466 Escolano RuizInformation Theory in Computer Vision and Pattern Recognition

459.00 Open Nov-11

9788132203018 KlawonnIntroduction to Computer Graphics: Using Java 2D and 3D

299.00 Open Jun-11

9788184894561 Vince Mathematics for Computer Graphics, 2e 595.00 ANE Nov-09

9788184897562 Vince Mathematics for Computer Graphics, 3e 645.00 YD Oct-10

9788184890662 Mandal Multimedia Signals and Systems 495.00 Open Nov-08

9781852333980 Bennamoun Object Recognition: Fundamentals and Case Studies 425.00 UP Feb-08

9788181287588 Braunl Parallel Image Processing 495.00 YD Oct-07

9788132209065 Bishop Pattern Recognition and Machine Learning 995.00 CBS Sep-12

9788184898910 AshbournPractical Biometrics: From Aspiration to Implementation

395.00 Open Dec-10

9788181286741 Govil-PaiPrinciples of Computer Graphics : Theory and Practice Using OpenGL and Maya®

475.00 UP Apr-07

Image Technology

Qty ISBN Author Title Price ( ̀ ) Market Rep Yr9788181288240 Bogart Discrete Mathematics for Computer Science 695.00 JBD Nov-07

9788184898187 O'Donnell Discrete Mathematics Using a Computer, 2e 595.00 Open Nov-10

9788181280657 Lovasz Discrete Mathematics: Elementary and Beyond 325.00 Open Mar-03

9788184897524 Makinson Sets, Logic and Maths for Computing 645.00 YD Nov-10

Discrete Mathematics

Order Form

Page 35: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

31springer.com

Prices are subject to change without prior notice Computer Science and EngineeringThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Image Technology

Qty ISBN Author Title Price ( ̀ ) Market Rep Yr

9788132202318 NielsenA Concise and Practical Introduction to Programming Algorithms in Java

295.00 Open Feb-11

9788132205272 Mehlhorn Algorithms and Data Structures: The Basic Toolbox 359.00 Open Dec-11

9788184890815 Storer An Introduction to Data Structures and Algorithms 595.00 Open Nov-08

9788184892796 BrooksAn Introduction to HTML and JavaScript: for Scientists and Engineers

395.00 NAI Jul-09

9788184890150 SeedAn Introduction to Object-Oriented Programming in C++, 2e

675.00 BSP Jul-08

9788181283856 Vazirani Approximation Algorithms 550.00 SEB Mar-05

9788184893328 WegenerComplexity Theory: Exploring the Limits of Efficient Algorithms

595.00 YD Aug-09

9788132205289 Casteleyn Engineering Web Applications 549.00 Open Dec-11

9788181284594 DandamudiGuide to Assembly Language Programming in Linux (With DVD)

695.00 VN Jun-06

9788184895155 CapperIntroducing C++ for Scientists, Engineers and Mathematicians, 2e

495.00 YD Dec-09

9788181280480 DandamudiIntroduction to Assembly Language Programming, 2e

395.00 Open Mar-03

9788184898606 Pozrikidis Introduction to C++ Programming and Graphics 545.00 Open Dec-10

9788184890167 Hunt Java and Object Orientation: An Introduction, 2e 650.00 BSP Aug-08

9788184893915 Karloff Linear Programming 245.00 YD Sep-09

9788184892352 Poo Object-Oriented Programming and Java, 2e 590.00 NAI Jun-09

Programming Techniques

Information Systems

Qty ISBN Author Title Price ( ̀ ) Market Rep Yr9788184897036 Yeung A First Course in Information Theory 695.00 Open Oct-10

9788132204015 Cardoso Semantic Web Services, Processes and Applications 499.00 Open Oct-11

9788184893977 BreitmanSemantic Web: Concepts, Technologies and Applications

695.00 YD Sep-09

9788184896435 Mika Social Networks and the Semantic Web 675.00 BSP Jun-10

9788184891706 AlonsoWeb Services: Concepts, Architectures and Applications

595.00 UP Dec-08

Qty ISBN Author Title Price ( ̀ ) Market Rep Yr

9788132204961 BurgerPrinciples of Digital Image Processing: Fundamental Techniques

495.00 SEB Dec-11

9788184897531 Vince Vector Analysis for Computer Graphics 595.00 YD Nov-10

Order Form

Page 36: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

springer.com32

Computer Science and Engineering Prices are subject to change without prior noticeThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Qty ISBN Author Title Price ( ̀ ) Market Rep Yr

9788184893663 CraigObject-Oriented Programming Languages: Interpretation

399.00 NAI Sep-09

9788132203919 RauberParallel Programming: for Multicore and Cluster Systems

549.00 Open Sep-11

9788181282507 Clocksin Programming in Prolog: Using the ISO Standard, 5e 265.00 Open Mar-04

9788184894301 Quarteroni Scientific Computing with MATLAB and Octave, 2e 395.00 Open Nov-09

9788184898651 Skiena The Algorithm Design Manual, 2e 895.00 GCH Dec-10

9788184898392 Mills Theoretical Introduction to Programming 545.00 Open Dec-10

9788132203742 MeyerTouch of Class: Learning to Program Well with Objects and Contracts

799.00 Open Sep-11

9788184895599 SimonValue-Range Analysis of C Programs: Towards Proving the Absence of Buffer Overflow Vulnerabilities

399.00 NAI Mar-10

9788181283801 Cerami XML for Bioinformatics 895.00 ANE Mar-05

Security

Qty ISBN Author Title Price ( ̀ ) Market Rep Yr

9788184893175 BaigneresA Classical Introduction to Cryptography Exercise Book

395.00 Open Aug-09

9788184891959 VaudenayA Classical Introduction to Cryptography: Applications for Communications Security

375.00 Open Dec-08

9788181289100 BenantarAccess Control Systems: Security, Identity Management and Trust Models

475.00 NAI Jan-08

9788184896343 Hunter An Information Security Handbook 595.00 ANE Jun-10

9788132204053 Hoffstein An Introduction to Mathematical Cryptography 599.00 Open Oct-11

9788132204077 Salomon Coding for Data and Computer Communications 569.00 Open Oct-11

9788181285584 Kizza Computer Network Security 995.00 NAI Mar-07

9788184891850 Lee Computer Security in the 21st Century 475.00 YD Dec-08

9788184891713 Filiol Computer Viruses: from theory to applications 895.00 YD Dec-08

9788184893533 Catalano Contemporary Cryptology 495.00 YD Sep-09

9788132206668 Salomon Elements of Computer Security 350.00 Open May-12

9788132202332 Debbabi Embedded Java Security: Security for Mobile Devices 395.00 Open Feb-11

9788184893625 Sammes Forensic Computing: A Practitioner's Guide, 2e 745.00 YD Sep-09

9788181284631 Salomon Foundations of Computer Security 395.00 VN Jun-06

9788181289162 Pieprzyk Fundamentals of Computer Security 575.00 UP Dec-07

9788184894387 Kizza Guide to Computer Network Security 595.00 YD Oct-09

9788184891256 Vacca Guide to Wireless Network Security 995.00 NAI Dec-08

9788181282323 Buchmann Introduction to Cryptography, 2e 450.00 BSP Mar-04

Programming Techniques

Order Form

Page 37: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

33springer.com

Prices are subject to change without prior notice Computer Science and EngineeringThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Security

Qty ISBN Author Title Price ( ̀ ) Market Rep Yr9788184897043 O'Regan A Practical Approach to Software Quality 495.00 Open Oct-10

9788184897548 Hazzan Agile Software Engineering 695.00 YD Oct-10

9788132204404 Langer Analysis and Design of Information Systems, 3e 499.00 Open Nov-11

9788132204435 AntonopoulosCloud Computing: Principles, Systems and Applications

499.00 Open Nov-11

9788181281005 Lawlor Common SAP R/3 Functions Manual 399.00 DP Mar-04

9788184890068 Furnell Computer Insecurity: Risking The System 395.00 NAI Aug-08

9788132203889 Qian Embedded Software Development 449.00 Open Sep-11

9788184890235 McGovernEnterprise Service Oriented Architectures: Concepts, Challenges, Recommendations

695.00 NAI Aug-08

9788132202288 Gorton Essential Software Architecture 650.00 BSP Feb-11

9788181284617 Cunha Grid Computing: Software Environments and Tools 495.00 VN Jun-06

9788181280190 Alhir Guide to Applying The UML 450.00 EP Mar-03

9788184893632 FongInformation Systems Reengineering and Integration

745.00 YD Sep-09

9788181286413 Hruby Model-Driven Design Using Business Patterns 450.00 ANE Feb-07

9788181286512 Steinmetz Multimedia Applications 425.00 UP Mar-07

9788184896084 Chang Multimedia Software Engineering 445.00 YD May-10

9788181285379 Steinmetz Multimedia Systems 495.00 YD Oct-06

9788184897906 Gomez-PerezOntological Engineering: With examples from the areas of Knowledge Management, e-Commerce and the Semantic Web

795.00 YD Nov-10

9788181280893 BurnsteinPractical Software Testing: A Process-Oriented Approach

495.00 YD Dec-11

9788132214663 SkienaProgramming Challenges: The Programming Contest Training Manual

650.00 GCH Dec-13

9788132203933 PohlRequirements Engineering: Fundamentals, Principles, and Techniques

799.00 Open Sep-11

9788184897487 Riis Nielson Semantics with Applications: An Appetizer 595.00 YD Nov-10

Software Engineering

Qty ISBN Author Title Price ( ̀ ) Market Rep Yr

9788181285010 DelfsIntroduction to Crytography: Principles and Applications, 2e

295.00 Open Aug-06

9788132204763 PaarUnderstanding Cryptography: A Textbook for Students and Practitioners

399.00 Open Nov-11

9788184892376 Xiao Wireless Network Security 745.00 NAI Jun-09

Order Form

Page 38: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

springer.com34

Computer Science and Engineering Prices are subject to change without prior noticeThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Qty ISBN Author Title Price ( ̀ ) Market Rep Yr

9788181287847

Bjørner

Software Engineering Vol. 1: Abstraction and Modelling (HB)

3,995.00(Set Price)

YD Sep-079788181287854Software Engineering Vol. 2: Specification of Systems and Languages (HB)

9788181287861Software Engineering Vol. 3: Domains, Requirements, and Software Design (HB)

9788184896350 WieczorekSoftware Quality: State of the Art in Management, Testing, and Tools

595.00 BSP Jul-10

9788132204510 LaskiSoftware Verification and Analysis: An Integrated, Hands-On Approach

299.00 Open Nov-11

9788184898040 Zhang Software Visualization: From Theory to Practice 495.00 EP Nov-10

9788132204787 Borba Testing Techniques in Software Engineering 399.00 Open Nov-11

9788181285041 Mendes Web Engineering (HB) 695.00 NAI Aug-06

9788184896640 RossiWeb Engineering: Modelling and Implementing Web Applications

525.00 Open Aug-10

9788181289155 Rischapter Wireless Web Development, 2e 395.00 JBD Jan-08

Theoretical Computer Science

Qty ISBN Author Title Price ( ̀ ) Market Rep Yr9788184898019 Parkes A Concise Introduction to Languages and Machines 695.00 YD Nov-10

9780387949079 Kozen Automata and Computability 325.00 PBD Mar-03

9788181283337 Meduna Automata and Languages: Theory and Applications 695.00 IKI Mar-05

9788184896619 Khoussainov Automata Theory and its Applications 495.00 Open Jul-10

9788184891270 GopalakrishnanComputation Engineering: Applied Automata Theory and Logic

950.00 NAI Dec-08

9788132203001 Singh Elements of Computation Theory 415.00 Open Jun-11

9788184893694 Coello Evolutionary Algorithms for Solving Multi-Objective Problems, 2e

1,295.00 YD Sep-09

9788184895032 Grädel Finite Model Theory and Its Applications 745.00 YD Dec-09

9788132205258 Crespi Reghizzi Formal Languages and Compilation 399.00 Open Dec-11

9788181287502 Langdon Foundations of Genetic Programming 495.00 YD Sep-07

9788132214847 SubrahmanianIndian Mujahideen: Computational Analysis and Public Policy

895.00 OB Jan-14

9788132213352 SubrahmanianLashkar-e-Taiba: Computational Analysis of Terrorist Groups

995.00 VB Jul-13

9788184893656 BirtaModelling and Simulation: Exploring Dynamic System Behaviour

625.00 YD Sep-09

9788132204480 FernandezModels of Computation: An Introduction to Computability Theory

299.00 Open Nov-11

Software Engineering

Order Form

Page 39: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

35springer.com

Prices are subject to change without prior notice Computer Science and EngineeringThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Theoretical Computer Science

Qty ISBN Author Title Price ( ̀ ) Market Rep Yr

9788184894257 AntoniouPractical Optimization: Algorithms and Engineering Applications

550.00 NAI Oct-09

9788184893960 BradleyThe Calculus of Computation: Decision Procedures with Applications to Verification

599.00 NAI Sep-09

9788184896053 HromkovicTheoretical Computer Science: Introduction to Automata, Computability, Complexity, Algorithmics, Randomization, Communication, and Cryptography

495.00 YD May-10

9788181286963 Kozen Theory of Computation 595.00 EP Jul-07

9788184895520 Gawiejnowicz Time-Dependent Scheduling 399.00 NAI Feb-10

Order Form

Page 40: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information
Page 41: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

Trade Partner Name

Allied Publishers Pvt. Ltd.

Amit Book Depot, Patna

Ane Books Pvt. Ltd.

B.I. Publications Pvt. Ltd.

CBS Publishers & Distributors Pvt. Ltd.

Goel's Computer Hut

IBH Books & Magazines Distributors Pvt. Ltd.

Mehul Book Sales

Prism Books Pvt. Ltd.

Rajalaxmi Book Depot

Sarat Book House Pvt. Ltd.

Scientific International (P) Ltd.

Shah Book House Pvt. Ltd.

Star Educational Books Distributor Pvt. Ltd.

TBH Publishers and Distributors

Springer Open Titles Available with

Page 42: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information
Page 43: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

Distributor’s Name Distributor’s CodeAne Books India ANE

Asian Books AB

Bhalani Medical BM

Book Selection Centre BSC

Bookworld Enterprises BWE

BSP Books BSP

Career Publications CP

CBS Publishers CBS

Century Books CB

Dreamtech Press DP

Eswar Press EP

Goel's Computer Hut GCH

IK International IKI

India Book House IBH

Jaypee Brothers JP

Jyoti Book Depot JBD

Macmillan MM

Mehul Book Sales MEH

New Age International NAI

Om Books OB

Panima PBD

Paras Medical Books PMB

Prism Books PBD

Sarat Book Depot SBD

Scientific International SCI

Star Educational Books SEB

Surya Infotainment SIP

Suyog Publishers SP

Universities Press UP

Variety Books VB

Vijay Nicole VN

Vista VI

Yes Dee YD

Distributor’s Code

Page 44: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information
Page 45: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

Prices are subject to change without prior notice Computer Science and EngineeringThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Allied Publishers Pvt. Ltd., Delhi1/13-14, Asaf Ali Road,New Delhi - 110002, DelhiPh: 011 - 23239001, 23233002Email: [email protected]

Ane Books Pvt. Ltd., New Delhi4821, Parwana Bhawan,24, Ansari Road, Daryaganj, New Delhi - 110002, DelhiPh: 23276843, 23276844Email: [email protected]

Asian Books Pvt. Ltd., New Delhi7/28, Mahavir Lane, Vardan House,Ansari Road, Daryaganj,New Delhi - 110002, DelhiPh: 011 - 23282098, 23259161, 23259161, 23271887, Email: [email protected]

B.I. Publications Pvt. Ltd., Delhi13, Daryaganj,New Delhi - 110002, DelhiPh: 011 - 46208888, 23274443, 23255118, 23259352Email: [email protected]

B.I. Publications Pvt. Ltd., New DelhiLink House,3, Bahadur Shah Zafar Marg,New Delhi - 110002, DelhiPh: 011 - 46209999, 23325313-17Email: [email protected]; [email protected]

CBS Publishers & Distributors Pvt. Ltd., DelhiPlot 204, Patparganj Indl Area,Opposite Power House,Delhi - 110092, DelhiPh: 011 - 49344934Email: [email protected]

CBS Publishers & Distributors Pvt. Ltd., New DelhiCBS PLAZA, 4819/XI, Prahlad Street,24, Ansari Road, Daryaganj,New Delhi - 110002, Delhi Ph: 011 - 23289259, 23266861, 23266867, 23266838Email: [email protected]

Century Books, Delhi7/22, Ansari Road, 2nd Floor,Opp. Rupa & Co. Ansari Road, Darya Ganj,New Delhi - 110002, Delhi Ph: 011 - 43510932, 9891921097Email: [email protected]

Dreamtech Press, Delhi19A, Ansari Raod, Daryaganj,Delhi - 110002, DelhiPh: 011 - 43551180, 23243463, 23243473Email: [email protected]

IBH Books & Magazines Distributors Pvt. Ltd., New DelhiRajendra Mansions,19-A, Ansari Road, Daryaganj,New Delhi - 110002, Delhi Ph: 011 - 41509212, 41509033, 41509108Email: [email protected]

Jaypee Brothers Medical Publishers Pvt. Ltd., New DelhiB-3, EMCA House, 23/23B,Ansari Road, Daryaganj,New Delhi - 110002, Delhi Ph: 011 - 23272143, 23272703, 23282021, 23245672Email: [email protected]

New Age International Publishers Pvt. Ltd., Delhi4835/24, Ansari Road,Daryaganj,Delhi - 11000, Delhi Ph: 011 - 23262370, 23276802, 23258865Email: [email protected]

Om Books International, Delhi4379/4B, Prakash House,Ansari Road, Daryaganj,Delhi - 110002, DelhiPh: 011 - 23263363, 23265303

Panima Educational Book Agency, New Delhi16, Prakash Apartments,5, Ansari Road, Daryaganj,New Delhi - 110002, DelhiPh: 011 - 23264039, 23282623Email: [email protected];

[email protected]

Stocks Available With

North

Delhi

Page 46: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

Computer Science and Engineering Prices are subject to change without prior noticeThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Sarat Book House Pvt. Ltd., Delhi4858/24, Lower Ground Floor (Basement)Darya Ganj,New Delhi - 110002, DelhiPh: 9811920668Email: [email protected]; [email protected]

Scientific International (P) Ltd., Delhi4850/24, Ansari Road,Darya Ganj,Delhi - 110002, Delhi Ph: 011 - 23287580/ 23287584Email: [email protected]

Star Educational Books Distributor Pvt. Ltd., New Delhi24/4800, Bharat Ram Road,Daryaganj,New Delhi - 110002, Delhi Ph: 011 - 41562819, 23264462Email: [email protected]

The Variety Book Depot, DelhiAVG Bhawan, M-3,Connaught Place, (Middle Circle), PO Box 505,New Delhi - 110001, DelhiEmail: [email protected]

Universities Press, Delhic/o Orient Longman Pvt. Ltd,1/24, Asaf Ali Road,Delhi - 110002, Delhi Ph: 011 - 23234957, 23237356

Chandigarh

Jaypee Brothers Medical Publishers Pvt. Ltd., ChandigarhSCF 40, 2nd Floor, Phase II,Near HDFC Bank, Mohali,Chandigarh - 160062, ChandigarhPh: 0172 - 3070365Email: [email protected]

Universities Press, Chandigarhc/o Orient Longman Pvt. Ltd,SCF-35, First Floor, Ph-2, Mohali,Chandigarh - 160055, ChandigarhPh: 0172 - 3918530

Madhya Pradesh Universities Press, Bhopalc/o Orient Longman Pvt. Ltd, E-3/22,Nupur Kunj Area Colony,Bhopal - 462016, Madhya PradeshPh: 0755 - 2467570, 3254112

Rajasthan

Universities Press, Jaipurc/o Orient Longman Pvt. Ltd, E-686, Nakul Path, Lal Kothi,Opp. Jyoti Nagar Police Station, Sehakar Marg,Jaipur - 302016, Rajasthan Ph: 0141 - 2744905

Uttar Pradesh

Jaypee Brothers Medical Publishers Pvt. Ltd., Lucknow292/31, 1st Floor, Shama Afroze Complex,Tulsi Das Marg,Lucknow - 226003, Uttar Pradesh Ph: 0522 - 3293848, 3293847, 4108504Email: [email protected]

New Age International Publishers Pvt. Ltd., Lucknow16-A, Jopling Road,Lucknow - 226001, Uttar PradeshPh: 0522 - 2209578, 4045297Email: [email protected]

Universities Press, Lucknowc/o Orient Longman Pvt. Ltd,B-5/182, Vipul Khand, Gomti Nagar,Lucknow - 226010, Uttar Pradesh Ph: 0522 - 4021201, 3238489

Universities Press, Noidac/o Orient Longman Pvt. Ltd,Plot No. 2, Block E, Sector 8,Noida - 201301, Uttar PradeshPh: 0120 - 3224863

Stocks Available With

Page 47: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

Prices are subject to change without prior notice Computer Science and EngineeringThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Allied Publishers Pvt. Ltd., Hyderabad3-2-844/6&7,Kachiguda, Station Road,Hyderabad - 500027, Andhra PradeshPh: 040 - 24619079, 24619081Email: [email protected]

Asian Books Pvt. Ltd., Hyderabad3-5-315, Street # 7,Vittalwadi, Narayanguda,Hyderabad - 500029, Andhra PradeshPh: 040 - 23220112, 23220113, 32927534Email: [email protected]

B.I. Publications Pvt. Ltd., Hyderabad4-4-1, Dilshad Plaza, Sultan Bazar,Hyderabad - 500095, Andhra PradeshPh: 040 - 66465252, 24765252Email: [email protected]

Book Selection Centre, HyderabadK.D. House, H No 3-5-121/E/1/2,Near Shalimar Theatre, Ramkote,Hyderabad - 500001, Andhra PradeshPh: 040 - 23446845, 23446850, 23446841Email: [email protected]

Book Selection Centre, SecunderabadOpposite to Kamat Hotel,SecunderabadAndhra PradeshPh: 040 - 23446849

Jaypee Brothers Medical Publishers Pvt. Ltd., Hyderabad4-2-1067/1-3, Ist Floor,Balaji Building, Ramkote Cross Road,Hyderabad - 500095, Andhra PradeshPh: 040 - 66610020, 24758498Email: [email protected]

Jaypee Brothers Medical Publishers Pvt. Ltd., VijayawadaNo. 1/6, Hilton Towers, Next To Apsara Theatre, Rajagopalachari Street,Governorpet, Krishna Dt.,Vijayawada - 520002, Andhra PradeshEmail: [email protected]

New Age International Publishers Pvt. Ltd., HyderabadNo. 105, 1st Floor, Madhiray Kaveri Tower,3-2-19, Azam Jahi Road, Nimboliadda,Hyderabad - 500027, Andhra PradeshPh: 040 - 24652456, 24750247

Paras Medical Books, Hyderabad5-1-473, Vivek Vardhani College,Putlibowli, Jambagh Road,Hyderabad - 500095, Andhra PradeshPh: 040 - 66821071, 32982239Email: [email protected]

Prism Books Pvt. Ltd., HyderabadParvathi Residency, Flat # 101, 3-6-157/A,Besides Urdu Hall, Himayathnagar,Hyderabad - 500029, Andhra PradeshPh: 040 - 23261828, 23261869Email: [email protected]

Rajalaxmi Book Depot, Hyderabad4-5-53, Laxmi Building,Gokul Chat Road, Koti,Hyderabad - 500095, Andhra PradeshPh: 040 - 66758362, 24757362Email: [email protected]

Shah Book House Pvt. Ltd., Hyderabad4-3-378/3, Devikamahal (OLD),Opp. Central Bank, Bank Street, Koti,Hyderabad - 500095, Andhra PradeshPh: 040 - 23445622, 23445602, 23445644Email: [email protected];

[email protected]

Universities Press, Hyderabadc/o Orient Blackswan Pvt. Ltd,3-6-747/1/A, 3-6-754/1, Himayatnagar,Hyderabad - 500029, Andhra PradeshPh: 040 - 27662849, 27662850, 27665446, 27665447Email: [email protected];

[email protected]

South

Andhra Pradesh

Stocks Available With

Page 48: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

Computer Science and Engineering Prices are subject to change without prior noticeThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Karnataka

Allied Publishers Pvt. Ltd., BengaluruJaydev Hostel Building,5th Main Road, Gandhinagar,Bengaluru - 560009, KarnatakaPh: 080 - 22262081, 22253234Email: [email protected]

Asian Books Pvt. Ltd., Bengaluru103, Swiss Complex No.-33,Race Course Road,Bengaluru - 560001, KarnatakaPh: 080 - 22200438Email: [email protected]

B.I. Publications Pvt. Ltd., Bengaluru147, Infantry Road,Bengaluru - 560001, KarnatakaPh: 080 - 22204652, 22205696, 22260542Email: [email protected]

CBS Publishers & Distributors Pvt. Ltd., Bengaluru2975, 17th Cross, K.R. Road,Bansankari 2nd Stage,Bengaluru - 560070, KarnatakaPh: 080 - 26771678, 26771679Email: [email protected]

Dreamtech Press, Bengaluruc/o Wiley India Pvt. Ltd., 14, Dr. Raj Kumar Road,4th, N Block, Rajaji Nagar,Bengaluru - 560010, KarnatakaPh: 080 - 23132383

Jaypee Brothers Medical Publishers Pvt. Ltd., Bengaluru202, Batavia Chambers,8, Kumara Kruppa Road, Kumara Park East,Bengaluru - 560001, KarnatakaPh: 080 - 2285971, 2382956Email: [email protected]

Jaypee Brothers Medical Publishers Pvt. Ltd., MangaloreG-7, Crystal Arc, Near Rupa Hotel,Opp. Canara Bank Main Office, Balmatta Road,Mangalore - 575001, KarnatakaEmail: [email protected]

New Age International Publishers Pvt. Ltd., BengaluruNo. 37/10, 8th Cross (Near Hanuman Temple),Azad Nagar, Chamrajpet,Bengaluru - 560018, KarnatakaPh: 080 - 26756823

Panima Educational Book Agency, Bengaluru33-35, Sirji Apartments,Gandhi Nagar, 5th Cross,Bengaluru - 560009, KarnatakaPh: 080 - 2256718, 2282684 Email: [email protected]; [email protected]

Prism Books Pvt. Ltd., Bengaluru# 1865, 32nd Cross, 10th Main,Banashankari II Stage,Bengaluru - 560070, Karnataka Ph: 080 - 26714108, 26713991Email: [email protected]

Scientific International (P) Ltd., Bengaluru70, 8th Main, 3rd Cross,Thigalarapllya, Hoodi, Mahadevpura PO,Bengaluru - 560048, KarnatakaPh: 9886285836Email: [email protected]

Surya Infotainment Products Pvt. Ltd., BengaluruAbhilaash, 12A, Yamunabai Road,Madhava Nagar, (Nr. Shivananda Stores Underbridge)Bengaluru - 560001, KarnatakaPh: 080 - 41121728, 22340902Email: [email protected]; [email protected]

TBH Publishers and Distributors, BengaluruVikram Trinetra House, 81/10, Vatal Nagaraj Road,Okalipuram, Rajajinagar,Bengaluru - 560021, KarnatakaPh: 080 - 23422976Email: [email protected]

Universities Press, Bengaluruc/o Orient Longman Pvt. Ltd, Tapovan, No. 46/47,Rama Rao Layout, Banashankari III Stage, Katriguppe,Bengaluru - 560085, KarnatakaPh: 080 - 26690258Email: [email protected]

Kerala Ane Books Pvt. Ltd., ThiruvananthapuramNo. 6, TC 25/2710, Kohinoor Flats,Lukes Lane, Ambujavilasam Road,Thiruvananthapuram - 695001, KeralaPh: 0471 - 4068777Email: [email protected]

Stocks Available With

Page 49: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

Prices are subject to change without prior notice Computer Science and EngineeringThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

B.I. Publications Pvt. Ltd., Kochi36/116, Opp. V.B Classic Apartment,Lisie Hospital Road, Ernakulam-North,Kochi - 682018, KeralaPh: 0484 - 2401080, 81Email: [email protected]

CBS Publishers & Distributors Pvt. Ltd., Kochi36/14, Kalluvilakam, Lissie Hospital Road,Kochi - 682018, KeralaPh: 0484 - 4059061, 62, 63, 64, 65Email: [email protected]

Jaypee Brothers Medical Publishers Pvt. Ltd., KochiPlot/Door No. 41/3098-B & B1,“KURUVI Building”, 1st Floor, St. Vincent Road,Kochi - 682018, KeralaPh: 0484 - 4036109, 2395739Email: [email protected]

New Age International Publishers Pvt. Ltd., CochinCC-39/1016, Carrier Station Road,Ernakulam South,Kochi - 682016, KeralaPh: 0484 - 2377004, 2397004

Prism Books Pvt. Ltd., Cochin411/3, First Floor, Sri Parameshwar,Muttaphil Lane, Kadavanthra,Kochi - 682020, KeralaPh: 0484 - 4000945, 2206055Email: [email protected]; [email protected]

Scientific International (P) Ltd., Thiruvananthapuram7, Kohinoor Flats, Lukes Lane,Ambujavilasam Road,Thiruvananthapuram - 695001, KeralaPh: 9895092553, 9746458566Email: [email protected]

TBH Publishers and Distributors, ErnakulamNo. 41/1212, Krishnasamy Road,Pullepady, Ernakulam,Kochi - 628035, KeralaPh: 0484 - 2355040, 40221902Email: [email protected]

TBS Publisher’s Distributors, KozhikodeTBS Building, G.H. Road,Kozhikode - 673001, KeralaPh: 0495 - 2721025, 2720086Email: [email protected]

Universities Press, Ernakulamc/o Orient Blackswan Pvt. Ltd, 41/316 ‘Gour Mohan’,Ambady Lane, Chittor Road,Ernakulam - 682011, KeralaPh: 0484 - 2374577, 2351372Email: [email protected]

Tamil Nadu Allied Publishers Pvt. Ltd., Chennai#751, Anna Salai,Mount Road,Chennai - 600002, Tamil NaduPh: 044 - 28523938, 28523984Email: [email protected]

Ane Books Pvt. Ltd., ChennaiAvantika Niwas, 19, Duraiswami Road,T. Nagar,Chennai - 600017, Tamil NaduPh: 044 - 28141554, 28141209Email: [email protected]

Asian Books Pvt. Ltd., ChennaiPalani Murugan, Building No-21,West Cott Rd., Royapettah,Chennai - 600014, Tamil NaduPh: 044 - 28486928Email: [email protected]

B.I. Publications Pvt. Ltd., Chennai9/10, Agurchand Mansion,150, Mount Road,Chennai - 600002, Tamil NaduPh: 044 - 28461287, 28461289Email: [email protected]

CBS Publishers & Distributors Pvt. Ltd., Chennai20, West Park Road,Shenoy Nagar,Chennai - 600030, Tamil NaduPh: 044 - 26260666, 26208620Email: [email protected]

Jaypee Brothers Medical Publishers Pvt. Ltd., Chennai282, IIIrd Floor, Khaleel Shirazi Estate,Fountain Plaza, Pantheon Road,Chennai - 600008, Tamil NaduPh: 044 - 28193265, 28194897Email: [email protected]

Stocks Available With

Page 50: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

Computer Science and Engineering Prices are subject to change without prior noticeThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

New Age International Publishers Pvt. Ltd., Chennai26, Damodaran Street,T. Nagar,Chennai - 600017, Tamil NaduPh: 044 - 24353401, 24359507, 24344726

Prism Books Pvt. Ltd., ChennaiNew No. 87, Old No. 5/1, 1st Floor, Jeenis Road,(Near Saidapet Railway Station), Saidapet (East),Chennai - 600015, Tamil NaduPh: 044 - 24311244, 24311266, 42867509, 42867308Email: [email protected]

Sri Eswar Enterprises, ChennaiArchana Arcade, No. 27,Natesan Street, T. Nagar,Chennai - 600017, Tamil NaduPh: 044 - 24345902, 24339591, 24323659, 42867431Email: [email protected]; [email protected]

TBH Library Book Suppliers, ChennaiNo.7A, Sunkurama Street,Opp. High Court, Parrys,Chennai - 600001, Tamil NaduPh: 044 - 25387156Email: [email protected]

TBH Library Book Suppliers, Madurai#25/9A, Karpaga Complex,Goods Shed Street,Madurai - 625001, Tamil NaduPh: 0452 - 4371552Email: [email protected]

TBH Publishers and Distributors, ChennaiNo. 3, Lakshmi Narain Nivas,Nallathambi Street, Wallajah Road,Chennai - 600002, Tamil NaduPh: 044 - 28524547, 28553168Email: [email protected]; [email protected]

TBH Publishers and Distributors, CoimbatoreNo. 88, N.G. Narayanasamy Street,New Sidhapudur,Coimbatore - 641044, Tamil NaduPh: 0422 - 2520496, 2520491Email: [email protected]

Universities Press, Chennaic/o Orient Longman Pvt. Ltd,160, Anna Salai,Chennai - 600002, Tamil NaduPh: 044 - 28523346, 28523247Email: [email protected]

Yes Dee Publishing Pvt. Ltd., ChennaiD-8, Fourth Street, Sector One,Ambattur Industrial Estate,Chennai - 600058, Tamil NaduPh: 044 - 45082085Email: [email protected]

Stocks Available With

Page 51: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

Prices are subject to change without prior notice Computer Science and EngineeringThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Assam

Asian Books Pvt. Ltd., GuwahatiSwagat Complex, 5, G.N.B. Road,Near Hotel President, Pan Bazaar,Guwahati - 781001, AssamPh: 0361 - 2513020, 2635729, 2131153Email: [email protected];

[email protected]

Jaypee Brothers Medical Publishers Pvt. Ltd., GuwahatiHouse No. 4, Arunadoy Path,Srimantapur,Guwahati - 781032, AssamEmail: [email protected]

New Age International Publishers Pvt. Ltd., GuwahatiHemsen Complex, Mohd. Shah Road,Paltan Bazar, Near Starline Hotel,Guwahati - 781008, AssamPh: 0361 - 2543669, 2513881Email: [email protected]

Universities Press, Guwahatic/o Orient Longman Pvt. Ltd,Col. J Ali Road, Lakhotia,Guwahati - 781001, AssamPh: 0361 - 2514274, 2513057Email [email protected]

Bihar Amit Book Depot, Patna1st Floor, Tulsi ApartmentGovind Mitra Road,Patna - 800004, BiharPh: 0612 - 2300557Email: [email protected]

Jaypee Brothers Medical Publishers Pvt. Ltd., Patna1st Floor Gyanpith Compound, Khaddanchi Road,Near Makhaniya Kuwan Road,Patna - 800004, BiharPh: 0612 - 2301724Email: [email protected]

Universities Press, Patna1st Floor, Mahima Palace, c/o Orient Longman Pvt. Ltd,City Centre Ashok, Govind Mitra Road,Patna - 800004, BiharPh: 0612 - 2301431, 3254008Email: [email protected]

Orissa

Amit Book Depot, Bhubaneshwar1st Floor, Plot No. 25, Budheswari Colony,Back side of Budheswari Mandir, Cuttack Road,Bhubaneswar - 751006, OrissaPh: 9238323349Email: [email protected]

Universities Press, Bhubaneswarc/o Orient Longman Pvt. Ltd,Plot No. 120A, Satya Nagar,Bhubaneswar - 751007, OrissaPh: 0674 - 2543490Email: [email protected]

West Bengal

Allied Publishers Pvt. Ltd., Kolkata17, Chitranjan AvenueKolkata - 700072, West BengalPh: 033 - 22129618, 22129703Email: [email protected]

Ane Books Pvt. Ltd., KolkataFlat No. 16A, 220, Vivekanda Road,Maniktalla,Kolkata - 700006, West BengalPh: 033 - 23547119, 23523639Email: [email protected]

Asian Books Pvt. Ltd., Kolkata10 A, Hospital Street,Kolkata - 700072, West BengalPh: 033 - 22153040Email: [email protected]

B.I. Publications Pvt. Ltd., Kolkata13/1A, Govt. Place East,Kolkata - 700069, West BengalPh: 033 - 22488741, 42, 43, 22301351, 220288417Email: [email protected]

Century Books, Kolkata90/69, M.G. Road, First Floor,Opp. Grace Cinema,Kolkata - 700007, West BengalPh: 033 - 60502321, 9331076140Email: [email protected]

East

Stocks Available With

Page 52: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

Computer Science and Engineering Prices are subject to change without prior noticeThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Jaypee Brothers Medical Publishers Pvt. Ltd., Kolkata1A, India Mirror Street,Wellington Square,Kolkata - 700013, West BengalPh: 033 - 2451926, 22451926, 22276404,15Email: [email protected]

New Age International Publishers Pvt. Ltd., KolkataRDB Chambers (Formerly Lotus Cinema),106A, 1st Floor, S.N. Banerjee Road, Kolkata - 700014, West BengalPh: 033 - 22275247, 22273773, 22274384, 26780421-REmail: [email protected]

Prism Books Pvt. Ltd., KolkataD/66, Bapuji Nagar PO,Regent Estate, PS - Jadavpur,Kolkata - 700092, West BengalPh: 033 - 24297957, 24297959Email: [email protected]

Sarat Book House Pvt. Ltd., Kolkata18B, Shyama Charan Dey Street,Kolkata - 700073, West BengalPh: 033 - 22418389, 22573359Email: [email protected]

Scientific International (P) Ltd., KolkataF-29/4, Karunamayee Housing Estate,Salt Lake City, Sector - II,Kolkata - 700091, West BengalPh: 9433335049Email: [email protected]

Star Educational Books Distributor Pvt. Ltd., KolkataFlat No. 402, Block G,Green Valley Housing Complex Kaikhali, Chiriamore,Kolkata - 700136, West BengalPh: 9874833733Email: [email protected]

Universities Press, Kolkatac/o Orient Longman Pvt. Ltd,17, Chittaranjan Avenue,Kolkata - 700072, West BengalPh: 033 - 22128052, 22216254Email: [email protected]

Stocks Available With

Page 53: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

Prices are subject to change without prior notice Computer Science and EngineeringThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Gujarat

Allied Publishers Pvt. Ltd., AhmedabadF/1, Sun House, 1st Floor,Opp. Navrangpura Tel. Exchange, Ellisbridge,Ahmedabad - 380009, GujaratPh: 079 - 26463775Email: [email protected]

B.I. Publications Pvt. Ltd., Ahmedabad5-Mill Officers Colony, Besides Old RBI Bank,La Gajjar Chambers, Ashram Road,Ahmedabad - 380009, GujaratPh: 079 - 26578147, 26578112Email: [email protected]

Jaypee Brothers Medical Publishers Pvt. Ltd., Ahmedabad2/B, Akruti Socitey,Jodhpur Gam Road, Satellite,Ahmedabad - 380015, GujaratPh: 079 - 2692633Email: [email protected]

Maharashtra Allied Publishers Pvt. Ltd., Mumbai1st Floor, Dubash House, 15, J.N. Heredia Marg,Ballard Estate,Mumbai - 400001, MaharashtraPh: 022 - 42126969, 42126931Email: [email protected]

Allied Publishers Pvt. Ltd., Nagpur60, Bajaj Nagar, Shiv-Sunder Apartments,Ground Floor, Central Bazar Road,Nagpur - 440010, MaharashtraPh: 0712 - 2234210Email: [email protected]

Ane Books Pvt. Ltd., MumbaiKarachiwala Building,1st Floor,, 90, Mody StreetNear Kawakhana Masjid, Fort,Mumbai - 400001, MaharashtraPh: 022 - 22622440, 22622441Email: [email protected]

Asian Books Pvt. Ltd., MumbaiShop No. 103, Blackie House,Walchand Hirachand Marg, Opp. GPO,Mumbai - 400001, MaharashtraPh: 022 - 22657807, 32037931Email: [email protected]

Asian Books Pvt. Ltd., PuneShop No.-5-8, G.F., Shaan Bhrhma Complex,Near Ratan Theatre, Budhwar Peth,Pune - 411002, MaharashtraPh: 020 - 32304554, 24497208Email: [email protected]

B.I. Publications Pvt. Ltd., MumbaiLansdowne House, 18, Mahakavi Bhushan Marg,Behind Regal Cinema, Colaba,Mumbai - 400001, MaharashtraPh: 022 - 22021766, 22022396, 22876136, 22875692Email: [email protected]

Bhalani Medical Book House, Mumbai11, Mavawala Building,Opposite K.E.M. Hospital, Parel,Mumbai - 400012, MaharashtraPh: 022 - 24140942, 24140220Email: [email protected]

Career Publications, NasikFirst Floor, Kaveri Smruti,Vakil Wadi, Ashok Stambh,Nasik - 422001, MaharashtraPh: 0253 - 2311422, 2576175Email: [email protected]

Career Publications, PuneFirst Floor, Gokhale Classes Building,Adjacent To Sahitya Parishad, Tilak Road,Pune - 411030, MaharashtraPh: 020 - 24497602Email: [email protected]

CBS Publishers & Distributors Pvt. Ltd., Mumbai83-C ,1st Floor,Dr. E. Moses Road, Worli,Mumbai - 400018, MaharashtraPh: 022 - 24902340, 24902341Email: [email protected]

CBS Publishers & Distributors Pvt. Ltd., PuneBhuruk Prestige, Sr. No. 52/12/2+1+3/2, Narhe,Haveli, (Nr. Katraj-Dehu Road Bypass)Pune - 411051, MaharashtraPh: 020 - 64704058, 59, 32342277Email: [email protected]

West

Stocks Available With

Page 54: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

Computer Science and Engineering Prices are subject to change without prior noticeThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Dreamtech Press, Mumbaic/o Wiley India Pvt. Ltd., Plot No. 713, Sector No. 11,Near Radha Krishna Mandir, Juhugaon, Vashi,Mumbai - 410703, MaharashtraPh: 022 - 27889263, 27889272Email: [email protected]

Goel’s Computer Hut, Pune126, Budhwar Peth,Pune - 411002, MaharashtraPh: 020 - 24492959, 24451959, 24451958Email: [email protected]

Jaypee Brothers Medical Publishers Pvt. Ltd., Mumbai106, Amit Industrial Estate, 61 Dr. SS Rao Road,Near MGM Hospital, Parel,Mumbai - 400012, MaharashtraPh: 022 - 24124863, 24104532Email: [email protected]

Jaypee Brothers Medical Publishers Pvt. Ltd., Nagpur“KAMALPUSHPA”, 38, Reshimbag,Opp. Mohota Science College, Umred Road,Nagpur - 440009, MaharashtraPh: 0712 - 2704275Email: [email protected]

Jaypee Brothers Medical Publishers Pvt. Ltd., Pune1st Floor, Savitri Apartment, No. 56/57, Near Khadichia Maidan,Mandir Road, Somwar Peth Nageshwar,Pune - 411011, MaharashtraEmail: [email protected]

Mehul Book Sales, Mumbai10 & 12, First Floor, Kitab Mahal,192, D.N. Road, Fort, Above Indo-American Society,Mumbai - 400001, MaharashtraPh: 022 - 22054044, 22013523Email: [email protected]

Mehul Book Sales, Pune#10-13, Ground Floor, Shaan Brahma Complex,Appa Balwant Chowk, Budhwar Peth, Landmark: Next to Ratan Talkies,Pune - 411002, MaharashtraPh: 020 - 24478771, 24475960Email: [email protected];

[email protected]

New Age International Publishers Pvt. Ltd., Mumbai142C, Victor House, Ground Floor,N.M. Joshi Marg, Lower Parel,Mumbai - 400013, MaharashtraPh: 022 - 24927869Email: [email protected]

Star Educational Books Distributor Pvt. Ltd., Mumbai176/180, Maruti Lane, Bora Bazar Street, Mhada Building, Room No. 16, 1st Floor,Mumbai - 400001, MaharashtraPh: 9869057807, 9987436241Email: [email protected]

Suyog Publishers & Distributors Pvt. Ltd., PuneNo.7, Dhruvadarshan, B/h Pimpri-Chinchwad Polytechnic,Akrudi,Pune - 411044, MaharashtraPh: 020 - 27640009, 27655181Email: [email protected]; [email protected]

Universities Press, Mumbaic/o Orient Longman Pvt. Ltd,Kamani Marg, Ballard Estate,Mumbai - 400001, MaharashtraPh: 022 - 22616918, 22695859Email: [email protected]

Stocks Available With

Page 55: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

Computer Science and Engineering Prices are subject to change without prior noticeThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Bangladesh

International Book Distributors, DhakaF-2 (2nd Floor),12 Ring Road,Shamoli - 1207, DhakaPh: 0880 - 01817500351, 01720097071 (T&T), 01914123785Email: [email protected]

Omni Books, DhakaC A Bhaban (3rd Flr),100, Kazi Nazrul Islam Avenue, Karwan Bazar,Dhaka - BangladeshPh: 0880 - 1711 523301, 9121053-7Email: [email protected] [email protected]

Parama Books, DhakaMomtaz Plaza, 3rd Floor,House No. 7, Road No. 4,Dhanmondi - 1205, Dhaka, Ph: 0880 - 1711568449, 9661141, 9611971Email: [email protected] [email protected]

Karim International, Dhaka64/1 Moni Puri Para,Tejgaon - 1209, DhakaPh: 0880 - 9130457Email: [email protected] [email protected]

Ahsania Mission Book Distribution House, DhakaHouse-19, New Dharmondi R/A,House # 19, Road #12,Dhaka - 1209, DhakaPh: 0880 - 9124151, 9123420, 9123402, 8119521-22, Ext-130Email: [email protected]

Nepal A.K. Books, KathmanduNepal Law Campus Complex,1st Floor, Exhibition Rad,Kathmandu, NepalPh: 0977 - 4219657, 4249136Email: [email protected]

Book Plus, KathmanduComputer Bazar,G.P.O. Box- 25246, Putalisadak,Kathmandu, NepalPh: 0977 - 97714418199Email: [email protected]

Bazaar International, Kathmandu1/F, A-Block, 73,Kesar Mahal Marg, Thamel - 44600, KathmanduPh: 0977 - 9851021075, 4427097, 4427098Email: [email protected]

Ekta Books Distributors Pvt. Ltd., KathmanduGPO BOX 6445,Prashutigriha Marga, ThapathaliKathmandu - NepalPh: 0977 - 260482, 260083, 262091, 260744, 4245787Emai: [email protected]

Namaste Books & Stationery, KathmanduRamshah Path,Kathmandu, NepalPh: 0977 - 9851059487, 4252596Email: [email protected]

Pakistan

Academy Book Agency, KarachiS# U-58, Grace Shopping Mall, Opposite NED University,Off University Road, Gulistan-e-jauhar, Block 1,Karachi - PakistanPh: 0092 - 300-2121566, 321-3209723, 37820676Email: [email protected]

Allied Book Company, LahoreNaqi Market, 75 The Mall,Lahore - 54000, PakistanPh: 0092 - 3074444094, 42, 36306456, 36310907Email: [email protected]

Books International, Multan126-J-17-A, Gulistan Colony,Old Bahawalpur RoadMultan - PakistanPh: 0092 - 61, 4572679Email: [email protected]

Eagle Information Marketing, LahoreSuite No-7, 1st Floor,City Centre, Inside Sheranwala Gate,Lahore - 54000, PakistanPh: 0092 - 3009430373, 42, 7673142, 7351611, 7656653Email: [email protected] [email protected]; [email protected]

South Asian Retailer‘s Addresses

Page 56: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

Prices are subject to change without prior notice Computer Science and EngineeringThese titles are for sale only in India, Pakistan, Bangladesh, Sri Lanka and Nepal. Sale outside the designated territory is strictly prohibited.

Multiline Books, LahoreShop No. 3, Ahmad Mansion,Regal Chowk, Hall Road,Lahore - 54000, PakistanPh: 0092 - 42, 37353564, 37210089Email: [email protected] [email protected]

Pak Book Corporation, LahoreAziz Chambers, 21,Queens Road,Lahore - 54000, PakistanPh: 0092 - 3008404477, 42, 6363222Emai: [email protected] [email protected]; [email protected]

Pakistan Law House, KarachiPakistan Chowk, G.P.O. Box- 90,Karachi - PakistanPh: 0092 - 21, 32212455, 32639558Email: [email protected]

Paramount Books, Karachi152/O, Block-2,PECH Society,Karachi - 75400, PakistanPh: 0092 - 3328251996, 21, 34310030Email: [email protected]

Progressive International Agencies, Karachi174-X, Block-2, PECH Society,Karachi - 75400, PakistanPh: 0092 - 21, 4525545Email: [email protected] [email protected]

Royal Book Company, KarachiBG-5, Rex Centre, Fatima Jinnah Road,Opp. Panorama Centre, P.O. Box- 7737,Karachi - 75530, KarachiPh: 0092 - 5653418, 5670628, 5684244Email: [email protected]

Saeed Book Bank, IslamabadJinnah Super Market, F-7, Markaz,Islamabad - 44000, PakistanPh: 0092 - 3335190649, 51, 2651656Email: [email protected],

[email protected]

S.A. Rahman, Karachi1st Floor, Ala Bakhat Effendi Manzil,Opp. Bottle Gali Shahraheliaquat,Karachi - 74200, KarachiPh: 0092, 213, 2621450, 2626518Email: [email protected]; [email protected]

Sri Lanka Expographic (Private) Limited, Colombo53, 2/3, Second Floor,Munsoor Building, Main Street,Colombo - 11Ph: 0094 - 11, 2438724, 2332698Email: [email protected]

Jeya Agencies, Colombo91-98, Upper Ground Floor,People’s Park Complex,Colombo - 11Ph: 0094 - 11, 2473149, 2438227Email: [email protected]

Mediline, ColomboNo. 515, Maradana Road,Colombo - 10Ph: 0094 - 5374862Email: [email protected]

Pitraban, ColomboS/23, 2nd Floor, Colombo Central Super Mkt Complex,Reclamation Road, Colombo - 10Ph: 0094 - 11, 2445340Email: [email protected]

Sarasavi Books, NugegodaNo. 30 & 2, Stanley Thilakarathne, Mawatha, Nugegoda - 10Ph: 0094 - 11, 2854000, 2829567, 2820983, 2820230Email: [email protected]; [email protected] [email protected]; [email protected]

Zubair Makeen & Sons, Colombo140, Front Street,Colombo - 10Ph: 0092 - 777314847, 11, 2375930, 2449917, 2338706Email: [email protected]

South Asian Retailer‘s Addresses

Page 57: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

012028b

Sign up free today!Bookseller Alert

Each monthly e-mail Alert includes special news and features such as:

7 Direct link to Springer NEWS in various formats (pdf, csv, xls), weeks before it’s printed and mailed

7 Important sales news and special o� ers

7 Bestselling titles by subject category

7 News about Springer website functionality being developed just for booksellers

7 New & forthcoming highlights

7 Forthcoming titles with pre-publication prices

7 Bookfair special o� ers and information

Sign up at 7 springer.com/booksellers

SIGN UPTODAY

springer.comABC

012028b_210x276ma_1c.indd 1 15/11/2012 17:22:37

Page 58: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

012030a

springer.comABC

Bookseller SearchCustomize your own list of books from Springer’s online catalog!

Create your own search7 by book type7 by subject7 by availability7 by price and much more!

Save your own search7 on your personal page “My Search”7 run your saved search again whenever you

want to update your list of books

Download your customized list of books7 In CSV format with short or long bibliography7 In Excel format

Seeing is believing! Come to our website toregister free of charge! springer.com/booksellers

012030a_210x276ma_1c.indd 1 17/07/2012 17:36:03

I

Order Now ! Springer News 02/2013 Orderform

Yes, please send me:

copies ISBN Price

copies ISBN Price

copies ISBN Price

copies ISBN Price

copies ISBN Price

copies ISBN Price

copies ISBN Price

copies ISBN Price

copies ISBN Price

copies ISBN Price

copies ISBN Price

copies ISBN Price

copies ISBN Price

copies ISBN Price

copies ISBN Price

copies ISBN Price

copies ISBN Price

Springer Customer Service Center GmbH, Haberstrasse 7, 69126 Heidelberg, Germany 7 Call: + 49 (0) 6221-345-4301 7 Fax: +49 (0)6221-345-4229 7 Email: orders-hd-booksellers@springer .com 7 Web: springer .com The first € price and the £ price are net prices, subject to local VAT . Prices indicated with * include VAT for books; the €(D) includes 7% for Germany, the €(A) includes 10% for Austria . Prices indicated with ** include VAT for electronic products; 19% for Germany, 20% for Austria . All prices exclusive of carriage charges . Prices and other details are subject to change without notice . All errors and omissions excepted .

Send your orders to Springer Customer Service Center [email protected] a fax to +49 (0)6221-345-4229

Customer-No .

Name

Firm

Street

City/Zip Code

Date

Signature

Speed up your orders using the NEWS order form at springer.com/NEWSonline

Please tick your currency € £ € (D)* € (A)* sFr*

Page 59: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

Springer India Contacts

Sales RepresentativesNorth East South West

Suneet Sabarwal Head - Book SalesSpringer (India) Pvt. Ltd.7th Floor, Vijaya Building,17, Barakhamba Road,New Delhi – 110001Tel: +91 11 4575 5805Fax: +91 11 4575 5889Mobile: +91 (0) [email protected]

Sanjay RatanProduct ManagerSpringer (India) Pvt. Ltd.7th Floor, Vijaya Building,17, Barakhamba Road,New Delhi – 110001Tel: +91 11 4575 5827Fax: +91 11 4575 5889Mobile: +91 (0) [email protected]

S. Kamlesh Kumar Regional Manager Books – North Springer (India) Pvt. Ltd. 7th Floor, Vijaya Building, 17, Barakhamba Road, New Delhi - 110001 Tel: +91 11 4575 5881 Fax: +91 11 4575 5889 Mobile: +91 (0) 9818813254 [email protected]

Subodh Kumar SinghTerritory Manager – North Springer (India) Pvt. Ltd. 7th Floor, Vijaya Building, 17, Barakhamba Road, New Delhi - 110001 Tel: +91 11 4575 5891 Fax: +91 11 4575 5889 Mobile: +91 (0) [email protected]

Binu AbrahamRegional Manager Books – SouthSpringer (India) Pvt. Ltd."Sanskruti", Flat-K, Block-2, 2nd FloorNo. 27, Santhana Lakshmi St,Rajeshwari Nagar, Selaiyur,Chennai - 600073, TamilnaduMobile: +91 (0) [email protected]

Sunil P. MathewTerritory Manager – KarnatakaSpringer (Karnataka Office)#S-316, Rear Wing, South Block, Manipal Centre, Dickenson Road,Bengaluru - 560042, KarnatakaMobile: +91 (0) [email protected]

Y. Nageswara RaoSr. Sales Executive – APSpringer (India) Pvt. Ltd.House No. 1-2-607/H/1, LTB Road, Near Vaartha Press,Hyderabad- 500080, Andhra PradeshMobile: +91 (0) [email protected]

Shashank S. RaneRegional Manager Books – WestSpringer (India) Pvt. Ltd.B/24, Nandadeep CHS,Khardev Nagar, Chembur, Mumbai - 400071, MaharashtraMobile: +91 (0) [email protected]

Vikas SharmaSales ExecutiveSpringer (India) Pvt. Ltd.A-6, Tirupati Palace,Behind DPS School, NipaniyaIndore – 452011, Madhya PradeshMobile: +91 (0) [email protected]

Ajit DeRegional Manager Books – EastSpringer (India) Pvt. Ltd.5D, Gopal Chandra Bose Lane,3B, Disha Apartment,Kolkata - 700050, West BengalMobile: +91 (0) [email protected]

Pankaj WadheraNational Channel Manager - BooksSpringer (India) Pvt. Ltd.7th Floor, Vijaya Building,17, Barakhamba Road,New Delhi - 110001Tel: +91 11 4575 5844Fax: +91 11 4575 5891Mobile: +91 (0) [email protected]

K.K. LakshmiAsst. Manager – Channel Mgmt.Springer (India) Pvt. Ltd.7th Floor, Vijaya Building,17, Barakhamba Road,New Delhi – 110001Tel: +91 11 4575 5829Fax: +91 11 4575 [email protected]

Khushboo MishraExecutive, Sales Support (Trade)Springer (India) Pvt. Ltd.7th Floor, Vijaya Building,17, Barakhamba Road,New Delhi – 110001Tel: +91 11 4575 5863Fax: +91 11 4575 5889Mobile: +91 (0) [email protected]

Computer Science and Engineering

Page 60: Special Priced Indian Edition - Springer...An Introduction to Cryptography - Discrete Logarithms and Diffie-Hellman - Integer Factorization and RSA - Probability Theory and Information

For further information please contact:

Springer (India) Private Limited7th Floor, Vijaya Building, 17, Barakhamba Road, New Delhi-110 001, India.

Tel: +91 (0) 11 4575 5888, Fax: +91 (0) 11 4575 5889E-mail: [email protected] / [email protected]

Bestsellers