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



Реклама


Название: Learn to Program with Small Basic
Автор: Majed Marji, Ed Price
Издательство: No starch press
Год: 2016
Формат: PDF, EPUB
Размер: 43 Мб
Язык: английский / English

Small Basic is a free, beginner-friendly programming language created by Microsoft to inspire kids to learn to program. Based on BASIC, which introduced programming to millions of first-time PC owners in the 1970s and 1980s, Small Basic is a modern language that makes coding simple and fun.
Разместил: black 5-01-2019, 20:41 | Комментарии: 0 | Подробнее
Название: Quick Start Guide to VHDL
Автор: Brock J. LaMeres
Издательство: Springer
Год: 2019
Формат: PDF
Размер: 19 Мб
Язык: английский / English

This textbook provides a starter’s guide to VHDL. This book can be used in conjunction with a one-semester course in Digital Systems Design or on its own for designers who only need an introduction to the language. This book is designed to provide a bottoms-up approach to learning the VHDL language. This design supports a course in which foundational knowledge is covered before moving into advanced topics. However, this design also supports use as a reference manual. The author has designed the presentation with learning goals and assessment at its core. Each section addresses a specific learning outcome that the student should be able to “do” after its completion. The concept checks and exercise problems provide a rich set of assessment tools to measure student performance on each outcome.
Разместил: black 5-01-2019, 20:21 | Комментарии: 0 | Подробнее
Название: Python Programming: For the Beginners (An Introduction to the Python Computer Language and Computer Programming)
Автор: Navi Feroz
Издательство: Amazon Digital Services LLC
ASIN: B07CW4LW42
Год: 2018
Страниц: 230
Язык: английский
Формат: epub, azw3, pdf (conv)
Размер: 10.1 MB

Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together. Python's simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python supports modules and packages, which encourages program modularity and code reuse. Objectives of our book is to impact basic knowledge in “PYTHON PROGRAMMING” for all the program learners. All the programs are clearly explained with some examples.
Разместил: Ingvar16 5-01-2019, 19:50 | Комментарии: 0 | Подробнее
Практикум по HTMLНазвание: Практикум по HTML
Автор: Дмитрий Кудрец
Издательство: Издательские решения
Год: 2019
Страниц: 60, 63 цв. ил.
Язык: Русский
Формат: rtf, pdf
Размер: 10,8 Mb

Пособие «Практикум по HTML» содержит разноуровневые задания для организации самостоятельной работы при изучении соответствующей темы на уроках информатики. Адресуется учителям и учащимся школ, гимназий, учреждений профессионального образования.
Разместил: yunik77 5-01-2019, 16:51 | Комментарии: 0 | Подробнее

Название: Practical Application Development with AppRun: Building Reliable, High-Performance Web Apps Using Elm-Inspired Architecture, Event Pub-Sub, and Components
Автор: Yiyi Sun
Издательство: Apress
Год: 2019
Страниц: 293
Формат: PDF
Размер: 10 Mb
Язык: English

Explore the concepts, patterns, and architecture behind AppRun applications. With this end-to-end guide, you will be able to build web apps fast to the market with the low learning curve and high development productivity.
You will learn how to break down the application logic into three decoupled parts: state, view, and update. You will then see how to connect web page events to the AppRun event life-cycle, route user interactions, access data from the remote servers, compose the user interface using components, and integrate 3rd party libraries.
Разместил: bhaer 5-01-2019, 12:41 | Комментарии: 0 | Подробнее

Название: Data Science and Digital Business
Автор: Fausto Pedro Garc?a M?rquez
Издательство: Springer
Год: 2019
Страниц: 316
Формат: PDF, EPUB
Размер: 53 Mb
Язык: English

This book combines the analytic principles of digital business and data science with business practice and big data. The interdisciplinary, contributed volume provides an interface between the main disciplines of engineering and technology and business administration. Written for managers, engineers and researchers who want to understand big data and develop new skills that are necessary in the digital business, it not only discusses the latest research, but also presents case studies demonstrating the successful application of data in the digital business.
Разместил: bhaer 5-01-2019, 11:16 | Комментарии: 0 | Подробнее

Название: Fog Computing, Deep Learning and Big Data Analytics-Research Directions
Автор: C.S.R. Prabhu
Издательство: Springer
Год: 2019
Страниц: 71
Формат: PDF, EPUB
Размер: 10 Mb
Язык: English

This book provides a comprehensive picture of fog computing technology, including of fog architectures, latency aware application management issues with real time requirements, security and privacy issues and fog analytics, in wide ranging application scenarios such as M2M device communication, smart homes, smart vehicles, augmented reality and transportation management.
Разместил: bhaer 5-01-2019, 11:14 | Комментарии: 0 | Подробнее

Название: Numerical Methods: Using MATLAB, 4th Edition
Автор: George Lindfield, John Penny
Издательство: Academic Press
Год: 2019
Страниц: 608
Формат: PDF
Размер: 10 Mb
Язык: English

The fourth edition of Numerical Methods Using MATLAB® provides a clear and rigorous introduction to a wide range of numerical methods that have practical applications. The authors’ approach is to integrate MATLAB® with numerical analysis in a way which adds clarity to the numerical analysis and develops familiarity with MATLAB®. MATLAB® graphics and numerical output are used extensively to clarify complex problems and give a deeper understanding of their nature.
Разместил: bhaer 5-01-2019, 11:13 | Комментарии: 0 | Подробнее
Название: Practical Swift
Автор: Eric Downey
Издательство: Apress
Год: 2016
Формат: PDF
Размер: 11 Мб
Язык: английский / English

This is the ideal guide to walk you through Xcode and all the latest features Swift 3 has to offer. If you have picked up this book, chances are you know a little bit about Swift Programming. With Practical Swift you’ll develop an advanced understanding of the language that will enable you to create a reference guide using Xcode Playgrounds, one you can continue to grow throughout your iOS career. This book not only shows you how to code in a clean and concise manner, but also the why behind the code. Understanding why will be instrumental in your advancement as a Swift developer.
Разместил: black 4-01-2019, 22:37 | Комментарии: 0 | Подробнее
Название: Guide to Software Development
Автор: Arthur M. Langer
Издательство: Springer
Год: 2012
Формат: PDF
Размер: 10 Мб
Язык: английский / English

This book addresses how best to make build vs. buy decisions, and what effect such decisions have on the software development life cycle (SDLC). Offering an integrated approach that includes important management and decision practices, the text explains how to create successful solutions that fit user and customer needs, by mixing different SDLC methodologies.
Разместил: black 4-01-2019, 22:14 | Комментарии: 0 | Подробнее
 MirKnig.Su  ©2021     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности