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



Реклама


Название: Объектно-ориентированное программирование в действии
Автор: Бадд Т.
Издательство: Питер
Год: 1997
ISBN: 5-88782-270-8, 0-201-82419-1
Формат: pdf
Страниц: 303
Размер: 50,5 Mb
Язык: Русский

Объектно-ориентированное программирование стало чрезвычайно популярно в последние несколько лет. Производители программного обеспечения бросаются создавать объектно-ориентированные версии своих продуктов. Цель написания книги - исследование и объяснение основных принципов объектно-ориентированного программирования.
Разместил: oksanavalera 10-10-2020, 19:51 | Комментарии: 0 | Подробнее
Название: Advanced ASP.NET Core 3 Security: Understanding Hacks, Attacks, and Vulnerabilities to Secure Your Website
Автор: Scott Norberg
Издательство: Apress
Год: 2020
Формат: PDF,EPUB
Страниц: 416
Размер: 10 Mb
Язык: English

Incorporate security best practices into ASP.NET Core. This book covers security-related features available within the framework, explains where these feature may fall short, and delves into security topics rarely covered elsewhere. Get ready to dive deep into ASP.NET Core 3.1 source code, clarifying how particular features work and addressing how to fix problems. For straightforward use cases, the ASP.NET Core framework does a good job in preventing certain types of attacks from happening. But for some types of attacks, or situations that are not straightforward, there is very little guidance available on how to safely implement solutions. And worse, there is a lot of bad advice online on how to implement functionality, be it encrypting unsafely hard-coded parameters that need to be generated at runtime, or articles which advocate for certain solutions that are vulnerable to obvious injection attacks. Even more concerning is the functions in ASP.NET Core that are not as secure as they should be by default.
Разместил: vitvikvas 10-10-2020, 18:46 | Комментарии: 0 | Подробнее
Сборник задач по разработке на платформе 1С:Предприятие (1C:Enterprise)Название: Сборник задач по разработке на платформе 1С:Предприятие (1C:Enterprise)
Автор: Чистов П.А.
Издательство: 1С-Паблишинг
Год: 2020
Страниц: 138
Язык: русский
Формат: pdf
Размер: 10.9 MB

В издании представлены задачи по разработке информационных систем на платформе «1С:Предприятие 8» (1C:Enterprise 8), рекомендованные к использованию в учебном процессе в образовательных программах высшего и среднего профессионального образования по ИТ-направлениям с учетом требований ФГОС и профессиональных стандартов. Книга ориентирована на преподавателей ИТ-дисциплин, методистов и других сотрудников образовательных организаций ВО и СПО.
Разместил: Ingvar16 10-10-2020, 11:39 | Комментарии: 0 | Подробнее
Machine Learning for Beginners: Learn to Build Machine Learning Systems Using PythonНазвание: Machine Learning for Beginners: Learn to Build Machine Learning Systems Using Python
Автор: Harsh Bhasin
Издательство: BPB Publications
Год: 2020
Страниц: 230
Язык: английский
Формат: pdf
Размер: 10.1 MB

Get familiar with various Supervised, Unsupervised and Reinforcement learning algorithms. This book covers important concepts and topics in Machine Learning. It begins with Data Cleansing and presents an overview of Feature Selection. It then talks about training and testing, cross-validation, and Feature Selection. The book covers algorithms and implementations of the most common Feature Selection Techniques. The book then focuses on Linear Regression and Gradient Descent. Some of the important Classification techniques such as K-nearest neighbors, logistic regression, Na?ve Bayesian, and Linear Discriminant Analysis are covered in the book.
Разместил: Ingvar16 10-10-2020, 10:52 | Комментарии: 0 | Подробнее
Artificial Intelligence and Expert SystemsНазвание: Artificial Intelligence and Expert Systems
Автор: I. Gupta, G. Nagpal
Издательство: Mercury Learning and Information
Год: 2020
Страниц: 424
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

This book is designed to identify some of the current applications and techniques of artificial intelligence as an aid to solving problems and accomplishing tasks. It provides a general introduction to the various branches of AI which include formal logic, reasoning, knowledge engineering, expert systems, neural networks, and fuzzy logic, etc. The book has been structured into five parts with an emphasis on expert systems: problems and state space search, knowledge engineering, neural networks, fuzzy logic, and Prolog.
Разместил: Ingvar16 10-10-2020, 09:57 | Комментарии: 0 | Подробнее
Modeling & Simulation: A Study in UnityНазвание: Modeling & Simulation: A Study in Unity
Автор: Holger Findling
Издательство: Findling
Год: 2020
Страниц: 290
Язык: английский
Формат: pdf (true)
Размер: 35.9 MB

The book is intended for anyone interested in modeling and simulation using the Unity Game engine. The book does not focus on any specific game development, but introduces the reader to all concepts required to develop simulation projects. Numerous examples of C# scripting and shader developments are provided with detailed explanations. Examples include character development, state machines and animation, basic AI features using Navigation Meshes, Terrain and Texture design. The reader should be able to design and develop their own 3D games after understanding these design features. The book assumes the reader has an understanding of basic programming skills, but no further experience with C# programming of scripting languages. Prior experience in programming Unity is not required.
Разместил: Ingvar16 10-10-2020, 09:27 | Комментарии: 0 | Подробнее
Hands-on Data Analysis and Visualization with Pandas: Engineer, Analyse and Visualize Data, Using Powerful Python LibrariesНазвание: Hands-on Data Analysis and Visualization with Pandas: Engineer, Analyse and Visualize Data, Using Powerful Python Libraries
Автор: Purna Chander Rao. Kathula
Издательство: BPB Publications
Год: 2020
Страниц: 411
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

Learn how to use JupyterLab, Numpy, Pandas, Scipy, Matplotlib, and Seaborn for Data science. The book will start with quick introductions to Python and its ecosystem libraries for data science such as JupyterLab, Numpy, Pandas, SciPy, Matplotlib, and Seaborn. This book will help in learning Python data structures and essential concepts such as Functions, Lambdas, List comprehensions, Datetime objects, etc. required for data engineering. It also covers an in-depth understanding of Python data science packages where JupyterLab used as an IDE for writing, documenting, and executing the python code, Numpy used for computation of numerical operations, Pandas for cleaning and reorganizing the data, handling large datasets and merging the dataframes to get meaningful insights.
Разместил: Ingvar16 10-10-2020, 01:40 | Комментарии: 0 | Подробнее
Python и наука о данных для чайников, 2-е изданиеНазвание: Python и наука о данных для чайников, 2-е издание
Автор: Джон Пол Мюллер, Лука Массарон
Издательство: Диалектика
Год: 2020
Страниц: 514
Язык: русский
Формат: djvu
Размер: 31.9 MB

Наука о данных — это вовсе не страшно! Изучите программирование на языке Python для анализа данных и статистики. Пишите код в облаке, используя Google Colab. Обменивайтесь данными и визуализируйте информацию. Интересуетесь наукой о данных, но немного побаиваетесь? Не нужно! Эта книга покажет, как использовать язык Python для создания интересных вещей с помощью науки о данных. Вы увидите, как установить набор инструментов Anaconda, благодаря которому работа с Python станет очень простой. Здесь вы откроете для себя инструмент Google Colab, позволяющий писать код в облаке с помощью обычного планшета. Вы узнаете, как выполнять все виды вычислений, используя последнюю версию языка Python.
Разместил: Ingvar16 9-10-2020, 23:48 | Комментарии: 0 | Подробнее
Angular 9: by Example 2020, 5th EditionНазвание: Angular 9: by Example 2020, 5th Edition
Автор: John Kocer, Mike Kocer
Издательство: Kocer Production
Год: 2020
Страниц: 465
Язык: английский
Формат: pdf, azw3, epub
Размер: 13.7 MB

Angular 9.x present a fast jump start for developers who wants to create modern web application with latest web technologies using Angular. We will create Angular SPA with Web APIs (REST) responsive design Simple Employee CRUD web application and Angular multi component Product Sale and Payment Processing Web Application. We also have fully functional Employee Angular Database Web application. We learn best tools for verifying and testing Application APIs. If you want to learn Angular, then you will need to know javascript. However, you don’t have to be a javascript expert. When compared to many other programming languages, such as C#, C++ and Java, javascript is very easy to pick-up and use it.
Разместил: Ingvar16 9-10-2020, 21:15 | Комментарии: 0 | Подробнее
Название: Win32: Основы программирования
Автор: Финогенов К.Г.
Издательство: М.: Диалог-МИФИ
Год: 2006 - 2-е изд., испр. и дополн.
Cтраниц: 416
Формат: pdf
Размер: 44 мб
Язык: русский

Книга является простым и доступным для широкого круга читателей пособием по разработке 32-разрядных программ для систем Windows на языке C++. Рассмотрены основные особенности архитектуры защищенного режима процессоров Intel, дано введение в язык C++, описаны принципы составления прикладных программ для Windows.
Разместил: rivasss 9-10-2020, 19:41 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2024     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности