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

Professional c++, Gregoire, Marc (microsoft Mvp)


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

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

Автор: Gregoire, Marc (microsoft Mvp)   (Марк Грегуар)
Название:  Professional c++
Перевод названия: Марк Грегуар: Курс по программированию. Профессиональный С++
ISBN: 9781394193172
Издательство: Wiley
Классификация:
ISBN-10: 1394193173
Обложка/Формат: Paperback
Страницы: 1376
Вес: 1.87 кг.
Дата издания: 12.02.2024
Серия: Tech today
Издание: 6 ed
Размер: 195 x 238 x 75
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Англии


      Старое издание
Professional C++

Автор: Marc Gregoire
Название: Professional C++
ISBN: 1119421306 ISBN-13(EAN): 9781119421306
Издательство: Wiley
Цена: 7920.00 р.
Наличие на складе: Поставка под заказ.
Описание: Get up to date quickly on the big changes coming with C++17 Professional C++ is the advanced manual for C++ programming. Designed to help experienced developers get more out of the latest release, this book skims over the basics and dives right in to exploiting the full capabilities of C++17.

Professional C++, 5th Edition

Автор: Gregoire
Название: Professional C++, 5th Edition
ISBN: 1119695406 ISBN-13(EAN): 9781119695400
Издательство: Wiley
Цена: 8554.00 р.
Наличие на складе: Поставка под заказ.
Описание: Improve your existing C++ competencies quickly and efficiently with this advanced volume Professional C++, 5th Edition raises the bar for advanced programming manuals. Complete with a comprehensive overview of the new capabilities of C++20, each feature of the newly updated programming language is explained in detail and with examples. Case studies that include extensive, working code round out the already impressive educational material found within.

Without a doubt, the new 5th Edition of Professional C++ is the leading resource for dedicated and knowledgeable professionals who desire to advance their skills and improve their abilities. This book contains resources to help readers: Maximize the capabilities of C++ with effective design solutionsMaster little-known elements of the language and learn what to avoidAdopt new workarounds and testing/debugging best practicesUtilize real-world program segments in your own applications Notoriously complex and unforgiving, C++ requires its practitioners to remain abreast of the latest developments and advancements. Professional C++, 5th Edition ensures that its readers will do just that.



Core Java Se 9 for the Impatient

Автор: Horstmann Cay S.
Название: Core Java Se 9 for the Impatient
ISBN: 0134694724 ISBN-13(EAN): 9780134694726
Издательство: Pearson Education
Рейтинг:
Цена: 8620.00 р.
Наличие на складе: Есть (1 шт.)
Описание: Readers familiar with Horstmann's original, two-volume "Core Java" books who are looking for a comprehensive, but condensed guide to all of the new features and functions of Java SE 9 will learn how these new features impact the language and core libraries. Instead of the meticulous detail that the much larger two-volume set provides, this condensed treatment focuses on practical examples and is presented in bite-sized chunks.

As with Java 8, Modern Java idioms are no longer required and there is a much faster, easier pathway for learning Java. Horstmann quickly cuts to the chase without lecturing about the superiority of one paradigm over another or rehashing Java history. Given the size of the Java language and the scope of the new features introduced in Java 9, there is a great deal of new material to cover, but it is presented in small chunks organized so that you can quickly retrieve it when needed.

This book covers all aspects of Java that a modern developer needs to know, including modularity, as well as the powerful lambda expressions that were introduced in Java 8. It will also tell you how to find out more about old-fashioned concepts that you might still see in legacy code, but won't dwell on them.

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.

Pro Perl Programming: From Professional to Advanced

Автор: Rothwell William "bo "
Название: Pro Perl Programming: From Professional to Advanced
ISBN: 1484256042 ISBN-13(EAN): 9781484256046
Издательство: Springer
Рейтинг:
Цена: 9083.00 р.
Наличие на складе: Поставка под заказ.

Описание: Master intermediate to advanced techniques of the Perl programming language starting with a focus on regular expressions and some of their advanced features. This book then covers other pro-level features, including formatted output, file handling, and more. Additionally, you'll learn and explore the most useful built-in variables, pragmas, and modules available in the Perl language.

Furthermore, you'll work with geometry managers and get a thorough treatment of graphical user interface development using Perl/TK and widgets. Lastly, you'll cover debugging techniques. Pro Perl Programming is a professional-level reference guide on Perl and includes important aspects of it that you need as a professional programmer.

What You Will LearnProgram regular expressions including atoms, smartmatch operators, and more Use advanced features such as HiRes Time, slurp() functions, Critic, Tidy and many more functions Handle advanced formatted output such as printf and sprintf Explore useful built-in variables, including status variables, separator variables, and the signal handle variable Explore and use Perl's built-in modules, including the Pragma modules Work with Perl/TK and its widgets-like geometry managers, frames, labels, buttons, check buttons, radio buttons, scrollbars, scales, entries, and menus Who This Book Is For Those with at least some prior experience with Perl programming or have read Beginning Perl Programming by William Rothwell.

C++/CLI Primer

Автор: Ragunathan
Название: C++/CLI Primer
ISBN: 1484223667 ISBN-13(EAN): 9781484223666
Издательство: Springer
Рейтинг:
Цена: 2794.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Enter a world of hardcore back-end, server-side enterprise programming on the .NET platform. This book presents some of the important aspects of the C++/CLI language that often become a barrier preventing programmers from exploring further. The C++/CLI Primer is a powerful but compact book that will guide you through that barrier. Many of today's complex transactions and enterprise applications count on C++/CLI. Visual Studio 2015 and earlier versions support C++/CLI if you program using an IDE. C++/CLI is unattractive, clumsy, and hard when compared to other modern languages that run on the .NET platform. That's because it is powerful. Like light that can be viewed as a wave or particle, C++/CLI can be exercised as an unmanaged or managed or actually as the sandwich language to do mixed mode programming, which is its real power. That's also why it is unique.
What You'll Learn
Discover C++/CLI and why is it used in .NET programmingWork with types, primitive types, object creation, and managed and abstract classesUse abstract classes in C++/CLIHarness the power of nullptreImplement code that uses boxing/unboxingUse equality/identity, properties, enums, strings, arrays, and more
Who This Book Is For
Experienced Microsoft .NET application developers, familiar with .NET framework and C++.
PHP Arrays

Автор: Prettyman
Название: PHP Arrays
ISBN: 1484225554 ISBN-13(EAN): 9781484225554
Издательство: Springer
Рейтинг:
Цена: 3492.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Gain an in-depth understanding of PHP 7 arrays. After a quick overview of PHP 7, each chapter concentrates on single, multi-dimensional, associative, and object arrays. PHP Arrays is a first of its kind book using PHP 7 that demonstrates inserting, appending, updating, and deleting array data. This book also covers validation methods to insure that the data provided by a user is good before the data is entered into an array. You’ll see how PHP 7 try/catch modules are used to capture exceptions and errors that may be caused by invalid data.The code examples demonstrate common real-world scenarios. Moreover, examples of every PHP 7 array function (over 75) are demonstrated. The appendix provides a two-dimensional array case study on the logical design of a checkers game. PHP Arrays answers the following questions:Why do we need arrays? When do we need to use arrays? Are arrays efficient? Can arrays reduce coding time? When do you use multi-dimensional and associative arrays? What is an object array?

What You'll Learn
Handle array data from an HTML form Manage array data from a text file Deal with array data from a MySQL database
Who This Book Is For
Experienced PHP programmers or web developers using PHP.
Introducing Materialize

Автор: Prabhu
Название: Introducing Materialize
ISBN: 1484223489 ISBN-13(EAN): 9781484223482
Издательство: Springer
Рейтинг:
Цена: 3492.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

This concise step-by-step guide includes the best practices and patterns that help readers of all levels to unearth the potential of Materialize. A responsive framework based on Google’s innovative Material Design language, Materialize provides CSS and JavaScript features similar to other popular frameworks such as Bootstrap and Foundation.
With the advent of Material Design, developers can no longer overlook its importance and resourcefulness in web design and development. However, incorporating this toolkit in the web application can be quite a juggle. Compared to other design languages available in the market today, Materialize is the only one that adds depth and motion to its application elements.
Ideal for web designers and developers, Introducing Materialize is your comprehensive training guide to the newest design language you need to learn.
What You'll Learn
Learn why Materialize is so popular and resourcefulGet up and Running with this awesome toolkitQuick start with Materialize and creating unique designsDownloading and Installing the frameworkGet a grip on the fundamentals of Material DesignGather comprehensive knowledge about the framework Unearth the potential of this framework for real time implementation
Who This Book Is For
Ideal for web developers and designers with good experience of UI technologies such as HTML, CSS, JavaScript and jQuery. This book does not require prior experience of any responsive framework. It caters to readers on all levels ranging from beginners to experienced professionals.
Ruby Recipes

Автор: Mandal
Название: Ruby Recipes
ISBN: 148422468X ISBN-13(EAN): 9781484224687
Издательство: Springer
Рейтинг:
Цена: 3492.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Solve your Ruby programming problems that occur during your day-to-day scripting work. This book contains a varied selection of practical and interesting code recipes designed to make your coding life easier. Ruby Recipes includes solutions to problems in working with data, handling exceptions, writing blocks, and using regular expressions. This book provides ready scripts for both simple complex scripting tasks, which you can use readily or with only minor modifications. These scripts cover areas such as collections, classes and structures, functional programming, and log handling. With these handy recipes at your fingertips, you will be able to solve those niggling problems and become even more efficient.
What You Will Learn
Install and run RubyRead and write data Write functionsWork with arrays, ranges, hashes, and iteratorsHandle dates and timeProcess XML as textMaster OOP concepts such as classes, objects, subclassing, and inheritanceConnect to databases
Who This Book Is For
Programmers new to Ruby, and web developers interested in knowing the foundations of the language.
Data Science Using Oracle Data Miner and Oracle R Enterprise

Автор: Das
Название: Data Science Using Oracle Data Miner and Oracle R Enterprise
ISBN: 1484226135 ISBN-13(EAN): 9781484226131
Издательство: Springer
Рейтинг:
Цена: 6288.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Automate the predictive analytics process using Oracle Data Miner and Oracle R Enterprise. This book talks about how both these technologies can provide a framework for in-database predictive analytics. You'll see a unified architecture and embedded workflow to automate various analytics steps such as data preprocessing, model creation, and storing final model output to tables.You'll take a deep dive into various statistical models commonly used in businesses and how they can be automated for predictive analytics using various SQL, PLSQL, ORE, ODM, and native R packages. You'll get to know various options available in the ODM workflow for driving automation. Also, you'll get an understanding of various ways to integrate ODM packages, ORE, and native R packages using PLSQL for automating the processes.Data Science Automation Using Oracle Data Miner and Oracle R Enterprise starts with an introduction to business analytics, covering why automation is necessary and the level of complexity in automation at each analytic stage. Then, it focuses on how predictive analytics can be automated by using Oracle Data Miner and Oracle R Enterprise. Also, it explains when and why ODM and ORE are to be used together for automation.The subsequent chapters detail various statistical processes used for predictive analytics such as calculating attribute importance, clustering methods, regression analysis, classification techniques, ensemble models, and neural networks. In these chapters you will also get to understand the automation processes for each of these statistical processes using ODM and ORE along with their application in a real-life business use case.What you'll learnDiscover the functionality of Oracle Data Miner and Oracle R EnterpriseGain methods to perform in-database predictive analyticsUse Oracle's SQL and PLSQL APIs for building analytical solutionsAcquire knowledge of common and widely-used business statistical analysis techniquesWho this book is forIT executives, BI architects, Oracle architects and developers, R users and statisticians.

PHP Beyond the Web

Автор: Aley
Название: PHP Beyond the Web
ISBN: 1484224809 ISBN-13(EAN): 9781484224809
Издательство: Springer
Рейтинг:
Цена: 4890.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Use your existing web-based PHP skills to write all types of software: CLI scripts, desktop software, network servers, and more. This book gives you the tools, techniques, and background necessary to write just about any type of software you can think of, using the PHP you know.PHP Beyond the Web shows you how to take your knowledge of PHP development for the web and utilise it with a much wider range of software systems. Enjoy the benefits of PHP after reading this book: save money by redeploying existing skills, not learning new ones; save time and increase productivity by using a high-level language; and make money by providing your clients a full-stack service (not just websites).PHP is no longer just a great scripting language for websites, it's now a powerful general-purpose programming language. Expand your use of PHP into your back-end systems, server software, data processing services, desktop interfaces, and more.
What You'll Learn
Write interactive shell scriptsWork with system daemonsWrite desktop softwareBuild network serversInterface with electronics using PHP and the Raspberry PiManage performance, deployment, licensing, and system interactionDiscover the software tools for development and get other great sources of technical information and help
Who This Book Is For
Experienced PHP programmers or experienced programmers interested in leveraging PHP outside the web development context.
Pro Hadoop Data Analytics

Автор: Koitzsch
Название: Pro Hadoop Data Analytics
ISBN: 1484219090 ISBN-13(EAN): 9781484219096
Издательство: Springer
Рейтинг:
Цена: 5589.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Learn advanced analytical techniques and leverage existing toolkits to make your analytic applications more powerful, precise, and efficient. This book provides the right combination of architecture, design, and implementation information to create analytical systems which go beyond the basics of classification, clustering, and recommendation.In Pro Hadoop Data Analytics best practices are emphasized to ensure coherent, efficient development. A complete example system will be developed using standard third-party components which will consist of the toolkits, libraries, visualization and reporting code, as well as support glue to provide a working and extensible end-to-end system.The book emphasizes four important topics:The importance of end-to-end, flexible, configurable, high-performance data pipeline systems with analytical components as well as appropriate visualization results. Best practices and structured design principles. This will include strategic topics as well as the how to example portions.The importance of mix-and-match or hybrid systems, using different analytical components in one application to accomplish application goals. The hybrid approach will be prominent in the examples.Use of existing third-party libraries is key to effective development. Deep dive examples of the functionality of some of these toolkits will be showcased as you develop the example system.
What You'll Learn The what, why, and how of building big data analytic systems with the Hadoop ecosystemLibraries, toolkits, and algorithms to make development easier and more effectiveBest practices to use when building analytic systems with Hadoop, and metrics to measure performance and efficiency of components and systemsHow to connect to standard relational databases, noSQL data sources, and moreUseful case studies and example components which assist you in creating your own systems
Who This Book Is For
Software engineers, architects, and data scientists with an interest in the design and implementation of big data analytical systems using Hadoop, the Hadoop ecosystem, and other associated technologies.
Hands-On Unity 2020 Game Development: Build, customize, and optimize professional games using Unity 2020 and C#

Автор: Borromeo Nicolas Alejandro
Название: Hands-On Unity 2020 Game Development: Build, customize, and optimize professional games using Unity 2020 and C#
ISBN: 1838642005 ISBN-13(EAN): 9781838642006
Издательство: Неизвестно
Рейтинг:
Цена: 14712.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This Hands-On Guide on Unity is for the new and existing Unity users to get the most out of Unity Editor, create scripts using C#, delve into graphics, sound, and animations and manipulate physics to create interesting mechanics for your game. All of that will be slowly but immediately applied to a finished real-world game.

PHP Persistence

Автор: Romer
Название: PHP Persistence
ISBN: 1484225589 ISBN-13(EAN): 9781484225585
Издательство: Springer
Рейтинг:
Цена: 3213.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Take the pain out of dealing with relational databases in an object-oriented programming world. With this short book, you can save time and money by simply coding less while accomplishing more with the Doctrine persistence framework, a leading persistence solution for PHP programmers and web developers. PHP Persistence teaches you about PHP persistence and how to use it effectively for your database-driven applications.Bestselling author Michael Romer leverages his own vast experience to show you what you need to know about Doctrine 2 and how to use it in your own projects. Along the way you’ll learn about powerful persistence techniques, such as object-relational mapping (ORM) in PHP.
What You'll Learn
Define entities and references between entitiesManage entities Master the Doctrine Query Language Use appropriate command-line tools for PHP persistenceProgram for caching
Who This Book Is For
Experienced PHP programmers and web developers with some exposure to PHP.

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