Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7 707 857-29-98
  +7(7172) 65-23-70
  10:00-18:00 пн-пт
  shop@logobook.kz
   
    Поиск книг                        
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Бестселлеры | |
 

Virtual Computing, Dongmin Kim; Salim Hariri


Варианты приобретения
Цена: 93160.00T
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: 230 шт.  
При оформлении заказа до: 2025-08-18
Ориентировочная дата поставки: конец Сентября - начало Октября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Dongmin Kim; Salim Hariri
Название:  Virtual Computing
ISBN: 9781461356110
Издательство: Springer
Классификация: ISBN-10: 1461356113
Обложка/Формат: Paperback
Страницы: 124
Вес: 0.22 кг.
Дата издания: 13.11.2012
Серия: The Springer International Series in Engineering and Computer Science
Язык: English
Размер: 234 x 156 x 8
Основная тема: Computer Science
Подзаголовок: Concept, Design, and Evaluation
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии

Aqa computing as student`s book

Автор: Langfield, S., Bond, K.
Название: Aqa computing as student`s book
ISBN: 0748782966 ISBN-13(EAN): 9780748782963
Издательство: Oxford Academ
Рейтинг:
Цена: 23930.00 T
Наличие на складе: Есть
Описание: A reliable and comprehensive Student Book covering the content of the new course and ideal for use during independent study and when PC access is not available. Exclusively endorsed by AQA.

First course in scientific computing

Автор: Landau, Rubin H.
Название: First course in scientific computing
ISBN: 0691121834 ISBN-13(EAN): 9780691121833
Издательство: Wiley
Рейтинг:
Цена: 100320.00 T
Наличие на складе: Поставка под заказ.
Описание: Offers a different approach to introductory scientific computing. This title aims to make students comfortable using computers to do science, to provide them with the computational tools and knowledge they need throughout their college careers and into their professional careers, and to show how all the pieces can work together.

Programming Distributed Computing Systems

Автор: Varela Carlos A
Название: Programming Distributed Computing Systems
ISBN: 0262018985 ISBN-13(EAN): 9780262018982
Издательство: MIT Press
Рейтинг:
Цена: 38500.00 T
Наличие на складе: Нет в наличии.
Описание: An introduction to fundamental theories of concurrent computation and associated programming languages for developing distributed and mobile computing systems.

A Gentle Introduction to Effective Computing in Quantitative Research: What Every Research Assistant Should Know

Автор: Paarsch Harry J., Golyaev Konstantin
Название: A Gentle Introduction to Effective Computing in Quantitative Research: What Every Research Assistant Should Know
ISBN: 0262034115 ISBN-13(EAN): 9780262034111
Издательство: MIT Press
Рейтинг:
Цена: 56430.00 T
Наличие на складе: Нет в наличии.
Описание:

A practical guide to using modern software effectively in quantitative research in the social and natural sciences.

This book offers a practical guide to the computational methods at the heart of most modern quantitative research. It will be essential reading for research assistants needing hands-on experience; students entering PhD programs in business, economics, and other social or natural sciences; and those seeking quantitative jobs in industry. No background in computer science is assumed; a learner need only have a computer with access to the Internet. Using the example as its principal pedagogical device, the book offers tried-and-true prototypes that illustrate many important computational tasks required in quantitative research. The best way to use the book is to read it at the computer keyboard and learn by doing.

The book begins by introducing basic skills: how to use the operating system, how to organize data, and how to complete simple programming tasks. For its demonstrations, the book uses a UNIX-based operating system and a set of free software tools: the scripting language Python for programming tasks; the database management system SQLite; and the freely available R for statistical computing and graphics. The book goes on to describe particular tasks: analyzing data, implementing commonly used numerical and simulation methods, and creating extensions to Python to reduce cycle time. Finally, the book describes the use of LaTeX, a document markup language and preparation system.


The BUGS Book

Автор: Lunn, David,
Название: The BUGS Book
ISBN: 1584888490 ISBN-13(EAN): 9781584888499
Издательство: Taylor&Francis
Рейтинг:
Цена: 46950.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Bayesian methods have become the widely used statistical methods for data analysis and modeling. The BUGS software has become the popular software for Bayesian analysis worldwide. This title provides a practical introduction to this program and its use. It covers the functionalities of BUGS, including prediction, missing data, and model criticism.

Embedded Computing in C with the PIC32 Microcontroller

Автор: Kevin Lynch
Название: Embedded Computing in C with the PIC32 Microcontroller
ISBN: 0124201652 ISBN-13(EAN): 9780124201651
Издательство: Elsevier Science
Рейтинг:
Цена: 61750.00 T
Наличие на складе: Невозможна поставка.
Описание:

For the first time in a single reference, this book provides the beginner with a coherent and logical introduction to the hardware and software of the PIC32, bringing together key material from the PIC32 Reference Manual, Data Sheets, XC32 C Compiler User's Guide, Assembler and Linker Guide, MIPS32 CPU manuals, and Harmony documentation. This book also trains you to use the Microchip documentation, allowing better life-long learning of the PIC32. The philosophy is to get you started quickly, but to emphasize fundamentals and to eliminate "magic steps" that prevent a deep understanding of how the software you write connects to the hardware.

Applications focus on mechatronics: microcontroller-controlled electromechanical systems incorporating sensors and actuators. To support a learn-by-doing approach, you can follow the examples throughout the book using the sample code and your PIC32 development board. The exercises at the end of each chapter help you put your new skills to practice.

Coverage includes:

  • A practical introduction to the C programming language
  • Getting up and running quickly with the PIC32
  • An exploration of the hardware architecture of the PIC32 and differences among PIC32 families
  • Fundamentals of embedded computing with the PIC32, including the build process, time- and memory-efficient programming, and interrupts
  • A peripheral reference, with extensive sample code covering digital input and output, counter/timers, PWM, analog input, input capture, watchdog timer, and communication by the parallel master port, SPI, I2C, CAN, USB, and UART
  • An introduction to the Microchip Harmony programming framework
  • Essential topics in mechatronics, including interfacing sensors to the PIC32, digital signal processing, theory of operation and control of brushed DC motors, motor sizing and gearing, and other actuators such as stepper motors, RC servos, and brushless DC motors

For more information on the book, and to download free sample code, please visit http: //www.nu32.org


  • Extensive, freely downloadable sample code for the NU32 development board incorporating the PIC32MX795F512H microcontroller
  • Free online instructional videos to support many of the chapters

Introduction to High Performance Computing for Scientists and Engineers

Автор: Hager
Название: Introduction to High Performance Computing for Scientists and Engineers
ISBN: 143981192X ISBN-13(EAN): 9781439811924
Издательство: Taylor&Francis
Рейтинг:
Цена: 80630.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Written by HPC experts, this book provides a solid introduction to current mainstream computer architecture, dominant parallel programming models, and useful optimization strategies for scientific HPC. It facilitates an intuitive understanding of performance limitations without relying on heavy computer science knowledge.

Data Analysis Using Stata, Third Edition

Автор: Kohler
Название: Data Analysis Using Stata, Third Edition
ISBN: 1597181102 ISBN-13(EAN): 9781597181105
Издательство: Taylor&Francis
Рейтинг:
Цена: 74510.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

Data Analysis Using Stata, Third Edition is a comprehensive introduction to both statistical methods and Stata. Beginners will learn the logic of data analysis and interpretation and easily become self-sufficient data analysts. Readers already familiar with Stata will find it an enjoyable resource for picking up new tips and tricks.

The book is written as a self-study tutorial and organized around examples. It interactively introduces statistical techniques such as data exploration, description, and regression techniques for continuous and binary dependent variables. Step by step, readers move through the entire process of data analysis and in doing so learn the principles of Stata, data manipulation, graphical representation, and programs to automate repetitive tasks. This third edition includes advanced topics, such as factor-variables notation, average marginal effects, standard errors in complex survey, and multiple imputation in a way, that beginners of both data analysis and Stata can understand.

Using data from a longitudinal study of private households, the authors provide examples from the social sciences that are relatable to researchers from all disciplines. The examples emphasize good statistical practice and reproducible research. Readers are encouraged to download the companion package of datasets to replicate the examples as they work through the book. Each chapter ends with exercises to consolidate acquired skills.


Markov Chain Monte Carlo

Автор: Gamerman, Dani.
Название: Markov Chain Monte Carlo
ISBN: 1584885874 ISBN-13(EAN): 9781584885870
Издательство: Taylor&Francis
Рейтинг:
Цена: 102080.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Incorporating changes in theory and highlighting various applications, this book presents a comprehensive introduction to the methods of Markov Chain Monte Carlo (MCMC) simulation technique. It incorporates the developments in MCMC, including reversible jump, slice sampling, bridge sampling, path sampling, multiple-try, and delayed rejection.

Communities of Play: Emergent Cultures in Multiplayer Games and Virtual Worlds

Автор: Pearce, Celia
Название: Communities of Play: Emergent Cultures in Multiplayer Games and Virtual Worlds
ISBN: 026251673X ISBN-13(EAN): 9780262516730
Издательство: MIT Press
Рейтинг:
Цена: 18480.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:

The odyssey of a group of "refugees" from a closed-down online game and an exploration of emergent fan cultures in virtual worlds.

Play communities existed long before massively multiplayer online games; they have ranged from bridge clubs to sports leagues, from tabletop role-playing games to Civil War reenactments. With the emergence of digital networks, however, new varieties of adult play communities have appeared, most notably within online games and virtual worlds. Players in these networked worlds sometimes develop a sense of community that transcends the game itself.

In Communities of Play, game researcher and designer Celia Pearce explores emergent fan cultures in networked digital worlds -- actions by players that do not coincide with the intentions of the game's designers. Pearce looks in particular at the Uru Diaspora -- a group of players whose game, Uru: Ages Beyond Myst, closed. These players (primarily baby boomers) immigrated into other worlds, self-identifying as "refugees"; relocated in There.com, they created a hybrid culture integrating aspects of their old world. Ostracized at first, they became community leaders. Pearce analyzes the properties of virtual worlds and looks at the ways design affects emergent behavior. She discusses the methodologies for studying online games, including a personal account of the sometimes messy process of ethnography. Pearce considers the "play turn" in culture and the advent of a participatory global playground enabled by networked digital games every bit as communal as the global village Marshall McLuhan saw united by television. Countering the ludological definition of play as unproductive and pointing to the long history of pre-digital play practices, Pearce argues that play can be a prelude to creativity.


Modeling and Control of Dialysis Systems Volume 2: Biofeedback Systems and Soft Computing Techniques of Dialysis

Автор: Azar, Ahmad Taher (Ed.)
Название: Modeling and Control of Dialysis Systems Volume 2: Biofeedback Systems and Soft Computing Techniques of Dialysis
ISBN: 3642275575 ISBN-13(EAN): 9783642275579
Издательство: Springer
Рейтинг:
Цена: 243800.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book is the first text of its kind that presents both the traditional and the modern aspects of dialysis modeling and control in a clear, insightful and highly comprehensive writing style. It provides an in-depth analysis of the mathematical models and algorithms, and demonstrates their applications in real world problems of significant complexity. It explains concepts in a clear, matter-of-fact style. The material of this book will be useful to advanced undergraduate and graduate biomedical engineering students. Also, researchers and practitioners in the field of dialysis, control systems, soft computing will benefit from it. In order to make the reader aware of the applied side of the subject, the book includes:       Chapter openers with a chapter outline, chapter objectives, key terms list, and abstract.       Solved numerical examples to illustrate the application of a particular concept, and also to encourage good problem-solving skills.      More than 1000 questions to give the readers a better insight to the subject.       Case studies to understand the significance of the joint usage of the dialysis modeling and control techniques in interesting problems of the real world.      latest information, including latest research surveys and references related to the subjects

Virtual Working

Автор: Jackson
Название: Virtual Working
ISBN: 0415200881 ISBN-13(EAN): 9780415200882
Издательство: Taylor&Francis
Рейтинг:
Цена: 63280.00 T
Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book addresses the social and organisational dynamics which underlie recent technological and work developments within organisations, often referred to as `virtual working`.


Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2)
ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz
Kaspi QR
   В Контакте     В Контакте Мед  Мобильная версия