Advanced Structural Analysis with MATLAB

Автор: literator от 30-07-2019, 01:31, Коментариев: 0

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

Название: Advanced Structural Analysis with MATLAB
Автор: Srinivasan Chandrasekaran
Издательство: CRC Press
ISBN: 0367026457
Год: 2018
Страниц: 251
Язык: английский
Формат: pdf (true)
Размер: 13,3 MB

Building structures are unique in the field of engineering, as they pose challenges in the development and conceptualization of their design. As more innovative structural forms are envisioned, detailed analyses using computer tools are inevitable. This book enables readers to gain an overall understanding of computer-aided analysis of various types of structural forms using advanced tools such as MATLAB. Detailed descriptions of the fundamentals are explained in a "classroom" style, which will make the content more user-friendly and easier to understand. Basic concepts are emphasized through simple illustrative examples and exercises, and analysis methodologies and guidelines are explained through numerous example problems. The analysis steps have been explained in a classroom style of teaching and the computer programs for MATLAB platform have been introduced in the form of examples.
 

Teaching Coding through Game Creation

Автор: literator от 30-07-2019, 01:26, Коментариев: 0

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

Название: Teaching Coding through Game Creation
Автор: Sarah Kepple
Издательство: Libraries Unlimited
ISBN: 1440851883
Год: 2018
Страниц: 197
Язык: английский
Формат: epub
Размер: 32.7 MB

In our technology-obsessed society, computer coding is a highly valued and in-demand skill, but many people consider it an activity only for technology geeks and educated professionals—even more so to teach coding. Not so, says author Sarah Kepple. In this accessible guide, she explains why you don't have to be an expert to lead coding, shows how easy and rewarding learning and teaching coding can be, and provides step-by-step instructions to help you and your community get started. The book shows how to engage students quickly with learning activities that springboard off of the powerful appeal of video games. The author takes users through activities that introduce popular programming languages—including GameMaker, jаvascript, Python, and Scratch—to create video games, and in the process, to learn coding.
 

Основы программирования для Интернета

Автор: kotmatros255 от 29-07-2019, 19:09, Коментариев: 0

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

Название: Основы программирования для Интернета
Автор: Будилов В. А.
Издательство: СПб.: БХВ-Петербург
Год: 2003
ISBN: 5-94157-254-9
Формат: pdf
Страниц: 733
Размер: 37,8 Mb
Язык: Русский

Книга адресована тем, кто хочет научиться профессионально программировать для Интернета. В сжатой форме на примерах показаны основные методы создания приложений для глобальной сети, начиная от простейших HTML-страничек и заканчивая основными принципами построения распределенных многоуровневых систем. Даются основы CGI-программирования с использованием языка РНР. Рассмотрено создание полноценных распределенных CGI-приложений на основе языков общего назначения, таких как C++ или Java. Отдельно представлены возможности платформенно-независимых технологий Java и CORBA.
 

Build Your Own IoT Platform: Develop a Fully Flexible and Scalable Internet of Things Platform in 24 Hours

Автор: literator от 29-07-2019, 14:41, Коментариев: 0

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

Название: Build Your Own IoT Platform: Develop a Fully Flexible and Scalable Internet of Things Platform in 24 Hours
Автор: Anand Tamboli
Издательство: Apress
ISBN: 1484244974
Год: 2019
Страниц: 228
Язык: английский
Формат: pdf (true), epub
Размер: 10.18 MB

"One of the best IOT Development books of all time" - BookAuthority
Discover how every solution in some way related to the IoT needs a platform and how to create that platform. This book is about being agile and reducing time to market without breaking the bank. It is about designing something that you can scale incrementally without having to do a lot of rework and potentially disrupting your current state of the work. So the key questions are: what does it take, how long does it take, and how much does it take to build your own IoT platform? Build Your Own IoT Platform answers these questions and provides you with step-by-step guidance on how to build your own IoT platform. The author bursts the bubble of IoT platforms and highlights what the core of an IoT platform looks like. There are must-haves and there are nice-to-haves; this book will distinguish the two and focus on how to build the must-haves.
 

Beginning Azure IoT Edge Computing: Extending the Cloud to the Intelligent Edge

Автор: literator от 29-07-2019, 14:36, Коментариев: 0

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

Название: Beginning Azure IoT Edge Computing: Extending the Cloud to the Intelligent Edge
Автор: David Jensen
Издательство: Apress
ISBN: 1484245350
Год: 2019
Страниц: 273
Язык: английский
Формат: pdf (true), epub
Размер: 18.5 MB

Use a step-by-step process to create and deploy your first Azure IoT Edge solution. Modern day developers and architects in today’s cloud-focused world must understand when it makes sense to leverage the cloud. Computing on the edge is a new paradigm for most people. The Azure IoT Edge platform uses many existing technologies that may be familiar to developers, but understanding how to leverage those technologies in an edge computing scenario can be challenging. Beginning Azure IoT Edge Computing demystifies computing on the edge and explains, through concrete examples and exercises, how and when to leverage the power of intelligent edge computing. It introduces the possibilities of intelligent edge computing using the Azure IoT Edge platform, and guides you through hands-on exercises to make edge computing approachable, understandable, and highly useful.
 

Easy Learning Design Patterns Java Practice: Reusable Object-Oriented Software

Автор: literator от 29-07-2019, 14:16, Коментариев: 0

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

Название: Easy Learning Design Patterns Java Practice: Reusable Object-Oriented Software
Автор: Yang Hu
Издательство: Independently published
ISBN: 109589935X
Год: 2019
Страниц: 143
Язык: английский
Формат: epub, azw3, pdf (conv)
Размер: 10.1 MB

Опыт проектирования объектно-ориентированного программного обеспечения, шаблоны проектирования позволяют разработчикам создавать более гибкие, элегантные и, в конечном счете, повторно используемые проекты без необходимости заново открывать решения для проектирования. Каждый шаблон описывает обстоятельства, при которых он применим, когда он может быть применен с учетом других конструктивных ограничений, а также последствий и компромиссов использования шаблона в рамках более крупного проекта. Все шаблоны составлены из реальных систем и основаны на реальных примерах. Каждый шаблон также включает в себя код, который демонстрирует, как он может быть реализован в объектно-ориентированных языках программирования, таких как Java.
 

Programming PyTorch for Deep Learning (Early Release)

Автор: buratino от 29-07-2019, 13:43, Коментариев: 0

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

Название: Programming PyTorch for Deep Learning: Creating and Deploying Deep Learning Applications (Early Release)
Автор: Ian Pointer
Издательство: O'Reilly Media
Год: 2019
Формат: epub/pdf/rtf(conv.)
Размер: 11.1 Mb
Язык: English

Deep learning is changing everything. This machine-learning method has already surpassed traditional computer vision techniques, and the same is happening with NLP. If you're looking to bring deep learning into your domain, this practical book will bring you up to speed on key concepts using Facebook's PyTorch framework.
 

Разработка программ под Windows

Автор: Max148 от 29-07-2019, 10:27, Коментариев: 0

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


Название: Разработка программ под Windows
Автор: Водовозов В.М., Пожидаев А.К.
Издательство: СПбГЭТУ «ЛЭТИ»
Год: 2005
Формат: pdf, djvu
Страниц: 104
Для сайта: litgu.ru
Размер: 10.9 Мб
Язык: русский

Дано описание языка C++. Представлены основные этапы процедурного, структурного, модульного и объектно-ориентированного программирования под Windows. Показаны особенности работы с библиотеками, процедурами, функциями, файлами, базами данных и справочными системами.

Изменил: Max148 по причине: Восстановлены ссылки

 

Embedded Software Development for Safety-Critical Systems

Автор: buratino от 29-07-2019, 10:25, Коментариев: 0

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

Название: Embedded Software Development for Safety-Critical Systems
Автор: Chris Hobbs
Издательство: Taylor & Francis Group, LLC
Год: 2016
Формат: True PDF
Страниц: 342
Размер: 18.2 Mb
Язык: English

Safety-critical devices, whether medical, automotive, or industrial, are increasingly dependent on the correct operation of sophisticated software. Many standards have appeared in the last decade on how such systems should be designed and built. Developers, who previously only had to know how to program devices for their industry, must now understand remarkably esoteric development practices and be prepared to justify their work to external auditors.

Изменил: buratino по причине: reuploaded

 

Объектно-ориентированное программирование на PHP 5

Автор: kotmatros255 от 29-07-2019, 06:59, Коментариев: 0

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

Объектно-ориентированное программирование на PHP 5Название: Объектно-ориентированное программирование на PHP 5
Автор: Ловэйн П.
Издательство: НТ Пресс
Год: 2007
Серия: Школа Web-мастерства
ISBN: 978-5-477-00581-9
Формат: pdf
Страниц: 225
Размер: 58,5 Mb
Язык: Русский

В книге рассмотрены принципы и приемы объектно-ориентированного программирования в применении к языку РНР версии 5, который предназначен для разработки Web-приложений. Изложение проиллюстрировано конкретными примерами кода. Приведены, в частности, образцы создания классов для постраничного просмотра больших наборов записей, для масштабирования изображений на лету и для работы с базами данных. Рассмотрены также новейшие средства, включенные в стандартную библиотеку РНР: класс SimpleXML, встроенная база данных SQLiteDatabase, слой абстрагирования доступа к данным PDO, потребление Web-сервисов на основе класса SoapClient. Издание рассчитано на программистов со средним уровнем подготовки. Для понимания изложенного в нем материала предварительного ознакомления с объектно-ориентированным программированием не требуется.