|
 |
|
 |
|
|
 |
|  |
|
Название: Pen Art in Snap Programming: the art of programming and the programming of art Автор: Abhay B. Joshi, Sandesh R. Gaikwad Издательство: SPARK Institute and Publications Год: 2019 Страниц: 190 Язык: английский Формат: epub Размер: 10.1 MB
Snap (and Scratch, from which Snap was derived) borrowed the pen feature from another older language called “Logo”. And Logo contained a single sprite – a triangular shape called “Turtle”! This Turtle had a pen attached to it. And so, as it followed instructions and was moved around on the screen, it drew lines. Hence, the entire field of drawing shapes in Logo came to be called “Turtle Programming”. There is even a field of geometry called “Turtle Geometry”. Modern languages, such as Python, have the aptly-named “Turtle” libraries that implement the drawing feature of Logo. Snap, being a descendant of Logo, includes the Pen. Every sprite in Snap has a pen attached to it (just like the Turtle did in Logo). When the pen is put down (using the “pen down” command), the sprite starts drawing on the screen as it moves around. Since our focus in this book is entirely on “Pen Art” we have no use for the hundreds of costumes provided by the Snap library. We will use the original triangle-shaped costume called “Turtle” in all our Snap programs in this book. |
Разместил: Ingvar16 15-07-2019, 13:33 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Python Crash Course, 2nd Edition Автор: Eric Matthes Издательство: No Starch Press Год: 2019 Страниц: 544 Язык: английский Формат: epub, pdf (conv) Размер: 10.9 MB
Second edition of the best selling Python book in the world. A fast-paced, no-nonsense guide to programming in Python. This book teaches beginners the basics of programming in Python with a focus on real projects. This is the second edition of the best selling Python book in the world. Python Crash Course, 2nd Edition is a straightforward introduction to the core of Python programming. Author Eric Matthes dispenses with the sort of tedious, unnecessary information that can get in the way of learning how to program, choosing instead to provide a foundation in general programming concepts, Python fundamentals, and problem solving. Three real world projects in the second part of the book allow readers to apply their knowledge in useful ways. |
Разместил: _аdmin_ 15-07-2019, 12:59 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Delphi и технология COM Автор: Елманова Н., Трепалин С. Жанр: Учебное пособие Издательство: Питер Год: 2003 Страниц: 698 Язык: Русский Формат: djvu Размер: 16,54 Mb
Книга посвящена технологии COM в Delphi, рассмотрены принципы COM, вопросы создания компонентов ActiveX, применение OLE-объектов в приложениях. |
Разместил: rogas86 15-07-2019, 11:13 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: 1С Программирование как дважды два Автор: Михайлов С. Жанр: Учебное пособие Издательство: Тритон Год: 2005 Страниц: 173 Язык: Русский Формат: pdf Размер: 11,70 Mb
Книга основана на личном опыте предпринимательской деятельности автора в сфере КС-программирования и должна обеспечить скорейшую адаптацию молодого специалиста на рынке бухгалтерского программного обеспечения. |
Разместил: rogas86 15-07-2019, 10:37 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Delphi 6 в подлиннике Автор: Анатолий Хомоненко, Владимир Гофман Жанр: Учебное пособие Издательство: BHV-СПб Год: 2001 Страниц: 1152 Язык: Русский Формат: pdf Размер: 62,20 Mb
Delphi 6 - версия популярной системы быстрой разработки приложений. В книге описываются инструментальные средства среды Delphi 6, приводятся основы языка программирования Object Pascal и рассматриваются компоненты, свойства, методы и события, необходимые для разработки широкого спектра программ. Особое внимание уделяется работе с базами данных. |
Разместил: rogas86 15-07-2019, 09:55 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: 1С: Предприятие 8.0. Приемы программирования Автор: Несвижский В. Издательство: СПб.: БХВ-Петербург Год: 2007 Cтраниц: 509 Формат: pdf Размер: 13 мб Язык: русский
Книга полностью построена на реальных примерах и задачах, решаемых 1С-программистами в повседневной работе. Представленные приемы программирования универсальны и применимы в любых существующих конфигурациях системы 1С:Предприятие 8.0. Рассмотрены наиболее важные и часто используемые объекты конфигурации: документы, справочники, регистры накопления, регистры сведений, отчеты, макеты и др. |
Разместил: rivasss 15-07-2019, 08:04 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
 Название: Beginning Java 8 Language Features: Lambda Expressions, Inner Classes, Threads, I/O, Collections, and Streams Автор: Sharan K. Издательство: Apress Год: 2014 Формат: pdf Страниц: 690 Для сайта: Mirknig.su Размер: 16 mb Язык: английский
Beginning Java 8 Language Features covers essential and advanced features of the Java programming language such as the new lambda expressions (closures), inner classes, threads, I/O, Collections, garbage collection, streams, and more. Author Kishori Sharan provides over 60 diagrams and 290 complete programs to help you visualize and better understand the topics covered in this book. The book starts with a series of chapters on the essential language features provided by Java, including annotations, inner classes, reflection, and generics. These topics are then complemented by details of how to use lambda expressions, allowing you to build powerful and efficient Java programs. The chapter on threads follows this up and discusses everything from the very basic concepts of a thread to the most advanced topics such as synchronizers, the fork/join framework, and atomic variables. This book contains unmatched coverage of Java I/O, including NIO 2.0, the Path API, the FileVisitor API, the watch service and asynchronous file I/O. With this in-depth knowledge, your data- and file-management programs will be able to take advantage of every feature of Java's powerful I/O framework. Finally, you'll learn how to use the Stream API, a new, exciting addition to Java 8, to perform aggregate operations on collections of data elements using functional-style programming. You'll examine the details of stream processing such as creating streams from different data sources, learning the difference between sequential and parallel streams, applying the filter-map-reduce pattern, and dealing with optional values.
|
Разместил: na5ballov 15-07-2019, 07:35 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Learning javascript: The non-boring beginner's guide to modern (ES6+) javascript programming Vol 2: DOM manipulation, 2nd Edition Автор: Marco Emrich, Christin Marit Издательство: The Open Web Learning Institute Год: 2018 Формат: azw3/pdf(conv.) Страниц: 205 Размер: 14.3 Mb Язык: English
DOM Manipulation in 2018 Manipulating HTML & CSS in browsers remains javascript's most important task. This book explains how to make web pages more dynamic, interactive, and responsive. Allergic to web apps that reload with every click? You will learn how to create online applications that are easy and comfortable to use. You will also learn how to program interfaces for managing products, create dynamic tooltips, develop your own image galleries and much more. |
Разместил: bomboane 15-07-2019, 03:19 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Learning javascript: The non-boring beginner's guide to modern (ES6+) javascript programming Vol 1: The language core Автор: Marco Emrich, Christin Marit Издательство: The Open Web Learning Institute, 2 edition ASIN: B07DNCPJ84 Год: 2018 Страниц: 325 Язык: английский Формат: epub, azw3 Размер: 10.1 MB
Learning javascript in 2018! The non-boring beginner's guide to modern (ES6+) javascript programming. Would you like to learn the latest javascript without getting bored by abstract examples? In this »training in a book« you will develop parts of a webshop, mix cocktails with arrays, create background images with recursion and fight the »dark side of javascript«. You won't need any prior knowledge; all you need to get going is a web browser. So just start! Step by step, you will learn the core of the javascript language and how to apply it in everyday programming. You will learn how to write javascript code that not only works, but that you can be proud of. |
Разместил: Ingvar16 15-07-2019, 03:14 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Android App Development Автор: Herve J. Franceschi Издательство: Jones & Bartlett Learning Год: 2017 Формат: epub Страниц: 682 Размер: 71 Mb Язык: English
Each new print copy of Android App Development includes Navigate 2 Advantage Access that unlocks a complete eBook, Study Center, homework and Assessment Center, and a dashboard that reports actionable data. Download the latest version of Android Studio Using innovative, engaging methods, Android App Development cultivates student knowledge of app development through a progressive, building block approach. Each chapter includes a classroom-friendly, meaningful app that illustrates the concepts covered at the chapter level. |
Разместил: bomboane 14-07-2019, 13:00 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
br>
|