Добавить в избранное
Форум
Правила сайта "Мир Книг"
Группа в Вконтакте
Подписка на книги
Правообладателям
Найти книгу:
Навигация
Вход на сайт
Регистрация



Реклама


Название: Practical Test Automation: Learn to Use Jasmine, RSpec, and Cucumber Effectively for Your TDD and BDD
Автор: Panos Matsinopoulos
Издательство: Apress
Год: 2020
Формат: true pdf/epub
Страниц: 330
Размер: 13.7 Mb
Язык: English

Learn the principles behind test-driven development (TDD) and behavior-driven development (BDD) and see how Jasmine, RSpec and Cucumber can be used to your advantage. This book examines some of the leading technologies used for testing.
You'll see how to use Jasmine’s features to work with a javascript application. You will learn how to use Mini Test and RSpec with Ruby and Rubymine. Finally, you’ll use Cucumber to develop your software using a BDD approach.
Understanding test automation is a vital skill for any web developer. Practical Test Automation breaks down for you some of the important TDD and BDD technologies on the modern web.
Разместил: bomboane 21-08-2020, 17:25 | Комментарии: 0 | Подробнее
Название: Логический подход к искусственному интеллекту: От классической логики к логическому программированию
Автор: Тейз А., Грибомон П., Луи Ж.
Издательство: Мир
Год: 1990
Формат: pdf
Страниц: 430
Размер: 41 мб
Язык: русский

Монография специалистов из Бельгии и Швейцарии, излагающая проблемы н методы искусственного интеллекта с точки зрения математической логики. Она состоит из шести глав: логика, аксиоматические системы, представление знаний и рассуждений, логика н модифицируемые рассуждения, формальные грамматики и логическое программирование, Пролог и логическое программирование. Кинга построена так, что для понимания материала от читателя требуется только знание основ информатики.
Разместил: rivasss 21-08-2020, 16:57 | Комментарии: 0 | Подробнее
Название: VISUAL C# .NET: A Step By Step, Project-Based Guide to Develop Desktop Applications
Автор: Vivian Siahaan, Rismon Hasiholan Sianipar
Издательство: BALIGE PUBLISHING
Год: 2020
Формат: epub/pdf(conv.)
Страниц: 343
Размер: 13.7 Mb
Язык: English

In chapter one, you will learn to know the properties and events of each control in a Windows Visual C# application. You need to learn and know in order to be more familiar when applying them to some applications in this book.
In chapter two, you will build a project so that children can practice basic skills in addition, subtraction, multiplication, and division operations. This Math Game project can be used to choose the types of questions and what factors you want to use. This project has three timing options. Random math problems using values from 0 to 9 will be presented. Timing options are provided to measure accuracy and speed.
Разместил: bomboane 21-08-2020, 11:50 | Комментарии: 0 | Подробнее
Основы программирования на PHPНазвание: Основы программирования на PHP
Автор: Ларри Ульман
Издательство: ДМК Пресс
Год: 2001
ISBN: 5-94074-124-Х
Формат: pdf
Страниц: 288
Размер: 66,8 Mb
Язык: Русский

Представленная книга посвящена РНР - серверному межплатформенному встроенному в HTML языку написания сценариев. Рассматриваются следующие вопросы: синтаксис языка, строки и управляющие структуры, массивы и регулярные выражения, функции; описываются приемы отладки ваших сценариев. Особое внимание уделяется получению введенной в форму информации, работе с файловой системой, базами данных, cookie и др.
Разместил: oksanavalera 21-08-2020, 08:54 | Комментарии: 0 | Подробнее
Face Recognition Across the Imaging Spectrum
Название: Face Recognition Across the Imaging Spectrum
Автор: Thirimachos Bourlai
Издательство: Springer
Год: 2016
Формат: pdf
Страниц: 383
Размер: 16 Мб
Язык: English

This authoritative text/reference presents a comprehensive review of algorithms and techniques for face recognition (FR), with an emphasis on systems that can be reliably used in operational environments. Insights are provided by an international team of pre-eminent experts into the processing of multispectral and hyperspectral face images captured under uncontrolled environments.
Разместил: Bookworm 20-08-2020, 23:59 | Комментарии: 0 | Подробнее


Название: C# Network Programming
Автор: Richard Blum
Издательство: Sybex
Год: 2002
Формат: PDF
Страниц: 656
Для сайта: Mirknig.su
Размер: 4.7 Мб
Язык: Английский

On its own, C# simplifies network programming. Combine it with the precise instruction found in C# Network Programming, and you’ll find that building network applications is easier and quicker than ever.

This book helps newcomers get started with a look at the basics of network programming as they relate to C#, including the language’s network classes, the Winsock interface, and DNS resolution. Spend as much time here as you need, then dig into the core topics of the network layer. You’ll learn to make sockets connections via TCP and “connectionless” connections via UDP. You’ll also discover just how much help C# gives you with some of your toughest chores, such as asynchronous socket programming, multithreading, and multicasting.

Network-layer techniques are just a means to an end, of course, and so this book keeps going, providing a series of detailed application-layer programming examples that show you how to work with real protocols and real network environments to build and implement a variety of applications. Use SNMP to manage network devices, SMTP to communicate with remote mail servers, and HTTP to Web-enable your applications. And use classes native to C# to query and modify Active Directory entries.

Rounding it all out is plenty of advanced coverage to push your C# network programming skills to the limit. For example, you’ll learn two ways to share application methods across the network: using Web services and remoting. You’ll also master the security features intrinsic to C# and .NET--features that stand to benefit all of your programming projects.
Разместил: asusaser 20-08-2020, 23:48 | Комментарии: 0 | Подробнее
The standard C library
Название: The standard C library
Автор: P. Plauger
Издательство: Prentice Hall
Год: 1992
Формат: djvu
Страниц: 514
Размер: 10 Мб
Язык: English

Prentice Hall's most important C programming title in years. A companion volume to Kernighan & Ritchie's C Programming Language. A collection of reusable functions (code for building data structures, code for performing math functions and scientific calculations, etc.) which will save C programmers time and money especially when working on large programming projects. The C Library is part of the ANSI (American National Standard Institute) for the C Language. This new book contains the complete code for the library.
Разместил: Bookworm 20-08-2020, 23:47 | Комментарии: 0 | Подробнее
Partitional Clustering Algorithms
Название: Partitional Clustering Algorithms
Автор: M. Celebi
Издательство: Springer
Год: 2015
Формат: pdf
Страниц: 415
Размер: 10 Мб
Язык: English

This book focuses on partitional clustering algorithms, which are commonly used in engineering and computer scientific applications. The goal of this volume is to summarize the state-of-the-art in partitional clustering. The book includes such topics as center-based clustering, competitive learning clustering and density-based clustering. Each chapter is contributed by a leading expert in the field.
Разместил: Bookworm 20-08-2020, 23:47 | Комментарии: 0 | Подробнее
Real-World Solutions for Developing High-Quality PHP Frameworks and Applications
Название: Real-World Solutions for Developing High-Quality PHP Frameworks and Applications
Автор: Sebastian Bergmann, Stefan Priebsch
Издательство: Wiley
Год: 2011
Формат: pdf
Страниц: 410
Размер: 48 Мб
Язык: English

Learn to develop high-quality applications and frameworks in PHP
Packed with in-depth information and step-by-step guidance, this book escorts you through the process of creating, maintaining and extending sustainable software of high quality with PHP. World-renowned PHP experts present real-world case studies for developing high-quality applications and frameworks in PHP that can easily be adapted to changing business requirements.They offer different approaches to solving  typical development and quality assurance problems that every developer needs to know and master.
Разместил: Bookworm 20-08-2020, 23:47 | Комментарии: 0 | Подробнее
Название: Essentials of Blockchain Technology by Kuan-Ching Li
Автор: Kuan-Ching Li (Editor), Xiaofeng Chen (Editor), Hai Jiang (Editor)
Издательство: Chapman and Hall/CRC
Год: 2020
Формат: True PDF
Страниц: 408
Размер: 10.9 Mb
Язык: English

Blockchain technologies, as an emerging distributed architecture and computing paradigm, have accelerated the development/application of the Cloud/GPU/Edge Computing, Artificial Intelligence, cyber physical systems, social networking, crowdsourcing and crowdsensing, 5G, trust management, and finance. The popularity and rapid development of Blockchain brings many technical and regulatory challenges for research and academic communities. This book will feature contributions from experts on topics related to performance, benchmarking, durability, robustness, as well data gathering and management, algorithms, analytics techniques for transactions processing, and implementation of applications.
Разместил: bomboane 20-08-2020, 18:24 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2024     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности