The Definitive Guide to GCC. 2nd Edition

Автор: Bookstream от 29-03-2019, 17:43, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

The Definitive Guide to GCC. 2nd Edition

Название: The Definitive Guide to GCC. 2nd Edition
Автор: William von Hagen
Издательство: Apress
Год: 2006
Формат: pdf + code
Страниц: 584
Размер: 12 Мб
Язык: английский

The GNU Compiler Collection (GCC) offers a variety of compilers for different programming languages including C, C++, Java, Fortran, and Ada. The Definitive Guide to GCC, Second Edition has been revised to reflect the changes made in the most recent major GCC release, version 4. Providing in-depth information on GCC's enormous array of features and options, and introducing crucial tools such as autoconf, gprof, and libtool, this book functions as both a guide and reference.
 

Engineering problem solving with C

Автор: Bookstream от 29-03-2019, 13:04, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Engineering problem solving with C

Название: Engineering problem solving with C
Автор: Delores M. Etter
Издательство: Pearson
Год: 2013
Формат: pdf
Страниц: 488
Размер: 10.22 Мб
Язык: английский

Введение в решение инженерных задач на C по оригинальной методике. Автор обучает языку C на реальных инженерных задачах с решениями. Чтобы дополнительно заинтересовать читателя, автор выбрал настоящие задачи из области криминалистики.

In Engineering Problem Solving with C, 4e, best-selling author, Delores Etter, uses real-world engineering and scientific examples and problems throughout the text. Solutions to the problems are developed using the language C and the author's signature five-step problem solving process.
 

Unity Game Development Cookbook: From the Basics to Virtual Reality (Early Release)

Автор: literator от 29-03-2019, 05:58, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Unity Game Development Cookbook: From the Basics to Virtual Reality (Early Release)
Автор: Paris Buttfield-Addison, Jon Manning, Tim Nugent
Издательство: O'Reilly Media
ISBN: 1491999152
Год: 2019
Страниц: 356
Язык: английский
Формат: pdf
Размер: 12.5 MB

Find out how to use the Unity Game Engine to its fullest for both 3D and 2D game development—from the basics to the hottest new tricks in virtual reality. With this unique cookbook, you’ll get started in two ways:
- First, you’ll learn about the Unity game engine by following very brief exercises that teach specific features of the software
- Second, this tutorial-oriented guide provides a collection of snippets that solve common gameplay problems, like determining if a player has completed a lap in a race
 

Machine Learning in VLSI Computer-Aided Design

Автор: literator от 29-03-2019, 03:24, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Machine Learning in VLSI Computer-Aided Design
Автор: Ibrahim (Abe) M. Elfadel, Duane S. Boning, Xin Li
Издательство: Springer
ISBN: 3030046656
Год: 2019
Страниц: 697
Язык: английский
Формат: pdf (true), epub
Размер: 115.6 MB

This book provides readers with an up-to-date account of the use of machine learning frameworks, methodologies, algorithms and techniques in the context of computer-aided design (CAD) for very-large-scale integrated circuits (VLSI). Coverage includes the various machine learning methods used in lithography, physical design, yield prediction, post-silicon performance analysis, reliability and failure analysis, power and thermal analysis, analog design, logic synthesis, verification, and neuromorphic design.
 

C++ на примерах. Практика, практика и только практика

Автор: Chipa от 28-03-2019, 20:55, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ


Название: C++ на примерах. Практика, практика и только практика
Автор: Орленко Павел
Издательство: НиТ
Год: 2019
Формат: pdf
Страниц: 290
Размер: 70 Mb
Язык: Русский

Эта книга является превосходным учебным пособием для изучения языка программирования C++ на примерах.
 

Vue.js в действии

Автор: Chipa от 28-03-2019, 14:25, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ


Название: Vue.js в действии
Автор: Э. Хэнчетт, Б. Листуон
Издательство: Питер
Год: 2019
Формат: pdf
Страниц: 306
Размер: 43 Mb
Язык: Русский

Vue.js – это популярная библиотека для создания пользовательских интерфейсов. В ней значительно переосмыслены реактивные идеи, впервые появившиеся в React.js. Книга «Vue.js в действии» рассказывает о создании быстрых и эластичных пользовательских интерфейсов для Интернета. Освоив ее, вы напишете полноценное приложение для интернет-магазина, где будут присутствовать списки товаров, админка, а также организован полноценный процесс онлайнового заказа.
 

Redis Cookbook: Practical Techniques for Fast Data Manipulation

Автор: Ice Zero от 28-03-2019, 14:12, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Redis Cookbook: Practical Techniques for Fast Data Manipulation
Автор: Tiago Macedo, Fred Oliveira
Издательство: O'Reilly Media
Год: 2011
Формат: PDF
Страниц: 74
Для сайта: litgu.ru
Размер: 3.9 Mb
Язык: English

Two years since its initial release, Redis already has an impressive list of adopters, including Engine Yard, GitHub, Craigslist, and Digg. This open source data structure server is built for speed and flexibility, making it ideal for many applications. If you're using Redis, or considering it, this concise cookbook provides recipes for a variety of issues you're likely to face.
Each recipe solves a specific problem, and provides an in-depth discussion of how the solution works. You’ll discover that Redis, while simple in nature, offers extensive functionality for manipulating and storing data.
 

Git in Practice: Includes 66 Techniques

Автор: Ice Zero от 28-03-2019, 14:10, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Git in Practice: Includes 66 Techniques
Автор: Mike McQuaid
Издательство: Manning Publications
Год: 2014
Формат: PDF
Страниц: 272
Для сайта: litgu.ru
Размер: 4.7 Mb
Язык: English

Git in Practice is a collection of 66 tested techniques that will optimize the way you and your team manage your development projects. The book begins with a brief reminder of the core version control concepts you need when using Git and moves on to the high-value features you may not have explored yet. Then, you'll dig into cookbook-style techniques like history visualization, advanced branching and rewriting history each presented in a problem-solution-discussion format. Finally you'll work out how to use Git to its full potential through configuration, team workflows, submodules and using GitHub pull requests effectively.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
 

Git Pocket Guide: A Working Introduction

Автор: Ice Zero от 28-03-2019, 14:10, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Git Pocket Guide: A Working Introduction
Автор: Richard E. Silverman
Издательство: O'Reilly Media
Год: 2013
Формат: PDF
Страниц: 234
Для сайта: litgu.ru
Размер: 3.8 Mb
Язык: English

This pocket guide is the perfect on-the-job companion to Git, the distributed version control system. It provides a compact, readable introduction to Git for new users, as well as a reference to common commands and procedures for those of you with Git experience.
Written for Git version 1.8.2, this handy task-oriented guide is organized around the basic version control functions you need, such as making commits, fixing mistakes, merging, and searching history.
 

Первые шаги в программировании. Самоучитель

Автор: Biber от 28-03-2019, 13:57, Коментариев: 0

Категория: КНИГИ » ПРОГРАММИРОВАНИЕ

Название: Первые шаги в программировании. Самоучитель
Автор: Ставровский А.Б., Карнаух Т.А.
Издательство: Вильямс
Год: 2006
Формат: pdf
Страниц: 398
Размер: 27,3 Mb
Язык: Русский

Данная книга представляет собой второе, переработанное и дополненное, издание вводного курса для тех, кто начинает осваивать профессию программиста. Материал рассчитан на студентов младших курсов и старшеклассников, но может оказаться интересным и для более искушенных читателей. Книга дает четкие определения основных понятий программирования, знакомит с основами технологии проектирования, разработки и отладки программ. В ней приведены десятки примеров решения конкретных задач; читателю предоставлена возможность их уточнения, реализации, отладки и модификации. Каждая глава книги содержит тщательно подобранные резюме, контрольные вопросы и многочисленные задачи для самостоятельной работы. Ответы на вопросы, решения избранных задач или указания к ним читатель найдет в конце книги. Данную книгу можно использовать и как самоучитель, и как учебное пособие в учебном процессе.