January 21st, 2012 |
Search |
0 views |

Rod Stephens – WPF Programmer Reference : Windows Presentation Foundation with Csharp 2010 and .NET 4 (March 2010) Publisher: Wrox | 20010 | ISBN: 0470477229 | Pages: 573 | PDF | 147 MB Build effective user interfaces with Windows Presentation Foundation Windows Presentation Foundation (WPF) is included with the Windows operating system and provides a programming model for building applications that provide a clear separation between the UI and business logic. Written by a leading expert on Microsoft graphics programming, this richly illustrated book provides an introduction to WPF development and explains fundamental WPF concepts.
January 7th, 2012 |
Search |
0 views |

VTC :Crystal Reports XI – Beginners Video : H.264 MPEG-4 AVC 800×600 7.5fps | Audio: mp4a: MPEG-4 AAC LC 32000Hz 48 kb/s , mono (1/0) | MOV | 6.5 hours Genre: eLearning | Language: English Crystal is a user-friendly database reporting tool that allows users to visually create reports and change them to virtually any format imaginable. This allows users with little to no knowledge of SQL or databases to quickly create, distribute, and analyze reports from virtually any data source. In addition, the multiple export formats can ensure that your data can get from point A to point B in almost any format needed. This hands-on Crystal Reports XI: Beginner course by expert instructor Kurt Dunlap will teach you what is needed to start creating reports in Crystal XI right away. The source reports...
December 25th, 2011 |
Search |
0 views |

Bjarne Stroustrup, “C++ Programming Language, 3rd Edition” Publisher: Addison-Wesley | ISBN: 0201327554 | edition 1997 | PDF | 923 pages | 4,4 mb Written by the inventor of the language, the book is the defining, classic text on the language that has become central to software development over the past five years. This third edition incorporates additions and changes on a major scale. In particular, the new edition is based on the ANSI/ISO C++ final draft with its many new language features – templates, exceptions, namespaces, and run-time type identification, to name a few – in addition to the C++ Standard Template Library that has revolutionized C++ development. Throughout, the book does far more than merely describe every element of the language. The focus is on showing how the language is used as...
December 22nd, 2011 |
Search |
0 views |

Jesse Liberty,«Learning C# 2005» Publisher: O’Reilly | ISBN: 0596102097 | edition 2006 | CHM | 552 pages | 2,6 mb Written in a warm and friendly manner, Learning C# assumes no prior programming experience, and provides a thorough introduction to Microsoft’s premier .NET language. The book helps you build a solid foundation in .NET, and shows you how to apply your skills through the use of dozens of tested examples. You’ll learn about the syntax and structure of the C# language, including operators, classes and interfaces, structs, arrays, and strings.

Jesse Liberty, Rogers Cadenhead, “Teach Yourself C++ in 24 Hours” Publisher: Sams; 5 edition | ISBN: 0672333317 | edition 2011 | PDF | 441 pages | 16.4 mb In just 24 lessons of one hour or less, you can learn the basics of programming with C++–one of the most popular and powerful programming languages ever created. Using a straightforward, step-by-step approach, this fast and friendly tutorial teaches you everything you need to know, from installing and using a compiler, to debugging the programs you’ve created, to what’s coming in C++0x, the next version of C++.
December 15th, 2011 |
Search |
0 views |

C# Threading Handbook 300 pages | Wrox Press (February 2003) | ISBN-10: 1861008295 | PDF | 3 Mb This book addresses the fundamental units of Windows and .NET programming – threads. A strong understanding of the role threads play in program execution, how multiple threads can interact in order to make efficient programs, and the pitfalls to beware of when developing multithreaded applications, are all core to a developer’s ability to develop effective C# programs. This book will cover how .NET applications are executed, the life cycle of a thread in .NET, how the .NET Framework uses threads, how threads work in an event-driven environment, how we can avoid race conditions and deadlocks, how the activity of multiple threads can be synchronized, and how to debug multithreaded applications. We finish it off...

Jeffrey Hasan, “Expert Service-Oriented Architecture in C#” Publisher: Apress | ISBN: 159059701X | edition 2006 | PDF | 271 pages | 3,5 mb Expert Service-Oriented Architecture in C#, Second Edition will immerse you in updated code and reference material specifically architected for Visual Studio 2005 and Web Services Enhancements (WSE) 3.0. With this book, you can get a head start on building SOA applications using the clear, conceptual discussions and practical examples provided by SOA experts Jeffrey Hasan and Mauricio Duran. The authors give fair treatment to difficult material without just glossing over it.
December 8th, 2011 |
Search |
0 views |

Michael A. Vine – C Programming for the Absolute Beginner (2nd edition) Publisher: Cоurse Tеchnology PТR | 2007-10-11 | ISBN: 1598634801 | PDF | 317 pages | 3.82 MB If you are new to programming with C and are looking for a solid introduction, this is the book for you. Developed by computer science instructors, books in the for the absolute beginner™ series teach the principles of programming through simple game creation. C is not an easy language to learn, but fortunately the clear explanations, examples, and pictures in this book make learning C easy and fun. Each chapter contains programming challenges, a chapter review, and a complete program that uses chapter-based concepts to construct an easily built application. You will acquire the skills that you need for more practical C programming...
December 6th, 2011 |
Search |
0 views |

Brian Overland, “C++ Without Fear: A Beginner’s Guide That Makes You Feel Smart” Publisher: Prentice Hall; 2 edition | ISBN: 0132673266 | edition 2011 | PDF | 581 pages | 5.2 mb If you’ve always wanted to learn how to program a computer, or to learn the widely used C++ programming language in particular, C++ Without Fear, Second Edition, offers an ideal way to get you started. Written with the same approach that earned the first edition rave reviews, the author first emphasizes short, simple examples that are easy to enter; then, within a couple of chapters, he has you creating useful utilities, playing games, and using the computer to solve interesting puzzles. His approach is a welcome departure from many programming texts, which quickly get bogged down in complex and sometimes meaningless...
November 29th, 2011 |
Search |
0 views |

Data Clustering in C++: An Object-Oriented Approach By Guojun Gan Publisher: Cha,,.pman and Ha..ll/CRC 2011 | 520 Pages | ISBN: 1439862230 | PDF | 4 MB Data clustering is a highly interdisciplinary field, the goal of which is to divide a set of objects into homogeneous groups such that objects in the same group are similar and objects in different groups are quite distinct. Thousands of theoretical papers and a number of books on data clustering have been published over the past 50 years. However, few books exist to teach people how to implement data clustering algorithms. This book was written for anyone who wants to implement or improve their data clustering algorithms.Using object-oriented design and programming techniques, Data Clustering in C++ exploits the commonalities of all data clustering algorithms to create...

C# 3.0: A Beginner’s Guide McGraw-Hill Osborne Media; 2 edition | August 11, 2008 | ISBN-10: 0071588302 | 656 pages | PDF | 2.9 Mb Let master programmer and bestselling author Herb Schildt teach you the fundamentals of C#, Microsoft’s premier programming language for the .NET Framework. You’ll begin by learning to create, compile, and run a C# program. Then it’s on to data types, operators, control statements, methods, classes, and objects. You’ll also learn about inheritance, interfaces, properties, indexers, exceptions, events, namespaces, generics, and much more. Of course, new C# 3.0 features, such as LINQ, lambda expressions, and anonymous types, are included. Start programming in C# 3.0 today with help from this fast-paced, hands-on tutorial.
November 25th, 2011 |
Search |
0 views |

James O. Coplien, “Multi-Paradigm Design for C++” Ad…on-W…ey Prof…..al | 1998-10-23 | ISBN: 0201824671 | 304 pages | PDF | 2,2 MB Coplien offers insight into an analysis and design process that takes advantage of C++’s multiple paradigm capability, including classes, overloaded functions, templates, modules, procedural programming, and more. The book uses understandable notation and readable explanations to help all C++ programmers–not just system architects and designers–combine multiple paradigms in their application development for more effective, efficient, portable, robust, and reusable software. Multi-paradigm design digs deeper than any single technology or technique to address fundamental questions of software abstraction and design.

C# Unleashed Sams | November 24, 2001 | ISBN-10: 067232122X | 816 pages | PDF | 2.41 MB Part I provides the most basic elements of C# language syntax. Part II covers object and component programming in C#. Part III introduces several of the class libraries available to C#. Part IV gives those advanced topics for extreme performance and enterprise programming projects. Part V goes into depth on the C# environment. Included are garbage collection and the effects on a program., cross-language development, the common language runtime, versioning and assemblies, and providing security for your programs. Part VI is the Appendix. It has supplementary material on compiling programs, an overview of .NET Class
November 23rd, 2011 |
Search |
0 views |

Real World .NET, C#, and Silverlight: Indispensible Experiences from 15 MVPs By Bill Evjen, Dominick Baier, Gyorgy Balassy and more Publisher: Wr..ox 2011 | 648 Pages | ISBN: 1118021967 | EPUB + PDF | 17 MB + 23 MB A team of MVP authors guides you through the .NET 4 FrameworkWritten by a group of experienced MVPs, this unparalleled book delves into the intricate—and often daunting—world of .NET 4. Each author draws from a particular area of expertise to provide invaluable information on using the various .NET 4, C# 4, Silverlight 4, and Visual Studio tools in the real world. The authors break down the vast .NET 4 Framework into easily digestible portions to offer you a strong foundation on what makes .NET such a popular and successful framework for building a...
November 19th, 2011 |
Search |
0 views |

Practical C Programming By Steve Oualline Publisher: O’Re..illy Med..ia; Third edition 1997 | 456 Pages | ISBN: 1565923065 | EPUB | 4 MB There are lots of introductory C books, but this is the first one that has the no-nonsense, practical approach that has made Nutshell Handbooks® famous. C programming is more than just getting the syntax right. Style and debugging also play a tremendous part in creating programs that run well and are easy to maintain. This book teaches you not only the mechanics of programming, but also describes how to create programs that are easy to read, debug, and update. Practical rules are stressed. For example, there are fifteen precedence rules in C (&& comes before || comes before ?:). The practical programmer reduces these to two:
November 17th, 2011 |
Search |
0 views |

Robert Laganière, “OpenCV 2 Computer Vision Application Programming Cookbook” (with code) Publisher: Packt Publishing | ISBN: 1849513244 | edition 2011 | PDF | 304 pages | 6.7 mb In today’s digital world, images are everywhere, and with the advent of powerful and affordable computing devices, it has become possible to create sophisticated applications manipulating images and videos. Adding special effects, enhancing image features, performing object recognition, and reconstructing 3D information are tasks that can be programmed easily with the OpenCV library, which is a widely used open source library that offers a rich set of advanced computer vision algorithms.
November 13th, 2011 |
Search |
0 views |

Mark Allen Weiss, “Data Structures and Problem Solving Using C++ , International edition” P..rson Education | 1999 | ISBN: 0321205006 | 976 pages | PDF | 63,4 MB Data Structures and Problem Solving Using C++ provides an introduction to data structures and algorithms from the viewpoint of abstract thinking and problem solving, as well as the use of C++. It is a complete revision of Weiss’ successful CS2 book Algorithms, Data Structures, and Problem Solving with C++. Throughout this edition, Mark Allen Weiss has included the latest features of the C++ programming language-making prevalent use of the Standard Template Library (STL) wherever appropriate. He has also included a new chapter covering Patterns, as well as new material on templates, vectors and push back.

C: Didattica e Programmazione – 4th Edition Language: Italian | Publisher: Pearson | ISBN: 8871922190 | 2004 | PDF | 672 pages | 14 mb Il testo di Al Kelley e Ira Pohl si conferma come una guida completa e aggiornata, per l’apprendimento di un linguaggio di programmazione general-purpose elegante, semplice e potente come il C. Gli autori hanno strutturato questo testo non come un manuale di riferimento ma secondo un percorso didattico attentamente studiato e flessibile, per andare incontro alle diverse esigenze di insegnamento e portare il lettore all’approfondimento di ogni singolo aspetto secondo uno schema “esempio, spiegazione, sintassi”.

Borland C++ Builder 6 per Windows: Guida alla programmazione Language: Italian | Publisher: Borland Software | ISBN: N/A | 2002 | PDF | 1378 pages | 21 mb Il manuale “Guida alla programmazione” descrive argomenti, intermedi e evoluti, quali la costruzione di database client/server, la scrittura di componenti custom, la creazione di applicazioni per Web server Internet e l’inclusione del supporto per specifiche standard come SOAP, TCP/IP, COM e ActiveX.
November 11th, 2011 |
Search |
0 views |

Start Here! Learn Microsoft Visual C# 2010 (Developer) by John Paul Mueller CNE Mi.c.ro.so,ft Pr.e.ss | English | November 4, 2011 | ISBN: 0735657726 | 394 pages | PDF | 18,1 MB John Paul Mueller is a freelance author and a technical editor. He has writing in his blood, having produced 49 books and more than 200 articles to date. The topics range from networking to artificial intelligence and from database management to heads-down programming. His current books include a COM+ programmer’s guide and a book designed to help with home and small office networking. His technical editing skills have helped more than 25 authors refine the content of their manuscripts, some of which are certification related. In addition to book projects, John has provided technical editing services to both Data Based...