LitMy.ru - литература в один клик

  • Добавил: literator
  • Дата: 4-08-2021, 21:45
  • Комментариев: 0
Begin to Code with JavaScriptНазвание: Begin to Code with jаvascript
Автор: Rob Miles
Издательство: Microsoft Press, Pearson Education
Год: 2022
Страниц: 512
Язык: английский
Формат: pdf, rtf, epub
Размер: 10.19 MB

Become a jаvascript programmer―and have fun doing it! Start writing software that solves real problems, even if you have absolutely no programming experience! This friendly, easy, full-color book puts you in total control of your own learning, empowering you to build unique and useful programs. Microsoft has completely reinvented the beginning programmer’s tutorial, reflecting deep research into how today’s beginners learn, and why other books fall short. Begin to Code with jаvascript is packed with innovations, from its jаvascript code samples you can interact with straight from your browser to its “Make Something Happen” projects. Whether you’re a total beginner or you’ve tried before, this guide will put the power, excitement, and fun of programming where it belongs: in your hands! Easy, friendly, and you’re in control!
  • Добавил: literator
  • Дата: 4-08-2021, 12:36
  • Комментариев: 0
The Fundamentals of Search Algorithms (2021)Название: The Fundamentals of Search Algorithms
Автор: Robert A. Bohm
Издательство: Nova Science Publishers, Inc.
Год: 2021
Страниц: 114
Язык: английский
Формат: pdf (true)
Размер: 10.15 MB

Heuristic local search algorithms are used to find “good” solutions to the NP-hard combinatorial optimization problems that cannot be solved using analytical methods. Chapter one discusses the characterization and computation of heuristic local search algorithm for the Traveling Salesman Problem (TSP) from the perspective of dynamical systems. The purpose of chapter 2 is to show the practical application of CBIR technology in the security and protection of personal data, access to classified documents and objects, identification of illegal attacks that are part of the social life of the present and future of mankind. Continuous search space problems are difficult problems to solve because the number of solutions is infinite.
  • Добавил: literator
  • Дата: 4-08-2021, 12:16
  • Комментариев: 0
Code Clone Analysis: Research, Tools, and PracticesНазвание: Code Clone Analysis: Research, Tools, and Practices
Автор: Katsuro Inoue, Chanchal K. Roy
Издательство: Springer
Год: 2021
Страниц: 236
Язык: английский
Формат: pdf (true), epub
Размер: 24.7 MB

This is the first book organized around code clone analysis. To cover the broad studies of code clone analysis, this book selects past research results that are important to the progress of the field and updates them with new results and future directions. Code clone analysis is a very good topic to teach in university software engineering courses. It relies heavily on computer science theories such as pattern matching, source code analysis, and software metrics. On the other hand, the code clone analysis can be applied to a variety of tasks related to real-world software development and maintenance such as bug finding and program refactoring.
  • Добавил: Maurix
  • Дата: 4-08-2021, 11:57
  • Комментариев: 0
Название: Natural Language Processing Fundamentals for Developers
Автор: Campesato, Oswald
Издательство: Mercury Learning and Information
Год: 2021
Формат: PDF
Страниц: 382
Размер: 10 Mb
Язык: English

This book is for developers who are looking for an overview of basic concepts in Natural Language Processing. It casts a wide net of techniques to help developers who have a range of technical backgrounds. Numerous code samples and listings are included to support myriad topics. The first chapter shows you various details of managing data that are relevant for NLP. The next pair of chapters contain NLP concepts, followed by another pair of chapters with Python code samples to illustrate those NLP concepts.
  • Добавил: Maurix
  • Дата: 4-08-2021, 11:22
  • Комментариев: 0
Название: Research Software Engineering with Python: Building software that makes research possible
Автор: Damien Irving, Kate Hertweck, Luke Johnston, Joel Ostblom, Charlotte Wickham, Greg Wilson
Издательство: CRC Press
Год: 2021
Формат: True PDF
Страниц: 531
Размер: 14,8 Mb
Язык: English

Writing and running software is now as much a part of science as telescopes and test tubes, but most researchers are never taught how to do either well. As a result, it takes them longer to accomplish simple tasks than it should, and it is harder for them to share their work with others than it needs to be.
  • Добавил: harun54
  • Дата: 4-08-2021, 11:00
  • Комментариев: 0
Название: Demystifying Azure DevOps Services: A Guide to Architect, Deploy, and Administer DevOps Using Microsoft Azure DevOps Services
Автор: Ashish Raj
Издательство: BPB Publications
Год: 2021
Формат: EPUB
Размер: 23 Мб
Язык: английский / English

This book offers readers the best DevOps practices and explains how to implement various services of Azure DevOps to ensure efficiency, effectiveness, and better management of the entire software development lifecycle. This book explains each component of Azure DevOps services, their pricing models, and a quick tutorial on how to proceed with its usage. Backed with numerous examples, this book helps you implement Agile planning using Azure Boards, maintain code versioning using Azure Repos, and manage CI/CD using Azure Pipelines. You will learn how to administer the DevOps process such as managing packages using the most popular Azure Artifacts and how to run Test Plans using Azure Test Plans. You will also learn how to integrate with third-party systems. Finally, you will learn about marketplaces of extensions and how to develop your own extensions.
  • Добавил: Maurix
  • Дата: 4-08-2021, 10:50
  • Комментариев: 0
Название: Statistical Learning with Math and Python: 100 Exercises for Building Logic
Автор: Joe Suzuki
Издательство: Springer
Год: 2021
Формат: ePUB, PDF
Страниц: 260
Размер: 35,5 Mb
Язык: English

The most crucial ability for machine learning and data science is mathematical logic for grasping their essence rather than knowledge and experience. This textbook approaches the essence of machine learning and data science by considering math problems and building Python programs.
As the preliminary part, Chapter 1 provides a concise introduction to linear algebra, which will help novices read further to the following main chapters. Those succeeding chapters present essential topics in statistical learning: linear regression, classification, resampling, information criteria, regularization, nonlinear regression, decision trees, support vector machines, and unsupervised learning.
  • Добавил: literator
  • Дата: 3-08-2021, 21:28
  • Комментариев: 0
Jetpack Compose internalsНазвание: Jetpack Compose internals
Автор: Jorge Castillo
Издательство: Leanpub
Год: 2021-07-28
Страниц: 121
Язык: английский
Формат: pdf (true), mobi, epub
Размер: 10.1 MB

Jetpack Compose is the future of Android UI. Master how it works internally and become a more efficient developer with it. You'll also find it valuable if you are not an Android dev. This book provides all the details to understand how the Compose compiler & runtime work, and how to create a client library using them. This book explores the guts of Jetpack Compose, the brand new library by Google and the Android team that will become the future of Android UI. Dedicating time now to learn about its internals in-depth will yield powerful skills to write modern and efficient Android apps in the future.
  • Добавил: literator
  • Дата: 3-08-2021, 12:56
  • Комментариев: 0
Good Code, Bad Code: Think like a software engineer (Final)Название: Good Code, Bad Code: Think like a software engineer (Final)
Автор: Tom Long
Издательство: Manning Publications
Год: 2021
Страниц: 378
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Practical techniques for writing code that is robust, reliable, and easy for team members to understand and adapt. Good code or bad code? The difference often comes down to how you apply the conventions, style guides, and other established practices of the software development community. In Good Code, Bad Code you’ll learn how to boost your effectiveness and productivity with code development insights normally only learned through years of experience, careful mentorship, and hundreds of code reviews.
  • Добавил: literator
  • Дата: 3-08-2021, 11:57
  • Комментариев: 0
Get Programming with Scala (Final)Название: Get Programming with Scala (Final)
Автор: Daniela Sfregola
Издательство: Manning Publications
Год: 2021
Страниц: 562
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Packed with examples and exercises, Get Programming with Scala is perfect starting point for developers with some OO knowledge who want to learn this multi-style programming language for the JVM, and pick up a few FP skills along the way. Master Scala, and you'll be well-equipped to match your programming approach to the type of problem you're dealing with.