Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Programming by Case Studies, O.B. Chedzoy; Sandra Elizabeth Ford


Варианты приобретения
Цена: 11179.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-08-18
Ориентировочная дата поставки: конец Сентября - начало Октября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: O.B. Chedzoy; Sandra Elizabeth Ford
Название:  Programming by Case Studies
ISBN: 9780333101469
Издательство: Springer
Классификация:
ISBN-10: 0333101464
Обложка/Формат: Paperback
Страницы: 90
Вес: 0.14 кг.
Дата издания: 18.06.1969
Язык: English
Размер: 142 x 215 x 13
Основная тема: Computer Science
Подзаголовок: An Algol Primer
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии


A Primer on Scientific Programming with Python

Автор: Langtangen Hans Petter
Название: A Primer on Scientific Programming with Python
ISBN: 3662498863 ISBN-13(EAN): 9783662498866
Издательство: Springer
Рейтинг:
Цена: 4890.00 р. 6986.00 -30%
Наличие на складе: Есть (1 шт.)
Описание: The book serves as a first introduction to computer programming of scientific applications, using the high-level Python language. The exposition is example and problem-oriented, where the applications are taken from mathematics, numerical calculus, statistics, physics, biology and finance. The book teaches 'Matlab-style' and procedural programming as well as object-oriented programming. High school mathematics is a required background and it is advantageous to study classical and numerical one-variable calculus in parallel with reading this book. Besides learning how to program computers, the reader will also learn how to solve mathematical problems, arising in various branches of science and engineering, with the aid of numerical methods and programming. By blending programming, mathematics and scientific applications, the book lays a solid foundation for practicing computational science.From the reviews: Langtangen … does an excellent job of introducing programming as a set of skills in problem solving. He guides the reader into thinking properly about producing program logic and data structures for modeling real-world problems using objects and functions and embracing the object-oriented paradigm. … Summing Up: Highly recommended. F. H. Wild III, Choice, Vol. 47 (8), April 2010Those of us who have learned scientific programming in Python ‘on the streets’ could be a little jealous of students who have the opportunity to take a course out of Langtangen’s Primer.” John D. Cook, The Mathematical Association of America, September 2011This book goes through Python in particular, and programming in general, via tasks that scientists will likely perform. It contains valuable information for students new to scientific computing and would be the perfect bridge between an introduction to programming and an advanced course on numerical methods or computational science.Alex Small, IEEE, CiSE Vol. 14 (2), March?/April 2012 “This fourth edition is awonderful, inclusive textbook that covers pretty much everything one needs toknow to go from zero to fairly sophisticated scientific programming in Python…”Joan Horvath, Computing Reviews, March2015

Soft Computing: With Matlab Programming

Автор: N.P. Padhy
Название: Soft Computing: With Matlab Programming
ISBN: 0199455422 ISBN-13(EAN): 9780199455423
Издательство: Oxford Academ
Рейтинг:
Цена: 2850.00 р.
Наличие на складе: Поставка под заказ.

Описание: Soft Computing is a comprehensive textbook designed for undergraduate students studying computer science, information technology, electrical and electronics, and electronics and communication engineering as well as those pursuing an MCA degree. It aims to familiarize students with soft computing fundamentals and approaches to solving real-world problems.

Interpreting LISP

Автор: Gary D. Knott
Название: Interpreting LISP
ISBN: 1484227069 ISBN-13(EAN): 9781484227060
Издательство: Springer
Рейтинг:
Цена: 3213.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Learn Lisp programming in a data structures context, including tables, functions, forms, expressions, typed-pointers, I/O, garbage collection and some applications. This short primer contains a careful description of the data structures manipulated by Lisp functions. These data structures and others, notably hash tables, are also used in constructing a Lisp interpreter.
Interpreting Lisp will be of special interest to those learning and using programming languages and computer architecture as well as data structures. This book will be useful to autodidacts, professional programmers, and computer enthusiasts in a wide variety of fields.
What You'll Learn

  • Use the atom table and the number table in Lisp
  • Master expressions, typed pointers, arguments and results in typed pointers, and more
  • Write lambda expressions in Lisp
  • Bind actual values to formal arguments
  • Develop games in Lisp

Who This Book Is For
Experienced programmers new to Lisp.
The Programming Language Perl for Biologists

Автор: Shanker Asheesh
Название: The Programming Language Perl for Biologists
ISBN: 3656907706 ISBN-13(EAN): 9783656907701
Издательство: Неизвестно
Цена: 17329.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Computer Science & Perl Programming

Название: Computer Science & Perl Programming
ISBN: 0596003102 ISBN-13(EAN): 9780596003104
Издательство: Wiley
Рейтинг:
Цена: 6334.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This is the first of three volumes from the archives of "The Perl Journal", it contains 71 articles providing a comprehensive tour of how experts implement computer science concepts in the real world, with code walkthroughs, case studies, and explanations of difficult techniques.

Cybernetics in C++

Автор: Avi Bhattacharyya
Название: Cybernetics in C++
ISBN: 8793609450 ISBN-13(EAN): 9788793609457
Издательство: Taylor&Francis
Рейтинг:
Цена: 13320.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: C++ is a powerful, much sought after programming language, but can be daunting to work with, even for engineering professionals. Why is this book so useful? Have you ever wondered:How do keywords like static and virtual change their meanings according to context?What are the similarities and differences between Pointers and References, Pointers and Arrays, Constructors and Copy Constructors, Nested and Local Inner Classes?Why is Multiple Interface Inheritance seen to be beautiful but Multiple Implementation Inheritance considered evil?When is Polymorphism Static or Dynamic, Bounded or Unbounded?Answers on these questions, and much more, are explained in this book, Cybernetics in C++. What makes this text so different and appealing in comparison to existing books on the market?The Bulleted style, as opposed to Prose, produces results much faster, both in learning and referenceRules of Thumb, and further expert Tips are given throughout in how to optimise your codeThe Prospective Evils sections tell you what to avoidThe thorough coverage ensures you will be trained to expert level in each of Imperative, Procedural, Memory & Resource Management, Object Oriented and Generic ProgrammingCybernetics in C++ combines a theoretical overview and practical approach in one book, which should prove to be a useful reference for computer scientists, software programmers, engineers and students in this and related field.

The Student`s Introduction to Mathematica and the Wolfram Language

Автор: Bruce F. Torrence, Eve A. Torrence
Название: The Student`s Introduction to Mathematica and the Wolfram Language
ISBN: 110840636X ISBN-13(EAN): 9781108406369
Издательство: Cambridge Academ
Рейтинг:
Цена: 7762.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book introduces Mathematica (R) and the Wolfram Language (TM) in the context of the standard university mathematics curriculum. It equips current and former students to harness these tools to explore ideas from pre-calculus, calculus, and linear algebra. Additional chapters on programming and 3D printing provide outlets for further exploration.

Beginning Perl Programming

Автор: William "Bo " Rothwell
Название: Beginning Perl Programming
ISBN: 1484250540 ISBN-13(EAN): 9781484250549
Издательство: Springer
Рейтинг:
Цена: 7685.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Get started with Perl 5 and learn the important core concepts of Perl programming, such as variables, flow control, expressions, and I/O. Additionally, this book covers pattern matching and shows that Perl is extremely flexible and powerful, and that it isn’t afraid of the cloud. After reading and using this book, you'll be able to start writing your own powerful scripts to solve many web and programming problems. This is a book for those of us who believed that we didn’t need to learn Perl, and now we know it is more ubiquitous than ever. You’ll see that Perl has evolved into a multipurpose, multiplatform language present absolutely everywhere: heavy-duty web applications, the cloud, systems administration, natural language processing, and financial engineering. This book provides valuable insight into Perl’s role regarding all of these tasks and more giving you a great start in your Perl programming adventure.What You Will LearnPerform operations on scalar valuesUse scalar, array, and associative array variablesWork with flow control statements such as if, unless, while, until, for, and foreachRead and write directly to files with file handles Use conditional expressions such as numeric and string comparison, regular expressions, file testing, and Perl statementsFormat output with format statements Search for and replace sub-strings within a string using regular expressionsMaster Perl utilities such as split, join, index and moreControl the file system and processes from within a Perl scriptBuild functions for tasks including handling the scope of variablesImport existing modules into your Perl scriptWho This Book Is ForThose who are new to Perl.

Learning C# by Developing Games with Unity 2020 - Fifth Edition: An enjoyable and intuitive approach to getting started with C# programming and Unity

Автор: Ferrone Harrison
Название: Learning C# by Developing Games with Unity 2020 - Fifth Edition: An enjoyable and intuitive approach to getting started with C# programming and Unity
ISBN: 1800207808 ISBN-13(EAN): 9781800207806
Издательство: Неизвестно
Рейтинг:
Цена: 14712.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Get to grips with coding in C# and build simple 3D games with Unity from the ground up with this updated fifth edition of the bestselling guide

Key Features

  • Understand C# programming basics, terminology, and coding best practices
  • Put your knowledge of C# concepts into practice by building a fun and playable game
  • Come away with a clear direction for taking your C# programming and Unity game development skills to the next level

Book Description

Over the years, the Learning C# by Developing Games with Unity series has established itself as a popular choice for getting up to speed with C#, a powerful and versatile programming language that can be applied in a wide array of application areas. This book presents a clear path for learning C# programming from the ground up without complex jargon or unclear programming logic, all while building a simple game with Unity.

This fifth edition has been updated to introduce modern C# features with the latest version of the Unity game engine, and a new chapter has been added on intermediate collection types. Starting with the basics of software programming and the C# language, you'll learn the core concepts of programming in C#, including variables, classes, and object-oriented programming. Once you've got to grips with C# programming, you'll enter the world of Unity game development and discover how you can create C# scripts for simple game mechanics. Throughout the book, you'll gain hands-on experience with programming best practices to help you take your Unity and C# skills to the next level.

By the end of this book, you'll be able to leverage the C# language to build your own real-world Unity game development projects.

What you will learn

  • Discover easy-to-follow steps and examples for learning C# programming fundamentals
  • Get to grips with creating and implementing scripts in Unity
  • Create basic game mechanics such as player controllers and shooting projectiles using C#
  • Understand the concepts of interfaces and abstract classes
  • Leverage the power of the latest C# features to solve complex programming problems
  • Become familiar with stacks, queues, exceptions, error handling, and other core C# concepts
  • Explore the basics of artificial intelligence (AI) for games and implement them to control enemy behavior

Who this book is for

If you're a developer, programmer, hobbyist, or anyone who wants to get started with C# programming in a fun and engaging manner, this book is for you. Prior experience in programming or Unity is not required.

Foundations of probabilistic programming

Автор: Gilles Barthe, Joost-Pieter Katoen, Alexandra Silva
Название: Foundations of probabilistic programming
ISBN: 110848851X ISBN-13(EAN): 9781108488518
Издательство: Cambridge Academ
Рейтинг:
Цена: 9187.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book provides an overview of the theoretical underpinnings of modern probabilistic programming and presents applications in e.g., machine learning, security, and approximate computing. Comprehensive survey chapters make the material accessible to graduate students and non-experts. This title is also available as Open Access on Cambridge Core.

OCA / OCP Java SE 8 Programmer Certification Kit: Exam 1Z0-808 and Exam 1Z0-809

Автор: Jeanne Boyarsky, Scott Selikoff
Название: OCA / OCP Java SE 8 Programmer Certification Kit: Exam 1Z0-808 and Exam 1Z0-809
ISBN: 1119272092 ISBN-13(EAN): 9781119272090
Издательство: Wiley
Рейтинг:
Цена: 11088.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Your complete certification guide on the path to Oracle Java SE The Oracle Java SE Certification track now consists of three levels Associate (OCA), Professional (OCP), and Master (OCM).

Learning Go: An Idiomatic Approach to Real-World Go Programming

Автор: Bodner Jon
Название: Learning Go: An Idiomatic Approach to Real-World Go Programming
ISBN: 1492077216 ISBN-13(EAN): 9781492077213
Издательство: Wiley
Рейтинг:
Цена: 8394.00 р.
Наличие на складе: Поставка под заказ.

Описание: Go is rapidly becoming the preferred language for building web services. While there are plenty of tutorials available that teach Go`s syntax to developers with experience in other programming languages, tutorials aren`t enough. This practical guide provides the essential background you need to write clear and idiomatic Go


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия