| Search | About | Preferences | Interact | Help | |
| 150 million books. 1 search engine. | ||
› Find signed collectible books: 'Advanced Engineering Mathematics'
This is Brand New Hardcover Edition! Textbook wrapped in Tip Top Condition. Ship from Multiple Locations from Asia Countries. Shipping should take from 3-4 business days within US, Canada, UK, Australia, Japan, and Singapore and other EU countries for ship with EXPEDITE. We do not ship to PO BOX, APO, FPO! Please leave your phone no. for quickly delivery [via]
More editions of Advanced Engineering Mathematics:
› Find signed collectible books: 'Advanced Engineering Mathematics: International Edition'
More editions of Advanced Engineering Mathematics: International Edition:

› Find signed collectible books: 'Advanced Engineering Mathematics: Maple Computer Guide'
A revision of the market leader, Kreyszig is known for its comprehensive coverage, careful and correct mathematics, outstanding exercises, helpful worked examples, and self-contained subject-matter parts for maximum teaching flexibility. The new edition provides invitations - not requirements - to use technology, as well as new conceptual problems, and new projects that focus on writing and working in teams. [via]
More editions of Advanced Engineering Mathematics: Maple Computer Guide:
› Find signed collectible books: 'Algorithms'
This is the eBook version of the printed book.
Essential Information about Algorithms and Data Structures
A Classic Reference
The latest version of Sedgewicks best-selling series, reflecting an indispensable body of knowledge developed over the past several decades.
Broad Coverage
Full treatment of data structures and algorithms for sorting, searching, graph processing, and string processing, including fifty algorithms every programmer should know.
Completely Revised Code
New Java implementations written in an accessible modular programming style, where all of the code is exposed to the reader and ready to use.
Engages with Applications
Algorithms are studied in the context of important scientific, engineering, and commercial applications. Clients and algorithms are expressed in real code, not the pseudo-code found in many other books.
Intellectually Stimulating
Engages reader interest with clear, concise text, detailed examples with visuals, carefully crafted code, historical and scientific context, and exercises at all levels.
A Scientific Approach
Develops precise statements about performance, supported by appropriate mathematical models and empirical studies validating those models.
Contents
Chapter 1: Fundamentals
Programming Model
Data Abstraction
Bags, Stacks, and Queues
Analysis of Algorithms
Case Study: Union-Find
Chapter 2: Sorting
Elementary Sorts
Mergesort
Quicksort
Priority Queues
Applications
Chapter 3: Searching
Symbol Tables
Binary Search Trees
Balanced Search Trees
Hash Tables
Applications
Chapter 4: Graphs
Undirected Graphs
Directed Graphs
Minimum Spanning Trees
Shortest Paths
Chapter 5: Strings
String Sorts
Tries
Substring Search
Regular Expressions
Data Compression
Chapter 6: Context
[via]More editions of Algorithms:
› Find signed collectible books: 'Algorithms: Software Engineers and Software Reuse'
This is the eBook version of the printed book.
Essential Information about Algorithms and Data Structures
A Classic Reference
The latest version of Sedgewicks best-selling series, reflecting an indispensable body of knowledge developed over the past several decades.
Broad Coverage
Full treatment of data structures and algorithms for sorting, searching, graph processing, and string processing, including fifty algorithms every programmer should know.
Completely Revised Code
New Java implementations written in an accessible modular programming style, where all of the code is exposed to the reader and ready to use.
Engages with Applications
Algorithms are studied in the context of important scientific, engineering, and commercial applications. Clients and algorithms are expressed in real code, not the pseudo-code found in many other books.
Intellectually Stimulating
Engages reader interest with clear, concise text, detailed examples with visuals, carefully crafted code, historical and scientific context, and exercises at all levels.
A Scientific Approach
Develops precise statements about performance, supported by appropriate mathematical models and empirical studies validating those models.
Contents
Chapter 1: Fundamentals
Programming Model
Data Abstraction
Bags, Stacks, and Queues
Analysis of Algorithms
Case Study: Union-Find
Chapter 2: Sorting
Elementary Sorts
Mergesort
Quicksort
Priority Queues
Applications
Chapter 3: Searching
Symbol Tables
Binary Search Trees
Balanced Search Trees
Hash Tables
Applications
Chapter 4: Graphs
Undirected Graphs
Directed Graphs
Minimum Spanning Trees
Shortest Paths
Chapter 5: Strings
String Sorts
Tries
Substring Search
Regular Expressions
Data Compression
Chapter 6: Context
[via]More editions of Algorithms: Software Engineers and Software Reuse:
› Find signed collectible books: 'Applied Cryptography: Protocols, Algorithms, and Source Code in C'
After a brief account of the history of cryptography, the latest data on encryption protocols and techniques are explained. Describes present-day applications ranging from electronic cash to anonymous messaging and current security concerns. The second section assumes fairly sophisticated knowledge of the C programming language and features numerous source code fragments. Practical implementations of the code are listed throughout the book's second half. [via]
More editions of Applied Cryptography: Protocols, Algorithms, and Source Code in C:

› Find signed collectible books: 'Applied Matrix Models: A Second Course in Linear Algebra with Computer Applications'
More editions of Applied Matrix Models: A Second Course in Linear Algebra with Computer Applications:
› Find signed collectible books: 'Art of Computer Programming'
Third Edition now available!Volume 2 provides a comprehensive interface between computer programming and numerical analysis. It includes a substantial amount of complexity theory, number theory, and statistics. 0201038226B04062001 [via]
More editions of Art of Computer Programming:
› Find signed collectible books: 'The Art of Computer Programming: Fundamental Algorithms'
This magnificent tour de force presents a comprehensive overview of a wide variety of algorithms and the analysis of them. Now in its third edition, The Art of Computer Programming, Volume I: Fundamental Algorithms contains substantial revisions by the author and includes numerous new exercises.
Although this book was conceived several decades ago, it is still a timeless classic. One of the book's greatest strengths is the wonderful collection of problems that accompany each chapter. The author has chosen problems carefully and indexed them according to difficulty. Solving a substantial number of these problems will help you gain a solid understanding of the issues surrounding the given topic. Furthermore, the exercises feature a variety of classic problems.
Fundamental Algorithms begins with mathematical preliminaries. The first section offers a good grounding in a variety of useful mathematical tools: proof techniques, combinatorics, and elementary number theory. Knuth then details the MIX processor, a virtual machine architecture that serves as the programming target for subsequent discussions. This wonderful section comprehensively covers the principles of simple machine architecture, beginning with a register-level discussion of the instruction set. A later discussion of a simulator for this machine includes an excellent description of the principles underlying the implementation of subroutines and co-routines. Implementing such a simulator is an excellent introduction to computer design.
In the second section, Knuth covers data structures--stacks, queues, lists, arrays, and trees--and presents implementations (in MIX assembly) along with techniques for manipulating these structures. Knuth follows many of the algorithms with careful time and space analysis. In the section on tree structures, the discussion includes a series of interesting problems concerning the combinatorics of trees (counting distinct trees of a particular form, for example) and some particularly interesting applications. Also featured is a discussion of Huffmann encoding and, in the section on lists, an excellent introduction to garbage collection algorithms and the difficult challenges associated with such a task. The book closes with a discussion of dynamic allocation algorithms.
The clear writing in Fundamental Algorithms is enhanced by Knuth's dry humor and the historical discussions that accompany the technical matter. Overall, this text is one of the great classics of computer programming literature--it's not an easy book to grasp, but one that any true programmer will study with pleasure. [via]
More editions of The Art of Computer Programming: Fundamental Algorithms:
› Find signed collectible books: 'The Art of Computer Programming: Seminumerical Algorithms'
Volume 2 of Donald Knuth's classic series The Art of Computer Programming covers seminumerical algorithms, with topics ranging from random number generators to floating point operations and other optimized arithmetic algorithms. Truly comprehensive and meticulously written, this book (and series) is that rarest of all creatures--a work of authoritative scholarship in classical computer science, but one that can be read and used profitably by virtually all working programmers.
The book begins with fundamental questions regarding random numbers and how to use algorithms to generate them. Subsequent chapters demonstrate efficient computation of single-precision and double-precision arithmetic calculations and modular arithmetic. The text then presents prime factorization (which can be used in cryptography, for instance) and algorithms for calculating fractions. This volume ends with algorithms for polynomial arithmetic and manipulation of power-series topics, which will benefit those with some knowledge of calculus.
Throughout this beautifully presented edition, Knuth incorporates hundreds of useful exercises for trying out the algorithms. These range from simple problems to larger research project topics. (The book provides answers, where appropriate, at the end of the book.) The result is a text that's suitable for college or graduate-level computer science courses or individual study by programmers. Volume 2 is an indispensable part of any working programmer's library. [via]
More editions of The Art of Computer Programming: Seminumerical Algorithms:
› Find signed collectible books: 'The Art Of Computer Programming, Fascicle 1: MMIX -- A RISC Computer For The New Millennium'
Finally, after a wait of more than thirty-five years, the first part of Volume 4 is at last ready for publication. Check out the boxed set that brings together Volumes 1 - 4A in one elegant case, and offers the purchaser a $50 discount off the price of buying the four volumes individually.
The Art of Computer Programming, Volumes 1-4A Boxed Set, 3/e
ISBN: 0321751043
Art of Computer Programming, Volume 1, Fascicle 1, The: MMIX -- A RISC Computer for the New Millennium
This multivolume work on the analysis of algorithms has long been recognized as the definitive description of classical computer science. The three complete volumes published to date already comprise a unique and invaluable resource in programming theory and practice. Countless readers have spoken about the profound personal influence of Knuth's writings. Scientists have marveled at the beauty and elegance of his analysis, while practicing programmers have successfully applied his "cookbook" solutions to their day-to-day problems. All have admired Knuth for the breadth, clarity, accuracy, and good humor found in his books.
To begin the fourth and later volumes of the set, and to update parts of the existing three, Knuth has created a series of small books called fascicles, which will be published t regular intervals. Each fascicle will encompass a section or more of wholly new or evised material. Ultimately, the content of these fascicles will be rolled up into the comprehensive, final versions of each volume, and the enormous undertaking that began in 1962 will be complete.
Volume 1, Fascicle 1
This first fascicle updates The Art of Computer Programming, Volume 1, Third Edition: Fundamental Algorithms, and ultimately will become part of the fourth edition of that book. Specifically, it provides a programmer's introduction to the long-awaited MMIX, a RISC-based computer that replaces the original MIX, and describes the MMIX assembly language. The fascicle also presents new material on subroutines, coroutines, and interpretive routines.
More editions of The Art Of Computer Programming, Fascicle 1: MMIX -- A RISC Computer For The New Millennium:

› Find signed collectible books: 'Basic Matrix Methods: Including Applications in Approximation and Data Fitting'
More editions of Basic Matrix Methods: Including Applications in Approximation and Data Fitting:
› Find signed collectible books: 'Chebyshev and Fourier Spectral Methods'
More editions of Chebyshev and Fourier Spectral Methods:
› Find signed collectible books: 'Computational Fluid Mechanics and Heat Transfer'
This comprehensive text provides basic fundamentals of computational theory and computational methods. The book is divided into two parts. The first part covers material fundamental to the understanding and application of finite-difference methods. The second part illustrates the use of such methods in solving different types of complex problems encountered in fluid mechanics and heat transfer. The book is replete with worked examples and problems provided at the end of each chapter. [via]
More editions of Computational Fluid Mechanics and Heat Transfer:
› Find signed collectible books: 'Computer Approximations'
This handbook is intended to acquaint users with methods for designing function subroutines and, in the case of the most commonly needed functions, to provide them with the necessary tables to do so efficiently. [via]
More editions of Computer Approximations:

› Find signed collectible books: 'Computer Arithmetic: Principles, Architecture, and Design'
More editions of Computer Arithmetic: Principles, Architecture, and Design:

› Find signed collectible books: 'Computer Methods for Mathematical Computations'
More editions of Computer Methods for Mathematical Computations:

› Find signed collectible books: 'Computing for Engineers and Scientists With Fortran 77'
More editions of Computing for Engineers and Scientists With Fortran 77:
› Find signed collectible books: 'Dft/Fft and Convolution Algorithms: Theory and Implementation'
This readable handbook provides complete coverage of both the theory and implementation of modern signal processing algorithms for computing the Discrete Fourier transform. Reviews continuous and discrete-time transform analysis of signals and properties of DFT, several ways to compute the DFT at a few frequencies, and the three main approaches to an FFT. Practical, tested FORTRAN and assembly language programs are included with enough theory to adapt them to particular applications. Compares and evaluates various algorithms. [via]
More editions of Dft/Fft and Convolution Algorithms: Theory and Implementation:

› Find signed collectible books: 'Difference Equations: Theory and Applications'
More editions of Difference Equations: Theory and Applications:

› Find signed collectible books: 'Elementary Mathematical and Computational Tools for Electrical and Computer Engineers Using Matlab'
More editions of Elementary Mathematical and Computational Tools for Electrical and Computer Engineers Using Matlab:
› Find signed collectible books: 'The Finite Element Method: Linear Static and Dynamic Finite Element Analysis'
More editions of The Finite Element Method: Linear Static and Dynamic Finite Element Analysis:

› Find signed collectible books: 'Fortran 77: With Numerical Methods for Engineers and Scientists/Book and Disk'
More editions of Fortran 77: With Numerical Methods for Engineers and Scientists/Book and Disk:

› Find signed collectible books: 'Handbook of Mathematics and Computational Science'
More editions of Handbook of Mathematics and Computational Science:

› Find signed collectible books: 'Introduction to Numerical Linear Algebra Dn Optimisation'
More editions of Introduction to Numerical Linear Algebra Dn Optimisation:

› Find signed collectible books: 'Introduction to Numerical Methods for Chemical Engineers'
More editions of Introduction to Numerical Methods for Chemical Engineers:
› Find signed collectible books: 'Linear Operator Theory in Engineering and Science'
This book is a unique introduction to the theory of linear operators on Hilbert space. The authors' goal is to present the basic facts of functional analysis in a form suitable for engineers, scientists, and applied mathematicians. Although the Definition-Theorem-Proof format of mathematics is used, careful attention is given to motivation of the material covered and many illustrative examples are presented. First published in 1971, Linear Operator in Engineering and Sciences has since proved to be a popular and very useful textbook. [via]
More editions of Linear Operator Theory in Engineering and Science:

› Find signed collectible books: 'Linear Programming and Extensions'
More editions of Linear Programming and Extensions:

› Find signed collectible books: 'Mathematical Aspects of Vortex Dynamics'
More editions of Mathematical Aspects of Vortex Dynamics:

› Find signed collectible books: 'Matrices for Engineers'
More editions of Matrices for Engineers:

› Find signed collectible books: 'Matrix Computation for Engineers and Scientists'
More editions of Matrix Computation for Engineers and Scientists:
› Find signed collectible books: 'Matrix Computations'
Revised and updated, the third edition of Golub and Van Loan's classic text in computer science provides essential information about the mathematical background and algorithmic skills required for the production of numerical software. This new edition includes thoroughly revised chapters on matrix multiplication problems and parallel matrix computations, expanded treatment of CS decomposition, an updated overview of floating point arithmetic, a more accurate rendition of the modified Gram-Schmidt process, and new material devoted to GMRES, QMR, and other methods designed to handle the sparse unsymmetric linear system problem.
[via]More editions of Matrix Computations:

› Find signed collectible books: 'Molecular Modeling and Simulation: An Interdisciplinary Guide'
More editions of Molecular Modeling and Simulation: An Interdisciplinary Guide:
› Find signed collectible books: 'A Multigrid Tutorial'
This second edition of the popular A Multigrid Tutorial preserves the introductory spirit of the first edition while roughly doubling the amount of material covered. The topics of the first edition have been enhanced with additional discussion, new numerical experiments, and improved figures. New topics in the second edition include nonlinear equations, Neumann boundary conditions, variable mesh and variable coefficient problems, anisotropic problems, algebraic multigrid (AMG), adaptive methods, and finite elements. This introductory book is ideally suited as a companion textbook for graduate numerical analysis courses. It is written for computational mathematicians, engineers, and other scientists interested in learning about multigrid. [via]
More editions of A Multigrid Tutorial:

› Find signed collectible books: 'Numerical Analysis'
This well-respected text gives an introduction to the modern approximation techniques and explains how, why, and when the techniques can be expected to work. The authors focus on building students' intuition to help them understand why the techniques presented work in general, and why, in some situations, they fail. With a wealth of examples and exercises, the text demonstrates the relevance of numerical analysis to a variety of disciplines and provides ample practice for students. The applications chosen demonstrate concisely how numerical methods can be, and often must be, applied in real-life situations. In this edition, the presentation has been fine-tuned to make the book even more useful to the instructor and more interesting to the reader. Overall, students gain a theoretical understanding of, and a firm basis for future study of, numerical analysis and scientific computing. A more applied text with a different menu of topics is the authors' highly regarded NUMERICAL METHODS, Third Edition. [via]
More editions of Numerical Analysis:

› Find signed collectible books: 'Numerical Analysis: Mathematics of Scientific Computing'
More editions of Numerical Analysis: Mathematics of Scientific Computing:
› Find signed collectible books: 'Numerical Analysis: Mathematics of Scientific Computing'
This highly successful and scholarly book introduces students with diverse backgrounds to the various types of mathematical analysis that are commonly needed in scientific computing. The subject of numerical analysis is treated from a mathematical point of view, offering a complete analysis of methods for scientific computing with careful proofs and scientific background. An in-depth treatment of the topics of numerical analysis, a more scholarly approach, and a different menu of topics sets Numerical Analysis: Mathematics of Scientific Computing, Second Edition apart form the authors' well-respected and best-selling text: Numerical Mathematics and Computing, Fourth Edition. [via]
More editions of Numerical Analysis: Mathematics of Scientific Computing:

› Find signed collectible books: 'Numerical Computation of Internal and External Flows: Fundamentals of Numerical Discretization'
More editions of Numerical Computation of Internal and External Flows: Fundamentals of Numerical Discretization:

› Find signed collectible books: 'Numerical Methods'
More editions of Numerical Methods:

› Find signed collectible books: 'Numerical Methods for Computer Science, Engineering, and Mathematics'
More editions of Numerical Methods for Computer Science, Engineering, and Mathematics:

› Find signed collectible books: 'Numerical Methods for Engineers: A Programming Approach'
More editions of Numerical Methods for Engineers: A Programming Approach:

› Find signed collectible books: 'Numerical Methods for Scientists and Engineers'
More editions of Numerical Methods for Scientists and Engineers:

› Find signed collectible books: 'Numerical Methods in Engineering & Applied Science: Numbers Are Fun'
More editions of Numerical Methods in Engineering & Applied Science: Numbers Are Fun:

› Find signed collectible books: 'Numerical Methods in Engineering and Science'
More editions of Numerical Methods in Engineering and Science:

› Find signed collectible books: 'Numerical Methods in Practice: Using the Nag Library'
More editions of Numerical Methods in Practice: Using the Nag Library:

› Find signed collectible books: 'Numerical Methods of Statistics'
More editions of Numerical Methods of Statistics:

› Find signed collectible books: 'Numerical Quantum Dynamics'
More editions of Numerical Quantum Dynamics:

› Find signed collectible books: 'Numerical Recipes Example Book (C++)'
These example books published as part of the Numerical Recipes, Second Edition series are source programs that demonstrate all of the Numerical Recipes subroutines. Each example program contains comments and is prefaced by a short description of how it functions. The books consist of all the material from the original edition as well as new material from the Second Edition. They will be valuable for readers who wish to incorporate procedures and subroutines into their own source programs. They are available in Fortran, C, and C++. [via]
More editions of Numerical Recipes Example Book:
› Find signed collectible books: 'Numerical Recipes in C: The Art of Scientific Computing/Disk V 2.02'
More editions of Numerical Recipes in C: The Art of Scientific Computing/Disk V 2.02:

› Find signed collectible books: 'Numerical Recipes: The Art of Scientific Computing'
C is a new language based on the UNIX system. This volume fills a need for a practical, comprehensive handbook of scientific computing in the C language. [via]
More editions of Numerical Recipes in C++: The Art of Scientific Computing:

› Find signed collectible books: 'Numerical Recipes in Fortran 90 Vol. 2 : The Art of Parallel Scientific Computing'
More editions of Numerical Recipes in Fortran 90 Vol. 2 : The Art of Parallel Scientific Computing:

› Find signed collectible books: 'Numerical Recipes in FORTRAN Example Book : The Art of Scientific Computing'
More editions of Numerical Recipes in FORTRAN Example Book : The Art of Scientific Computing:
› Find signed collectible books: 'Numerical Recipes in Fortran: The Art of Scientific Computing'
This is the greatly revised and greatly expanded Second Edition of the hugely popular Numerical Recipes: The Art of Scientific Computing. The product of a unique collaboration among four leading scientists in academic research and industry Numerical Recipes is a complete text and reference book on scientific computing. In a self-contained manner it proceeds from mathematical and theoretical considerations to actual practical computer routines. With over 100 new routines bringing the total to well over 300, plus upgraded versions of the original routines, this new edition remains the most practical, comprehensive handbook of scientific computing available today. Highlights of the new material include: -A new chapter on integral equations and inverse methods -Multigrid and other methods for solving partial differential equations -Improved random number routines - Wavelet transforms -The statistical bootstrap method -A new chapter on "less-numerical" algorithms including compression coding and arbitrary precision arithmetic. The book retains the informal easy-to-read style that made the first edition so popular, while introducing some more advanced topics. It is an ideal textbook for scientists and engineers and an indispensable reference for anyone who works in scientific computing. The Second Edition is availabe in FORTRAN, the traditional language for numerical calculations and in the increasingly popular C language. [via]
More editions of Numerical Recipes in Fortran: The Art of Scientific Computing:
› Find signed collectible books: 'Numerical Recipes in Pascal: The Art of Scientific Computing'
This version of the first edition of Numerical Recipes contains the original 200 routines translated into Pascal along with the tutorial text. In a single volume, Numerical Recipes in Pascal provides lucid, easy-to-read discussions of the most important practical numerical techniques for science and engineering. The programs contained in this book are also available as machine-readable code on the Numerical Recipes Code CD-ROM with Windows/Macintosh Single Screen License. [via]
More editions of Numerical Recipes in Pascal: The Art of Scientific Computing:
› Find signed collectible books: 'Numerical Recipes: The Art of Scientific Computing Fortran Version'
The product of a collaboration among four leading scientists in academic research and industry which aims to provide a practical, comprehensive handbook of scientific computation. [via]
More editions of Numerical Recipes: The Art of Scientific Computing Fortran Version:

› Find signed collectible books: 'Numerical Recipes/C Diskette V1.0'
More editions of Numerical Recipes/C Diskette V1.0:
› Find signed collectible books: 'Optimization by Vector Space Methods'
Engineers must make decisions regarding the distribution of expensive resources in a manner that will be economically beneficial. This problem can be realistically formulated and logically analyzed with optimization theory. This book shows engineers how to use optimization theory to solve complex problems. Unifies the large field of optimization with a few geometric principles. Covers functional analysis with a minimum of mathematics. Contains problems that relate to the applications in the book. [via]
More editions of Optimization by Vector Space Methods:

› Find signed collectible books: 'Quaternions and Rotation Sequences: A Primer With Applications to Orbits, Aerospace, and Virtual Reality'
More editions of Quaternions and Rotation Sequences: A Primer With Applications to Orbits, Aerospace, and Virtual Reality:

› Find signed collectible books: 'The Science of Fractal Images'
More editions of The Science of Fractal Images:

› Find signed collectible books: 'Scientific Pascal'
More editions of Scientific Pascal:

› Find signed collectible books: 'The Theory of Matrices in Numerical Analysis'
More editions of The Theory of Matrices in Numerical Analysis:

› Find signed collectible books: 'Theory of Matrix Structural Analysis'
More editions of Theory of Matrix Structural Analysis:

› Find signed collectible books: 'Vortex Methods: Proceedings of the U.C.L.A. Workshop Held in Los Angeles, May 20-22, 1987'
More editions of Vortex Methods: Proceedings of the U.C.L.A. Workshop Held in Los Angeles, May 20-22, 1987:

› Find signed collectible books: 'Vortex Methods : Theory and Practice'
More editions of Vortex Methods : Theory and Practice:
