|
|
|
|
|
|
|
| |
|
Название: Coding Projects in Scratch: A Step-by-Step Visual Guide to Coding Your Own Animations, Games, Simulations and More! Автор: Jon Woodcock Издательство: DK Children Год: 2016 Формат: True PDF Страниц: 226 Размер: 23.3 Mb Язык: English
A straightforward, visual guide that shows young learners how to build their own computer projects using Scratch, a popular free programming language, using fun graphics and easy-to-follow instructions. Kids can animate their favorite characters, build games to play with friends, create silly sound effects, and more with Coding Projects in Scratch. All they need is a desktop or laptop with Adobe 10.2 or later, and an internet connection to download Scratch 2.0. |
Разместил: bomboane 19-01-2019, 14:50 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Прикладное программирование : методические указания Автор: Толокнова А.Н. Издательство: РИЦ СГСХА Год: 2018 Формат: pdf Страниц: 25 Для сайта: Mirknig.su Размер: 0,7Mb Язык: русский Методические указания по дисциплине «Прикладное программирование» составлены в соответствии с требованиями образовательной программы подготовки студентов, обучающихся по направлению 23.03.01 Технология транспортных процессов, профиль: Организация перевозок и управление на автомобильном транспорте. |
Разместил: mihail1000 19-01-2019, 14:30 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Programming Rust (Early Release) Автор: Jim Blandy, Jason Orendorff Издательство: O'Reilly Media Год: 2016 Формат: PDF, EPUB Размер: 68 Мб Язык: английский / English
This practical book introduces systems programmers to Rust, the new and cutting-edge language that’s still in the experimental/lab stage. You’ll learn how Rust offers the rare and valuable combination of statically verified memory safety and low-level control—imagine C++, but without dangling pointers, null pointer dereferences, leaks, or buffer overruns. |
Разместил: black 19-01-2019, 14:27 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Объектно-ориентированное программирование на языке С++ Автор: Широков А. С. Издательство: Изд-во ЛГТУ Год: 2018 Формат: pdf Страниц: 32 Для сайта: Mirknig.su Размер: 0,5Mb Язык: русский В методических указаниях рассмотрены основы объектно-ориентированного программирования, даны задания к лабораторным работам и ИДЗ. Приведены необходимые примеры программ, реализующих основные механизмы объектно-ориентированного программирования, и контрольные вопросы. |
Разместил: mihail1000 19-01-2019, 11:28 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Software Engineering, Artificial Intelligence, Networking and Parallel/Distributed Computing Автор: Roger Lee (editor) Издательство: Springer ISBN: 3319983660 Год: 2018 (2019 Edition) Страниц: 187 Язык: английский Формат: pdf (true), epub Размер: 28.9 MB
This edited book presents the scientific outcomes of the 19th IEEE/ACIS International Conference on Software Engineering, Artificial Intelligence, Networking and Parallel/Distributed Computing (SNPD 2018), which was held in Busan, Korea on June 27–29, 2018. The aim of this conference was to bring together researchers and scientists, businessmen and entrepreneurs, teachers, engineers, computer users and students to discuss the numerous fields of computer science and to share their experiences and exchange new ideas and information in a meaningful way. The book includes research findings on all aspects (theory, applications and tools) of computer and information science and discusses the practical challenges encountered along the way and the solutions adopted to respond to them. |
Разместил: Ingvar16 19-01-2019, 05:23 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Predictive Analytics with Microsoft Azure Machine Learning, 2nd Edition Автор: Roger Barga, Valentine Fontama, Wee Hyong Tok Издательство: Apress ISBN: 1484212010 Год: 2015 Страниц: 303 Язык: английский Формат: True PDF Размер: 18.7 MB
Predictive Analytics with Microsoft Azure Machine Learning, Second Edition is a practical tutorial introduction to the field of data science and machine learning, with a focus on building and deploying predictive models. The book provides a thorough overview of the Microsoft Azure Machine Learning service with practical guidance for building recommenders, propensity models, and churn and predictive maintenance models. The authors use task oriented descriptions and concrete end-to-end examples to ensure that the reader can immediately begin using this new service. The book describes all aspects of the service from data ingress to applying machine learning, evaluating the models, and deploying them as web services. Learn how you can quickly build and deploy sophisticated predictive models with the new Azure Machine Learning from Microsoft. |
Разместил: Ingvar16 19-01-2019, 04:29 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Writing High-Performance .NET Code Автор: Ben Watson Издательство: Ben Watson Год: 2014 Формат: PDF, EPUB Размер: 19 Мб Язык: английский / English
Do you want your .NET code to have the absolute best performance it can? This book demystifies the CLR, teaching you how and why to write code with optimum performance. Learn critical lessons from a person who helped design and build one of the largest high-performance .NET systems in the world. This book does not just teach you how the CLR works—it teaches you exactly what you need to do now to obtain the best performance today. It will expertly guide you through the nuts and bolts of extreme performance optimization in .NET, complete with in-depth examinations of CLR functionality, free tool recommendations and tutorials, useful anecdotes, and step-by-step guides to measure and improve performance. |
Разместил: black 18-01-2019, 19:47 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Introduction to Tornado: Modern Web Applications with Python Автор: Michael Dory and Allison Parrish Издательство: O'Reilly Media Год: 2012 Формат: PDF Размер: 12 Мб Язык: английский / English
Walk through the basics of Tornado, the high-performance web server known for its speed, simplicity, and scalability on projects large and small. With this hands-on guide, you’ll learn how to use Tornado’s acclaimed features by working with several example applications. You also get best practices for using Tornado in the real world. Are you interested in creating a scalable social application, real-time analytics engine, or RESTful API—all with the power and simplicity of Python? This book shows you why Tornado is fantastic choice for writing powerful applications that are simple to create, extend, and deploy. |
Разместил: black 18-01-2019, 19:33 | Комментарии: 0 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: Coding Interview Questions, 3rd Edition Автор: Narasimha Karumanchi Издательство: CareerMonk Plublications Год: 2017 Страниц: 520 Формат: PDF, EPUB, AZW3 Размер: 155 Mb Язык: English
"Coding Interview Questions" is a book that presents interview questions in simple and straightforward manner with a clear-cut explanation. This book will provide an introduction to the basics. It comes handy as an interview and exam guide for computer scientists. |
Разместил: bhaer 18-01-2019, 17:32 | Комментарии: 1 | Подробнее
| | | |
|
| |
|
|
|
|
|
|
| |
|
Название: FBML Essentials: Facebook Markup Language Fundamentals Автор: Jesse Stay Издательство: O'Reilly Media Год: 2008 Формат: PDF Страниц: 192 Для сайта: Mirknig.su Размер: 1 Mb Язык: English
Do you have an idea for a Facebook application? With FBML Essentials, you'll learn how to build it quickly using the Facebook Markup Language (FBML) and other easy-to-use tools in the site's framework. If you can develop a website with HTML, writing a Facebook application with the help of this book will be a breeze.
Of course, Facebook is not just another website. Any applications you write for it will have a potential audience of 16 million dedicated users. It's not just another social networking site, either. Under the surface, Facebook is pretty sophisticated, with a development toolkit that includes it's own modified version of HTML -- FBML -- to customize the look and feel of your Facebook applications. |
Разместил: Ice Zero 18-01-2019, 14:20 | Комментарии: 0 | Подробнее
| | | |
|
| |
br>
|