Bestsellers > > Algorithms
|
|
Digital Photographer's Handbook: Third Edition (Digital Photographer's Handbook)»rank: 148732by: Tom Ang
: :In this fully updated third edition, award-winning photographer and bestselling author Tom Ang offers concise, practical, easy-to-use information and advice to help readers create truly extraordinary images. |
Data Structures and Algorithm Analysis in C++ (3rd Edition)»rank: 244326by: Mark Allen Weiss
: :Mark Allen Weiss' innovative approach to algorithms and data structures teaches the simultaneous development of sound analytical and programming skills for the advanced data structures course. Readers learn how to reduce time constraints and develop programs efficiently by analyzing the feasibility of an algorithm before it is coded. The C++ language is brought up-to-date and simplified, and the Standard Template Library is now fully incorporated throughout the text. This Third Edition also features significantly revised coverage of lists, stacks, queues, and trees and an entire chapter dedicated to amortized analysis and advanced data structures such as the Fibonacci heap. Known for its clear and friendly writing style, Data Structures and ... |
||
Computer Manual in MATLAB to Accompany Pattern Classification, Second Edition»rank: 250154by: David G. Stork, Elad Yom-Tov
: :Computer Manual to Accompany Pattern Classification and its associated MATLAB software is an excellent companion to Duda: Pattern Classfication, 2nd ed, (DH&S). The code contains all algorithms described in Duda as well as supporting algorithms for data generation and visualization. The Manual uses the same terminology as the DH&S text and contains step-by-step worked examples, including many of the examples and figures in the textbook. The Manual is accompanied by software that is available electronically. The software contains all algorithms in DH&S, indexed to the textbook, and uses symbols and notation as close as possible to the textbook. The code is self-annotating so the user can easily navigate, understand and ... |
Beginning Cryptography with Java»rank: 36046by: David Hook
: :Beginning Cryptography with Java While cryptography can still be a controversial topic in the programming community, Java has weathered that storm and provides a rich set of APIs that allow you, the developer, to effectively include cryptography in applications-if you know how. This book teaches you how. Chapters one through five cover the architecture of the JCE and JCA, symmetric and asymmetric key encryption in Java, message authentication codes, and how to create Java implementations with the API provided by the Bouncy Castle ASN.1 packages, all with plenty of examples. Building on that foundation, the second half of the book takes you into higher-level topics, enabling you to create and ... |
||
David Busch’s Digital Infrared Pro Secrets»rank: 41797by: David D. Busch
: :Infrared photography can provide unique and flattering portraits, eye-catching close-ups of flowers, travel photographs unlike any you've ever seen before, and, if you know a few tricks, a new perspective on sports photography. You may have seen infrared photos without even being aware that they are infrared images! This full-color, hands-on book includes numerous do-it-yourself tutorials that show you how to convert your existing camera for IR use. You'll learn how to take infrared photos with both snapshot cameras and digital SLRs using a full range of shutter speeds and lens openings. You don't need a costly IR filter - you'll learn how to make your own! You'll be amazed ... |
Purely Functional Data Structures»rank: 262052by: Chris Okasaki
: :Most books on data structures assume an imperative language such as C or C++. However, data structures for these languages do not always translate well to functional languages such as Standard ML, Haskell, or Scheme. This book describes data structures from the point of view of functional languages, with examples, and presents design techniques that allow programmers to develop their own functional data structures. The author includes both classical data structures, such as red-black trees and binomial queues, and a host of new data structures developed exclusively for functional languages. All source code is given in Standard ML and Haskell, and most of the programs are easily adaptable to other ... |
||
Memory as a Programming Concept in C and C++»rank: 295038by: Frantisek Franek
: :Assuming readers have a basic familiarity with C or C++, Frantisek Franek describes the techniques, methods and tools available to develop effective memory usage. The overwhelming majority of 'bugs' and crashes in computer programming stem from problems of memory access, allocation, or deallocation. Such memory related errors are notoriously difficult to resolve. Moreover, the role that memory plays in C and C++ programming is a subject often overlooked in courses and in books. Most professional programmers learn about it entirely through actual experience of the problems it causes. |
Digital Video Compression (with CD-ROM)»rank: 363113by: Peter Symes
: :This CD-ROM with algorithms, encoders, and practice clips is your one-stop guide to the art and science of digital video compression! Without video compression, video streaming - one of the Internet's great innovations - would be nothing more than a pipe dream. That's why if digitizing video imagery is part of your work or hobby, here's an info-packed volume you need handy at all times: McGraw-Hill's 'Digital Video Compression.' Written by a renowned expert in digital technology, 'Digital Video Compression' offers comprehensive coverage on a vast range of digital media technologies and standards. It delivers everything you need to understand the techniques, tricks, and confusing protocols of compression, as well ... |
||
Photoshop CS4 Bible»rank: 91999by: Stacy Cates, Simon Abrams, Dan Moughamian
: :The ultimate comprehensive reference to Adobe now updated and revised to cover the CS4 release! As the industry-standard image-editing software for print and digital media, Photoshop has a phenomenally broad reach and, if you’re a user, then you’re anxious to get started with CS4! This authoritative guide to Photoshop CS4 shows you how to retouch, color correct, manipulate, and combine images Sheds light on optimal ways to create cutting-edge special effects for digital or film-based images, and then use them on the Web or in print More than 1,200 pages are packed with advice that demystifies even the most complex Photoshop tasks Covers everything from image-editing basics to techniques for ... |
C++ Programming: From Problem Analysis to Program Design, Fourth Edition»rank: 145088by: D.S. Malik
: :Now in its fourth edition, C++ Programming: From Problem Analysis to Program Design remains the definitive text for CS1 courses. Best-selling author D.S. Malik employs a student-focused approach, using complete programming examples to teach introductory programming concepts. This fourth edition has been enhanced to further demonstrate the use of OOD methodology, to introduce sorting algorithms (bubble sort and insertion sort), and to present additional material on abstract classes. In addition, the exercise sets at the end of each chapter have been expanded to include several calculus and engineering-related exercises. All programs have been written, compiled, and quality-assurance tested with Microsoft Visual C++ .NET, available as an optional compiler with this ... |