A Gamer`s Introduction to Programming in C#: Welcome Brave Adventurer!, Langille, Aaron
Автор: Davie Название: Introduction to Functional Programming Systems Using Haskell ISBN: 0521277248 ISBN-13(EAN): 9780521277242 Издательство: Cambridge Academ Рейтинг: Цена: 7445.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: An introduction to functional programming and its associated systems. A unique feature is its use of the language Haskell for teaching both the rudiments and the finer points of the functional technique. It serves as an introduction both to functional programming and Haskell. Especially valuable are the chapters on programming and implementation, along with a large number of exercises.
Описание: Shows you how to analyze, design, and write serious object-oriented software. This work helps you learn how to: use OO principles like encapsulation and delegation to build applications that are flexible; apply the Open-Closed Principle (OCP) and the Single Responsibility Principle (SRP) to promote reuse of your code; among others.
Inside this book you will find all the basic notions to start with Python and all the programming concepts to build machine learning models. With our proven strategies you will write efficient Python codes in less than a week!
Описание: Have you always wanted to learn computer programming but you're worried it will take too long? Would you like to automate something simple with your PC but you don't know how to do it? Or maybe you know other programming languages and are interested in learning Python quickly?
As a beginner you might think that programming is difficult and the possibility to give up before mastering it could be high... So, if you have a project to develop you could think on hiring a programmer to shorten the time. This may seem like a good idea but it is certainly very expensive. Otherwise you could waste your time pursuing tutorials online.
The best solution is to follow a complete programming manual with hands-on projects and practical exercises.
What you will find inside and a quick overview of the main topics:
✓ Why Python is considered the best programming language for a beginner
✓ The most common mistakes to avoid when you start programming
✓ BOOK 1: PYTHON PROGRAMMING
- The 7 built-in functions to make your life easier while coding a software program
- The program you need to develop your first own application
✓ BOOK 2: PYTHON MACHINE LEARNING
- The algorithms that will make your life easier
- The 2 libraries you need implementing to develop the desired ML models
✓ BOOK 3: PYTHON DATA SCIENCE
- 3 actions required to gain insights from big data
- A simple method to implement predictive analytics
✓ Some projects to write Python codes in less than a week
✓ Quizzes at the end of every chapter to review immediately what you've learned
Why is this book different?
Computer Programming Academy structured these guides as a course with seven chapters for seven days with special exercises for each section.This protocol, tested on both beginners and people who were already familiar with coding, takes advantage of the principle of diving, concentrating learning in one week. The result? The content of the course was learned faster and remembered longer.
Even if you're completely new to programming in 2020 or you are just looking to widen your skills as programmer this book is perfect for you.
Now's the best time to begin learning Python... click the "BUY NOW" button and get started
Автор: Christian Cachin; Rachid Guerraoui; Lu?s Rodrigues Название: Introduction to Reliable and Secure Distributed Programming ISBN: 3642423272 ISBN-13(EAN): 9783642423277 Издательство: Springer Рейтинг: Цена: 6951.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Failures may range from crashes to adversarial attacks by malicious processes.Cachin, Guerraoui, and Rodrigues present an introductory description of fundamental distributed programming abstractions together with algorithms to implement them in distributed systems, where processes are subject to crashes and malicious attacks.
Название: Introduction to Parallel Computing ISBN: 3319988328 ISBN-13(EAN): 9783319988320 Издательство: Springer Рейтинг: Цена: 4877.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Advancements in microprocessor architecture, interconnection technology, and software development have fueled rapid growth in parallel and distributed computing. However, this development is only of practical benefit if it is accompanied by progress in the design, analysis and programming of parallel algorithms.This concise textbook provides, in one place, three mainstream parallelization approaches, Open MPP, MPI and OpenCL, for multicore computers, interconnected computers and graphical processing units. An overview of practical parallel computing and principles will enable the reader to design efficient parallel programs for solving various computational problems on state-of-the-art personal computers and computing clusters.Topics covered range from parallel algorithms, programming tools, OpenMP, MPI and OpenCL, followed by experimental measurements of parallel programs’ run-times, and by engineering analysis of obtained results for improved parallel execution performances.Many examples and exercises support the exposition.
Автор: Chivers Название: Introduction to Programming with Fortran ISBN: 3319755013 ISBN-13(EAN): 9783319755014 Издательство: Springer Рейтинг: Цена: 10976.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This fourth Edition presents new examples on submodules, derived type i/o, object oriented programming, abstract interfaces and procedure pointers, C interop, sorting and searching, statistics and converting to more modern versions of Fortran.Key FeaturesHighlights the core language features of modern Fortran including data typing, array processing, control structures, functions, subroutines, modules and submodules, user defined types, pointers, operator overloading, generic programming, parallel programming, abstract interfaces, procedure pointersPinpoints common problems that occur when programmingIllustrates the use of several compilersIntroduction to Programming with Fortran has been written for the complete beginner with little or no programming background as well as existing Fortran programmers and those with programming experience in other languages
Описание: Implementing a programming language means bridging the gap from the programmer's high-level thinking to the machine's zeros and ones. If this is done in an efficient and reliable way, programmers can concentrate on the actual problems they have to solve, rather than on the details of machines. But understanding the whole chain from languages to machines is still an essential part of the training of any serious programmer. It will result in a more competent programmer, who will moreover be able to develop new languages. A new language is often the best way to solve a problem, and less difficult than it may sound. This book follows a theory-based practical approach, where theoretical models serve as blueprint for actual coding. The reader is guided to build compilers and interpreters in a well-understood and scalable way. The solutions are moreover portable to different implementation languages. Much of the actual code is automatically generated from a grammar of the language, by using the BNF Converter tool. The rest can be written in Haskell or Java, for which the book gives detailed guidance, but with some adaptation also in C, C]+, C#, or OCaml, which are supported by the BNF Converter. The main focus of the book is on standard imperative and functional languages: a subset of C++ and a subset of Haskell are the source languages, and Java Virtual Machine is the main target. Simple Intel x86 native code compilation is shown to complete the chain from language to machine. The last chapter leaves the standard paths and explores the space of language design ranging from minimal Turing-complete languages to human-computer interaction in natural language.
Автор: Austin Название: Engineering Programming - C, Matlab and Java ISBN: 0471001163 ISBN-13(EAN): 9780471001164 Издательство: Wiley Рейтинг: Цена: 28821.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Although Fortran is still the most commonly-taught programming language for engineers, increasing numbers of students are taking C, Matlab and Java. This text deals with C from an engineering, rather than just a computer science, perspective.
Автор: Hodent Название: The Gamer`S Brain ISBN: 1498775500 ISBN-13(EAN): 9781498775502 Издательство: Taylor&Francis Рейтинг: Цена: 7501.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book is designed to equip readers of all levels, from student to professional, with neuroscience knowledge and user experience guidelines and methodologies. This knowledge will help readers identify the ingredients for successful and engaging video games, while providing a better experience for their audience.
Автор: Bean, Anthony M. (private Practice, Texas, Usa) Название: Working with video gamers and games in therapy ISBN: 1138747149 ISBN-13(EAN): 9781138747142 Издательство: Taylor&Francis Рейтинг: Цена: 6123.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Working with Video Gamers and Games in Therapy moves beyond stereotypes about video game addiction and violence to consider the role that games play in psychological experiences and mental health.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru