Practical Numerical and Scientific Computing with MATLAB® and Python
by Eihab B. M. Bashier
Practical Numerical and Scientific Computing with MATLAB® and Python concentrates on the practical aspects of numerical analysis and linear and non-linear programming. It discusses the methods for solving different types of mathematical problems using MATLAB and Python. Although the book focuses on the approximation problem rather than on error analysis of mathematical problems, it provides practical ways to calculate errors. The book is divided into three parts, covering topics in numerical li...
Visual C++ 2010 - Das Entwicklerbuch
by Walter Saumweber and Dirk Louis
What you want is an easy level of abstraction, which is just what this book provides in conjunction with Boost.Asio. Switching to Boost.Asio is just a few extra #include directives away, with the help of this practical and engaging guide.This book is great for developers that need to do network programming, who don't want to delve into the complicated issues of a raw networking API. You should be familiar with core Boost concepts, such as smart pointers and shared_from_this, resource classes (no...
Absolute C++, offers complete coverage of the C++ programming language. It provides all the tools necessary for experienced and novice programmers to master C++, including: thorough coverage of the Standard Template Library; complete and fully executable code throughout; sections highlighting programming tips and common pitfalls; and a logical order of coverage of C++ topics in order for students to better understand the language. This book is appropriate for introductory courses covering the C+...
Application Development with Qt Creator - Second Edition
by Ray Rischpater
Instant Access to the Wileyplus Course + Etext for Data Structures and Algorithms in C++ 2e
by Michael T. Goodrich, Roberto Tamassia, and David M. Mount
Appropriate for courses in C++ Programming. This comprehensive exploration of the C++ programming language includes a in-depth look at the features of the language as they are applied to both structured and object-oriented programming. It focuses on the fusion of concepts and applications, effectively demonstrating how to apply theory to practical problems.
Based on object-oriented programming using C++, Working Classes strikes a balance between traditional CS2 topics and more progressive concepts and language, providing a clear understanding of what a data structure really is. And it can be used successfully by your students, whether or not they used an OOP approach in their CS1 class. The authors present key concepts in the text of topics that students will encounter later, such as memory management for lists and parsing for trees. The text inclu...
This book introduces readers to building wearable electronics projects using Adafruit's tiny FLORA board: at 4.4 grams, and only 1.75 inches in diameter, and featuring Arduino compatibility, it's the most beginner-friendly way to create wearable projects. This book shows you how to plan your wearable circuits, sew with electronics, and write programs that run on the FLORA to control the electronics. The FLORA family includes an assortment of sensors, as well as RGB LEDs that let you add lighting...
Massively Multiplayer Game Development
Massively Multiplayer (MMP) game development is one of the fastest growing areas in the game market. With the first MMP releases, the genre took off with amazing speed, and as its popularity continues to soar, so do the many challenges, internationalization, customer support, hacking, and technological advancements. To keep up with these challenges, developers need to implement the best tools and techniques available. Massively Multiplayer Game Development provides these solutions. This comprehe...
C++ Memory Management (Len Dorfman Practical Programming S.)
by Len Dorfman and Marc J. Neuberger
In a perfect world, each new version of an application programme would be able to do more without requiring more memory. But in the real world, programmes continue to grow faster than many computer users can afford to upgrade. That's why memory requirements are so important to software buyers - and why application programmers must learn to make their products more memory efficient. Authors of "C++ Memory Management Techniques" and "Turbo Pascal Memory Management Techniques", Dorfman and Neuberge...
Design and architect real-world scalable C++ applications by exploring advanced techniques in low-level programming, object-oriented programming (OOP), the Standard Template Library (STL), metaprogramming, and concurrencyKey FeaturesDesign professional-grade, maintainable apps by learning advanced concepts such as functional programming, templates, and networkingApply design patterns and best practices to solve real-world problemsImprove the performance of your projects by designing concurrent d...
Moderne C-Programmierung: Kompendium Und Referenz (Xpert.Press)
by Helmut Schellong
C++ Application Development with Code: : Blocks
by Biplab Kumar Modak