save up to 80 percent
how to search
 
Search millions of books and Textbooks!


Browse by Category
Computers & TechnologyProgrammingAlgorithms
     Sub Categories

Cryptography
Data Structures
Digital Image Processing
Genetic
Memory Management

  
book image
Sell Book

The Adobe Photoshop Lightroom 4 Book for Digital Photographers
Author: Scott Kelby
ISBN-10: 0321819586
ISBN-13: 9780321819581
Published: 2012-05-11
Publisher: Peachpit Press

Book Description:
Since Lightroom first launched, Scott Kelby's The Lightroom Book for Digital Photographers has been the world's #1 best-selling Lightroom book. In this latest version for Lightroom 4, Scott uses his same step-by-step, plain-English style and layout to make learning Lightroom easy and fun. Scott doesn't just show you which sliders do what, and he doesn't just cover the newest features of Lightroom (though, of course, he does that, too, with discussions of the improved Clarity feature, White Balance adjustment brush, photo book capabilities, and much more). Instead, by using the following three simple, yet brilliant, techniques that make it just an incredible learning tool, this book shows you how to create your own photography workflow using Lightroom:1) Scott shares his own personal settings and studio-tested techniques.  He trains thousands of Lightroom users every year, and knows first hand what really works and what doesn't.2) The entire book is laid out in a real workflow order with everything step by step, so you can begin using Lightroom like a pro from the start.3) What really sets this book apart is the last chapter. This is where Scott dramatically answers his #1 most-asked Lightroom question, which is: "Exactly what order am I supposed to do things in, and where does Photoshop fit in?" The Adobe Photoshop Lightroom 4 Book for Digital Photographers is the first and only book to bring the whole process together in such a clear, concise, and visual way.
OR
compare book prices

book image
Sell Book

Nine Algorithms That Changed the Future: The Ingenious Ideas That Drive Today's Computers
Author: John MacCormick
ISBN-10: 0691147140
ISBN-13: 9780691147147
Published: 2011-12-27
Publisher: Princeton University Press

Book Description:
Every day, we use our computers to perform remarkable feats. A simple web search picks out a handful of relevant needles from the world's biggest haystack: the billions of pages on the World Wide Web. Uploading a photo to Facebook transmits millions of pieces of information over numerous error-prone network links, yet somehow a perfect copy of the photo arrives intact. Without even knowing it, we use public-key cryptography to transmit secret information like credit card numbers; and we use digital signatures to verify the identity of the websites we visit. How do our computers perform these tasks with such ease? This is the first book to answer that question in language anyone can understand, revealing the extraordinary ideas that power our PCs, laptops, and smartphones. Using vivid examples, John MacCormick explains the fundamental "tricks" behind nine types of computer algorithms, including artificial intelligence (where we learn about the "nearest neighbor trick" and "twenty questions trick"), Google's famous PageRank algorithm (which uses the "random surfer trick"), data compression, error correction, and much more. These revolutionary algorithms have changed our world: this book unlocks their secrets, and lays bare the incredible ideas that our computers use every day.
OR
compare book prices

book image
Sell Book

Adobe Photoshop Lightroom 4 Classroom in a Book
Author: Adobe Creative Team
ISBN-10: 0321819578
ISBN-13: 9780321819574
Published: 2012-04-28
Publisher: Adobe Press

Book Description:
Serious digital photographers, amateur or pro, who seek the fastest, easiest, most comprehensive way to learn Adobe Photoshop Lightroom 4 choose Adobe Photoshop Lightroom 4 Classroom in a Book from the Adobe Creative Team at Adobe Press. The 11 project-based lessons in this book show readers step-by-step the key techniques for working in Photoshop Lightroom 4.   Photoshop Lightroom 4 delivers a complete workflow solution for the digital photographer, from powerful one-click adjustments to a full range of cutting-edge advanced controls. Readers learn how to manage large volumes of digital photographs, work in a non-destructive environment to allow for fearless experimentation, and perform sophisticated image processing tasks to easily produce good-looking pictures and polished presentations for both web and print.   This completely revised Photoshop Lightroom 4 cross-platform edition explains new tools that bring out greater detail in highlights and shadows, and tools that help you make targeted adjustments to white balance, noise reduction, and more. You'll learn how to craft elegant photo books, organize your images by location, and easily share your images and videos on social media and photo sharing sites.
OR
compare book prices

book image
Sell Book

The Basics of Hacking and Penetration Testing: Ethical Hacking and Penetration Testing Made Easy (Syngress Basics Series)
Author: Patrick Engebretson
ISBN-10: 1597496553
ISBN-13: 9781597496551
Published: 2011-08-04
Publisher: Syngress

Book Description:
The Basics of Hacking and Penetration Testing serves as an introduction to the steps required to complete a penetration test or perform an ethical hack. You learn how to properly utilize and interpret the results of modern day hacking tools; which are required to complete a penetration test. Tool coverage will include, Backtrack Linux, Google, Whois, Nmap, Nessus, Metasploit, Netcat, Netbus, and more. A simple and clean explanation of how to utilize these tools will allow you  to gain a solid understanding of each of the four phases and prepare them to take on more in-depth texts and topics. This book includes the use of a single example (pen test target) all the way through the book which allows you to clearly see how the tools and phases relate.Each chapter contains hands-on examples teach you how to interpret the results and utilize those results in later phasesWritten by an author who has practical experience as a Penetration Tester and who has taught "Introduction to Penetration Testing” for 5 yearsUtilizes Backtrack Linux distribution and the "core” tools required to complete a penetration test
OR
compare book prices

book image
Sell Book

Design Patterns: Elements of Reusable Object-Oriented Software
Author: Erich Gamma
ISBN-10: 0201633612
ISBN-13: 9780201633610
Published: 1994-11-10
Publisher: Addison-Wesley Professional

Book Description:
* Capturing a wealth of experience about the design of object-oriented software, four top-notch designers present a catalog of simple and succinct solutions to commonly occurring design problems. Previously undocumented, these 23 patterns allow designers to create more flexible, elegant, and ultimately reusable designs without having to rediscover the design solutions themselves. * The authors begin by describing what patterns are and how they can help you design object-oriented software. They then go on to systematically name, explain, evaluate, and catalog recurring designs in object-oriented systems. With Design Patterns as your guide, you will learn how these important patterns fit into the software development process, and how you can leverage them to solve your own design problems most efficiently.
OR
compare book prices

book image
Sell Book

Introduction to Algorithms
Author: Thomas H. Cormen
ISBN-10: 0262033844
ISBN-13: 9780262033848
Published: 2009-07-31
Publisher: The MIT Press

Book Description:
Some books on algorithms are rigorous but incomplete; others cover masses of material but lack rigor. Introduction to Algorithms uniquely combines rigor and comprehensiveness. The book covers a broad range of algorithms in depth, yet makes their design and analysis accessible to all levels of readers. Each chapter is relatively self-contained and can be used as a unit of study. The algorithms are described in English and in a pseudocode designed to be readable by anyone who has done a little programming. The explanations have been kept elementary without sacrificing depth of coverage or mathematical rigor.The first edition became a widely used text in universities worldwide as well as the standard reference for professionals. The second edition featured new chapters on the role of algorithms, probabilistic analysis and randomized algorithms, and linear programming. The third edition has been revised and updated throughout. It includes two completely new chapters, on van Emde Boas trees and multithreaded algorithms, substantial additions to the chapter on recurrence (now called "Divide-and-Conquer"), and an appendix on matrices. It features improved treatment of dynamic programming and greedy algorithms and a new notion of edge-based flow in the material on flow networks. Many new exercises and problems have been added for this edition. As of the third edition, this textbook is published exclusively by the MIT Press.
OR
compare book prices

book image
Sell Book

The Adobe Photoshop CS6 Book for Digital Photographers (Voices That Matter)
Author: Scott Kelby
ISBN-10: 0321823745
ISBN-13: 9780321823748
Published: 2012-07-25
Publisher: Peachpit Press

Book Description:
Are you ready for a Photoshop book that breaks all the rules? Updated for Adobe Photoshop CS6, this top-selling book breaks new ground by doing something for digital photographers that's rare–it cuts through the bull and shows readers exactly "how to do it." It's not a bunch of theory; it doesn't challenge readers to come up with their own settings or figure it out on their own. Instead, it shows them, step by step, the exact techniques used by today's cutting-edge digital photographers and retouchers, and it does something that virtually no other Photoshop book has ever done–it tells you flat-out which settings to use, when to use them, and why. It includes coverage of all the newest features of CS6, such as the brand-new interface, the amazing Content-Aware Move tool, the Blur Gallery, the completely redesigned Crop tool, the Adaptive Wide Angle feature, and, of course, the redesigned Camera Raw.The Photoshop CS6 Book for Digital Photographers is full-color, graphically rich, and contains project-based examples of every key step in the digital photography process. Integrating all the newest features of Photoshop CS6 into the book's workflow, Scott shows readers how to work with their images like a pro, from importing to organization to correction to output.
OR
compare book prices

book image
Sell Book

Code (DV-MPS General)
Author: Charles Petzold
ISBN-10: 073940752X
ISBN-13: 9780735605053
Published: 1999-10-23
Publisher: Microsoft Press

Book Description:
From the dots and dashes of Morse code to the 0s and 1s of computer programming, "Code" describes the ingenious ways humans have adapted language systems -- code -- to invent the machinery of the modern age. By examining the dialogues we developed for and through the communication tools of the industrial revolution, readers discover they have a context for comprehending today's world of computers, bar code scanners, and fiber optics. The work of legendary computer book author Charles Petzold has influenced an entire generation of programmers -- and with "Code", Microsoft Press is proud to bring this extraordinary writer's compelling narrative style and wit to a general audience.
OR
compare book prices

book image
Sell Book

Machine Learning in Action
Author: Peter Harrington
ISBN-10: 1617290181
ISBN-13: 9781617290183
Published: 2012-04-16
Publisher: Manning Publications

Book Description:
SummaryMachine Learning in Action is unique book that blends the foundational theories of machine learning with the practical realities of building tools for everyday data analysis. You'll use the flexible Python programming language to build programs that implement algorithms for data classification, forecasting, recommendations, and higher-level features like summarization and simplification. About the BookA machine is said to learn when its performance improves with experience. Learning requires algorithms and programs that capture data and ferret out the interesting or useful patterns. Once the specialized domain of analysts and mathematicians, machine learning is becoming a skill needed by many.Machine Learning in Action is a clearly written tutorial for developers. It avoids academic language and takes you straight to the techniques you'll use in your day-to-day work. Many (Python) examples present the core algorithms of statistical data processing, data analysis, and data visualization in code you can reuse. You'll understand the concepts and how they fit in with tactical tasks like classification, forecasting, recommendations, and higher-level features like summarization and simplification.Readers need no prior experience with machine learning or statistical processing. Familiarity with Python is helpful. What's InsideA no-nonsense introduction Examples showing common ML tasks Everyday data analysis Implementing classic algorithms like Apriori and Adaboos=================================== Table of ContentsPART 1 CLASSIFICATION Machine learning basics Classifying with k-Nearest Neighbors Splitting datasets one feature at a time: decision trees Classifying with probability theory: naïve Bayes Logistic regression Support vector machines Improving classification with the AdaBoost meta algorithm PART 2 FORECASTING NUMERIC VALUES WITH REGRESSION Predicting numeric values: regression Tree-based regression PART 3 UNSUPERVISED LEARNING Grouping unlabeled items using k-means clustering Association analysis with the Apriori algorithm Efficiently finding frequent itemsets with FP-growth PART 4 ADDITIONAL TOOLS Using principal component analysis to simplify data Simplifying data with the singular value decomposition Big data and MapReduce
OR
compare book prices

book image
Sell Book

CISSP All-in-One Exam Guide, Fifth Edition
Author: Shon Harris
ISBN-10: 0071602178
ISBN-13: 9780071602174
Published: 2010-01-15
Publisher: McGraw-Hill Osborne Media

Book Description:
Get complete coverage of the latest release of the Certified Information Systems Security Professional (CISSP) exam inside this comprehensive, fully updated resource. Written by the leading expert in IT security certification and training, this authoritative guide covers all 10 CISSP exam domains developed by the International Information Systems Security Certification Consortium (ISC2). You'll find learning objectives at the beginning of each chapter, exam tips, practice exam questions, and in-depth explanations. Designed to help you pass the CISSP exam with ease, this definitive volume also serves as an essential on-the-job reference. COVERS ALL 10 CISSP DOMAINS: Information security and risk management Access control Security architecture and design Physical and environmental security Telecommunications and network security Cryptography Business continuity and disaster recovery planning Legal regulations, compliance, and investigations Application security Operations security THE CD-ROM FEATURES: Hundreds of practice exam questions Video training excerpt from the author E-book Shon Harris, CISSP, is a security consultant, a former member of the Information Warfare unit in the Air Force, and a contributing writer to Information Security Magazine and Windows 2000 Magazine. She is the author of the previous editions of this book.
OR
compare book prices

next

 
bookstores we search

Script Execution Time: 0.718 seconds