Introduction to the Theory of Computation, Sipser Michael
Автор: S. V. Mahadevan, Gus M. Garmel Название: An Introduction to Clinical Emergency Medicine ISBN: 0521747767 ISBN-13(EAN): 9780521747769 Издательство: Cambridge Academ Рейтинг: Цена: 49110.00 T Наличие на складе: Есть Описание: Building on the strengths of the award-winning first edition, this fully revised edition is a must-have resource for individuals practising in the challenging field of emergency medicine. Unlike other textbooks, this book approaches clinical problems as clinicians approach patients - without full knowledge of the final diagnosis. Stunning full-color chapters.
Автор: Elliott, Jennifer (University of Brighton, UK) Название: Introduction to Sustainable Development ISBN: 0415590736 ISBN-13(EAN): 9780415590730 Издательство: Taylor&Francis Рейтинг: Цена: 51030.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Thisfourth edition has been comprehensively rewritten and updated to provide a concise, well illustrated and accessible introduction to the characteristics, challenges and opportunities of sustainable development with particular reference to developing countries. The contested nature of sustainable development is explored through a detailed consideration of changing ideas and practices within environmentalism and development thinking.The text identifies the different actors involved (from institutions of global governance through to community based organisations), the policies and mechanisms through which sustainable development is being sought and considers the outcomes for particular groups and environments in both rural and urban contexts. ?? This edition places stronger emphasis on the global challenges of sustainable development with an understanding of inter-linked crises in climate, energy, economy, poverty and social injustice. It explores how these issues are leading to deep questioning of what sustainable development is, what it should be, and how sustainable development policies and mechanisms are being reconsidered.The book gives new consideration to the challenge of achieving lower carbon growth, climate adaptation, and the implications on sustainable development of rapidly expanding economies, including China and India.It contains greater discussion of how civil society movements influence outcomes of international climate policy, as well as technological developments in energy and agriculture. The text also contains a substantially expanded discussion of how poverty remains central to sustainable development challenges, as revealed through the Millennium Ecosystem Assessment and Millennium Development Goals. This invaluable text retains the core message that sustainable development has become central to debates about environment and development.Containing a substantial number of new boxed case studies, learning outcomes, chapter summaries, discussion questions, further reading and websites, this text provides an essential introduction for students.
Автор: Walsh Carl E. Название: Monetary Theory and Policy, Third Edition ISBN: 0262013770 ISBN-13(EAN): 9780262013772 Издательство: MIT Press Рейтинг: Цена: 55250.00 T Наличие на складе: Нет в наличии. Описание: A new edition of the leading text in monetary economics, a comprehensive treatment revised and enhanced with new material reflecting recent advances in the field.
Автор: Sperling, Leslie Howard Название: Introduction to physical polymer science ISBN: 047170606X ISBN-13(EAN): 9780471706069 Издательство: Wiley Рейтинг: Цена: 115050.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This updated version of the classic, bestselling introductory textbook to physical polymer science emphasizes interrelationships between molecular structure and the morphology and mechanical behavior of polymers. It is an invaluable resource for professionals in polymer science, materials science, chemical engineering , and students of all levels.
Автор: Hubeny Ivan, Mihalas Dimitri, Hubenay I. Название: Theory of Stellar Atmospheres: An Introduction to Astrophysical Non-Equilibrium Quantitative Spectroscopic Analysis ISBN: 0691163294 ISBN-13(EAN): 9780691163291 Издательство: Wiley Рейтинг: Цена: 97150.00 T Наличие на складе: Поставка под заказ. Описание: This book provides an in-depth and self-contained treatment of the latest advances achieved in quantitative spectroscopic analyses of the observable outer layers of stars and similar objects. Written by two leading researchers in the field, it presents a comprehensive account of both the physical foundations and numerical methods of such analyses.
Автор: Becketti Название: Introduction to Time Series Using Stata ISBN: 1597181323 ISBN-13(EAN): 9781597181327 Издательство: Taylor&Francis Рейтинг: Цена: 75530.00 T Наличие на складе: Невозможна поставка. Описание: Recent decades have witnessed explosive growth in new and powerful tools for timeseries analysis. These innovations have overturned older approaches to forecasting, macroeconomic policy analysis, the study of productivity and long-run economic growth, and the trading of financial assets. Familiarity with these new tools on time series is an essential skill for statisticians, econometricians, and applied researchers. Introduction to Time Series Using Stata provides a step-by-step guide to essential timeseries techniques—from the incredibly simple to the quite complex—and, at the same time, demonstrates how these techniques can be applied in the Stata statistical package. The emphasis is on an understanding of the intuition underlying theoretical innovations and an ability to apply them. Real-world examples illustrate the application of each concept as it is introduced, and care is taken to highlight the pitfalls, as well as the power, of each new tool. Sean Becketti is a financial industry veteran with three decades of experience in academics, government, and private industry. Over the last two decades, Becketti has led proprietary research teams at several leading financial firms, responsible for the models underlying the valuation, hedging, and relative value analysis of some of the largest fixed-income portfolios in the world.
Автор: Lewis Название: Introduction to the Art of Programming Using Scala ISBN: 1439896666 ISBN-13(EAN): 9781439896662 Издательство: Taylor&Francis Рейтинг: Цена: 84710.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: With its flexibility for programming both small and large projects, Scala is an ideal language for teaching beginning programming. Yet there are no textbooks on Scala currently available for the CS1/CS2 levels. Introduction to the Art of Programming Using Scala presents many concepts from CS1 and CS2 using a modern, JVM-based language that works well for both programming in the small and programming in the large. The book progresses from true programming in the small to more significant projects later, leveraging the full benefits of object orientation. It first focuses on fundamental problem solving and programming in the small using the REPL and scripting environments. It covers basic logic and problem decomposition and explains how to use GUIs and graphics in programs. The text then illustrates the benefits of object-oriented design and presents a large collection of basic data structures showing different implementations of key ADTs along with more atypical data structures. It also introduces multithreading and networking to provide further motivating examples. By using Scala as the language for both CS1 and CS2 topics, this textbook gives students an easy entry into programming small projects as well as a firm foundation for taking on larger-scale projects. Many student and instructor resources are available at www.programmingusingscala.net
The new edition of an introductory text that teaches students the art of computational problem solving, covering topics ranging from simple algorithms to information visualization.
This book introduces students with little or no prior programming experience to the art of computational problem solving using Python and various Python libraries, including PyLab. It provides students with skills that will enable them to make productive use of computational techniques, including some of the tools and techniques of data science for using computation to model and interpret data. The book is based on an MIT course (which became the most popular course offered through MIT's OpenCourseWare) and was developed for use not only in a conventional classroom but in in a massive open online course (MOOC). This new edition has been updated for Python 3, reorganized to make it easier to use for courses that cover only a subset of the material, and offers additional material including five new chapters.
Students are introduced to Python and the basics of programming in the context of such computational concepts and techniques as exhaustive enumeration, bisection search, and efficient approximation algorithms. Although it covers such traditional topics as computational complexity and simple algorithms, the book focuses on a wide range of topics not found in most introductory texts, including information visualization, simulations to model randomness, computational techniques to understand data, and statistical techniques that inform (and misinform) as well as two related but relatively advanced topics: optimization problems and dynamic programming. This edition offers expanded material on statistics and machine learning and new chapters on Frequentist and Bayesian statistics.
Автор: Allen James P. Название: Middle Egyptian: An Introduction to the Language and Culture of Hieroglyphs ISBN: 0521741440 ISBN-13(EAN): 9780521741446 Издательство: Cambridge Academ Рейтинг: Цена: 33780.00 T Наличие на складе: Невозможна поставка. Описание: Middle Egyptian introduces the reader to the writing system of ancient Egypt and the language of hieroglyphic texts. It contains twenty-six lessons, exercises (with answers), a list of hieroglyphic signs, and a dictionary. It also includes a series of twenty-five essays on the most important aspects of ancient Egyptian history, society, religion and literature. The combination of grammar lessons and cultural essays allows users to not only read hieroglyphic texts but also to understand them, providing readers with the foundation to understand texts on monuments and to read great works of ancient Egyptian literature in the original text. This second edition contains revised exercises and essays, providing an up to date account of current research and discoveries. New illustrations enhance discussions and examples. These additions combine with the previous edition to create a complete grammatical description of the classical language of ancient Egypt for specialists in linguistics and other fields.
Автор: Mas-Colell, Andreu Название: Microeconomic theory ISBN: 0195102681 ISBN-13(EAN): 9780195102680 Издательство: Oxford Academ Рейтинг: Цена: 132870.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This is a comprehensive textbook covering all of the topics taught in the graduate-level, two-semester course in microeconomic theory required of all graduate students in economics. It combines the results of the authors` experience of teaching microeconomics at Harvard and has been fully classroom tested.
Автор: Acock Alan C Название: Gentle Introduction to Stata ISBN: 1597181099 ISBN-13(EAN): 9781597181099 Издательство: Taylor&Francis Цена: 51030.00 T Наличие на складе: Нет в наличии.
Автор: Abraham L Kierszenbaum Название: Histology and Cell Biology: An Introduction to Pathology, ISBN: 0323313302 ISBN-13(EAN): 9780323313308 Издательство: Elsevier Science Рейтинг: Цена: 62870.00 T Наличие на складе: Невозможна поставка. Описание: Description
Fully integrating histology, cell biology, and pathology, the 4th Edition of the award-winning Histology and Cell Biology: An Introduction to Pathology presents key concepts in an understandable, easy-to-digest manner. Authors Abraham L. Kierszenbaum, MD, PhD and Laura L. Tres MD, PhD link basic science to clinical application throughout, focusing on what you need to know for your coursework now – and how to apply that information in a clinical setting . Full-color illustrations on every page, as well as unique, student-friendly features online, help you quickly grasp the complexities of pathologic abnormalities.
Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2) ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz