|
 |
|
 |
|
|
 |
|  |
|
Название: Data Structure and Algorithmic Thinking: Self-Driving Car Автор: Khoo Kay Yong Издательство: E-Learn Dot Com Limited Серия: Coding with Micro:bits Год: 2021 Страниц: 133 Язык: английский Формат: pdf, epub Размер: 16.4 MB Data Structure is a way of collecting and organising data in such a way that we can perform operations on these data in an effective way. Data structure is about rendering data elements in terms of some relationship, for better organisation and storage. For example, we have some data which has, distance and location in the example. The "location" is of String data type and distance is of integer data type. An algorithm is a method to solve problem that consists of exactly a list of rules with a well-defined sequence to follow in order to solve the problem. Algorithmic thinking consists a pool of abilities: to analyse a given problem, to specify the problem precisely, to find the basic actions that are adequate to the given problem, to construct a correct algorithm to a given problem using the workable actions, to think about all possible cases of a problem and to improve the efficiency of an algorithm. In this module, Algorithm Skills and Data Structure are added into a story. The learners will apply their algorithmic thinking skills to analyse the movement of a robot, i.e., the beginning and the ending, to specify the steps and the directions of the movements, then he/she will code the robot and to execute and find out the answers. |
Разместил: Ingvar16 29-12-2021, 15:27 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Data Structure and Algorithmic Thinking with Python: Data Structure and Algorithmic Puzzles 2020 Автор: Narasimha Karumanchi Издательство: CareerMonk Publications Год: 2020 Страниц: 436 Язык: английский Формат: pdf Размер: 10.2 MB
The study of algorithms and data structures is central to understanding what computer science is all about. Learning computer science is not unlike learning any other type of difficult subject matter. The only way to be successful is through deliberate and incremental exposure to the fundamental ideas. A beginning computer scientist needs practice so that there is a thorough understanding before continuing on to the more complex parts of the curriculum. In addition, a beginner needs to be given the opportunity to be successful and gain confidence. This textbook is designed to serve as a text for a first course on data structures and algorithms. In this book, we cover abstract data types and data structures, writing algorithms, and solving problems. We look at a number of data structures and solve classic problems that arise. The tools and techniques that you learn here will be applied over and over as you continue your study of computer science. All the code in this book are written in Python. It contains many programming puzzles that not only encourage analytical thinking, but also prepares readers for interviews. |
Разместил: Ingvar16 29-12-2021, 15:08 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Introduction to TensorFlow Using Python Автор: Soam Desai Издательство: Amazon.com Services LLC Год: 2021 Страниц: 126 Язык: английский Формат: pdf, azw, epub Размер: 10.7 MB Introduction to TensorFlow Using Python provides an introduction to using TensorFlow with Python in easy bite sized pieces that any beginner or novice can understand. Filled with simple and straightforward working examples, the book aims to introduce the reader to the wonderful world of machine learning. Follow along for an adventure in coding and solving problems! This book is meant for the beginner who has some basic coding knowledge; however, if you don’t have any coding experience, you can still tag along and learn a thing or two. This book guides you through the entire process. The TensorFlow website defines TensorFlow as an “end-to-end open-source platform for machine learning. It has a comprehensive, flexible ecosystem of tools, libraries and community resources that lets researchers push the state-of-the-art in ML and developers easily build and deploy ML powered applications”. TensorFlow has been used by many professionals around the globe and is the most popular deep learning/machine learning library to date. The library is available in many different programming languages, but we are going to be using the Python library because we’re going to be using Python. |
Разместил: Ingvar16 29-12-2021, 13:50 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Введение в программирование на PHP5 Автор: Флойд К.С. Издательство: ИНТУИТ Год: 2021 Cтраниц: 280 Формат: pdf Размер: 28 мб Язык: русский
В учебном пособии рассмотрены основы Web-дизайна, основная структура документа, данные PHP, структуры принятия решений, циклические структуры, повторное использование кода и функции, базовая обработка форм, сеансы, доступ к базам данных, к базе данных MySQL, к файлам и папкам, отправка E-mail, приложение PHP E-Commerce, справочник SQL. Издание предназначено для студентов, обучающихся по направлениям подготовки, связанным с информатикой и информационными технологиями, а также для всех, кто занимается изучением программирования на РНР5. |
Разместил: rivasss 29-12-2021, 12:43 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: MATLAB Polyspace Code Prover User’s Guide Автор: MathWorks Издательство: MathWorks Год: 2021 Формат: PDF Страниц: 1062 Размер: 10 Mb Язык: English
Polyspace® Code Prover™ is a sound static analysis tool that proves the absence of overflow, divide-by-zero, out-of-bounds array access, and other run-time errors in C and C++ source code. It produces results without requiring program execution, code instrumentation, or test cases. Polyspace Code Prover uses semantic analysis and abstract interpretation based on formal methods to verify software interprocedural, control, and data flow behavior. You can use it to verify handwritten code, generated code, or a combination of the two. Each code statement is color-coded to indicate whether it is free of run-time errors, proven to fail, unreachable, or unproven. |
Разместил: vitvikvas 28-12-2021, 14:16 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Cyber Security: Python for Penetration Testing Автор: Travis Lothar Czech Издательство: Solis Indago Год: 2021 Страниц: 107 Язык: английский Формат: pdf, azw, epub Размер: 15.2 MB
If you have ever been interested in getting into hacking, cyber security, or computer programming this is the book to start with. This book covers the fundamentals of cybersecurity, information technologies, and computer programming. It will walk you through the steps of writing your first Python script. You will finish off with you first hacking tool. In this book we are going back to the basics, where we will hit some of the theory behind Cyber Security and how they apply to using Python. From there we are going to cover what programming languages are, your first Python program, and then close it off with a couple programs you can include in your own personal Python library. |
Разместил: Ingvar16 28-12-2021, 07:24 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: MATLAB R2007 с нуля Автор: Хант Б.Р. и др. Издательство: М.: Лучшие книги Год: 2008 Cтраниц: 352 Формат: pdf Размер: 32 мб Язык: русский
Программа MATLAB представляет собой высокоуровневый технический вычислительный язык и интерактивную среду для разработки алгоритмов, визуализации и анализа данных, числовых расчетов. Используя программу MATLAB, вы можете решать технические вычислительные задачи гораздо быстрее, чем с помощью традиционных языков программирования, таких как С, С++ и Fortran. |
Разместил: rivasss 28-12-2021, 06:56 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Modern C++ Design: Become a Skilled C++ Designer Автор: StuDenT Издательство: Amazon.com Services LLC Год: 2021 Страниц: 336 Язык: английский Формат: pdf, azw3, epub Размер: 10.2 MB
This book is about programming design. However, unlike many books on this topic, this book teaches design by exploration rather than design by instruction. Typically, most authors writing about some aspect of design establish principles they wish to convey, lay out these principles in the abstract, and then proceed to give examples supporting the current points. This is not such a book. Rather, this book defines a practical problem to be solved, and proceeds to examine its solution in detail. This book is not comprehensive in its coverage of data structures, algorithms, design patterns, or C++ best practices; volumes of books exist to cover these topics. This is a book about learning how to apply this knowledge to write code that is organized, cohesive, sensible, purposeful, and pragmatic. In other words, this book is about learning to write code that both gets the job done now (development) and allows others to continue to get the job done in the future (maintenance). This, I have termed practical design. |
Разместил: Ingvar16 28-12-2021, 06:04 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: jаvascript Coding for Teens: A Beginner's Guide to Developing Websites and Games Автор: Andrew Yueh Издательство: Rockridge Press Год: 2021 Страниц: 437 Язык: английский Формат: pdf, epub Размер: 14.4 MB
Everything teens need to get started with jаvascript. Have you ever wanted to make your own game? How about an awesome website? Then jаvascript Coding for Teens is the book for you! It doesn’t matter if you’re not sure what a variable is, are stumped about syntax, or don’t even know how to use jаvascript on your computer! This simple guide to coding for beginners walks you through every part of the process with easy-to-understand language and straightforward directions. You’ll be coding like a pro in no time! We are here to get your feet wet in the world of jаvascript and programming fundamentals. |
Разместил: Ingvar16 28-12-2021, 05:43 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
 |
|
 |
|
|
 |
|  |
|
Название: Python Data Science: The Complete Step-by-Step Python Programming Guide. Learn How to Master Big Data Analysis and Machine Learning (2022 Edition For Beginners) Автор: Ivor Osborne Издательство: Amazon.com Services LLC Год: 2021 Язык: английский Формат: pdf, azw3, epub Размер: 10.2 MB
Data Science is currently one of the most popular buzzwords in the business world. Many businesses understand the value of information collection, but because they can collect so much data in such a short period, the real question is: "What is the next step?" Data Science encompasses all of the steps you take with data, such as collecting and cleaning it if it comes from multiple sources, analyzing it, applying Machine Learning algorithms and models, and then presenting your findings from the analysis with some good Data Visualizations. The good news is that the Matplotlib library, which is a NumPy and SciPy extension, can assist us in creating all of them. The Matplotlib library can help you visualize your data as a line graph, a pie chart, a histogram, or in another way. |
Разместил: Ingvar16 27-12-2021, 20:12 | Комментарии: 0 | Подробнее
| | | |
 |
|  |
br>
|