Автор: Kumar Mehta Hemant Название: Mastering Python Scientific Computing ISBN: 1783288825 ISBN-13(EAN): 9781783288823 Издательство: Неизвестно Рейтинг: Цена: 53940.00 T Наличие на складе: Есть у поставщика Поставка под заказ.
Автор: Hemant Kumar Yadav Название: Linseed: Properties, Production and Uses ISBN: 1536160903 ISBN-13(EAN): 9781536160901 Издательство: Nova Science Рейтинг: Цена: 149940.00 T Наличие на складе: Невозможна поставка. Описание: This book consists of seven chapters on various aspects related to linseed. Linseed (Linum usitatissimum L.) commonly known as alsi is a member of genus Linum within the family Linaceae with 14 genera and over 200 species. Out of those, only Linum usitatissimum L. possess both agronomic and economic properties and are being exploited for both industrial and human consumption purposes. Irrespective of medicinal, nutraceuticals and industrial uses of linseed, the popularity and attention required for its improvement is still not enough. Therefore, the aim of this book is to summarize all the information about linseed, which will provide a wide perspective to the on-going research activities for crop improvement. It is a collection of incisive reviews along with original research. The included chapters are an excellent source of information for linseed production, cultivation, properties, uses and breeding strategies. This book will initiate interest in utilization of linseed as major crop and also ignite the research possibilities, which are left unexplored.
Автор: Taneja, Hemant Название: Unscaled ISBN: 0349417253 ISBN-13(EAN): 9780349417257 Издательство: Little Brown Рейтинг: Цена: 9100.00 T Наличие на складе: Нет в наличии. Описание: New York Times bestselling author Barbara Delinsky explores how lives and relationships are forever changed when three sisters reunite at their family Rhode Island beach house.
Автор: Hemant A. Patil, Amy Neustein Название: Voice Technologies for Speech Reconstruction and Enhancement ISBN: 150151041X ISBN-13(EAN): 9781501510410 Издательство: Walter de Gruyter Цена: 74320.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: The book explores new ways to reconstruct and enhance speech that is compromised by various neuro-motor disorders – collectively known as “dysarthria.” The authors address some of the extant lacunae in speech research of dysarthric conditions: they show how new methods can improve speaker recognition when speech is impaired due to developmental or acquired pathologies; they present a novel multi-dimensional approach to help the speech system both assess dysarthric speech and to perform intelligibility improvement of the impaired speech; they display well-performing software solutions for developmental and acquired speech impairments, and for vocal injuries; and they examine non-acoustic signals and muted nonverbal sounds in relation to audible speech conversion.
Автор: Amy Neustein, Hemant A. Patil Название: Acoustic Analysis of Pathologies: From Infancy to Young Adulthood ISBN: 150151962X ISBN-13(EAN): 9781501519628 Издательство: Walter de Gruyter Цена: 111510.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
This series demonstrates how the latest advances in speech technology and text mining positively affect patient health care and public health writ large.
Topics include: text mining of electronic health records; speech-enabled service robots in operating rooms and assistive robots in care facilities; signal and acoustic modeling of speech disorders resulting from Parkinson’s disease, Autism Spectrum Disorder, cleft palate, intellectual disabilities, and neuro-motor impairments; clinical assessment of speech technology and natural language processing software for handling autism and aphasia; empirical studies of speech technologies for voice reconstruction and enhancement; computational bioacoustics for biodiversity assessment, pest population control, and monitoring the spread of disease transmitting insects.
Автор: Deshpande Hemant Название: Male Infertility: Problems and Perspectives ISBN: 9388725689 ISBN-13(EAN): 9789388725682 Издательство: CBS India Рейтинг: Цена: 41450.00 T Наличие на складе: Нет в наличии. Описание: This book covers multiple facets of fertility problems with a focus on male issues and their respective solutions. The progress of technology has made it possible to solve many problems which were previously not manageable.
Автор: Scheb John M., Sharma Hemant Название: An Introduction to the American Legal System ISBN: 154381381X ISBN-13(EAN): 9781543813814 Издательство: Неизвестно Цена: 338640.00 T Наличие на складе: Невозможна поставка. Описание:
The Fifth Edition ofAn Introduction to the American Legal System provides both historical context and thoroughly up-to-date coverage of all aspects of American law and the legal system. Vivid examples, on-point case summaries, and hot-button issues make this text an obvious choice for paralegal, criminal justice, political science, or legal studies courses.
New to the Fifth Edition:
This edition of An Introduction to the American Legal System introduces a broad reorganization of the text into four parts that are easily grasped by students:
Foundations of the Legal System examines the origins of American law and the important institutions and actors of our present system.
Public Law covers those areas of the law that govern the relationships between society, government, and the individual.
Private Law explains those areas of the law that deal primarily with the rights and duties of private parties.
The Legal Process provides an overview of legal procedure.
New chapters on civil rights and civil liberties speak to students' interests and the importance of these issues in today's society.
A new chapter on appellate procedure exhibits the role of judicial review in civil, criminal and administrative contexts.
An expanded chapter on administrative law demonstrates the current importance of administrative agencies in the policymaking process.
Recent Supreme Court decisions are covered throughout the book.
Professors and students will benefit from:
Comprehensive coverage of law and the legal system
Updated coverage of the Supreme Court through the 2018-19 Term
Clear prose
Extensive citations
Comprehensive glossary of legal terms
Thought-provoking discussion questions
Автор: Jain Hemant Название: Data Structures & Algorithms In Go ISBN: 1099552060 ISBN-13(EAN): 9781099552069 Издательство: Неизвестно Цена: 34490.00 T Наличие на складе: Невозможна поставка. Описание: Data Structures & Algorithms books by Hemant Jain is a series of books about the usage of Data Structures and Algorithms in computer programming. The book is easy to follow and is written for interview preparation point of view. In these books, the examples are solved in various languages like Go, C, C++, Java, C#, Python, VB, JavaScript and PHP.
GitHub Repositories for these books. https: //github.com/Hemant-Jain-Author
Book's Composition This book introduces you to the world of data structures and algorithms. Data structures defines the way in which data is arranged in memory for fast and efficient access while algorithms are a set of instruction to solve problems by manipulating these data structures.
Designing an efficient algorithm is a very important skill that all software companies, e.g. Microsoft, Google, Facebook etc. pursues. Most of the interviews for these companies are focused on knowledge of data-structures and algorithms. They look for how candidates use concepts of data structures and algorithms to solve complex problems efficiently. Apart from knowing, a programming language you also need to have good command of these key computer fundamentals to not only qualify the interview but also excel in you jobs as a software engineer.
This book assumes that you are a C language developer. You are not an expert in C language, but you are well familiar with concepts of classes, functions, arrays, pointers and recursion. At the start of this book, we will be looking into Complexity Analysis followed by the various data structures and their algorithms. We will be looking into a Linked-List, Stack, Queue, Trees, Heap, Hash-Table and Graphs. We will also be looking into Sorting, Searching techniques.
In last few chapters, we will be looking into various algorithmic techniques. Such as, Brute-Force algorithms, Greedy algorithms, Divide and Conquer algorithms, Dynamic Programming, Reduction and Backtracking. .
Table of Contents Chapter 0: How to use this book. Chapter 1: Algorithms Analysis Chapter 2: Approach to solve algorithm design problems Chapter 3: Abstract Data Type & C# Collections Chapter 4: Searching Chapter 5: Sorting Chapter 6: Linked List Chapter 7: Stack Chapter 8: Queue Chapter 9: Tree Chapter 10: Priority Queue Chapter 11: Hash-Table Chapter 12: Graphs Chapter 13: String Algorithms Chapter 14: Algorithm Design Techniques Chapter 15: Brute Force Algorithm Chapter 16: Greedy Algorithm Chapter 17: Divide & Conquer Chapter 18: Dynamic Programming Chapter 19: Backtracking Chapter 20: Complexity Theory
Автор: Jain Hemant Название: Problem Solving in Data Structures & Algorithms Using Java ISBN: 1723982105 ISBN-13(EAN): 9781723982101 Издательство: Неизвестно Цена: 34490.00 T Наличие на складе: Невозможна поставка. Описание: "Problem Solving in Data Structures & Algorithms" is a series of books about the usage of Data Structures and Algorithms in computer programming. The book is easy to follow and is written for interview preparation point of view. In these books, the examples are solved in various languages like Go, C, C++, Java, C#, Python, VB, JavaScript and PHP.
GitHub Repositories for these books. https: //github.com/Hemant-Jain-Author
Book's Composition This book introduces you to the world of data structures and algorithms. Data structures defines the way in which data is arranged in memory for fast and efficient access while algorithms are a set of instruction to solve problems by manipulating these data structures.
Designing an efficient algorithm is a very important skill that all software companies, e.g. Microsoft, Google, Facebook etc. pursues. Most of the interviews for these companies are focused on knowledge of data-structures and algorithms. They look for how candidates use concepts of data structures and algorithms to solve complex problems efficiently. Apart from knowing, a programming language you also need to have good command of these key computer fundamentals to not only qualify the interview but also excel in you jobs as a software engineer.
This book assumes that you are a Java language developer. You are not an expert in Java language, but you are well familiar with concepts of classes, functions, arrays, pointers and recursion. At the start of this book, we will be looking into Complexity Analysis followed by the various data structures and their algorithms. We will be looking into a Linked-List, Stack, Queue, Trees, Heap, Hash-Table and Graphs. We will also be looking into Sorting, Searching techniques.
In last few chapters, we will be looking into various algorithmic techniques. Such as, Brute-Force algorithms, Greedy algorithms, Divide and Conquer algorithms, Dynamic Programming, Reduction and Backtracking. .
Table of Contents Chapter 0: How to use this book. Chapter 1: Algorithms Analysis Chapter 2: Approach to solve algorithm design problems Chapter 3: Abstract Data Type & JAVA Collections Chapter 4: Searching Chapter 5: Sorting Chapter 6: Linked List Chapter 7: Stack Chapter 8: Queue Chapter 9: Tree Chapter 10: Priority Queue Chapter 11: Hash-Table Chapter 12: Graphs Chapter 13: String Algorithms Chapter 14: Algorithm Design Techniques Chapter 15: Brute Force Algorithm Chapter 16: Greedy Algorithm Chapter 17: Divide & Conquer Chapter 18: Dynamic Programming Chapter 19: Backtracking Chapter 20: Complexity Theory
Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2) ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz