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

  • Добавил: TRex
  • Дата: 10-07-2021, 09:27
  • Комментариев: 0
Название: Practical Channel-Aware Resource Allocation: With MATLAB and Python Code
Автор: Michael Ghorbanzadeh, Ahmed Abdelhadi
Издательство: Springer
Год: 2022
Формат: True PDF
Страниц: 242
Размер: 10 Mb
Язык: English

This book dives into radio resource allocation optimizations, a research area for wireless communications, in a pragmatic way and not only includes wireless channel conditions but also incorporates the channel in a simple and practical fashion via well-understood equations. Most importantly, the book presents a practical perspective by modeling channel conditions using terrain-aware propagation which narrows the gap between purely theoretical work and that of industry methods.
  • Добавил: tatanavip
  • Дата: 10-07-2021, 06:49
  • Комментариев: 0

Название: Программируем на C# 8.0. Разработка приложений
Автор: Гриффитс И.
Издательство: Питер
Год: 2021
Формат: pdf
Размер: 10 Мб
Качество: Хорошее
Язык: Русский

C# — универсальный язык, который может практически всё! Иэн Гриффитс рассказывает о его возможностях с точки зрения разработчика, перед которым стоит задача быстро и эффективно создавать приложения любой сложности.
Множество примеров кода научат работать с шаблонами, LINQ и асинхронными возможностями языка. Вы разберетесь с асинхронными потоками, ссылочными типами, допускающими значение NULL, сопоставлениями с образцом, реализациями по умолчанию для метода интерфейса, диапазонами и синтаксисом индексации и многим другим.
  • Добавил: literator
  • Дата: 9-07-2021, 23:20
  • Комментариев: 0
Aesthetic Programming: A Handbook of Software StudiesНазвание: Aesthetic Programming: A Handbook of Software Studies
Автор: Winnie Soon, Geoff Cox
Издательство: Open Humanities Press
Год: December 31, 2020
Страниц: 298
Язык: английский
Формат: pdf (true)
Размер: 12.5 MB

The book explores the technical as well as cultural imaginaries of programming from its insides. It follows the principle that the growing importance of software requires a new kind of cultural thinking - and curriculum - that can account for, and with which to better understand the politics and aesthetics of algorithmic procedures, data processing and abstraction. It introduces and demonstrates the reflexive practice of aesthetic programming, engaging with learning to program as a way to understand and question existing technological objects and paradigms, and to explore the potential for reprogramming wider eco-socio-technical systems. The book itself follows this approach, and is offered as a computational object open to modification and reversioning.
  • Добавил: literator
  • Дата: 9-07-2021, 22:49
  • Комментариев: 0
Code That Fits in Your Head: Heuristics for Software Engineering (Rough Cuts)Название: Code That Fits in Your Head: Heuristics for Software Engineering (Rough Cuts)
Автор: Mark Seemann
Издательство: Pearson/Addison-Wesley
Год: 2021
Страниц: 277
Язык: английский
Формат: epub
Размер: 10.1 MB

The latest title in Addison Wesley's world-renowned Robert C. Martin Series on better software development, Code That Fits in Your Head offers indispensable practical advice for writing code at a sustainable pace, and controlling the complexity that causes too many software projects to spin out of control. You should be comfortable reading code in a compiled, object-oriented language in the C family. While I’ve been a C# programmer for most of my career, I’ve learned a lot from books with example code in C++ or Java1. This book turns the tables: Its example code is in C#, but I hope that Java, TypeScript, or C++ developers find it useful, too.
  • Добавил: gol8425
  • Дата: 9-07-2021, 16:38
  • Комментариев: 0
Название: Эффективный Java. Тюнинг кода на Java 8, 11 и дальше. 2-е межд. издание
Автор: Оукс Скотт
Издательство: Питер
Год: 2021
Формат: pdf
Страниц: 496
Размер: 10 Мб
Язык: русский

Программирование и тестирование обычно принято относить к разным профессиональным сферам. Скотт Оукс — признанный эксперт по языку Java — уверен, что если вы хотите работать с этим языком, то обязаны понимать, как выполняется код в виртуальной машине Java, и знать, какие настройки влияют на производительность. Вы сможете разобраться в производительности приложений Java в контексте как JVM, так и платформы Java, освоите средства, функции и процессы, которые могут повысить производительность в LTS-версиях Java, и познакомитесь с новыми возможностями (такими как предварительная компиляция и экспериментальные сборщики мусора).
  • Добавил: gol8425
  • Дата: 9-07-2021, 13:59
  • Комментариев: 0
Название: iOS. Приемы программирования
Автор: Нахавандипур Вандад
Издательство: Питер
Год: 2014
Страниц: 832
Формат: rtf
Размер: 29,28 мб
Качество: хорошее
Язык: русский

Книга, которую вы держите в руках, представляет собой новый, полностью переписанный сборник приемов программирования по работе с iOS. Он поможет вам справиться с наболевшими проблемами, с которыми приходится сталкиваться при разработке приложений для iPhone, iPad и iPod Touch. Вы быстро освоите всю информацию, необходимую для начала работы с iOS 7 SDK.
  • Добавил: literator
  • Дата: 9-07-2021, 13:23
  • Комментариев: 0
How to build test automation framework : How to build a perfect test automation frameworkНазвание: How to build test automation framework : How to build a perfect test automation framework
Автор: Anton Smirnov
Издательство: Leanpub
Год: 2021-05-24
Язык: английский
Формат: pdf (true), epub
Размер: 43.8 MB

This book will not be a lot of programming or describing the huge number of patterns and instructions on how to write code. In this book, I tried to focus more on the concept of how and with what vision it is necessary to approach the creation of a test framework I wrote my first test framework back in 2014. It is still in use today. Yes, it added new versions, new modules. But the structure and the idea have not changed. It got me to think back in 2014 were well-known principles laid down in this framework. These principles to this day are absolutely the same, for 7+ years nothing has changed. I have not once analyzed existing information, existing frameworks. And my conclusion is just conceptual nothing has changed. All articles and books of 2014 are still relevant. Yes, we live a little at a different time, at a different speed, cloud, mobile devices, technologies are developing at a great speed, but the basic principles remain. And it is about these basic principles I want to tell you in this book.
  • Добавил: literator
  • Дата: 9-07-2021, 12:51
  • Комментариев: 0
Mobile Test automation iOS and AndroidНазвание: Mobile Test automation iOS and Android
Автор: Anton Smirnov
Издательство: Leanpub
Год: 2021-05-24
Страниц: 212
Язык: английский
Формат: pdf (true), epub
Размер: 24.8 MB

This book is based on experience in the field of mobile automation. I tried to create a tutorial on how to write code for mobile automation testing. In this book, I tried to focus more on the concept of how and with what vision it is necessary to approach the testing of mobile applications. As more companies are developing mobile products and the marketplace is seeing more devices, platforms, and versions, testing your mobile applications is vital. Anyone who builds or QAs applications knows that mobile apps testing is a vital part of application development. In fact, mobile testing is becoming more and more important as more brands want a slice of the mobile user audience, more mobile devices and versions are hitting the marketplace, and more companies are developing mobile products. This book will help you quickly study mobile testing, including mobile automation testing tools, strategy and process, and other similar automation frameworks.
  • Добавил: literator
  • Дата: 9-07-2021, 12:31
  • Комментариев: 0
Push Notifications Handbook for iOS and AndroidНазвание: Push Notifications Handbook for iOS and Android
Автор: Yair Carreno
Издательство: Leanpub
Год: 2021-06-21
Страниц: 137
Язык: английский
Формат: pdf (true), epub
Размер: 31.3 MB

I recommend this book for any actor who participates in designing, implementing and validating software components for mobile clients on iOS or Android operating systems. Although Push Notifications are only one of the topics in mobile solutions development, it is essential to know it in detail as it is intended in this book. Dear reader. It is a pleasure to communicate with you and begin this adventure in the world of Push Notifications.
  • Добавил: TRex
  • Дата: 9-07-2021, 12:17
  • Комментариев: 0
Название: All about design patterns in automation testing
Автор: Anton Smirnov
Издательство: Leanpub
Год: 2021
Формат: PDF, ePUB
Страниц: 114
Размер: 23,8 Mb
Язык: English

This book will be a lot of programming and describing the most popular design of patterns. In this book, I tried to focus more on the implementation concept of how and with what vision it is necessary to approach the creation of a test framework and an architecture I wrote my first automation testing framework back in 2014. This framework contained were a large number of architectural problems. But it is still in use today.
This tells us that in 2014 there were well-known principles, approaches, and design patterns. These design patterns are absolutely the same to this day, and nothing has changed in more than 7 years.
And it is about these basic principles and design patterns that I want to tell you in this book.