LitMy.ru - литература в один клик

  • Добавил: literator
  • Дата: 26-09-2021, 10:20
  • Комментариев: 0
C Programming in easy steps: Updated for the GNU Compiler version 6.3.0 and Windows 10, 5th EditionНазвание: C Programming in easy steps: Updated for the GNU Compiler version 6.3.0 and Windows 10, 5th Edition
Автор: Mike McGrath
Издательство: In Easy Steps Limited
Год: 2018
Страниц: 197
Язык: английский
Формат: epub
Размер: 10.1 MB

C Programming in easy steps, 5th edition has an easy-to-follow style that will appeal to anyone who wants to begin programming in C, from programmers moving from another programming language, to the student who is studying C programming at school or college, or to those seeking a career in computing who need a fundamental understanding of procedural programming. C Programming in easy steps, 5th edition begins by explaining how to download and install a free C compiler so that you can quickly begin to create your own executable programs by copying the book's examples. You need have no previous knowledge of any programming language so it's ideal for the newcomer to computer programming. Each chapter builds your knowledge of C.

  • Добавил: literator
  • Дата: 25-09-2021, 18:15
  • Комментариев: 0
Intellij IDEA : Designed for first-time learners, as well as moderate users of IntelliJНазвание: Intellij IDEA : Designed for first-time learners, as well as moderate users of IntelliJ
Автор: Prof. David N. Silvers
Издательство: Independently published
Год: 2021
Страниц: 489
Язык: английский
Формат: pdf, epub
Размер: 29.8 MB

IntelliJ IDEA (here after referred as IntelliJ) is one of the most powerful and popular Integrated Development Environments (IDE) for Java. It was developed and is maintained by JetBrains, and is available in community and ultimate edition. This feature-rich IDE enables rapid development and helps in improving code quality. This book starts with a basic introduction and slowly dives deep into the advanced features. This book is targeted for first-time learners, as well as moderate users of IntelliJ. Beginners will get a fair understanding about IntelliJ and its functioning, and others will be able to take their knowledge on this subject to the next level. This book requires that the readers have some preliminary knowledge of the software development process, along with Java programming language.

  • Добавил: literator
  • Дата: 25-09-2021, 10:14
  • Комментариев: 0
Let Us Python - 3rd EditionНазвание: Let Us Python - 3rd Edition
Автор: Yashavant Kanetkar, Aditya Kanetkar
Издательство: BPB Publications
Год: 2021
Страниц: 429
Язык: английский
Формат: pdf
Размер: 38.8 MB

Programming landscape has changed significantly over the last few years. Python is making inroads into every field that has anything to do with programming. Naturally, Python programming is a skill that one has to acquire, sooner the better. If you have no programming background and you are learning Python as your first programming language you will find the book very simple to understand. Primary credit of this goes to the Python language - it is very simple for the beginner, yet very powerful for the expert who can tap into its power.

  • Добавил: natavip
  • Дата: 22-09-2021, 23:13
  • Комментариев: 0

Название: Программирование на Python. Иллюстрированное руководство для детей
Автор: Кэрол Вордерман, Крэйг Стили, Клэр Квигли, Мартин Гудфеллоу, Дэниел Маккафферти, Джон Вудкок
Издательство: МИФ
Год: 2018
Формат: pdf
Размер: 35 Мб
Качество: Хорошее
Язык: Русский

Книга знакомит с популярным языком программирования Python, предлагая читателю постигать его на практике. Чтобы делать это было интереснее, авторы приводят примеры интересных программ, дают к ним блок-схемы, примеры кода и пошаговые инструкции. Забавные герои и их комментарии оживляют текст. После создания и запуска программ их можно дорабатывать и изменять как душе угодно. Примеры доработок в книге тоже даны, однако авторы призывают ребенка придумывать и собственные апгрейды. Такая тренировка подарит уверенность в своих силах и желание создавать собственные уникальные программы.
  • Добавил: Maurix
  • Дата: 17-09-2021, 15:11
  • Комментариев: 0
Название: jаvascript. Дополнительные уроки для начинающих
Автор: Дронов Владимир
Издательство: БХВ
Год: 2022
Формат: PDF
Страниц: 354
Размер: 21,3 Mb
Язык: Русский

В книге 20 иллюстрированных уроков, более 20 практических упражнений на тему программирования веб-сценариев и 18 заданий для самостоятельной работы. Простым языком, кратко, наглядно рассказано о новых программных инструментах, появившихся в последние годы в языке jаvascript. Описаны новый синтаксис объявления классов, промисы, асинхронные функции, итераторы, генераторы и модули. Рассказано о новом загрузчике файлов, встроенной в веб-обозреватель СУБД, HTML-компонентах и шаблонах, средствах для захвата видео, наложении эффектов на звук. Рассмотрены технологии WebSocket для программирования веб-чата и WebRTC для создания службы видеотелефонии. Описаны прогрессивные веб-приложения (PWA), посредники и программируемый кэш, вывод всплывающих оповещений и установка PWA в операционной системе.
  • Добавил: literator
  • Дата: 17-09-2021, 02:15
  • Комментариев: 0
Data Structures using C: A Practical Approach for BeginnersНазвание: Data Structures using C: A Practical Approach for Beginners
Автор: Amol M Jagtap, Ajit S Mali
Издательство: CRC Press
Год: 2022
Страниц: 363
Язык: английский
Формат: pdf (true)
Размер: 10.1 MB

This book provides a quick study of data structures. The conventions of ‘C’ language is used to describe the used algorithms and Data Structures primarily, because of their value. The book provides a comprehensive and technically rigorous introduction to data structures such as arrays, stacks, queues, linked lists, trees and graphs and techniques such as sorting hashing that form the basis of all software. In addition, this text presents advanced or specialized data structures such as priority queues, efficient binary search trees, and multiway search trees. The book now discusses topics such as heaps, min–max heaps, Splay trees, B+ trees and suffix trees. Red-black trees have been made more accessible. This book will be an excellent self-teach and test preparation material for beginners.

  • Добавил: literator
  • Дата: 17-09-2021, 01:55
  • Комментариев: 0
Learning Go Programming: Build ScalableNext-Gen Web Application using GolangНазвание: Learning Go Programming: Build ScalableNext-Gen Web Application using Golang
Автор: Shubhangi Agarwal
Издательство: BPB Publications
Год: 2021
Страниц: 555
Язык: английский
Формат: epub
Размер: 10.1 MB

This book is a unique read for both beginners and developers as it extensively covers topics ranging from fundamentals to advanced topics in Go programming. Basics such as Data types, Control structures and Loops in have been explained in-depth. A detailed description of Structs, Interfaces, Polymorphism and Concurrency will enable you to write professional codes using Golang. You will get an idea of error data type and how to recover it in Golang. You will be capable of using standard libraries, create custom packages and install third party packages in Go. Creation of functions and invoking them in Go have been vividly explained. By the end, you will be able to write advanced Golang code and at the same time, develop an application with Golang server.

  • Добавил: literator
  • Дата: 16-09-2021, 18:21
  • Комментариев: 0
Data Structures & Algorithms in Swift (4th Edition)Название: Data Structures & Algorithms in Swift (4th Edition)
Автор: Kelvin Lau, Vincent Ngo
Издательство: Razeware LLC
Год: 2021
Страниц: 426
Язык: английский
Формат: pdf (true), epub
Размер: 30.6 MB

Understanding how data structures and algorithms work in code is crucial for creating efficient and scalable apps and acing job interviews. Swift’s standard library and, more recently, the Swift Collections and Algorithms packages contain a robust set of general-purpose collection types and algorithms, yet they don’t cover every case! In Data Structures and Algorithms in Swift, you’ll learn how to implement the most popular and useful data structures and when and why you should use one particular data structure or algorithm over another.

  • Добавил: literator
  • Дата: 16-09-2021, 17:04
  • Комментариев: 0
Python Crash Course For Beginners, Master Data Analysis & Data Science, Machine Learning, 2-nd EditionНазвание: Python Crash Course For Beginners, Master Data Analysis & Data Science, Machine Learning, 2-nd Edition
Автор: Lutz M.
Издательство: Rahul Sinha
Год: 2021
Страниц: 608
Язык: английский
Формат: pdf, epub
Размер: 11.05 MB

Do you want to learn Data Science and how to leverage Python for it? Do want to learn Python Machine Learning and start implementing models? If yes, then this Python for Beginners Crash Course is for you. This is the most complete Python guide with 4 Manuscripts in 1 book: 1-Python For Beginners; 2-Python Advanced Programming; 3-Python for Data Analysis & Analytics; 4-Python for Machine Learning

  • Добавил: literator
  • Дата: 16-09-2021, 15:55
  • Комментариев: 0
Название: Fundamentals of Android App Development: Android Development for Beginners to Learn Android Technology, SQLite, Firebase and Unity
Автор: Sujit Kumar Mishra
Издательство: BPB Publications
Год: 2020
Страниц: 112
Язык: английский
Формат: pdf, epub
Размер: 10.19 MB

This hands-on book will teach you how to structure your android app, design flexible and interactive interfaces. It will help you develop your app on various platforms such as smartphones and tablets. The book uses SQLite as it is a very lightweight database, with no installation required, zero-configuration, and no server required. SQLite is widely used as a database of choice in mobile apps, cameras, home electronic devices, and other embedded systems. Then you will see how to work with Google Firebase, Google’s mobile platform, which helps you quickly develop high-quality apps. You will see how it supports a real-time database for your apps. It will also show how to use Unity, a cross-platform game engine. It will help you develop 3D games with high quality as per your requirement.