Book picks similar to
Digital Video Compression (with CD-ROM) by Peter D. Symes
algorithm
computer-science
fx
image-processing
Hacker's Delight
Henry S. Warren Jr. - 2002
Aiming to tell the dark secrets of computer arithmetic, this title is suitable for library developers, compiler writers, and lovers of elegant hacks.
Mastering Algorithms with Perl
Jon Orwant - 1999
Computer scientists have identified many techniques that a wide range of programs need, such as: Fuzzy pattern matching for text (identify misspellings!) Finding correlations in data Game-playing algorithms Predicting phenomena such as Web traffic Polynomial and spline fitting Using algorithms explained in this book, you too can carry out traditional programming tasks in a high-powered, efficient, easy-to-maintain manner with Perl.This book assumes a basic understanding of Perl syntax and functions, but not necessarily any background in computer science. The authors explain in a readable fashion the reasons for using various classic programming techniques, the kind of applications that use them, and -- most important -- how to code these algorithms in Perl.If you are an amateur programmer, this book will fill you in on the essential algorithms you need to solve problems like an expert. If you have already learned algorithms in other languages, you will be surprised at how much different (and often easier) it is to implement them in Perl. And yes, the book even has the obligatory fractal display program.There have been dozens of books on programming algorithms, some of them excellent, but never before has there been one that uses Perl.The authors include the editor of The Perl Journal and master librarian of CPAN; all are contributors to CPAN and have archived much of the code in this book there."This book was so exciting I lost sleep reading it." Tom Christiansen
Coding Interview Questions
Narasimha Karumanchi - 2012
Peeling Data Structures and Algorithms: * Programming puzzles for interviews * Campus Preparation * Degree/Masters Course Preparation * Instructor's * GATE Preparation * Big job hunters: Microsoft, Google, Amazon, Yahoo, Flip Kart, Adobe, IBM Labs, Citrix, Mentor Graphics, NetApp, Oracle, Webaroo, De-Shaw, Success Factors, Face book, McAfee and many more * Reference Manual for working people
Buddhism: For Beginners! The Ultimate Guide To Incorporate Buddhism Into Your Life - Harness The Power of Zen, Buddha, Mindfulness, Meditation & Yoga (Buddhism, ... Happiness, Yoga, Anxiety, Mindfulness)
Dominique Francon - 2014
Maybe you have formed a vague idea of what it represents in your mind, or even more, maybe you're even a "practitioner", and try to apply Buddha's teachings in your every day life. You see, in life we are ALL in the same game, and yet most poeple don't realize it. Most people don't even take the time to think HOW they can improve their existence. Most people don't even know what "living in the present" is. That's precisely why a large majority of the world's population so desperately need Buddhism. They aren't living, they are surviving, transiting lives filled with hate and pain. And so I did, back before I was introduced to Buddha's lessons. It took me time to learn those lessons. It took me a lot of time and effort to incorporate the secrets that would ultimately shape my entire life! And now, I'm willing to share those secrets with you. I wrote this book for a reason. I wrote this book to show you HOW you can improve your life by applying Buddha's lessons. I wrote it to show you how you can set apart from the average path and go the whole way instead. You see, I may not know you, but I certainly know something about you: both you and me are alike. Whether you are just starting to get in touch with Buddhism, or even if you have already done that and are actually USING it to your advantage, I know you don't settle for average. I know you want something better. You won't stop until you fully enjoy your life. Until you fully grasp the path of simplicity, calmness, and inner peace. You won't stop until you truly achieve all you can achieve. And guess what? That's precisely what we will go for on this book! Hey, I'm not saying you should shave your head and climb up to a mountain to become a monk. You don't have to do that, trust me. My approach to Buddhism is different. I'm a modern guy. I'm aware of the world we live in, and I don't want to turn things upside down, and I guess neither do you. So, don't worry! I've got you covered. We'll go through Buddha's teachings and we will APPLY them into our daily modern lives. Because that's what's all about, isn't it? It's about improving our lives. Improving our focus. Improving our happiness. Finding our way to inner peace. Wow, I'm so glad to be here to share this amazing journey with you! My goal is simple. I will help you incorporate Buddhism into your life. I will help you simplify your thoughts, adopting Zen as a way of being, and not just doing. Sounds too difficult? It's not. I will show you how. I will take you through a step by step guide where you simply can't get lost! Together, we will go to the roots of Buddhism, Mindfulness & Meditation and transform that knowledge into an incredibly journey that will forever change the way you approach life. So let's go for it! Here Is A Preview Of What You'll Learn Inside...
Buddhism Is Easier Than You Think!
Who The First Buddha Was, And What He Taught
Buddhism Is EVERYWHERE - Being Buddha Across The World
Are You Listening To Me? It's Time To Free Your Mind
Proving You're a Buddhist When You Don't Even Know It
Karma, Rebirth, Rinse, Repeat
Living In The Present Moment (Hey, It's All There Is!)
You Don't Need To Be a Buddhist To Practice Buddhism!
BONUS From "Meditation For Beginners: The Ultimate Guide To Unlock The Benefits of Meditation"
Much, much more!
The contents of this book are easily worth over $5, but for a limited time you can download &q
13 Hoodoo Jar Spells: Love Money Protection Nightmares Banishing and More
Elizabeth Dupart - 2016
Each recipe has been tested and perfected by a true practitioner of hoodoo. From finding love to banishing a spirit, you can find it all in this book!
How to Count (Programming for Mere Mortals, #1)
Steven Frank - 2011
unsigned numbers- Floating point and fixed point arithmeticThis short, easily understood book will quickly get you thinking like a programmer.
Multimedia: Making it Work
Tay Vaughan - 1993
The reader will learn to plan and manage multimedia projects, from dynamic CD-ROMs and DVDs to professional websites.
The Waite Group's Turbo C Programming for the PC
Robert Lafore - 1987
Assuming no prior knowledge of C, this introductory-level book demonstrates and explains how to write useful and marketable programs in Turbo C on the IBM PC, XT, AT, and PC/Z computers.
Beyond the Twelve-Factor App Exploring the DNA of Highly Scalable, Resilient Cloud Applications
Kevin Hoffman - 2016
Cloud computing is rapidly transitioning from a niche technology embraced by startups and tech-forward companies to the foundation upon which enterprise systems build their future. In order to compete in today’s marketplace, organizations large and small are embracing cloud architectures and practices.
Akka in Action
Raymond Roestenburg - 2012
Akka uses Actors-independently executing processes that communicate via message passing—as the foundation for fault-tolerant applications where individual actors can fail without crashing everything. Perfect for high-volume applications that need to scale rapidly, Akka is an efficient foundation for event-driven systems that want to scale elastically up and out on demand, both on multi-core processors and across server nodes.Akka in Action is a comprehensive tutorial on building message-oriented systems using Akka. The book takes a hands-on approach, where each new concept is followed by an example that shows you how it works, how to implement the code, and how to (unit) test it. You'll learn to test and deploy an actor system and scale it up and out, showing off Akka's fault tolerance. As you move along, you'll explore a message-oriented event-driven application in Akka. You'll also tackle key issues like how to model immutable messages and domain models, and apply patterns like Event Sourcing, and CQRS. The book concludes with practical advice on how to tune and customize a system built with Akka.
Starting Out with C++: Early Objects (Formerly Alternate Edition)
Tony Gaddis - 2005
Objects are introduced early, right after control structures and before arrays and pointers. The STL string class is used throughout. As with all Gaddis books, there is a strong emphasis on problem solving and program design, a careful step-by-step introduction of each new topic, clear and easy to read code listings, concise and practical real world examples, and an abundance of exercises in each chapter.
MacBook For Dummies
Mark L. Chambers - 2006
In addition to the freedom to work wherever you happen to be, a MacBook offers youA portable darkroom with iPhoto Mobile music, podcasts, and Internet radio GarageBand software that lets you make your own music The ability to create and share original movies and DVDs Safari, a safer and ultra-cool Web browser, and all the other OS X advantages Whether you already have your new MacBook or are still weighing the pros and cons of various models, MacBook For Dummies is a valuable resource. For newcomers to laptop land, it's packed with basic information about using and caring for Mac laptops. It also walks you through Mac OS X, the revolutionary Macintosh operating system that makes your laptop tick. Then it's on to all the fun stuff you can do with your MacBook, like making music, editing photos and turning them into a book, creating DVDs on the road, or adding a wireless keyboard. MacBook For Dummies will help youSet up your MacBook and get acquainted with all the features of the Mac OS X Tiger operating system Use the Safari Web browser and Apple's .Mac Internet subscriber service, connect your MacBook to a printer, and communicate with your cell phone or PDA Connect to a wired or wireless network Make the most of the iLife applications that come with your MacBook--iTunes, iPhoto, iMovie HD, iDVD, and GarageBand Keep your MacBook and your data safe, troubleshoot any problems, and maintain your system Popular For Dummies author Mark Chambers has loaded this fun book with tips, ideas, and his famous "Mark's Maxims"--power user advice that will guide you around the pitfalls and make you a Macxpert in no time. From latptop basics all the way to upgrading and adding memory, MacBook For Dummies will be your MacBook's best friend.
Carb Charts
Lisa Shea - 2011
We all know that. But how do we know which foods are better than others? This handy carb chart provides the solution, no matter what style of diet you are on.No more guessing at what a food will 'cost you' while out at a supermarket or at a restaurant. This useful book provides all the details you need to create a more healthy you! From fruits and vegetables to nuts and berries, many items in a store don't provide you the data you need. With this book you will have the data you need at your fingertips. There is also complete coverage of popular low carb beers, liqueurs, whiskeys, and more.In addition to the recipes, all of my low carb books provide appendices which explain how to successfully manage a low carb diet.Let me know if you have any questions or suggestions! I frequently update all my low carb books based on your recommendations.REVISED FOR 2014 with more carb values in every category, plus even better formatting for ebook readers.
Why You Need to Start Network Marketing: How to Remove Risk and Have a Better Life
Keith Schreiter - 2016
Discover the real reason why people around the world are adding network marketing to their lives. In this book you will learn: * Why network marketing is a natural thing for us to do. * How to present network marketing so that prospects "get it." * The real power behind our business. * Why jobs are nice, but risky ... and what we can do about it. * How to take a different view of the big picture. * Chances of failure and the absence of guarantees. * Understanding wealth ... and being broke. * The easiest way to spread your message. Short, compact, and to the point. A fast read, and a faster life-changer. Here is your chance to see what others see. Scroll up and get your copy now!
Pass CCRN! [With CDROM]
Robin Donohoe Dennison - 1996
This book contains a review of critical care nursing and practice questions and answers designed to prepare nurses to earn AACN certification (or renew AACN certification) by passing the required exam. Utilizing an outline format and the revised blueprint for the certification examination, it's the easy to follow, comprehensive and portable, quick-study tool that nurses can take anywhere.