All counter of AlamanShop


Gerald J. Murphy
C*-Algebras and Operator Theory

y.
Publisher:
Description: This book constitutes a first- or second-year graduate course in operator theory. It is a field that has great importance for other areas of mathematics and physics, such as algebraic topology, differential geometry, and quantum mechanics. It assumes a basic knowledge in functional analysis but no prior acquaintance with operator theory is required. [detailed...]

ISBN: 0125113609
Book size: ; Page extent: .

 

PUT TO
THE BASKET
Paul M. Embree, Damon Danieli
C++ Algorithms for Digital Signal Processing (2nd Edition)

y.
Publisher:
Description: [detailed...]

ISBN: 0131791443
Book size: ; Page extent: .

 

PUT TO
THE BASKET
M. S. Joshi
C++ Design Patterns and Derivatives Pricing (Mathematics, Finance and Risk)

2008 y.
Publisher:
Description: Using carefully-chosen examples, this book explains how to create well-designed, structured, reusable code, particularly for financial applications. New chapters explain interfacing C++ with EXCEL, designing a generic factory, and improving code design with decoupling. Complete ANSI/ISO compatible C++ source code is hosted on an accompanying web site. [detailed...]

ISBN: 0521721628
Book size: ; Page extent: 308.

 

PUT TO
THE BASKET
Mark Joshi, Mark Broadie, Sam Howison, Neil Johnson, George Papanicolaou
C++ Design Patterns and Derivatives Pricing (Mathematics, Finance and Risk)

y.
Publisher:
Description: Combining mathematical finance with C++ and object-oriented programming (00P), M. Joshi demonstrates the relevance and use of OOP in financial mathematics by describing how to use price derivatives to obtain reusable and extensible code. A large part of the book is devoted to designing reusable components which are then combined to build a Monte Carlo pricer for exotic equity derivatives. Readers knowing the basics of C++ and mathematical finance, but are unclear how to use OOP to implement models, will welcome this analysis. [detailed...]

ISBN: 0521832357
Book size: ; Page extent: .

 

PUT TO
THE BASKET
Noel Llopis
C++ For Game Programmers (Game Development Series)

2003 y.
Publisher:
Description: Book Description C++ is the primary language used in game development, however, game programming has a unique set of challenges, which general application development techniques and recommendations don`t apply to. Written to address this issue, C++ for Game Programmers provides practical suggestions for what C++ features to use in game development and why. Many of the misconceptions of C++ are clarified, and programmers learn the most effective methods for using the language to create games. This is primarily a book about ideas and concepts: it is not just a source of C++ code to use in your game project. Instead, C++ for Game Programmers covers how things work from a game-development perspective, and provides practical rules to follow. It points out the most effective C++ practices and steers developers away from the potentially dangerous ones. It describes common C++ techniques to solve specific problems faced by most developers, and focuses on techniques that have been proven in [detailed...]

ISBN: 1584502274
Book size: ; Page extent: 412.

 

PUT TO
THE BASKET
Jasmin Blanchette, Mark Summerfield
C++ GUI Programming with Qt 4

2006 y.
Publisher: Prentice Hall Ptr/
Description: Using Trolltech`s Qt you can build industrial-strength C++ applications that run natively on Windows, Linux/Unix, Mac OS X, and embedded Linux--without making source code changes. With this book Trolltech insiders have written a start-to-finish guide to getting great results with the most powerful version of Qt ever created: Qt 4.1. Using C++ GUI Programming with Qt 4 you`ll discover the most effective Qt 4 programming patterns and techniques as you master key technologies ranging from Qt`s model/view architecture to Qt`s powerful new 2D paint engine. The authors provide readers with unparalleled insight into Qt`s event model and layout system. Then, using realistic examples, they introduce superior techniques for everything from basic GUI development to advanced database and XML integration. Includes new chapters on Qt 4`s model/view architecture and Qt`s new plugin support, along with a brief introduction to Qtopia embedded programming Covers all Qt [detailed...]

ISBN: 0131872494
Book size: ; Page extent: 560.

 

PUT TO
THE BASKET
Stephen C. Dewhurst
C++ Gotchas: Avoiding Common Problems in Coding and Design

y.
Publisher:
Description: [detailed...]

ISBN: 0321125185
Book size: ; Page extent: .

 

PUT TO
THE BASKET
Harvey M. Deitel, Paul J. Deitel
C++ How to Program (4th Edition)

y.
Publisher:
Description: With nearly 250,000 sold, Harvey and Paul Deitel`s C++ How to Program is the world`s best-selling introduction to C++ programming. Now, this classic has been thoroughly updated! The authors have given this edition a general tune-up of object-oriented programming presentation. The new Fourth Edition has a new code-highlighting style that uses an alternate background color to focus the reader on new code elements in a program. The Deitels` C++ How to Program is the most comprehensive, practical introduction to C++ ever published -- with hundreds of hands-on exercises, roughly 250 complete programs written and documented for easy learning, and exceptional insight into good programming practices, maximizing performance, avoiding errors, debugging, and testing. This new Fourth Edition has an upgraded OOD/UML case to latest UML standard, as well as significant improvements to exception handling and operator overloading chapters. Features enhanced treatment of strings and [detailed...]

ISBN: 0130384747
Book size: ; Page extent: .

 

PUT TO
THE BASKET
Harvey &, Paul) Deitel &, Associates
C++ How to Program (6th Edition)

2007 y.
Publisher:
Description: With over 275,000 sold, Harvey and Paul Deitel`s C++ How to Program is the world`s best-selling introduction to C++ programming. The Deitels` groundbreaking How to Program series offers unparalleled breadth and depth of programming concepts and intermediate-level topics for further study. The books in this series feature hundreds of complete, working programs with thousands of lines of code. Deitels` C++ How to Program is the most comprehensive, practical introduction to C++ ever published-with hundreds of hands-on exercises, roughly 250 complete programs written and documented for easy learning, and exceptional insight into good programming practices, maximizing performance, avoiding errors, debugging, and testing. The updated Sixth Edition now includes an introduction to the Internet and World Wide Web with an emphasis on Web 2.0, a new chapter on game programming with the OGRE graphics library and Open AL, an overview of the [detailed...]

ISBN: 0136152503
Book size: ; Page extent: 0.

 

PUT TO
THE BASKET
H. M. Deitel, P. J. Deitel, T. R. Nieto, Harvey M. Deitel
C++ Lab Manual (3rd Edition)

y.
Publisher:
Description: [detailed...]

ISBN: 0130895792
Book size: ; Page extent: .

 

PUT TO
THE BASKET
Douglas C. Schmidt, Stephen D. Huston
C++ Network Programming, Vol. 1: Mastering Complexity with ACE and Patterns

y.
Publisher:
Description: [detailed...]

ISBN: 0201604647
Book size: ; Page extent: .

 

PUT TO
THE BASKET
Douglas C. Schmidt, Stephen D. Huston
C++ Network Programming, Volume 2: Systematic Reuse with ACE and Frameworks

y.
Publisher:
Description: [detailed...]

ISBN: 0201795256
Book size: ; Page extent: .

 

PUT TO
THE BASKET
Nell B. Dale, David Teague
C++ Plus Data Structures

y.
Publisher:
Description: C++ Plus Data Structures is designed for a course in Data Structures where C++ is the programming language. The book focuses on abstract data types as viewed from three different perspectives: their specification, their application, and their implementation. The authors stress computer science theory and software engineering principles, including modularization, data encapsulation, information hiding, data abstraction, object-oriented decomposition, functional decomposition, the analysis of algorithms, and life-cycle software verification methods. Finally, through classic Dale pedagogy students are offered a clear, easy-to-understand discussion of important theoretical constructs and their implementation in C++. [detailed...]

ISBN: 0763714704
Book size: ; Page extent: .

 

PUT TO
THE BASKET
Kyle Loudon
C++ Pocket Reference

y.
Publisher:
Description: C++ is a complex language with many subtle facets. This is especially true when it comes to object-oriented and template programming. The C++ Pocket Reference is a memory aid for C++ programmers, enabling them to quickly look up usage and syntax for unfamiliar and infrequently used aspects of the language. The book`s small size makes it easy to carry about, ensuring that it will always be at-hand when needed. Programmers will also appreciate the book`s brevity, as much information as possible has been crammed into its small pages. C++ Pocket Reference is useful to Java and C programmers making the transition to C++, or who find themselves occasionally programming in C++. The three languages are often confusingly similar. This book enablesprogrammers familiar with C or Java to quickly come up to speed on how a particular construct or concept is implemented in C++. Together with its companion STL Pocket Reference, the C++ Pocket Reference forms one of the most [detailed...]

ISBN: 0596004966
Book size: ; Page extent: .

 

PUT TO
THE BASKET
Chuck Easttom
C++ Programming Fundamentals (Cyberrookies Series)

y.
Publisher:
Description: C++ Programming Fundamentals teaches the basics of C++ programming in an easy-to-follow style, without assuming previous experience in any other language. A variety of examples such as game programming, club membership organization, grade tracking and grade point average calculation, make learning C++ both fun and practical. Each chapter contains at least one complete, fully functional example program, with several smaller examples provided throughout the book. Complete source code for each example in the book is provided on the accompanying CD-ROM, along with additional example code for further practice. KEY FEATURES * Teaches programming basics in C++ without requiring previous experience in another language * Discusses all fundamental programming concepts, such as variables and expressions, functions, error and exception handling, classes, inheritance, data structures, and algorithms * Contains useful, hands-on projects, including a grade tracking/GPA program, a [detailed...]

ISBN: 1584502371
Book size: ; Page extent: .

 

PUT TO
THE BASKET
Barbara Johnston
C++ Programming Today

2007 y.
Publisher: Prentice Hall
Description: `C++ Programming Today`, 2/E presents the C++ language and object-oriented theory in an easy-to-read, comprehensive text. Written in an informal style, it guides the student from beginning programming through complex object-oriented techniques. The text has a large variety of program examples along with easy-to-understand figures, summary reference tables, and appendices. The text is filled with practical programming information including style guidance, debugging, multi-file program construction, and real-world, commonsense programming advice. Extensively classroom tested during development, the text incorporates the excellent student feedback and suggestions the author received. In addition, Visual C++ 2005 Express Edition is packaged with the text, providing students with an excellent development tool for learning object-oriented programming. [detailed...]

ISBN: 0136150993
Book size: ; Page extent: 656.

 

PUT TO
THE BASKET
Willi-Hans Steeb, Fritz Solms
C++ Programming with Applications in Administration, Finance and Statistics

y.
Publisher:
Description: [detailed...]

ISBN: 981024066X
Book size: ; Page extent: .

 

PUT TO
THE BASKET
D.S. Malik
C++ Programming: From Problem Analysis to Program Design

2006 y.
Publisher:
Description: Best-selling author D.S. Malik employs a student-focused approach, using complete programming examples to teach introductory programming concepts. [detailed...]

ISBN: 1418836397
Book size: ; Page extent: 1312.

 

PUT TO
THE BASKET
Tomasz Muldner
C++ Programming: With Design Patterns Revealed

y.
Publisher:
Description: [detailed...]

ISBN: 0201722313
Book size: ; Page extent: .

 

PUT TO
THE BASKET
David Conger
C++ Software Development for Technology Students

y.
Publisher:
Description: This book teaches top-down and object design skills in addition to C++ language proficiency, and is more suited to the use of people pursuing professional programming careers than any other book like it. The process of developing a completely working software system is also demonstrated through a practical application exercise that runs throughout the entire book. Chapter topics include atomic data types, C++ operators, control flows, preprocessor directives, and memory allocation. Each chapter includes a troubleshooting guide to help uses fix common mistakes and prevent problems. This book is for anyone looking to develop practical design and development skills using C++,? whether it be a student learning programming for the first time, a self-taught guru seeking C++ skills, or someone with a degree in Computer Science. [detailed...]

ISBN: 0133701808
Book size: ; Page extent: 0.

 

PUT TO
THE BASKET
The Staff of Research &, Education Association
C++ Super Review

y.
Publisher:
Description: REA`s Super Reviews help students brush up on tough subjects. They are more thorough than ordinary subject reviews but less complex than voluminous study guides. Numerous solved problems accompany the review and bring it to life. The C++ Super Review includes an overview of language fundamentals, control structures, non-primitive data types, pointer and reference types, functions, preprocessor directives, header files, character strings, classes and objects, inheritance, templates, input, and output. Other topics include command line arguments, function pointers, exception handling, and string streams. Exercises and quizzes enable students to check whether they have learned what they need to know, whether they understand the subject and have command of it. [detailed...]

ISBN: 0878911812
Book size: ; Page extent: .

 

PUT TO
THE BASKET
David Vandevoorde, Nicolai M. Josuttis
C++ Templates: The Complete Guide

y.
Publisher:
Description: [detailed...]

ISBN: 0201734842
Book size: ; Page extent: .

 

PUT TO
THE BASKET
Matthew Telles
C++ Timesaving Techniques For Dummies (For Dummies (Computer/Tech))

2005 y.
Publisher:
Description: Book Description* Seasoned C++ programmer Matthew Telles shows developers at any level of experience how to save hours by improving, refactoring, and debugging their code * Some of the techniques covered include mastering asserts, creating a complete class, hiding a method of a base class, freeing blocks of memory, implementing a simple locking mechanism, creating debugging macros, checking for errors at run-time, finding and fixing memory leaks, and reducing code complexity * The easy-to-follow, two-column Timesaving Techniques format makes mastering each timesaver a snap * C++ is one of today`s most widely used programming languages, with compilers offered by Microsoft, Borland, and Code Warrior * This book is the perfect companion to C++ For Dummies, Fifth Edition (0-7645-6852-3)Download Description* Seasoned C++ programmer Matthew Telles shows developers at any level of experience how to save hours by improving, refactoring, and debugging their code [detailed...]

ISBN: 076457986X
Book size: ; Page extent: 499.

 

PUT TO
THE BASKET
Daoqi Yang
C++ and Object-oriented Numeric Computing for Scientists and Engineers

y.
Publisher:
Description: [detailed...]

ISBN: 0387989900
Book size: ; Page extent: .

 

PUT TO
THE BASKET
Jan L. Harrington
C++ and the Object-Oriented Paradigm : An IS Perspective

y.
Publisher:
Description: Object-Oriented Programming (OOP) is gaining momentum in business environments as a more efficient and cost-efficient method of programming. Jan Harrington`s book introduces using the C++ programming language and object-oriented programming to develop business application. [detailed...]

ISBN: 0471108804
Book size: ; Page extent: .

 

PUT TO
THE BASKET
John C. Molluzzo
C++ for Business Programmers (2nd Edition)

2005 y.
Publisher:
Description: Book Description This book provides a highly readable introduction to C++ programming for beginning business programmers. It guides readers through complete and clear descriptions of sample programs, with a wealth of exercises included along the way to help reinforce the important points of each chapter. Throughout the text, a strong emphasis is placed on business applications, rather than those in mathematics or computing. Part I (Basic C++) covers the procedural parts of C++. Part II (Object-Oriented Concepts and Programming) introduces object-oriented ideas through the built-in string class. Part III (Object-Oriented Programming) explores the essential object-oriented ideas through inheritance and polymorphism. For beginning programmers using C++ for business. [detailed...]

ISBN: 0130467006
Book size: ; Page extent: 848.

 

PUT TO
THE BASKET
Jonathan Morrison
C++ for VB Programmers

y.
Publisher:
Description: Knowing how and when to work in C++ is the key to building better, more efficient Windows applications. This book teaches you how to use C++ to enhance your VB applicationswithout rewriting them from the ground up. In this book, you will learnto write DLLs that use the performance and capabilities of C++, which provide access to APIs not easily supported by VB. Using C++ and the ATL (Active Template Library), you can even write ActiveX components that don`t require a huge runtime library. Writing from the perspective of an advanced VB programmerand using his own learning process as the frameworkauthor Jonathan Morrison teaches you how to harness the development power of C++. Beginning with an overview of the ways in whichC++ complements VB, he moves on to cover the VC++ development environment that most VB programmers will turn to firstVisual Studioexploring a wealth of topics including the differences between VB and C++ compilers, the C [detailed...]

ISBN: 1893115763
Book size: ; Page extent: .

 

PUT TO
THE BASKET
Nishant Sivakumar
C++/CLI in Action

2007 y.
Publisher:
Description: C++ is the language of choice for thousands of applications and millions of lines of code. With C++/CLI, developers can integrate existing C++ code into the .NET platform without rewriting their applications. This book explores the C++/CLI syntax, teaches how to mix native C++ and managed .NET code, and shows how to integrate C++ with Windows Forms, WPF (Avalon), and WCF (Indigo). Imagine taking a C++-based program you`ve been using for a decade and giving it a snazzy new interface using Windows Presentation Foundation. How about making your old business applications talk to your new ones using Windows Communication Foundation. C++/CLI makes this--and more--possible. C++/CLI in Action shows you how to bridge the gap between your existing C++ code and the .NET platform. C++/CLI in Action will help you if: You`re hesitant to migrate to .NET because it means rewriting code in C# or VB. You have significant C++ expertise that you want to leverage in the .NET. [detailed...]

ISBN: 1932394818
Book size: ; Page extent: 416.

 

PUT TO
THE BASKET
Larry Nyhoff
C++: An Introduction to Data Structures

y.
Publisher:
Description: [detailed...]

ISBN: 0023887257
Book size: ; Page extent: .

 

PUT TO
THE BASKET
Joel Adams, Larry R. Nyhoff, Larry Nyhoff
C++:An Introduction to Computing

y.
Publisher:
Description: [detailed...]

ISBN: 0130914266
Book size: ; Page extent: 0.

 

PUT TO
THE BASKET
Mark Androvich
C-12: Final Resistance : Prima`s Official Strategy Guide (Premier Series (Roseville, Calif.).)

y.
Publisher:
Description: [detailed...]

ISBN: 0761540318
Book size: ; Page extent: .

 

PUT TO
THE BASKET
Сайт создан в системе uCoz