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

Murach`s C++ Programming (2nd Edition), Murach Joel, Delamater Mary


Варианты приобретения
Цена: 10259.00р.
Кол-во:
 о цене
Наличие: Отсутствует. 
Возможна поставка под заказ. Дата поступления на склад уточняется после оформления заказа


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

Автор: Murach Joel, Delamater Mary
Название:  Murach`s C++ Programming (2nd Edition)
ISBN: 9781943872961
Издательство: Gazelle Book Services
Классификация:
ISBN-10: 1943872961
Обложка/Формат: Paperback
Страницы: 800
Вес: 1.60 кг.
Дата издания: 01.04.2022
Серия: Computing & IT
Язык: English
Издание: 2 new edition
Размер: 206 x 253 x 48
Читательская аудитория: General (us: trade)
Ключевые слова: Computer programming / software development
Рейтинг:
Поставляется из: США
Описание: Now you can learn C++ in manageable chunks with Murachs C++ Programming and its distinctive paired-pages format, which has earned rave reviews from programmers (see the reviews of the 1st Edition). Each topic is presented in a 2-page spread: You get clear syntax and coding examples along with easy-to-understand bullets on the righthand page and in-depth explanations and perspective on the left. Not only does this format ease the learning curve, its a time-saver for on-the-job reference too. Whats more, we have taken advantage of language advances and modern techniques to make it easier to learn C++ than ever before. This book is organized in a logical way that gets you started fast with a practical subset of todays C++. Then, it presents coding and object-oriented programming skills that will elevate you to the professional level. With this strong foundation in place, later chapters cover legacy techniques and older C++ features that let you maintain the vast amount of legacy code in the world and work with embedded systems. New in this 2nd Edition are features that have been introduced in C++20. That includes brand-new material on modules, one of the most exciting new features added to C++ in years. As always, each feature is carefully explained and integrated where it belongs in the learning sequence so that beginners and experienced programmers alike can quickly grasp the new concepts and their advantages. Every Murach book guarantees high quality and our readers love our code that actually works. See why yourself with more than 50 realistic programs to study and practice exercises for hands-on experience. Youll have a hard time finding such effective examples anywhere else.


Murach`s Visual Basic 2015

Автор: Boehm Anne
Название: Murach`s Visual Basic 2015
ISBN: 1890774987 ISBN-13(EAN): 9781890774981
Издательство: Gazelle Book Services
Рейтинг:
Цена: от 7365.00 р.
Наличие на складе: Есть

Описание: This core Visual Basic .NET book has been a favourite of developers ever since the 1st edition came out in 2002. So you can be sure that this 6th edition will deliver the professional skills you are looking for. To be specific: It is a self-paced book that shows you how to use Visual Studio 2015, VB 2015, and the .NET 4.6 classes to develop Windows Forms applications whether you are new to programming or not. It is a data programming book that shows you how to create professional database applications using data sources, ADO.NET code, and the Entity Framework, as well as how to use LINQ to query data structures, from collections to arrays to datasets. It is an object-oriented book that shows you how to use business classes, inheritance, and interfaces the way they are used in the real world. When you are finished, you will be able to develop 3-tiered, object-oriented Windows Forms applications the way the best professionals do. And you will have the core VB and Visual Studio skills that you need to develop any VB application whether for Windows, the web, or mobile devices.

Murachs Python Programming (2nd Edition)

Автор: Joel Murach, Michael Urban
Название: Murachs Python Programming (2nd Edition)
ISBN: 1943872740 ISBN-13(EAN): 9781943872749
Издательство: Gazelle Book Services
Рейтинг:
Цена: 13082.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

If you want to learn how to program but don't know where to start, this is the right book and the right language for you. From the first page, our self-paced approach will help you build competence and confidence in your programming skills. And Python is the best language ever for learning how to program because of its simplicity and breadth...two features that are hard to find in a single language.


But this isn't just a book for beginners! Our self-paced approach also works for experienced programmers, helping you learn Python faster and better than you've ever learned a language before. By the time you're through, you will have mastered the key Python skills that are needed on the job, including those for object-oriented, database, and GUI programming.


To make all of this possible, section 1 presents an 8-chapter course that will get anyone off to a great start with Python. Section 2 builds on that base by presenting the other essential skills that every Python programmer should have. Section 3 shows you how to develop object-oriented programs, a critical skillset in today's world. And section 4 shows you how to apply all of the skills that you've already learned as you build database and GUI programs for the real world.

Murach`s ASP.NET Core MVC

Автор: Murach Joel, Delamater Mary
Название: Murach`s ASP.NET Core MVC
ISBN: 194387249X ISBN-13(EAN): 9781943872497
Издательство: Gazelle Book Services
Рейтинг:
Цена: 13082.00 р.
Наличие на складе: Поставка под заказ.

Описание:

If you know the basics of C#, you're ready to learn how to create web applications using Microsoft's powerful technology, ASP.NET Core MVC (Model-View-Controller). And there's no more practical way to do it than with this book.

By the end of section 1...just 5 chapters...you'll be developing real-world web apps that follow the MVC pattern, using C# code for the model and controller classes...HTML, CSS, and Razor code for the user interface (the view)...and Bootstrap classes for responsive design so that your apps adapt well to all screen sizes. You'll also be able use the debugging tools in Visual Studio and your browser to test your apps thoroughly.

In section 2, you'll build out that set of skills to create more complex controllers, work with Razor views, handle cookies and sessions, do model binding, validate data, and handle database data with EF (Entity Framework) Core. You'll also see how all these skills come together in a single application, with coverage of the "gotchas" that can occur and how to solve them.

Finally, in section 3, you can pick up additional skills as you need them: use dependency injection to make your code easier to test; automate testing; create custom tag helpers and view components to reduce code duplication; control user access to a site with ASP.NET Core Identity; and use Visual Studio Code, an increasingly popular alternative to the Visual Studio IDE.

All along the way, you'll get complete web apps that show you how each feature works in context (you can download these apps for free from the Murach website). You'll get chapter exercises that let you practice your new skills. And you'll get Murach's distinctive "paired-pages" format that presents each skill in a 2-page spread, full of examples, notes, and explanation...a format that developers praise because it saves training and reference time.

Murach`s C# (7th Edition)

Автор: Murach Joel, Boehm Anne
Название: Murach`s C# (7th Edition)
ISBN: 1943872538 ISBN-13(EAN): 9781943872534
Издательство: Gazelle Book Services
Рейтинг:
Цена: 13082.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This C# book has been a favourite of developers ever since the 1st edition came out in 2004. So you can be sure that this latest edition will deliver the professional skills youre looking for today. In fact, it will teach you the C# essentials more easily than ever, as it shows you how to take advantage of the most recent releases of C#, .NET, and Visual Studio. Its a self-paced book that shows you how to use Visual Studio, C#, and the .NET classes to develop Windows Forms applications whether you are new to programming or not. Its an object-oriented book that shows you how to use business classes, inheritance, and interfaces the way theyre used in the real world. Its a database programming book that shows you how to create professional database applications using Entity Framework and LINQ or ADO.NET. When you are done, you will be able to develop 3-tiered, object-oriented, Windows Forms applications the way the best professionals do. And you will have the essential skills that you need to develop any C# application whether for the desktop, the web, or mobile devices.

Murach`s Java Programming (6th Edition)

Автор: Murach Joel
Название: Murach`s Java Programming (6th Edition)
ISBN: 1943872872 ISBN-13(EAN): 9781943872879
Издательство: Gazelle Book Services
Рейтинг:
Цена: 10466.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: If you want to learn Java programming but dont know where to start, this is the right book for you. From the first page, our unique self-paced approach will help you build competence and confidence in your programming skills, even if you are completely new to programming. But this is not just a book for beginners! Our self-paced approach also works for experienced programmers, helping you learn Java faster and better than you have ever learned a language before. By the time you are through, you will have mastered all of the Java skills that are needed on the job, including the skills for developing object-oriented applications that use a graphical user interface (GUI) and a database. To make this possible, section 1 of this book presents a 9-chapter course that gets anyone off to a great start building object-oriented applications in Java. Then, the next 3 sections build on that base by presenting more on object-oriented programming, the essentials for developing GUIs, and additional skills that every professional Java programmer should have, including how to work with a database.

Murach`s Python for Data Analysis

Автор: McCoy Scott
Название: Murach`s Python for Data Analysis
ISBN: 1943872767 ISBN-13(EAN): 9781943872763
Издательство: Gazelle Book Services
Рейтинг:
Цена: 10259.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Data is collected everywhere these days, in massive quantities. But data alone does not do you much good. That is why data analysis -- making sense of the data -- has become a must-have skill in the fields of business, science, and social science. But it is a tough skill to acquire. The concepts are challenging, and too many books and online tutorials treat only parts of the total skillset needed. Now, though, this book draws all the essential skills together and presents them in a clear and example-packed way. So you will soon be applying your programming skills to complex data analysis problems, more easily than you ever thought possible. In terms of content, this book gets you started the right way by using Pandas for data analysis and Seaborn for data visualisation, with JupyterLab as your IDE. Then, it helps you master descriptive analysis by teaching you how to get, clean, prepare, and analyse data, including time-series data. Next, it gets you started with predictive analysis by showing you how to use linear regression models to predict unknown and future values. And to tie everything together, it gives you 4 real-world case studies that show you how to apply your new skills to political, environmental, social, and sports analysis. At the end, you will have a solid set of the professional skills that can lead to all sorts of new career opportunities. Sound too good to be true? Download a sample chapter for free from the Murach website and see for yourself how this book can turn you into the data analyst that companies are looking for.

Murach`s C++ Programming

Автор: Murach Joel, Delamater Mary
Название: Murach`s C++ Programming
ISBN: 1943872279 ISBN-13(EAN): 9781943872275
Издательство: Gazelle Book Services
Рейтинг:
Цена: 12076.00 р.
Наличие на складе: Поставка под заказ.

Описание: In the beginning, C++ was a hard language to learn because it required programmers to master low-level techniques to work with memory. Over the years, C++ has evolved to provide higher-level techniques that make it much easier to write effective code. But most C++ books havent evolved with the language. Until now. Now, this book uses modern C++ to get you off to a fast start, and then builds out your coding and OOP skills to the professional level. At that point, it also covers older techniques so youll be able to maintain the vast amount of legacy code thats out there, as well as work with embedded systems that dont support the newer techniques.


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