Book picks similar to
Continuum Mechanics by A.J.M. Spencer
technical-books
28
best-dover-books
hard-science
Structure and Interpretation of Computer Programs
Harold Abelson - 1984
This long-awaited revision contains changes throughout the text. There are new implementations of most of the major programming systems in the book, including the interpreters and compilers, and the authors have incorporated many small changes that reflect their experience teaching the course at MIT since the first edition was published. A new theme has been introduced that emphasizes the central role played by different approaches to dealing with time in computational models: objects with state, concurrent programming, functional programming and lazy evaluation, and nondeterministic programming. There are new example sections on higher-order procedures in graphics and on applications of stream processing in numerical programming, and many new exercises. In addition, all the programs have been reworked to run in any Scheme implementation that adheres to the IEEE standard.
How Do I Do That In Lightroom?: The Quickest Ways to Do the Things You Want to Do, Right Now!
Scott Kelby - 2015
There will be a lot of times when you need to get something done in Lightroom, but you have no idea where Adobe hid that feature, or what the “secret handshake” is to do that thing you need now so you can get back to working on your images. That’s why this book was created: to get you to the technique, the shortcut, or exactly the right setting, right now. Here’s how it works: When you need to know how to do a particular thing, you turn to the chapter where it would be found (Print, Slideshow, Organizing, Importing, etc.), find the thing you need to do (it’s easy-each page covers just one single topic), and Scott tells you exactly how to do it just like he was sitting there beside you, using the same casual style as if he were telling a friend. That way, you get back to editing your images fast.This isn’t a book of theory, full of confusing jargon and detailed multi-step concepts. This is a book on which button to click, which setting to use, and exactly how and when to use it, so you’re never “stuck” in Lightroom again. This will be your “go to” book that sits within reach any time you’re working in Lightroom, and you are going to love having this type of help right at your fingertips.
PI in the Sky: Counting, Thinking, and Being
John D. Barrow - 1992
Barrow's Pi in the Sky is a profound -- and profoundly different -- exploration of the world of mathematics: where it comes from, what it is, and where it's going to take us if we follow it to the limit in our search for the ultimate meaning of the universe. Barrow begins by investigating whether math is a purely human invention inspired by our practical needs. Or is it something inherent in nature waiting to be discovered?In answering these questions, Barrow provides a bridge between the usually irreconcilable worlds of mathematics and theology. Along the way, he treats us to a history of counting all over the world, from Egyptian hieroglyphics to logical friction, from number mysticism to Marxist mathematics. And he introduces us to a host of peculiar individuals who have thought some of the deepest and strangest thoughts that human minds have ever thought, from Lao-Tse to Robert Pirsig, Charles Darwin, and Umberto Eco. Barrow thus provides the historical framework and the intellectual tools necessary to an understanding of some of today's weightiest mathematical concepts.
Engineering Electromagnetics
William H. Hayt Jr. - 1950
This edition retains the scope and emphasis that have made the book very successful while adding over twenty new numerical examples and over 550 new end-of-chapter problems.
Compilers: Principles, Techniques, and Tools
Alfred V. Aho - 1986
The authors present updated coverage of compilers based on research and techniques that have been developed in the field over the past few years. The book provides a thorough introduction to compiler design and covers topics such as context-free grammars, fine state machines, and syntax-directed translation.
The Elements of Statistical Learning: Data Mining, Inference, and Prediction
Trevor Hastie - 2001
With it has come vast amounts of data in a variety of fields such as medicine, biology, finance, and marketing. The challenge of understanding these data has led to the development of new tools in the field of statistics, and spawned new areas such as data mining, machine learning, and bioinformatics. Many of these tools have common underpinnings but are often expressed with different terminology. This book describes the important ideas in these areas in a common conceptual framework. While the approach is statistical, the emphasis is on concepts rather than mathematics. Many examples are given, with a liberal use of color graphics. It should be a valuable resource for statisticians and anyone interested in data mining in science or industry. The book's coverage is broad, from supervised learning (prediction) to unsupervised learning. The many topics include neural networks, support vector machines, classification trees and boosting—the first comprehensive treatment of this topic in any book. Trevor Hastie, Robert Tibshirani, and Jerome Friedman are professors of statistics at Stanford University. They are prominent researchers in this area: Hastie and Tibshirani developed generalized additive models and wrote a popular book of that title. Hastie wrote much of the statistical modeling software in S-PLUS and invented principal curves and surfaces. Tibshirani proposed the Lasso and is co-author of the very successful An Introduction to the Bootstrap. Friedman is the co-inventor of many data-mining tools including CART, MARS, and projection pursuit.
Introduction to Graph Theory
Richard J. Trudeau - 1994
This book leads the reader from simple graphs through planar graphs, Euler's formula, Platonic graphs, coloring, the genus of a graph, Euler walks, Hamilton walks, more. Includes exercises. 1976 edition.
Discovering Statistics Using SPSS (Introducing Statistical Methods)
Andy Field - 2000
What's new in the Second Edition? 1. Fully compliant with the latest version of SPSS version 12 2. More coverage of advanced statistics including completely new coverage of non-parametric statistics. The book is 50 per cent longer than the First Edition. 3. Each section of each chapter now has a notation - 1,2 or 3 - referring to the intended level of study. This helps students navigate their way through the book and makes it user-friendly for students of ALL levels. 4. Has a 'how to use this book' section at the start of the text. 5. Characters in each chapter have defined roles - summarizing key points, to pose questions etc 6. Each chapter now has several examples for students to work through. Answers provided on the enclosed CD-ROM
Modern Operating Systems
Andrew S. Tanenbaum - 1992
What makes an operating system modern? According to author Andrew Tanenbaum, it is the awareness of high-demand computer applications--primarily in the areas of multimedia, parallel and distributed computing, and security. The development of faster and more advanced hardware has driven progress in software, including enhancements to the operating system. It is one thing to run an old operating system on current hardware, and another to effectively leverage current hardware to best serve modern software applications. If you don't believe it, install Windows 3.0 on a modern PC and try surfing the Internet or burning a CD. Readers familiar with Tanenbaum's previous text, Operating Systems, know the author is a great proponent of simple design and hands-on experimentation. His earlier book came bundled with the source code for an operating system called Minux, a simple variant of Unix and the platform used by Linus Torvalds to develop Linux. Although this book does not come with any source code, he illustrates many of his points with code fragments (C, usually with Unix system calls). The first half of Modern Operating Systems focuses on traditional operating systems concepts: processes, deadlocks, memory management, I/O, and file systems. There is nothing groundbreaking in these early chapters, but all topics are well covered, each including sections on current research and a set of student problems. It is enlightening to read Tanenbaum's explanations of the design decisions made by past operating systems gurus, including his view that additional research on the problem of deadlocks is impractical except for "keeping otherwise unemployed graph theorists off the streets." It is the second half of the book that differentiates itself from older operating systems texts. Here, each chapter describes an element of what constitutes a modern operating system--awareness of multimedia applications, multiple processors, computer networks, and a high level of security. The chapter on multimedia functionality focuses on such features as handling massive files and providing video-on-demand. Included in the discussion on multiprocessor platforms are clustered computers and distributed computing. Finally, the importance of security is discussed--a lively enumeration of the scores of ways operating systems can be vulnerable to attack, from password security to computer viruses and Internet worms. Included at the end of the book are case studies of two popular operating systems: Unix/Linux and Windows 2000. There is a bias toward the Unix/Linux approach, not surprising given the author's experience and academic bent, but this bias does not detract from Tanenbaum's analysis. Both operating systems are dissected, describing how each implements processes, file systems, memory management, and other operating system fundamentals. Tanenbaum's mantra is simple, accessible operating system design. Given that modern operating systems have extensive features, he is forced to reconcile physical size with simplicity. Toward this end, he makes frequent references to the Frederick Brooks classic The Mythical Man-Month for wisdom on managing large, complex software development projects. He finds both Windows 2000 and Unix/Linux guilty of being too complicated--with a particular skewering of Windows 2000 and its "mammoth Win32 API." A primary culprit is the attempt to make operating systems more "user-friendly," which Tanenbaum views as an excuse for bloated code. The solution is to have smart people, the smallest possible team, and well-defined interactions between various operating systems components. Future operating system design will benefit if the advice in this book is taken to heart. --Pete Ostenson
Automate the Boring Stuff with Python: Practical Programming for Total Beginners
Al Sweigart - 2014
But what if you could have your computer do them for you?In "Automate the Boring Stuff with Python," you'll learn how to use Python to write programs that do in minutes what would take you hours to do by hand no prior programming experience required. Once you've mastered the basics of programming, you'll create Python programs that effortlessly perform useful and impressive feats of automation to: Search for text in a file or across multiple filesCreate, update, move, and rename files and foldersSearch the Web and download online contentUpdate and format data in Excel spreadsheets of any sizeSplit, merge, watermark, and encrypt PDFsSend reminder emails and text notificationsFill out online formsStep-by-step instructions walk you through each program, and practice projects at the end of each chapter challenge you to improve those programs and use your newfound skills to automate similar tasks.Don't spend your time doing work a well-trained monkey could do. Even if you've never written a line of code, you can make your computer do the grunt work. Learn how in "Automate the Boring Stuff with Python.""
Leadership: Enhancing the Lessons of Experience
Richard L. Hughes - 1993
The text consists of 13 chapters and a final section on Basic and Advanced Leadership Skills. Authors Hughes, Ginnett, and Curphy have drawn upon three different types of literature: empirical studies; interesting anecdotes, stories and findings; and leadership skills to create a text that is personally relevant, interesting and scholarly. The authors' unique quest for a careful balancing act of leadership materials help students apply theory and research to their real-life experiences.
Mathematical Methods for Physics and Engineering: A Comprehensive Guide
K.F. Riley - 1998
As well as lucid descriptions of all the topics and many worked examples, it contains over 800 exercises. New stand-alone chapters give a systematic account of the 'special functions' of physical science, cover an extended range of practical applications of complex variables, and give an introduction to quantum operators. Further tabulations, of relevance in statistics and numerical integration, have been added. In this edition, half of the exercises are provided with hints and answers and, in a separate manual available to both students and their teachers, complete worked solutions. The remaining exercises have no hints, answers or worked solutions and can be used for unaided homework; full solutions are available to instructors on a password-protected web site, www.cambridge.org/9780521679718.
Feed Me Vegan
Lucy Watson - 2019
Whether you're already a full-time vegan, considering making the switch or just trying to cut down on meats, fish and dairy, this book is sure to add new favourite recipes to your repertoire.Recipes Include:· Fry-Up· French Toast with Spiced Plums· Cauliflower Wings· Mushroom Mac and Cheese · Ultimate Cheeseburger· Pad Thai· Oreo Thickshake · Chocolate Fudge Cake· Hot Cinnamon Jam Doughnuts · Miso Aubergine and Mushroom Gyoza
Backstage Handbook: An Illustrated Almanac of Technical Information
Paul Carter - 1988
Its sturdy leatherette binding will stand up to years of constant use.The third edition updates this popular reference book with new terminology and materials, and adds dozens of new illustrations of grip hardware, film lighting equipment and painting tools. Backstage Handbook includes chapters on Tools, Hardware, Materials, Electrics, Shop Math, Architecture and Theatre. There are hundreds of illustrations, tables and charts which cover everything from the stock sizes and specs of wood screws, to safe working loads for several kinds of rope, to illustrations of twenty-two types of standard lamp bases.
Gwynne's Grammar: The Ultimate Introduction to Grammar and the Writing of Good English. Incorporating also Strunk’s Guide to Style.
N.M. Gwynne - 2012
Therefore: happiness depends at least partly on good grammar.'So writes Mr Gwynne in his small, but perfectly formed new book. Mr Gwynne believes passionately that we must regain our knowledge of the lost science of grammar before it is too late.Formerly a successful businessman, Mr Gwynne has for many years been teaching and tutoring just about every sort of subject to just about every sort of pupil in just about every sort of circumstance. His teaching methods are very much the traditional, common-sense ones, refined over the centuries, that were almost everywhere until they were abolished in the 1960s. Being disappointed in the standards of grammar he encountered in his pupils, Mr Gwynne, over time, wrote this wonderful, succinct and yet comprehensive little book - because nothing quite as suitable already existed.This edition also includes Strunk's classic guide to style, explaining how to write well and the main pitfalls to avoid. Beautifully designed, easy to understand and a joy to read, Gwynne's Grammar may be the best little book you will ever have in your life.