Speech Recognition : Theory and C++ Implementation
ISBN: 9780471977308 / Angielski / Twarda / 428 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Automatic Speech Recognition (ASR) is the enabling technology for hands-free dictation and voice-triggered computer menus. It is becoming increasingly prevalent in environments such as private telephone exchanges and real-time information services. Speech Recognition introduces the principles of ASR systems, including the theory and implementation issues behind multi-speaker continuous speech recognition. Focusing on the algorithms employed in commercial and laboratory systems, the treatment enables the reader to devise practical solutions for ASR system problems. It addresses in detail C++...
Automatic Speech Recognition (ASR) is the enabling technology for hands-free dictation and voice-triggered computer menus. It is becoming increasingly...
|
|
cena:
949,68 zł |
More C++ Gems
ISBN: 9780521786188 / Angielski / Miękka / 544 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. With More C++ Gems, Robert Martin, Editor-in-Chief of C++ Report, presents the long-awaited follow-up to C++ Gems (1996). Since the publication of the first book, the C++ language has experienced many changes. The ISO has adopted a standard for the language and its library. The Unified Modeling Language has affected software development in C++, and Java has changed things as well. Through all of these developments, C++ Report has been the forum for developers and programmers to share their experience and discuss new directions for the industry. More C++ Gems picks up where the first book left...
With More C++ Gems, Robert Martin, Editor-in-Chief of C++ Report, presents the long-awaited follow-up to C++ Gems (1996). Since the publication of the...
|
|
cena:
379,05 zł |
The Elements of C++ Style
ISBN: 9780521893084 / Angielski / Miękka / 192 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. The Elements of C++ Style is for all C++ practitioners, especially for those working in teams where consistency is critical. Just as Strunk and White's The Elements of Style provides rules of usage for writing in the English language, this text furnishes a set of rules for writing in C++. The authors offer a collection of standards and guidelines for creating solid C++ code that will be easy to understand, enhance and maintain. The book provides conventions for formatting, naming, documentation, programming, and packaging for the latest ANSI standard of C++, and also includes discussion of...
The Elements of C++ Style is for all C++ practitioners, especially for those working in teams where consistency is critical. Just as Strunk and White'...
|
|
cena:
115,61 zł |
The Student Guide to Computer Science C++
ISBN: 9780595187393 / Angielski / Miękka / 152 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. |
|
cena:
69,67 zł |
Finite Programming in C++
ISBN: 9780595351893 / Angielski / Miękka / 260 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. "Finite Programming in C]+" first presents an overview of basic program elements and dispels common misconceptions. Then it equips you with vital tools in C++, including the Standard Template Library and C++ string class, while alerting you to the lurking pitfalls and ways to avoid them. Finally it introduces a four-step programming model that has helped the author write programs efficiently and enjoyably. "Finite Programming in C++" incorporates occasional jokes and interesting world facts to lighten readers' mood while ensuring proper, detailed coverage of each topic. The blithe tone,...
"Finite Programming in C]+" first presents an overview of basic program elements and dispels common misconceptions. Then it equips you with vital tool...
|
|
cena:
91,51 zł |
Programming with Qt
ISBN: 9780596000646 / Angielski / Miękka / 522 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. The popular open source KDE desktop environment for Unix was built with Qt, a C++ class library for writing GUI applications that run on Unix, Linux, Windows 95/98, Windows 2000, and Windows NT platforms. Qt emulates the look and feel of Motif, but is much easier to use. Best of all, after you have written an application with Qt, all you have to do is recompile it to have a version that works on Windows. Qt also emulates the look and feel of Windows, so your users get native-looking interfaces.Platform independence is not the only benefit. Qt is flexible and highly optimized. You'll find... The popular open source KDE desktop environment for Unix was built with Qt, a C++ class library for writing GUI applications that run on Unix, Linu... |
|
cena:
198,78 zł |
C++ in a Nutshell
ISBN: 9780596002985 / Angielski / Miękka / 810 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. To-the-point, authoritative, no-nonsense solutions have always been a trademark of O'Reilly books. The In a Nutshell books have earned a solid reputation in the field as the well-thumbed references that sit beside the knowledgeable developer's keyboard. C++ in a Nutshell lives up to the In a Nutshell promise. C++ in a Nutshell is a lean, focused reference that offers practical examples for the most important, most often used, aspects of C++.C++ in a Nutshell packs an enormous amount of information on C++ (and the many libraries used with it) in an indispensable quick... To-the-point, authoritative, no-nonsense solutions have always been a trademark of O'Reilly books. The In a Nutshell books have earned a solid repu... |
|
cena:
174,50 zł |
STL Pocket Reference
ISBN: 9780596005566 / Angielski / Miękka / 130 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. The STL Pocket Reference describes the functions, classes, and templates in that part of the C++ standard library often referred to as the Standard Template Library (STL). The STL encompasses containers, iterators, algorithms, and function objects, which collectively represent one of the most important and widely used subsets of standard library functionality.The C++ standard library, even the subset known as the STL, is vast. It's next to impossible to work with the STL without some sort of reference at your side to remind you of template parameters, function invocations, return... The STL Pocket Reference describes the functions, classes, and templates in that part of the C++ standard library often referred to as the S... |
|
cena:
41,35 zł |
C++ Cookbook: Solutions and Examples for C++ Programmers
ISBN: 9780596007614 / Angielski / Miękka / 573 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Despite its highly adaptable and flexible nature, C++ is also one of the more complex programming languages to learn. Once mastered, however, it can help you organize and process information with amazing efficiency and quickness. The C++ Cookbook will make your path to mastery much shorter. This practical, problem-solving guide is ideal if you're an engineer, programmer, or researcher writing an application for one of the legions of platforms on which C++ runs. The algorithms provided in C++ Cookbook will jump-start your development by giving you some basic building... Despite its highly adaptable and flexible nature, C++ is also one of the more complex programming languages to learn. Once mastered, however, it ca... |
|
cena:
218,36 zł |
Object Oriented Programming Using C++
ISBN: 9780849324192 / Angielski / Twarda / 417 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Although C++ was developed as a superset of C language to include object oriented programming features, it can be used as a separate language. Many references require a prior knowledge of C for learning C++. Object Oriented Programming Using C++ however, provides the details of C++ required for both traditional programming and object oriented programming in such a lucid manner that the reader does not require any prior knowledge of C.
The result of the author's extensive experience in programming languages, database management systems, files structures, and research experience, this text... Although C++ was developed as a superset of C language to include object oriented programming features, it can be used as a separate language. Many re...
|
|
cena:
209,82 zł |
Patterns, Models, and Application Development: A C++ Programmer's Reference
ISBN: 9780849331022 / Angielski / Twarda / 448 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Patterns, Models, and Application Development, a new book from two experts in C++, integrates a methodology for program development and covers three main categories: object modeling as a program design tool, design patterns and their modeling in C++ language structures, and a discussion of the implementation of PC hardware-related features. It addresses the gap between the ability to code and the ability to program.
Patterns, Models, and Application Development, a new book from two experts in C++, integrates a methodology for program development and covers three m...
|
|
cena:
734,56 zł |
VC++ MFC Extensions by Example
ISBN: 9780879305888 / Angielski / Miękka / 643 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Solution to advanced application problems in extending MFC. This book delivers fully annotated solutions to practical application problems, such as control windows, status bars, help. drawing, internal processing and multitasking. The CD-ROM contains a working project for Visual C++6.0 for every example in the book, as well as the author's own "Sample Wizard" utility that facilitates adding these examples into users' applications.
Solution to advanced application problems in extending MFC. This book delivers fully annotated solutions to practical application problems, such as co...
|
|
cena:
367,23 zł |
C++ the Core Language: A Foundation for C Programmers
ISBN: 9781565921160 / Angielski / Miękka / 234 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. C++ is an object-oriented enhancement of the C programming language and is becoming the language of choice for serious software development.C++ has crossed the Single Book Complexity Barrier. The individual features are not all that complex, but when put together in a program they interact in highly non-intuitive ways. Many books discuss each of the features separately, giving readers the illusion that they understand the language. But when they try to program, they're in for a painful surprise (even people who already know C).C++: The Core Language is for C programmers... C++ is an object-oriented enhancement of the C programming language and is becoming the language of choice for serious software development.C++ has... |
|
cena:
218,36 zł |
Understanding C++ for MFC
ISBN: 9781578200689 / Angielski / Miękka / 251 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Microsoft Foundation Class (MFC) libraries offer a modular method of development that entails the piecing together of library functions to create a Windows application. MFC is an efficient approach for creating full-scale Windows applications and this is a guide for those not familiar with the object-orientated programming (OOP) methods of C++ as a means to jump-start their Windows applications development. This book presents the principles of C++ that are necessary for an effective MFC programmer including encapsulation, inheritence and polymorphism, and then the book presents MFC projects...
Microsoft Foundation Class (MFC) libraries offer a modular method of development that entails the piecing together of library functions to create a Wi...
|
|
cena:
262,29 zł |
c++ for mathematicians: an introduction for students and professionals
ISBN: 9781584885849 / Angielski / Miękka / 520 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. The first book available on C++ programming that is written specifically for a mathematical audience, C++ for Mathematicians omits the language's more obscure features in favor of the aspects of greatest utility for mathematical work. Emphasizing the essential role of practice as part of the learning process, the book is ideally designed for undergraduate coursework as well as self-study. Each chapter provides many problems and solutions which complement the text and enable you to apply concepts right away. An accompanying CD ROM provides all numbered programs so that readers can easily use...
The first book available on C++ programming that is written specifically for a mathematical audience, C++ for Mathematicians omits the language's more...
|
|
cena:
456,42 zł |
ATL Server: High Performance C++ on .Net
ISBN: 9781590591284 / Angielski / Miękka / 524 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. From foundation concepts through in-depth discussions on extensibility and customization, written by the members of the ATL server team, this is the ultimate book on ATL Server. From foundation concepts through in-depth discussions on extensibility and customization, written by the members of the ATL server team, this is th... |
|
cena:
214,97 zł |
Ivor Horton's Beginning ANSI C++: The Complete Language
ISBN: 9781590592274 / Angielski / Miękka / 1120 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. WELCOME ro Beginning ANSI C++: The Complete Language, Third Edition. This is a tuto- rial guide to Standard C++. During the course of the book you'll cover all the funda- mentals of syntax, grammar, object-oriented capability, and the principal features of the standard library. You'll soon gain enough programming know-how to write your own C++ applications. Why C++? C++ is arguably the most widely used programming language in existence. It's used in professional application development because of its immense flexibility, power, and efficiency. For high-performance code across a vast range of...
WELCOME ro Beginning ANSI C++: The Complete Language, Third Edition. This is a tuto- rial guide to Standard C++. During the course of the book you'll ...
|
|
cena:
214,97 zł |
Pro Visual C++ 2005 for C# Developers: Featuring C++/CLI
ISBN: 9781590596081 / Angielski / Twarda / 382 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. Pro Visual C++ 2005 for C# Developers features two distinct sections that lead to a simple migration path for you to move toward Visual C++ 2005 development. If you're an experienced developer approaching Visual C++ from a C# background with .NET 1.1 or 1.0, you'll greatly benefit from this book. The first section introduces the Visual C++ 2005 technology, then outlines the language in fast-track chapters. This overview focuses on the mechanics of the language, without introducing any coding. Additional chapters cover the techniques and issues involved when converting C#... Pro Visual C++ 2005 for C# Developers features two distinct sections that lead to a simple migration path for you to move toward Visual C++ ... |
|
cena:
214,97 zł |
Pro Visual C++/CLI and the .Net 2.0 Platform
ISBN: 9781590596401 / Angielski / Twarda / 918 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. In the first edition of this book, I said .NET is the future. I need to correct that--C++/CLI is the future. Microsoft seems to have a set pattern when it comes to releasing their products. It takes them three versions to come out with a superior and polished product. Well, true to form, even though they call it .NET 2.0, this is version three and, to put it bluntly, Microsoft has hit the nail on the head once again. Don't get me wrong; C# and Visual Basic .NET are still great development languages (and version three is as well), but neither have the flexibility or the pedal-to-the-metal...
In the first edition of this book, I said .NET is the future. I need to correct that--C++/CLI is the future. Microsoft seems to have a set pattern whe...
|
|
cena:
214,97 zł |
C++/CLI: The Visual C++ Language for .Net
ISBN: 9781590597057 / Angielski / Twarda / 414 str. Termin realizacji zamówienia: ok. 5-8 dni roboczych. C++/CLI is arguably the most powerful language on the .NET 2.0 Platform, as it is the only one that gives developers the option to directly access their computer's hardware from within the .NET managed code environment. As such it is ideal for the kind of processor and memory intensive tasks for which C++ has always traditionally been used. This book gives developers - both the experienced and those who have only taken their first few steps - a small, fast-paced primer that will kick-start them into the world of C++/CLI. In twenty no-fluff chapters Microsoft insiders take readers... C++/CLI is arguably the most powerful language on the .NET 2.0 Platform, as it is the only one that gives developers the option to directly access ... |
|
cena:
293,15 zł |