Поддержка  •  Дневник  •  Без рекламы  •  О сайте  •  Реклама  •  Поставить баннер  •  Fleshlight  •  Прислать  •  Хроника  •  Translate Гости: 1    Участники: 0 Авторизация Авторизация   Регистрация 
Метод Научного Тыка
RULVEN
Поиск  
Blackball iMag | интернет-журнал
Каталог


Начало » Книги, справочники » Программирование, IT
364

Программирование, IT (стр. 10)

Библиотека книг по разработке программного обеспечения.



Мне нравится 0   Мне не нравится 0
Страница 10 из 19
 
« Следующая  1 2 3 4 5 6 7 8 9 10 ...   Предыдущая »  »|

Чт 11.11.2021
Introduction to Deep Learning Using R
Understand deep learning, the nuances of its different models, and where these models can be applied. The abundance of data and demand for superior products/services have driven the development of advanced computer science techniques, among them image and speech recognition. Introduction to Deep Learning Using R provides a theoretical and practical understanding of the models that perform these tasks by...
далее...
0 0 0
Вт 09.11.2021
OpenGL 4. Язык шейдеров. Книга рецептов
Язык шейдеров OpenGL (OpenGL Shading Language, GLSL) является фундаментальной основой программирования с использованием OpenGL. Его применение дает беспрецедентную гибкость и широту возможностей, позволяет использовать мощь графического процессора (GPU) для реализации улучшенных приемов отображения и даже для произвольных вычислений. Версия GLSL 4.x несет еще более широкие возможности, благодаря введению новых видов шейдеров: шейдеров тесселяции и вычислительных шейдеров. В этой книге рассматривается...
далее...
0 0 0
Чт 04.11.2021
Building Applications with Scala
Write modern, scalable, and reactive applications with the power of Scala. Scala is known for incorporating both object-oriented and functional programming into a concise and extremely powerful package. However, creating an app in Scala can get a little tricky because of the complexity. This book will help you dive straight into app development by creating a real, reactive, and functional...
далее...
0 0 0
Вт 02.11.2021
Mastering Xamarin UI Development
Build stunning, maintainable, cross-platform mobile application user interfaces with the power of Xamarin. Xamarin is the most powerful cross-platform mobile development framework. If you are interested in creating stunning user interfaces for the iOS and Android mobile platforms using the power of Xamarin and Xamarin.Forms, then this is your ticket. This book will provide you the practical skills required to...
далее...
0 0 0
Чт 28.10.2021
Разработка обслуживаемых программ на языке C#
Данное практическое руководство познакомит вас с 10 простыми рекомендациями, помогающими писать программное обеспечение, которое легко поддерживать и адаптировать. Эти тезисы сформулированы на основании анализа сотен реальных систем. Написанная консультантами компании Software Improvement Group книга содержит ясные и краткие советы по применению рекомендаций на практике.
0 0 0
Вт 26.10.2021
NHibernate 4.0 Cookbook
Over 90 incredible and powerful recipes to help you efficiently use NHibernate in your application NHibernate is a mature, flexible, scalable, and feature-complete open source project for data access. Although it sounds like an easy task to build and maintain database applications, it can be challenging to get beyond the basics and develop applications that meet your needs perfectly. NHibernate...
далее...
0 0 0
Чт 21.10.2021
Откройте для себя язык Си
Книга представляет собой учебное пособие по одному из самых популярных языков программирования. В живой, увлекательной форме авторы знакомят с выразительными средствами языка и спецификой программирования на Си. Изложение материала сопровожается большим числом примеров. Книга послужит полезным пособием для самостоятельно изучающих Си.
0 0 0
Вт 19.10.2021
Mastering TypeScript, Second Edition
Build enterprise-ready, industrial-strength web applications using TypeScript and leading JavaScript frameworks. The TypeScript language, compiler and open-source development toolset brings JavaScript development up to the enterprise level. It allows us to use ES5, ES6 and ES7 JavaScript language features today – including classes, interfaces, generics, modules and more. It’s simple typing syntax enables building large, robust applications using object-oriented techniques...
далее...
0 0 0
Чт 14.10.2021
TypeScript: Modern JavaScript Development
Leverage the features of TypeScript to boost your development skills and create captivating applications. TypeScript is an open source and cross-platform typed superset of JavaScript that compiles to plain JavaScript that runs in any browser or any host. TypeScript adds optional static types, classes, and modules to JavaScript, to enable great tooling and better structuring of large JavaScript applications. Through...
далее...
0 0 0
Вт 12.10.2021
TypeScript Essentials
Web applications work on a range of different devices, making them one of the most common ways in which users experience the web today. However, while the flexibility of web apps are great for users, for developers creating them with JavaScript, the process can be difficult, requiring more extensive and detailed coding work. TypeScript helps make the development of web...
далее...
0 0 0
Чт 07.10.2021
Паттерны проектирования на платформе .NET
Паттерны проектирования остаются важным инструментом в арсенале разработчика, поскольку они опираются на фундаментальные принципы проектирования. Тем не менее, появление новых конструкций в современных языках программирования делает одни паттерны более важными, а значимость других сводит к минимуму. Цель данной книги — показать, как изменились паттерны проектирования за это время, как на них повлияло современное увлечение функциональным программированием, и объяснить, каким образом...
далее...
0 0 0
Вт 05.10.2021
C# 7 and .NET Core Cookbook
Quick solutions to common programming problems with the latest features of C# 7.0, .NET Core 1.1, and Visual Studio 2017. C# has recently been open-sourced and C# 7 comes with a host of new features for building powerful, cross-platform applications. This book will be your solution to some common programming problems that you come across with C# and will also...
далее...
0 0 0
Чт 30.09.2021
Xamarin 4 By Example
The mobile app market is increasing exponentially every year. Xamarin Studio with its modern and powerful IDEs makes creating applications a lot easier by simplifying the development process. Xamarin will allow you and your team to create native applications by taking advantage of one of the most evolved programming language in the world: C#. This book will provide you with...
далее...
0 0 0
Вт 28.09.2021
Beginning Software Engineering
Beginning Software Engineering teaches you the practical, hands-on skills needed to design and build robust, efficient, and consistently reliable software. Using jargon-free English, this book uses numerous case studies to demonstrate important concepts and techniques, and describes methods that can be applied to any programming language. Each chapter concludes with a Try It Out and How It Works section where...
далее...
0 0 0
Чт 23.09.2021
ASP.NET Core and Angular 2
0 0 0
Вт 21.09.2021
Pro ASP.NET Core MVC, Sixth Edition
0 0 0
Чт 16.09.2021
Pro JavaScript Design Patterns
0 0 0
Чт 02.09.2021
Изучаем C++ через программирование игр
0 0 0
Вт 31.08.2021
Pro REST API Development with Node.js
Pro REST API Development with Node.js is your guide to managing and understanding the full capabilities of successful REST development. API design is a hot topic in the programming world, but not many resources exist for developers to really understand how you can leverage the advantages. This book will provide a brief background on REST and the tools it provides...
далее...
0 0 0
Чт 26.08.2021
RESTful Web APIsкнига
RESTful Web APIs
0 0 0

Страница 10 из 19
 
« Следующая  1 2 3 4 5 6 7 8 9 10 ...   Предыдущая »  »|

RSS-лента
Поделиться ссылкой:
Обзор ASUS GeForce RTX 4090 ROG Strix — Флагман с большой буквы Обзор ASUS GeForce RTX 4090 ROG Strix — Флагман с большой буквы
Грог: рецепт в домашних условиях, правила приготовления Грог: рецепт в домашних условиях, правила приготовления
Удаление грудей
Коктейль виски со Швепсом – оригинальные и согревающие рецепты Коктейль виски со Швепсом – оригинальные и согревающие рецепты

Новое
вчера, 09:06
6 самых мощных немецких автомобилей с двигателем V8
Минусы профессии программиста, что не нравится в работе 3 дня назад, 09:01
Минусы профессии программиста, что не нравится в работе
15 потрясающих соусов для свиных рёбрышек Сб 20.04.2024
15 потрясающих соусов для свиных рёбрышек
5 ошибок при разработке высоконагруженных сервисов Ср 17.04.2024
5 ошибок при разработке высоконагруженных сервисов
Soft skills: 18 самых важных навыков, которыми должен владеть каждый работник Ср 17.04.2024
Soft skills: 18 самых важных навыков, которыми должен владеть каждый работник
300+ вопросов по JavaScript на собеседовании Пн 15.04.2024
300+ вопросов по JavaScript на собеседовании
30 вопросов на собеседовании фронтенд разработчика Пн 15.04.2024
30 вопросов на собеседовании фронтенд разработчика
Как работает спидометр в машине: вы всегда хотели это знать, но никто не мог объяснить на пальцах Вс 14.04.2024
Как работает спидометр в машине: вы всегда хотели это знать, но никто не мог объяснить на пальцах
15 соусов для креветок, которые ты захочешь приготовить Сб 13.04.2024
15 соусов для креветок, которые ты захочешь приготовить
10 простых рецептов рыбы в кляре Пт 12.04.2024
10 простых рецептов рыбы в кляре
Книги
Refactoring with C# 2 дня назад, 10:07
Refactoring with C#
Год: 2023
Building IoT Visualizations using Grafana Вт 09.04.2024
Building IoT Visualizations using Grafana
Год: 2022
Getting Started with Grafana Вт 02.04.2024
Getting Started with Grafana
Год: 2022
Prometheus: Up & Running Вт 26.03.2024
Prometheus: Up & Running
Год: 2018

Разработано на основе BlackNight CMS
Release v.2024-04-19
© 2000–2024 Blackball
Дизайн & программирование:
О сайтеРеклама
Visitors
Web-site performed by Sergey Drozdov
BlackballРекламаСтатистикаПоддержка | МузыкаПлейлистыКиноВидеоИгрыАудиоПрограммыСтатьиКартинкиЮморФорумДневник сайтаПрислать контент