Язык C и C++
Упорядочить: А → Я |
→
| 1→100 руб
Купить
3419 руб.NET Programming: A Practical Guide Using C#
Pradeep Tapadiya Takes a straightforward, hands-on approach to explain everything you need to know from development to deployment and maintenance for this platform-all from a developer's perspective. Softcover. CD-ROM included.
Постоянная ссылка → .NET Programming: A Practical Guide Using C#Написать комментарий →←
Купить
12465 рубA Complete Guide to C#
David Wayne Bishop Book DescriptionDesigned for introductory courses in C# .NET, A Complete Guide to C# addresses all the basic features and syntax of the C# language, and moves forward from this foundation on to issues of data structures, algorithm analysis, database management, concurrency, and distributed processing. Coverage of these issues includes a general introduction to major concepts as well as an exploration of how C# is applied to each area. By examining how C# relates to these core areas of programming and computing, students gain both an understanding of how to program in C#, and insight into the character and philosophy of the language.
Постоянная ссылка → A Complete Guide to C#
Купить
4769 рубA Computer Science Tapestry: Exploring Computer Science with C++
Owen Astrachan A Computer Science Tapestry is designed for use in a first course in computer science (CS1) that uses C++ as its programming language. This book covers basic concepts in programming, program design and computer science along with giving students a good introduction to the C++ language. In the new edition, Astrachan has put more emphasis on object-oriented programming by introducing a graphics library and including a new chapter on object-oriented techniques. He has also added new case studies and "design tips."
Постоянная ссылка → A Computer Science Tapestry: Exploring Computer Science with C++
Купить
5098 рубA First Course in Computational Physics and Object-Oriented Programming with C++
David Yevick Book DescriptionTextbook and reference work on the application of C++ in science and engineering.
Постоянная ссылка → A First Course in Computational Physics and Object-Oriented Programming with C++
Купить
2886 рубA Laboratory Course in C++ Data Structures
James Roberge, Stefan Brandle, David Whittington A Laboratory Course in C++ Data Structures, Second Edition exemplifies the active learning experience. With a dynamic learn-by-doing focus, this laboratory manual encourages students to explore data structures by implementing them, a process through which students discover how data structures work and how they can be applied. Providing a framework that offers feedback and support, this text challenges students to exercise their creativity in both programming and analysis. Each laboratory unit consistsof four parts: the Prelab, the Bridge, the In-lab, and the Postlab, which create an excellent hands-on learning opportunity for students in supervised labs and students engaged in independent study.
Постоянная ссылка → A Laboratory Course in C++ Data Structures
Купить
2601 рубA Parallel Programming with Microsoft Visual C++: Design Patterns for Decomposition and Coordination on Multicore Architectures
Colin Campbell, Ade Miller Your CPU meter shows a problem. One core is running at 100 percent, but all the other cores are idle. Your application is CPU-bound, but you are using only a fraction of the computing power of your multicore system. Is there a way to get better performance?The answer, in a nutshell, is parallel programming. Where you once would have written the kind of sequential code that is familiar to all programmers, you now find that this no longer meets your performance goals. To use your systema??s CPU resources efficiently, you need to split your application into pieces that can run at the same time. Of course, this is easier said than done. Parallel programming has a reputation for being the domain of experts and a minefield of subtle, hard-to-reproduce software defects. Everyone seems to have a favorite story about a parallel program that did not behave as expected because of a mysterious bug.These stories should inspire a healthy respect for the difficulty of the problems you will face in...
Постоянная ссылка → A Parallel Programming with Microsoft Visual C++: Design Patterns for Decomposition and Coordination on Multicore Architectures
Купить
21415 рубAbsolute C++ (+ CD-ROM)
Walter Savitch This brand new book from best-selling author Walt Savitch offers complete, absolute coverage of the C++ programming language. It provides all of the tools necessary for experienced and novice programmers alike 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, e.g. arrays before classes. As with Savitch's other book Problem Solving with C++, the hallmark feature of this new book is his truly accessible writing which students often acknowledge as the best they've ever read. Absolute C++ is appropriate for introductory courses covering the C++ language, intermediate programming courses introducing C++ to students familiar with another language and will act as a total reference beyond their coursework.
Постоянная ссылка → Absolute C++ (+ CD-ROM)
Купить
8730 рубAbsolute C++ (2nd Edition)
Walter Savitch Book Description Offers complete coverage of the C++ programming language. This title offers 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 readers to better understand the language. This book is appropriate for anyone interested in learning how to programming using the C++ programming language.
Постоянная ссылка → Absolute C++ (2nd Edition)
Купить
12190 рубAbsolute C++ CodeMate Enhanced Edition
Walter Savitch
Постоянная ссылка → Absolute C++ CodeMate Enhanced Edition
Купить
1287 рубAddison-Wesley's C++ Backpack Reference Guide
Peter DePasquale Book Description This inexpensive reference provides a quick reference to C++'s most frequently used keywords and libraries. Includes syntax, description, tips for use, and examples of the reserved words most commonly used by introductory C++ programmers. This book is appropriate for anyone learning how to programming using the C++ programming language.
Постоянная ссылка → Addison-Wesley's C++ Backpack Reference Guide
Купить
2721 рубAlgorithm Design: Foundations, Analysis, and Internet Examples
Michael T. Goodrich, Roberto Tamassia, Michael Goodrich Michael Goodrich and Roberto Tamassia, authors of the successful, Data Structures and Algorithms in Java, 2/e, have written Algorithm Engineering, a text designed to provide a comprehensive introduction to the design, implementation and analysis of computer algorithms and data structures from a modern perspective. This book offers theoretical analysis techniques as well as algorithmic design patterns and experimental methods for the engineering of algorithms. Market: Computer Scientists; Programmers.
Постоянная ссылка → Algorithm Design: Foundations, Analysis, and Internet Examples
Купить
5462 рубAlgorithms in C++ Part 5: Graph Algorithms (3rd Edition)
Robert Sedgewick
Постоянная ссылка → Algorithms in C++ Part 5: Graph Algorithms (3rd Edition)
Купить
1680 рубAlgorithms in C++: Part 5: Graph Algorithms
Robert Sedgewick, Christopher J. Van Wyk "Algorithms in С++: Part 5: Graph Algorithms" is the second book in Sedgewick's thoroughly revised and rewritten series. The first book, Parts 1-4, addresses fundamental algorithms, data structures, sorting, and searching. A forthcoming third book will focus on strings, geometry, and a range of advanced algorithms. Each book's expanded coverage features new algorithms and implementations, enhanced descriptions and diagrams, and a wealth of new exercises for polishing skills. A focus on abstract data types makes the programs more broadly useful and relevant for the modern object-oriented programming environment. Coverage includes: A complete overview of graph properties and types; Diagraphs and DAGs; Minimum spanning trees; Shortest paths; Network flows; Diagrams, sample С++ code, and detailed algorithm descriptions. A landmark revision, "Algorithms in С++: Part 5" provides a complete tool set for programmers to implement,...
Постоянная ссылка → Algorithms in C++: Part 5: Graph Algorithms
Купить
5206 рубAlgorithms in C, Part 5: Graph Algorithms (3rd Edition)
Robert Sedgewick
Постоянная ссылка → Algorithms in C, Part 5: Graph Algorithms (3rd Edition)
Купить
9406 рубAlgorithms in C, Parts 1-5 (Bundle): Fundamentals, Data Structures, Sorting, Searching, and Graph Algorithms (3rd Edition)
Robert Sedgewick
Постоянная ссылка → Algorithms in C, Parts 1-5 (Bundle): Fundamentals, Data Structures, Sorting, Searching, and Graph Algorithms (3rd Edition)
