Book picks similar to
Soil Mechanics and Foundations by Muni Budhu
textbooks
geomechanics
technical-books
mahmood
Bailey and Love's Short Practice of Surgery
Norman S. Williams - 1968
Under the stewardship of the eminent editorial team, comprising two editors with experience gained over previous editions and a third editor new to this edition, and in response to reader feedback, the content has been sub-divided into parts to ensure a logical sequence and grouping of related chapters throughout while the text features enthusiastically received in the last edition have been retained. The new edition opens with sections devoted to the underlying principles of surgical practice, investigation and diagnosis, and pre-operative care. These are followed by chapters covering all aspects of surgical trauma. The remainder of the book considers each of the surgical specialties in turn, from elective orthopaedics through skin, head and neck, breast and endocrine, cardiothoracic and vascular, to abdominal and genitourinary.Key features: Authoritative: emphasises the importance of effective clinical examination and soundly based surgical principles, while taking into account the latest developments in surgical practice.Updated: incorporates new chapters on a wide variety of topics including metabolic response to injury, shock and blood transfusion, and surgery in the tropics.Easy to navigate: related chapters brought together into clearly differentiated sections for the first time.Readable: preserves the clear, direct writing style, uncluttered by technical jargon, that has proved so popular in previous editions.User-friendly: numerous photographs and explanatory line diagrams, learning objectives, summary boxes, biographical footnotes, memorable anecdotes and full-colour presentation supplement and enhance the text throughout.Bailey and Love has a wide appeal to all those studying surgery, from undergraduate medical students to those in preparation for their postgraduate surgical examinations. In addition, its high standing and reputation for unambiguous advice also make it the first point of reference for many practising surgeons. The changes that have been introduced to the 25th edition will only serve to strengthen support for the text among all these groups.
Fundamentals of Applied Electromagnetics
Fawwaz T. Ulaby - 1996
and abroad, this reader-friendly yet authoritative volume bridges the gap between circuits and new electromagnetics material. Ulaby begins coverage with transmission lines, leading readers from familiar concepts into more advanced topics and applications. Includes six new sections on Waveguides and Cavity Resonators, replacing the material on geometric optics in Chapter 8. Presents new Technology Briefs on relevant topics, connecting concepts in the book to everyday applications found in real life, such as liquid crystal displays, the laser, GPS, and x-ray tomography. Includes an interactive CD-ROM that allows readers to gain physical intuition about electromagnetics. A useful reference for engineers.
Strategic Planning for Public and Nonprofit Organizations: A Guide to Strengthening and Sustaining Organizational Achievement
John M. Bryson - 1988
Since then it has become the standard reference in the field. In this completely revised third edition, Bryson updates his perennial bestseller to help today's leaders enhance organizational effectiveness. This new edition: Features the Strategy Change Cycle--a proven planning process used by a large number of organizations Offers detailed guidance on implementing the planning process and includes specific tools and techniques to make the process work in any organization Introduces new material on creating public value, stakeholder analysis, strategy mapping, balanced scorecards, collaboration, and more Includes information about the organizational designs that will encourage strategic thought and action throughout the entire organization Contains a wealth of updated examples and cases
Introduction to Algorithms
Thomas H. Cormen - 1989
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.
Basic Engineering Circuit Analysis
J. David Irwin - 1984
Now in a new Ninth Edition, this reader-friendly book has been completely revised and improved to ensure that the learning experience is enhanced. It's built on the strength of Irwin's problem-solving methodology, providing readers with a strong foundation as they advance in the field.
Computer Age Statistical Inference: Algorithms, Evidence, and Data Science
Bradley Efron - 2016
'Big data', 'data science', and 'machine learning' have become familiar terms in the news, as statistical methods are brought to bear upon the enormous data sets of modern science and commerce. How did we get here? And where are we going? This book takes us on an exhilarating journey through the revolution in data analysis following the introduction of electronic computation in the 1950s. Beginning with classical inferential theories - Bayesian, frequentist, Fisherian - individual chapters take up a series of influential topics: survival analysis, logistic regression, empirical Bayes, the jackknife and bootstrap, random forests, neural networks, Markov chain Monte Carlo, inference after model selection, and dozens more. The distinctly modern approach integrates methodology and algorithms with statistical inference. The book ends with speculation on the future direction of statistics and data science.
Trading and Exchanges: Market Microstructure for Practitioners
Larry Harris - 2002
Readers will learn about investors, brokers, dealers, arbitrageurs, retail traders, day traders, rogue traders, and gamblers; exchanges, boards of trade, dealer networks, ECNs (electronic communications networks), crossing markets, and pink sheets. Also covered in this text are single price auctions, open outcry auctions, and brokered markets limit orders, market orders, and stop orders. Finally, the author covers the areas of program trades, blocktrades, and short trades, price priority, time precedence, public order precedence, and display precedence, insider trading, scalping, and bluffing, and investing, speculating, and gambling.
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
Essentials of Life-Span Development
John W. Santrock - 2011
It is designed and constructed to deliver these core concepts along with a strong applications focus reflecting the broad range of interests of students taking this course.
Thinking in JavaScript
Aravind Shenoy - 2014
Before we delve into the intricacies of JavaScript, we need to know why it is used. While HTML tells your browser how your webpage will look, JavaScript is used for dynamic content and to add functionality. Using this book, you will understand the concept of JavaScript and its use in web designing. You will also have a look at jQuery in general. You will learn about Functions, Operators, the concept of Variables, Conditions and Loops, Arrays, and the basics of jQuery in this book. Instead of wandering through loads of theory, we have used practical examples in this book. The examples in this book are compatible with almost every browser. Instead of using the verbatim code, you can modify the code and see the change in the output thereby understanding the subtle nuances of JavaScript. By the end of the book, with practice, you can achieve better things and get more acquainted with JavaScript.
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.""
Learn German - Word Power 101
Innovative Language - 2011
This e-book is a completely new way to learn German vocabulary fast - and for free! Start speaking German in minutes with the powerful learning methods you will master in this book.The vocabulary words you’ll find in Learn German - Word Power 101 were hand selected by our German language teachers as the top 101 most frequently used words in the German language. With each entry, you’ll see the word and a vibrant image to help remember the meaning. You’ll hear the word (separate free download) to master the pronunciation. Then you’ll see how the word is actually used in everyday speech with sample sentences and phrases. Learning German vocabulary has never been easier!In this book, you’ll get: - 101 of the most frequently used German vocabulary words - Audio with authentic native German pronunciation *Supplementary mp3 audio files are a separate download - Vibrant photos and images to help memorization - Useful and practical sample sentences and phrases Purchase Learn German - Word Power 101 today to start mastering German vocabulary in the fastest, easiest and most fun way possible!
The Master Note System: A New Way to Use Evernote to Organize Your Life
Marjory Harris - 2016
Or perhaps you’re already using a digital note app, but you can't find a particular note without a tedious search. What if you could have a one-stop spot where you can find everything you need, in an instant, on all your devices, wherever you are?
Organize Your Whole Life On A Single Page
Learn a new way to organize your life using Evernote, a free program.Bestselling author Marjory Harris created a simple system to put everything in Master Notes, one or two clicks away. Using the free version of Evernote and the free Master Note templates that come with the book, you can do this too.
Experienced Evernote Users Will Learn New Tricks, and New Users Will Learn The Essentials
What makes this so special? This new Master Note method is not described in any other Evernote guide out there. Using Master Notes, you’ll quickly find anything you need within just one or two clicks. You won’t find an Evernote system this simple and user friendly anywhere else. This concise and informative book is jam-packed with useful tips for newbies and would-be ninjas. Getting things done will be easier than ever with this actionable guide. As one reader said, "The graphics and pictorials make for an easy and captivating read. I didn't even know I was learning because the real life scenarios made for a compelling read." Here's what some readers are saying: * The Master Note system is a stroke of genius.The book is detailed; graphics galore -- N. Lane * A brilliant method for organizing your notes. -- K. Hook * It's written so you can understand it if you've never used Evernote before, or even if you're a veteran. She's put instructions for both Mac and PC which I really appreciated. -- T. Micola
Imagine Your Life Finally Organized Without Any More Digital Clutter
With this book and the Master Note System ✔ You'll increase your productivity ✔ You'll free up time you now waste looking for information or sorting data ✔ You'll get free templates you need to organize everything that matters to you ✔ You'll stop wasting time searching and reading repetitive notes ✔ You'll end your struggle with information overload ✔ You'll get rid of existing clutter ✔ You'll learn an exciting new way to work ✔ You'll clarify your thinking ✔ You'll free yourself from dependence on tags or notebooks and tedious searches ✔ You'll keep new information organized and readily accessible
This book comes with a FREE indispensable set of pre-made tables for your own Master Notes.
Get organized now. Increase your productivity and free up your valuable time.
Molecular Cell Biology
Harvey F. Lodish - 1992
Molecular Cell Biology stands out from its peers in this course in that it provides a clear introduction to the techniques and experiments of scientists past and present, not just an "encyclopedia" of information. This experimental emphasis, together with a solid pedagogical framework in the chapters, provides the clearest, most cutting-edge text available.