Book picks similar to
Machine Elements In Mechanical Design by Robert L. Mott
engineering
ourlibrary
azam
main
Tune to Win
Carroll Smith - 1978
An exceptional book written by a true professional.
Therapeutic Exercise: Foundations and Techniques
Carol Kisner - 2007
Now, with even more illustrations, it encompasses all of the principles of therapeutic exercise and manual therapy. This renowned manual remains the authoritative source for exercise instruction for the therapist and for patient self management.
Strategic Market Management
David A. Aaker - 2007
I found this book unique in its capacity to benefit executives, planning staff, and students of strategy alike." -- Robert L. Joss, Dean of the Graduate School of Business, Stanford University Create successful strategies for today's dynamic business environment It isn't your Dad's (or Mom's) marketplace any more. Business environments once seemed quite stable and simple. Today, every market can be described as dynamic, and you need to adapt your strategies in order to counter the threats and maximize your opportunities. The Eighth Edition of Strategic Market Management is designed to give you the strategic management tools you need to meet the challenges created by the dynamic nature of markets. Using a variety of concepts and methods such as strategic questions, portfolio models, and scenario analysis, the book outlines the five competencies that spark successful, ongoing strategizing: Strategic analysis--With an emphasis on external market analysis, this new edition illustrates a structured approach to understanding the customer, the competitor, and important trends that you can apply to your strategic decision making Stimulating and managing innovation--Understand different types of innovation and deal with the organizational challenges involved in bringing innovations to market Managing multiple businesses--Know how to allocate resources towards businesses of the future and away from businesses that lack growth potential Creating advantage--Take a long-term perspective to develop truly sustainable competitive advantages (SCAs) Developing growth strategies--Gain the skills to energize, leverage, globalize the business, or create new businesses Significantly revised, with a wealth of new and updated material, Strategic Market Management, 8th Edition remains the most authoritative guide to creating business strategies that will be relevant and compelling to customers, sustainable even in face of competitive attack, and maximize the assets and competencies of your organization.
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.
Design Patterns: Elements of Reusable Object-Oriented Software
Erich Gamma - 1994
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. Each pattern describes the circumstances in which it is applicable, when it can be applied in view of other design constraints, and the consequences and trade-offs of using the pattern within a larger design. All patterns are compiled from real systems and are based on real-world examples. Each pattern also includes code that demonstrates how it may be implemented in object-oriented programming languages like C++ or Smalltalk.
Python Crash Course: A Hands-On, Project-Based Introduction to Programming
Eric Matthes - 2015
You'll also learn how to make your programs interactive and how to test your code safely before adding it to a project. In the second half of the book, you'll put your new knowledge into practice with three substantial projects: a Space Invaders-inspired arcade game, data visualizations with Python's super-handy libraries, and a simple web app you can deploy online.As you work through Python Crash Course, you'll learn how to: Use powerful Python libraries and tools, including matplotlib, NumPy, and PygalMake 2D games that respond to keypresses and mouse clicks, and that grow more difficult as the game progressesWork with data to generate interactive visualizationsCreate and customize simple web apps and deploy them safely onlineDeal with mistakes and errors so you can solve your own programming problemsIf you've been thinking seriously about digging into programming, Python Crash Course will get you up to speed and have you writing real programs fast. Why wait any longer? Start your engines and code!
Concrete Mathematics: A Foundation for Computer Science
Ronald L. Graham - 1988
"More concretely," the authors explain, "it is the controlled manipulation of mathematical formulas, using a collection of techniques for solving problems."
Logistics and Supply Chain Management (Financial Times Series)
Martin Christopher - 1994
This is a sustainable source of advantage in todays turbulent global marketplace, where demand is difficult to predict and supply chains need to be more flexible as a result. In fact, the real competition today is not between companies, but between supply chains. The winning approach to supply chains is an integrated perspective that takes account of networks of relationships, sustainability and product design, as well as the logistics of procurement, distribution, and fulfilment. Logistics and Supply Chain Management examines the tools, core processes and initiatives that ensure businesses gain and maintain their competitive advantage. The fourth edition has been completely updated and now contains four new chapters covering:· managing supply chain relationships· product design in the supply chain· matching supply and demand · creating a sustainable supply chain
Front Flap
The updated 4th edition of the bestselling Logistics and Supply Chain Management is the practical guide to all the key topics in an integrated approach to supply chains, including:
The link between logistics and customer value
Logistics and the bottom line measuring costs and performance
Creating a responsive supply chain
Managing the global pipeline
Managing supply chain relationships
Managing risk in the supply chain
Matching supply and demand
Creating a sustainable supply chain
Product design in the supply chain
Back Flap
About the author
Martin Christopher is Chairman of the Centre for Logistics and Supply Chain Management. He has written numerous books and articles and is on the editorial advisory board of a several professional journals. Until recently he was co-editor of The International Journal of Logistics Management and his latest books have focused upon relationship marketing, logistics and supply chain management. He has held appointments as Visiting Professor at the Universities of British Columbia, Canada, New South Wales, Australia and South Florida, USA. Professor Christopher is a Fellow of the Chartered Institute of Marketing, the Chartered Institute of Logistics and Transport and the Chartered Institute of Purchasing and Supply. In 1987 he was awarded the Sir Robert Lawrence medal of the Institute of Logistics and Transport for his contribution to the development of logistics education in Britain. In 2005 he was awarded the Distinguished Service Award of the USA Council for Supply Chain Management Professionals. In 2007 he was designated as Foundation Professor by the Chartered Institute of Purchasing and Supply. Martin has also worked as a consultant for major international companies in North America, Europe, the Far East and Australasia.
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.
Designing Data-Intensive Applications
Martin Kleppmann - 2015
Difficult issues need to be figured out, such as scalability, consistency, reliability, efficiency, and maintainability. In addition, we have an overwhelming variety of tools, including relational databases, NoSQL datastores, stream or batch processors, and message brokers. What are the right choices for your application? How do you make sense of all these buzzwords?In this practical and comprehensive guide, author Martin Kleppmann helps you navigate this diverse landscape by examining the pros and cons of various technologies for processing and storing data. Software keeps changing, but the fundamental principles remain the same. With this book, software engineers and architects will learn how to apply those ideas in practice, and how to make full use of data in modern applications. Peer under the hood of the systems you already use, and learn how to use and operate them more effectively Make informed decisions by identifying the strengths and weaknesses of different tools Navigate the trade-offs around consistency, scalability, fault tolerance, and complexity Understand the distributed systems research upon which modern databases are built Peek behind the scenes of major online services, and learn from their architectures