Vtome.ru - электронная библиотека

  • Добавил: buratino
  • Дата: 18-03-2021, 22:09
  • Комментариев: 0
Название: Head First Java, 3rd Edition (Early Release)
Автор: Kathy Sierra & Bert Bates
Издательство: O'Reilly Media
Год: 2021-03-17
Формат: epub
Размер: 17.4 Mb
Язык: English

Ready to learn Java? This book combines puzzles, strong visuals, mysteries, and soul-searching interviews with famous Java objects to engage you in many different ways. It's fast, it's fun, and it's effective. And, despite its playful appearance, Head First Java is serious stuff: a complete introduction to object-oriented programming and Java. You'll learn everything from the fundamentals to advanced topics.
  • Добавил: buratino
  • Дата: 18-03-2021, 20:31
  • Комментариев: 0
Название: Raspberry Pi Operating System Assembly Language Hands-on-Guide Fourth Edition
Автор: Bruce Smith
Издательство: BSB brucesmith.info
Год: 2021
Формат: epub/pdf(conv.)
Страниц: 328
Размер: 17.8 Mb
Язык: English

Readers can learn Assembly Language Programming on the low-cost Raspberry Pi computer. This is the fourth edition of the highly successful book (previously published as 'Raspberry Pi Assembly Language Raspbian' ), and has been extensively updated to include coverage of new features of the microcomputer.The book is applicable to all releases of the Raspberry Pi , and assumes no prior knowledge or programming experience.
  • Добавил: literator
  • Дата: 18-03-2021, 19:56
  • Комментариев: 0
Gullybaba IGNOU 3rd Semester BCA (Latest Edition) BCS-031 C++ Programming IGNOU Help Book with Solved Previous Years' Question Papers and Important Exam NotesНазвание: Gullybaba IGNOU 3rd Semester BCA (Latest Edition) BCS-031 C++ Programming IGNOU Help Book with Solved Previous Years' Question Papers and Important Exam Notes
Автор: Dinesh Veerma
Издательство: Gullybaba Publishing House Pvt. Ltd.
Год: March 15, 2021
Страниц: 328
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

C++ is the most widely used programming language around and is an industry standard for programming applications of all kinds. In addition, C++ is a highly efficient programming language that can conserve resources more effectively than languages such as Visual Basic or Delphi. In fact, because of its functionality and style, in many ways, C++ is the only non-Web-based programming language that you might ever need to know. The book ‘C++ Programming’ (BCS-031) is fulfilling the requirements of students. The whole book is organised in well-planned 9 chapters. All the chapters are followed by relevant review questions and programming exercises are also provided in addition to review questions.
  • Добавил: literator
  • Дата: 18-03-2021, 16:40
  • Комментариев: 0
MATLAB Deep Learning HDL Toolbox User's Guide (R2021a)Название: MATLAB Deep Learning HDL Toolbox User's Guide (R2021a)
Автор: MathWorks
Издательство: The MathWorks, Inc.
Год: 2021
Страниц: 278
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Deep Learning HDL Toolbox provides functions and tools to prototype and implement Deep Learning networks on FPGAs and SoCs. It provides pre-built bitstreams for running a variety of Deep Learning networks on supported Xilinx and Intel FPGA and SoC devices. Profiling and estimation tools let you customize a Deep Learning network by exploring design, performance, and resource utilization tradeoffs. Deep Learning is a branch of Machine Learning that teaches computers to do what comes naturally to humans: learn from experience. The learning algorithms use computational methods to “learn” information directly from data without relying on a predetermined equation as model. Deep Learning uses neural networks to learn useful representations of data directly from images. It is a specialized form of machine learning that can be used for applications such as classifying images, detecting objects, recognizing speech, and describing the content. The Deep Learning algorithms can be applied to supervised and unsupervised learning.
  • Добавил: literator
  • Дата: 18-03-2021, 14:43
  • Комментариев: 0
Gullybaba IGNOU BCA (Latest Edition) MCS-011 Problem Solving And ProgrammingНазвание: Gullybaba IGNOU BCA (Latest Edition) MCS-011 Problem Solving And Programming IGNOU Help Books with Solved Sample Question Papers and Important Exam Notes
Автор: Dinesh Verma, S. Roy
Издательство: GullyBaba Publishing House Pvt. Ltd.
Год: March 5, 2021
Страниц: 352
Язык: английский
Формат: pdf (true)
Размер: 10.7 MB

Programming is a problem-solving activity. If you are a good problem solver, you could become a good programmer. The algorithm is the abstract idea of solving a problem. An algorithm is a step-to-step problem solving process in which a solution is arrived at a finite amount of time. The algorithm is written in an algorithmic language (or a pseudo code). After verifying that the algorithm is correct, you can code it in any programming language (e.g. C, C++), then it is called a program. The program is a set of instructions that can run by the computer.
  • Добавил: admin
  • Дата: 18-03-2021, 12:48
  • Комментариев: 0
Название: Mapping Experiences, 2nd Edition
Автор: James Kalbach
Издательство: O'Reilly Media, Inc.
Год: 2021
Формат: True PDF, EPUB
Страниц: 440
Размер: 125 Mb, 66,5 Mb
Язык: English

Customers who have inconsistent experiences with products and services are understandably frustrated. But it’s worse for organizations that can’t pinpoint these problems because they’re too focused on their own processes. This updated edition shows your team how to use alignment diagrams to turn valuable customer observations into actionable insight. You’ll learn how this unique tool helps you visually map existing experience and envision future solutions.
  • Добавил: buratino
  • Дата: 18-03-2021, 12:05
  • Комментариев: 0
Название: SQA Higher Computing Science
Автор: Jane Paterson, John Walsh
Издательство: Hodder Gibson
Год: 2021
Формат: True PDF
Страниц: 354
Размер: 23.2 Mb
Язык: English

Trust highly experienced teachers and authors Jane Paterson and John Walsh to guide you through the latest SQA Higher Computing Science specification (for examination from 2019 onwards).
  • Добавил: literator
  • Дата: 17-03-2021, 21:26
  • Комментариев: 0
MATLAB Parallel Computing Toolbox User's Guide (R2021a)Название: MATLAB Parallel Computing Toolbox User's Guide (R2021a)
Автор: MathWorks
Издательство: The MathWorks, Inc.
Год: 2021
Страниц: 1068
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Perform parallel computations on multicore computers, GPUs, and computer clusters. Parallel Computing Toolbox lets you solve computationally and data-intensive problems using multicore processors, GPUs, and computer clusters. High-level constructs—parallel for-loops, special array types, and parallelized numerical algorithms—enable you to parallelize MATLAB applications without CUDA or MPI programming. The toolbox lets you use parallel-enabled functions in MATLAB and other toolboxes. You can use the toolbox with Simulink to run multiple simulations of a model in parallel. Programs and models can run in both interactive and batch modes.
  • Добавил: literator
  • Дата: 17-03-2021, 20:51
  • Комментариев: 0
Software Reliability Growth ModelsНазвание: Software Reliability Growth Models
Автор: David D. Hanagal, Nileema N. Bhalerao
Издательство: Springer
Год: 2021
Страниц: 115
Язык: английский
Формат: pdf (true), epub
Размер: 13.2 MB

This book presents the basic concepts of software reliability growth models (SRGMs), ranging from fundamental to advanced level. It discusses SRGM based on the non-homogeneous Poisson process (NHPP), which has been a quite successful tool in practical software reliability engineering. These models consider the debugging process as a counting process characterized by its mean value function. Model parameters have been estimated by using either the maximum likelihood method or regression. Review of literature on SRGM has been included from the scratch to recent developments, applicable in artificial neural networks, machine learning, artificial intelligence, data-driven approaches, fault-detection, fault-correction processes, and also in random environmental conditions. This book is designed for practitioners and researchers at all levels of competency, and also targets groups who need information on software reliability engineering.
  • Добавил: literator
  • Дата: 17-03-2021, 20:16
  • Комментариев: 0
UI/UX Design: The complete Guide to MasteryНазвание: UI/UX Design: The complete Guide to Mastery
Автор: Manuel Olise
Издательство: Amazon.com Services LLC
Год: 2021
Страниц: 251
Язык: английский
Формат: pdf, epub
Размер: 85.5 MB

Are you looking for a practical and complete guide with real world UI design projects then this book is for you. The complete guide to mastery in UI/UX teaches you from scratch how to become a proficient UI/UX designer and also how to land your first design jobs and earn big with this new skill. What makes this book stand out? The first section warms you up to UI design using a major design tool and gives insight on how to get your first UI design job.