<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wow! eBook - Blog &#187; Algorithms</title>
	<atom:link href="http://www.wowebook.me/category/e-book/algorithms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wowebook.me</link>
	<description>Great ebook, great site!</description>
	<lastBuildDate>Sat, 11 Feb 2012 16:55:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Data Structures Using C++, 2nd Edition</title>
		<link>http://www.wowebook.me/book/data-structures-using-cpp-2nd-edition/</link>
		<comments>http://www.wowebook.me/book/data-structures-using-cpp-2nd-edition/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 15:18:59 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[C, C++, C#]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Algorithm]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Object-Oriented]]></category>
		<category><![CDATA[OOD]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Visual C++]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=17110</guid>
		<description><![CDATA[Book Description Now in its second edition, D.S. Malik brings his proven approach to C++ programming to the CS2 course. Clearly written with the student in mind, this text focuses on Data Structures and includes advanced topics in C++ such as Linked Lists and the Standard Template Library (STL). The text features abundant visual diagrams, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1525817028.jpg" alt="Data Structures Using C++, 2nd Edition" width="220" height="220" title="Data Structures Using C++, 2nd Edition" /></p>
<h3>Book Description</h3>
<p>Now in its second edition, D.S. Malik brings his proven approach to <a href="http://www.wowebook.me/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a>++ <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> to the CS2 course. Clearly written with the student in mind, this text focuses on Data Structures and includes advanced topics in <a href="http://www.wowebook.me/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a>++ such as Linked Lists and the Standard Template Library (STL). The text features abundant visual diagrams, examples, and extended <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">Programming</a> Examples, all of which serve to illuminate difficult concepts. Complete <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> code and clear display of syntax, explanation, and example are used throughout the text, and each chapter concludes with a robust exercise set.</p>
<ul>
<li>Designed for a CS2 one-semester course focused on data structures</li>
<li>Reinforces concepts through extensive diagrams and examples</li>
<li>Features complete <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">Programming</a> Examples throughout that outline the critical steps to writing a program for a case study including Input/Output, <a href="http://www.wowebook.me/tag/algorithm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithm">Algorithm</a> Design, Main <a href="http://www.wowebook.me/tag/algorithm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithm">Algorithm</a>, and Complete Program</li>
<li>Offers robust end-of-chapter exercises that provide ample opportunity for practice</li>
<li>Written to ANSI/ISO Standard C++ and can be used with Microsoft <a href="http://www.wowebook.me/tag/visual-cpp/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Visual C++">Visual C++</a> <a href="http://www.wowebook.me/tag/dot-net/" class="st_tag internal_tag" rel="tag" title="Posts tagged with .NET">.NET</a></li>
</ul>
<p><strong>Table of Contents</strong><br />
1. Software Engineering Principles and C++ Classes<br />
2. <a href="http://www.wowebook.me/tag/object-oriented/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Object-Oriented">Object-Oriented</a> Design (<a href="http://www.wowebook.me/tag/ood/" class="st_tag internal_tag" rel="tag" title="Posts tagged with OOD">OOD</a>) and C++<br />
3. Pointers and Array-Based Lists<br />
4. Standard Template Library (STL) I<span id="more-17110"></span><br />
5. Linked Lists<br />
6. Recursion<br />
7. Stacks<br />
8. Queues<br />
9. Search <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">Algorithms</a><br />
10. Sorting <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">Algorithms</a><br />
11. Binary Trees<br />
12. Graphs Algorithms<br />
13. Standard Template Library (STL) II</p>
<p>Appendices A: Reserved Words<br />
Appendices B: Operator Precedence<br />
Appendices C: Character Sets<br />
Appendices D: Operator Overloading<br />
Appendices E: Header Files<br />
Appendices F: Additional C++ Topics (Inheritance, Pointers, and Virtual Functions)<br />
Appendices G. Problem Solving Using Object Oriented Methodology<br />
Appendices H: C++ for <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> Programmers<br />
Appendices I: References for Further Study<br />
Appendices J: Answers to Odd-Numbered Exercises</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 912 pages</li>
<li><strong>Publisher:</strong> Course Technology; 2nd Edition (July 2009)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0324782012</li>
<li><strong>ISBN-13:</strong> 978-0324782011</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/object-oriented-programming-in-c-4th-edition/" title="Object-Oriented Programming in C++, 4th Edition" rel="bookmark">Object-Oriented Programming in C++, 4th Edition</a> <span class="date">(30-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/migrating-to-windows-phone/" title="Migrating to Windows Phone" rel="bookmark">Migrating to Windows Phone</a> <span class="date">(16-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/wpf-programmers-reference/" title="WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4" rel="bookmark">WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4</a> <span class="date">(18-03-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/starting-out-with-cpp-7th-edition/" title="Starting Out with C++: Early Objects, 7th Edition" rel="bookmark">Starting Out with C++: Early Objects, 7th Edition</a> <span class="date">(06-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-parallel-programming-with-csharp/" title="Professional Parallel Programming with C#: Master Parallel Extensions with .NET 4" rel="bookmark">Professional Parallel Programming with C#: Master Parallel Extensions with .NET 4</a> <span class="date">(20-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/pro-windows-phone-app-development-2nd-edition/" title="Pro Windows Phone App Development, 2nd Edition" rel="bookmark">Pro Windows Phone App Development, 2nd Edition</a> <span class="date">(16-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/pro-dot-net-4-parallel-programming-in-csharp/" title="Pro .NET 4 Parallel Programming in C#" rel="bookmark">Pro .NET 4 Parallel Programming in C#</a> <span class="date">(12-05-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/java-programming-from-problem-analysis-to-program-design-4th-edition/" title="Java Programming: From Problem Analysis to Program Design, 4th Edition" rel="bookmark">Java Programming: From Problem Analysis to Program Design, 4th Edition</a> <span class="date">(10-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/introduction-to-design-patterns-in-cpp-with-qt-2nd-edition/" title="Introduction to Design Patterns in C++ with Qt, 2nd Edition" rel="bookmark">Introduction to Design Patterns in C++ with Qt, 2nd Edition</a> <span class="date">(28-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/beginning-csharp-object-oriented-programming/" title="Beginning C# Object-Oriented Programming" rel="bookmark">Beginning C# Object-Oriented Programming</a> <span class="date">(11-06-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/data-structures-using-cpp-2nd-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scheduling: Theory, Algorithms, and Systems, 4th Edition</title>
		<link>http://www.wowebook.me/book/scheduling-4th-edition/</link>
		<comments>http://www.wowebook.me/book/scheduling-4th-edition/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 16:53:02 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[Mathematic]]></category>
		<category><![CDATA[Real World]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=17036</guid>
		<description><![CDATA[Book Description This new edition of the well established text Scheduling &#8211; Theory, Algorithms, and Systems provides an up-to-date coverage of important theoretical models in the scheduling literature as well as significant scheduling problems that occur in the real world. It again includes supplementary material in the form of slide-shows from industry and movies that [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1911787985.jpg" alt="Scheduling: Theory, Algorithms, and Systems, 4th Edition" width="220" height="220" title="Scheduling: Theory, Algorithms, and Systems, 4th Edition" /></p>
<h3>Book Description</h3>
<p>This new edition of the well established text Scheduling &#8211; Theory, <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">Algorithms</a>, and Systems provides an up-to-date coverage of important theoretical models in the scheduling literature as well as significant scheduling problems that occur in the <a href="http://www.wowebook.me/tag/real-world/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Real World">real world</a>. It again includes supplementary material in the form of slide-shows from industry and movies that show implementations of scheduling systems.</p>
<p>The main structure of the book as per previous edition consists of three parts. The first part focuses on deterministic scheduling and the related combinatorial problems. The second part covers probabilistic scheduling models; in this part it is assumed that processing times and other problem data are random and not known in advance. The third part deals with scheduling in practice; it covers heuristics that are popular with practitioners and discusses system design and implementation issues. All three parts of this new edition have been revamped and streamlined. The references have been made completely up-to-date.</p>
<p>Theoreticians and practitioners alike will find this book of interest. Graduate students in operations management, operations <a href="http://www.wowebook.me/tag/research/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Research">research</a>, industrial engineering, and computer science will find the book an accessible and invaluable resource. Scheduling &#8211; Theory, <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">Algorithms</a>, and Systems will serve as an essential reference for professionals working on scheduling problems in manufacturing, services, and other environments.</p>
<p>Michael L. Pinedo is the Julius Schlesinger Professor of Operations Management in the Stern School of <a href="http://www.wowebook.me/tag/business/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Business">Business</a> at New York University.<span id="more-17036"></span></p>
<p>Reviews of third edition:<br />
This well-established text covers both the theory and practice of scheduling. The book begins with motivating examples and the penultimate chapter discusses some commercial scheduling systems and examples of their implementations.&#8221; (Mathematical Reviews, 2009)</p>
<h3>Book Details</h3>
<ul>
<li><strong>Hardcover:</strong> 693 pages</li>
<li><strong>Publisher:</strong> Springer; 4th Edition (January 2012)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1461419867</li>
<li><strong>ISBN-13:</strong> 978-1461419860</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/professional-workflow-in-sharepoint-2010/" title="Professional Workflow in SharePoint 2010: Real World Business Workflow Solutions" rel="bookmark">Professional Workflow in SharePoint 2010: Real World Business Workflow Solutions</a> <span class="date">(18-11-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/oracle-jdeveloper-11gr2-cookbook/" title="Oracle JDeveloper 11gR2 Cookbook" rel="bookmark">Oracle JDeveloper 11gR2 Cookbook</a> <span class="date">(03-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/data-mining-concepts-and-techniques-3rd-edition/" title="Data Mining: Concepts and Techniques, 3rd Edition" rel="bookmark">Data Mining: Concepts and Techniques, 3rd Edition</a> <span class="date">(06-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/writing-and-querying-mapreduce-views-in-couchdb/" title="Writing and Querying MapReduce Views in CouchDB" rel="bookmark">Writing and Querying MapReduce Views in CouchDB</a> <span class="date">(24-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/wordpress-3-for-business-bloggers/" title="WordPress 3 For Business Bloggers" rel="bookmark">WordPress 3 For Business Bloggers</a> <span class="date">(03-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/women-leaders-at-work/" title="Women Leaders at Work" rel="bookmark">Women Leaders at Work</a> <span class="date">(11-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/unified-signal-theory/" title="Unified Signal Theory" rel="bookmark">Unified Signal Theory</a> <span class="date">(31-10-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/twitter-up-your-business/" title="Twitter Up Your Business" rel="bookmark">Twitter Up Your Business</a> <span class="date">(01-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-inner-voice-of-trading/" title="The Inner Voice of Trading" rel="bookmark">The Inner Voice of Trading</a> <span class="date">(27-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-future-of-looking-back/" title="The Future of Looking Back" rel="bookmark">The Future of Looking Back</a> <span class="date">(14-10-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/scheduling-4th-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Object-Oriented Programming in C++, 4th Edition</title>
		<link>http://www.wowebook.me/book/object-oriented-programming-in-c-4th-edition/</link>
		<comments>http://www.wowebook.me/book/object-oriented-programming-in-c-4th-edition/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 17:48:31 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[C, C++, C#]]></category>
		<category><![CDATA[Algorithm]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Object-Oriented]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Visual C++]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16876</guid>
		<description><![CDATA[Book Description Object-Oriented Programming in C++ begins with the basic principles of the C++ programming language and systematically introduces increasingly advanced topics while illustrating the OOP methodology. While the structure of this book is similar to that of the previous edition, each chapter reflects the latest ANSI C++ standard and the examples have been thoroughly [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/707259186.jpg" alt="Object Oriented Programming in C++, 4th Edition" width="220" height="220" title="Object Oriented Programming in C++, 4th Edition" /></p>
<h3>Book Description</h3>
<p><em><a href="http://www.wowebook.me/tag/object-oriented/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Object-Oriented">Object-Oriented</a> <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">Programming</a> in <a href="http://www.wowebook.me/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a>++</em> begins with the basic principles of the <a href="http://www.wowebook.me/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a>++ <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> language and systematically introduces increasingly advanced topics while illustrating the <a href="http://www.wowebook.me/tag/oop/" class="st_tag internal_tag" rel="tag" title="Posts tagged with OOP">OOP</a> methodology. While the structure of this book is similar to that of the previous edition, each chapter reflects the latest ANSI C++ standard and the examples have been thoroughly revised to reflect current practices and standards.</p>
<p><strong>Table of Contents</strong><br />
Introduction<br />
A Note to Teachers</p>
<p>Chapter 1. The Big Picture<br />
Chapter 2. C++ Programming Basics<br />
Chapter 3. Loops and Decisions<br />
Chapter 4. Structures<br />
Chapter 5. Functions<br />
Chapter 6. Objects and Classes<br />
Chapter 7. Arrays and Strings<br />
Chapter 8. Operator Overloading<br />
Chapter 9. Inheritance<br />
Chapter 10. Pointers<br />
Chapter 11. Virtual Functions and Other Subtleties<br />
Chapter 12. Streams and Files<br />
Chapter 13. Multifile Programs<span id="more-16876"></span><br />
Chapter 14. Templates and Exceptions<br />
Chapter 15. The Standard Template Library<br />
Chapter 16. <a href="http://www.wowebook.me/tag/object-oriented/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Object-Oriented">Object-Oriented</a> Software <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">Development</a></p>
<p>Appendix A: ASCII Table<br />
Appendix B: Standard C++ Keywords<br />
Appendix C: Microsoft <a href="http://www.wowebook.me/tag/visual-cpp/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Visual C++">Visual C++</a><br />
Appendix D: Borland C++ Builder<br />
Appendix E: Console Graphics Lite<br />
Appendix F: STL <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">Algorithms</a> and Member Functions<br />
Appendix G: Answers to Questions and Exercises</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 1040 pages</li>
<li><strong>Publisher:</strong> Sams; 4th Edition (December 2001)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0672323087</li>
<li><strong>ISBN-13:</strong> 978-0672323089</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/data-structures-using-cpp-2nd-edition/" title="Data Structures Using C++, 2nd Edition" rel="bookmark">Data Structures Using C++, 2nd Edition</a> <span class="date">(10-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/starting-out-with-cpp-7th-edition/" title="Starting Out with C++: Early Objects, 7th Edition" rel="bookmark">Starting Out with C++: Early Objects, 7th Edition</a> <span class="date">(06-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/migrating-to-windows-phone/" title="Migrating to Windows Phone" rel="bookmark">Migrating to Windows Phone</a> <span class="date">(16-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/java-programming-from-problem-analysis-to-program-design-4th-edition/" title="Java Programming: From Problem Analysis to Program Design, 4th Edition" rel="bookmark">Java Programming: From Problem Analysis to Program Design, 4th Edition</a> <span class="date">(10-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/wpf-programmers-reference/" title="WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4" rel="bookmark">WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4</a> <span class="date">(18-03-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-book-of-qt-4/" title="The Book of Qt 4" rel="bookmark">The Book of Qt 4</a> <span class="date">(01-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-javascript-for-web-developers-3rd-edition/" title="Professional JavaScript for Web Developers, 3rd Edition" rel="bookmark">Professional JavaScript for Web Developers, 3rd Edition</a> <span class="date">(20-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-javascript-for-web-developers-2nd-edition/" title="Professional JavaScript for Web Developers, 2nd Edition" rel="bookmark">Professional JavaScript for Web Developers, 2nd Edition</a> <span class="date">(27-01-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/pro-windows-phone-app-development-2nd-edition/" title="Pro Windows Phone App Development, 2nd Edition" rel="bookmark">Pro Windows Phone App Development, 2nd Edition</a> <span class="date">(16-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/object-oriented-programming-in-coldfusion/" title="Object-Oriented Programming in ColdFusion" rel="bookmark">Object-Oriented Programming in ColdFusion</a> <span class="date">(15-11-2010)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/object-oriented-programming-in-c-4th-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to Design Patterns in C++ with Qt, 2nd Edition</title>
		<link>http://www.wowebook.me/book/introduction-to-design-patterns-in-cpp-with-qt-2nd-edition/</link>
		<comments>http://www.wowebook.me/book/introduction-to-design-patterns-in-cpp-with-qt-2nd-edition/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 13:55:26 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[C, C++, C#]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Algorithm]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[QObject]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16823</guid>
		<description><![CDATA[Book Description Master C++ “The Qt Way” with Modern Design Patterns and Efficient Reuse This fully updated, classroom-tested book teaches C++ “The Qt Way,” emphasizing design patterns and efficient reuse. Readers will master both the C++ language and Qt libraries, as they learn to develop maintainable software with well-defined code layers and simple, reusable classes [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/421006983.jpg" alt="Introduction to Design Patterns in C++ with Qt, 2nd Edition" width="220" height="220" title="Introduction to Design Patterns in C++ with Qt, 2nd Edition" /></p>
<h3>Book Description</h3>
<p>Master <a href="http://www.wowebook.me/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a>++ “The <a href="http://www.wowebook.me/tag/qt/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Qt">Qt</a> Way” with Modern Design Patterns and Efficient Reuse</p>
<p>This fully updated, classroom-tested book teaches <a href="http://www.wowebook.me/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a>++ “The <a href="http://www.wowebook.me/tag/qt/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Qt">Qt</a> Way,” emphasizing design patterns and efficient reuse. Readers will master both the <a href="http://www.wowebook.me/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a>++ language and Qt libraries, as they learn to develop maintainable software with well-defined code layers and simple, reusable classes and functions.</p>
<p>Every chapter of this edition has been improved with new content, better organization, or both. Readers will find extensively revised coverage of QObjects, Reflection, Widgets, Main Windows, Models and Views, Databases, Multi-Threaded <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">Programming</a>, and Reflection. This edition introduces the powerful new Qt Creator IDE; presents new multimedia APIs; and offers extended coverage of Qt Designer and C++ Integration. It has been restructured to help readers start writing software immediately and write robust, effective software sooner.</p>
<p>The authors introduce several new design patterns, add many quiz questions and labs, and present more efficient solutions relying on new Qt features and best practices. They also provide an up-to-date C++ reference section and a complete application case study.</p>
<ul>
<li>Master C++ keywords, literals, identifiers, declarations, types, and type conversions.</li>
<li>Understand classes and objects, organize them, and describe their interrelationships.</li>
<li>Learn consistent <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> style and naming rules.</li>
<li>Use lists, functions, and other essential techniques.<span id="more-16823"></span></li>
<li>Define inheritance relationships to share code and promote reuse.</li>
<li>Learn how code libraries are designed, built, and reused.</li>
<li>Work with <a href="http://www.wowebook.me/tag/qobject/" class="st_tag internal_tag" rel="tag" title="Posts tagged with QObject">QObject</a>, the base class underlying much of Qt.</li>
<li>Build graphical user interfaces with Qt widgets.</li>
<li>Use templates to write generic functions and classes.</li>
<li>Master advanced reflective programming techniques.</li>
<li>Use the Model-View framework to cleanly separate data and GUI classes.</li>
<li>Validate input using regular expressions and other techniques.</li>
<li>Parse <a href="http://www.wowebook.me/tag/xml/" class="st_tag internal_tag" rel="tag" title="Posts tagged with XML">XML</a> data with SAX, DOM, and QXmlStreamReader.</li>
<li>Master today’s most valuable creational and structural design patterns.</li>
<li>Create, use, monitor, and debug processes and threads.</li>
<li>Access databases with Qt’s <a href="http://www.wowebook.me/tag/sql/" class="st_tag internal_tag" rel="tag" title="Posts tagged with SQL">SQL</a> classes.</li>
<li>Manage memory reliably and efficiently.</li>
<li>Understand how to effectively manage QThreads and use QtConcurrent <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">algorithms</a>.</li>
</ul>
<h3>Book Details</h3>
<ul>
<li><strong>Hardcover:</strong> 768 pages</li>
<li><strong>Publisher:</strong> Prentice Hall; 2nd Edition (September 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0132826453</li>
<li><strong>ISBN-13:</strong> 978-0132826457</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/the-book-of-qt-4/" title="The Book of Qt 4" rel="bookmark">The Book of Qt 4</a> <span class="date">(01-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/sql-all-in-one-for-dummies-2nd-edition/" title="SQL All-in-One For Dummies, 2nd Edition" rel="bookmark">SQL All-in-One For Dummies, 2nd Edition</a> <span class="date">(06-04-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-microsoft-linq-in-microsoft-net-framework-4/" title="Programming Microsoft LINQ in Microsoft .NET Framework 4" rel="bookmark">Programming Microsoft LINQ in Microsoft .NET Framework 4</a> <span class="date">(07-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-in-python-3/" title="Programming in Python 3: A Complete Introduction to the Python Language" rel="bookmark">Programming in Python 3: A Complete Introduction to the Python Language</a> <span class="date">(03-03-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-c-sharp-2008/" title="Professional C# 2008" rel="bookmark">Professional C# 2008</a> <span class="date">(27-01-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/object-oriented-programming-in-c-4th-edition/" title="Object-Oriented Programming in C++, 4th Edition" rel="bookmark">Object-Oriented Programming in C++, 4th Edition</a> <span class="date">(30-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/essential-linq/" title="Essential LINQ" rel="bookmark">Essential LINQ</a> <span class="date">(01-01-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/data-structures-using-cpp-2nd-edition/" title="Data Structures Using C++, 2nd Edition" rel="bookmark">Data Structures Using C++, 2nd Edition</a> <span class="date">(10-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/xslt-2-0-and-xpath-2-0-programmers-reference-4th-edition/" title="XSLT 2.0 and XPath 2.0 Programmer's Reference, 4th Edition" rel="bookmark">XSLT 2.0 and XPath 2.0 Programmer's Reference, 4th Edition</a> <span class="date">(07-05-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/wpf-programmers-reference/" title="WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4" rel="bookmark">WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4</a> <span class="date">(18-03-2010)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/introduction-to-design-patterns-in-cpp-with-qt-2nd-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Structures and Algorithm Analysis in Java, 3rd Edition</title>
		<link>http://www.wowebook.me/book/data-structures-and-algorithm-analysis-in-java-3rd-edition/</link>
		<comments>http://www.wowebook.me/book/data-structures-and-algorithm-analysis-in-java-3rd-edition/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 18:46:41 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Algorithm]]></category>
		<category><![CDATA[Analysis]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16775</guid>
		<description><![CDATA[Book Description Data Structures and Algorithm Analysis in Java is an “advanced algorithms” book that fits between traditional CS2 and Algorithms Analysis courses. In the old ACM Curriculum Guidelines, this course was known as CS7. This text is for readers who want to learn good programming and algorithm analysis skills simultaneously so that they can [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/869133717.jpg" alt="Data Structures and Algorithm Analysis in Java, 3rd Edition" width="220" height="220" title="Data Structures and Algorithm Analysis in Java, 3rd Edition" /></p>
<h3>Book Description</h3>
<p><em>Data Structures and <a href="http://www.wowebook.me/tag/algorithm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithm">Algorithm</a> <a href="http://www.wowebook.me/tag/analysis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Analysis">Analysis</a> in <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> </em>is an “advanced <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">algorithms</a>” book that fits between traditional CS2 and <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">Algorithms</a> <a href="http://www.wowebook.me/tag/analysis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Analysis">Analysis</a> courses. In the old ACM Curriculum Guidelines, this course was known as CS7. This text is for readers who want to learn good <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> and <a href="http://www.wowebook.me/tag/algorithm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithm">algorithm</a> analysis skills simultaneously so that they can develop such programs with the maximum amount of efficiency. Readers should have some knowledge of intermediate <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a>, including topics as object-based <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> and recursion, and some background in discrete math.</p>
<p>As the speed and power of computers increases, so does the need for effective programming and algorithm analysis. By approaching these skills in tandem, Mark Allen Weiss teaches readers to develop well-constructed, maximally efficient programs in <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a>.</p>
<p>Weiss clearly explains topics from binary heaps to sorting to <em>NP</em>-completeness, and dedicates a full chapter to amortized analysis and advanced data structures and their implementation. Figures and examples illustrating successive stages of <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">algorithms</a> contribute to Weiss’ careful, rigorous and in-depth analysis of each type of algorithm. A logical organization of topics and full access to source code complement the text’s coverage.</p>
<p><strong>From the Back Cover</strong><br />
Mark Allen Weiss provides a proven approach to algorithms and data structures using the exciting Java programming language as the implementation tool. With Java he highlights conceptual topics, focusing on ADTs and the analysis of algorithms for efficiency as well as performance<span id="more-16775"></span> and running time. Dr. Weiss also distinguishes this text with a logical organization of topics, his engaging writing style, and an extensive use of figures and examples showing the successive stages of an algorithm.</p>
<p>Features</p>
<ul>
<li>Contains extensive sample code using Java 1.2, which is available over the Internet.</li>
<li>Covers the Java Collections Library in an appendix.</li>
<li>Includes a chapter on algorithm and design techniques that covers greedy algorithms, divide-and-conquer algorithms, dynamic programming,</li>
<li>randomized algorithms, and backtracking.</li>
<li>Presents current topics and new data structures such as Fibonacci heaps, skew heaps, binomial queues, skip lists, and splay trees.</li>
<li>Offers a chapter on amortized analysis that examines the advanced data structures presented earlier in the book.</li>
<li>Provides a chapter on advanced data structures and their implementation, covering red-black trees, top-down splay trees, treaps, k-d trees, pairing heaps, and more.</li>
</ul>
<h3>Book Details</h3>
<ul>
<li><strong>Hardcover:</strong> 576 pages</li>
<li><strong>Publisher:</strong> Addison Wesley; 3rd Edition (November 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0132576279</li>
<li><strong>ISBN-13:</strong> 978-0132576277</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/java-programming-from-problem-analysis-to-program-design-4th-edition/" title="Java Programming: From Problem Analysis to Program Design, 4th Edition" rel="bookmark">Java Programming: From Problem Analysis to Program Design, 4th Edition</a> <span class="date">(10-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-book-of-qt-4/" title="The Book of Qt 4" rel="bookmark">The Book of Qt 4</a> <span class="date">(01-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/starting-out-with-cpp-7th-edition/" title="Starting Out with C++: Early Objects, 7th Edition" rel="bookmark">Starting Out with C++: Early Objects, 7th Edition</a> <span class="date">(06-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/professional-microsoft-sql-server-2008-reporting-services/" title="Professional Microsoft SQL Server 2008 Reporting Services" rel="bookmark">Professional Microsoft SQL Server 2008 Reporting Services</a> <span class="date">(19-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/object-oriented-programming-in-c-4th-edition/" title="Object-Oriented Programming in C++, 4th Edition" rel="bookmark">Object-Oriented Programming in C++, 4th Edition</a> <span class="date">(30-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/introduction-to-java-programming-comprehensive-8th-edition/" title="Introduction to Java Programming: Comprehensive, 8th Edition" rel="bookmark">Introduction to Java Programming: Comprehensive, 8th Edition</a> <span class="date">(28-12-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/introduction-to-design-patterns-in-cpp-with-qt-2nd-edition/" title="Introduction to Design Patterns in C++ with Qt, 2nd Edition" rel="bookmark">Introduction to Design Patterns in C++ with Qt, 2nd Edition</a> <span class="date">(28-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/data-structures-using-cpp-2nd-edition/" title="Data Structures Using C++, 2nd Edition" rel="bookmark">Data Structures Using C++, 2nd Edition</a> <span class="date">(10-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/data-mining-concepts-and-techniques-3rd-edition/" title="Data Mining: Concepts and Techniques, 3rd Edition" rel="bookmark">Data Mining: Concepts and Techniques, 3rd Edition</a> <span class="date">(06-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/algorithms-4th-edition/" title="Algorithms, 4th Edition" rel="bookmark">Algorithms, 4th Edition</a> <span class="date">(03-03-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/data-structures-and-algorithm-analysis-in-java-3rd-edition/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Java Foundations: Introduction to Program Design and Data Structures, 2nd Edition</title>
		<link>http://www.wowebook.me/book/java-foundations-2nd-edition/</link>
		<comments>http://www.wowebook.me/book/java-foundations-2nd-edition/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 19:07:37 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Software Dev.]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16452</guid>
		<description><![CDATA[Book Description Inspired by the success of their best-selling introductory programming text, Java Software Solutions, authors Lewis, DePasquale, and Chase now release Java Foundations, Second Edition. This text is a comprehensive resource for instructors who want a two-or three-semester introduction to programming textbook that includes detail on data structures topics. Java Foundations introduces a Software [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1230554519.jpg" alt="Java Foundations: Introduction to Program Design and Data Structures, 2nd Edition" width="220" height="220" title="Java Foundations: Introduction to Program Design and Data Structures, 2nd Edition" /></p>
<h3>Book Description</h3>
<p>Inspired by the success of their best-selling introductory <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> text, <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> Software Solutions, authors Lewis, DePasquale, and Chase now release <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> Foundations, Second Edition. This text is a comprehensive resource for instructors who want a two-or three-semester introduction to <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> textbook that includes detail on data structures topics. <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> Foundations introduces a Software Methodology early on and revisits it throughout to ensure students develop sound program <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> skills from the beginning. Control structures are covered before writing classes, providing a solid foundation of fundamental concepts and sophisticated topics.</p>
<ul>
<li>Presents objects in a gradual, natural manner. Concepts that overlap with procedural <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a>, such as methods and their invocation, are discussed in terms of an <a href="http://www.wowebook.me/tag/object-oriented/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Object-Oriented">object-oriented</a> approach.</li>
<li>Loaded with fully implemented examples, intertwining small examples, and realistic larger examples that are easy to understand.</li>
<li>Offers complete chapter on Graphical User Interfaces that includes engaging graphical examples.</li>
<li>Exclusive coverage of software-testing and debugging effective practices.</li>
<li>Provides plenty of opportunity for practice with extensive end-of-chapter questions, exercises, and projects.</li>
</ul>
<p><strong>Table of Contents</strong><br />
Chapter 1. Introduction<span id="more-16452"></span><br />
Chapter 2. Data and Expressions<br />
Chapter 3. Using Classes and Objects<br />
Chapter 4. Conditionals and Loops<br />
Chapter 5. Writing Classes<br />
Chapter 6. Graphical User Interfaces<br />
Chapter 7. Arrays<br />
Chapter 8. Inheritance<br />
Chapter 9. Polymorphism<br />
Chapter 10. Exceptions<br />
Chapter 11. Recursion<br />
Chapter 12. <a href="http://www.wowebook.me/tag/analysis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Analysis">Analysis</a> of <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">Algorithms</a><br />
Chapter 13. Searching and Sorting<br />
Chapter 14. Stacks<br />
Chapter 15. Queues<br />
Chapter 16. Trees<br />
Chapter 17. Binary Search Trees<br />
Chapter 18. Heaps and Priority Queues<br />
Chapter 19. Graphs<br />
Chapter 20. Hashing<br />
Chapter 21. Databases</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 912 pages</li>
<li><strong>Publisher:</strong> Addison Wesley; 2nd Edition (March 2010)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0132128810</li>
<li><strong>ISBN-13:</strong> 978-0132128810</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/the-cert-oracle-secure-coding-standard-for-java/" title="The CERT Oracle Secure Coding Standard for Java" rel="bookmark">The CERT Oracle Secure Coding Standard for Java</a> <span class="date">(28-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/sql-all-in-one-for-dummies-2nd-edition/" title="SQL All-in-One For Dummies, 2nd Edition" rel="bookmark">SQL All-in-One For Dummies, 2nd Edition</a> <span class="date">(06-04-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/spring-2-5-aspect-oriented-programming/" title="Spring 2.5 Aspect Oriented Programming" rel="bookmark">Spring 2.5 Aspect Oriented Programming</a> <span class="date">(17-06-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-scala-2/" title="Programming Scala" rel="bookmark">Programming Scala</a> <span class="date">(05-10-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-in-scala-2nd-edition/" title="Programming in Scala, 2nd Edition" rel="bookmark">Programming in Scala, 2nd Edition</a> <span class="date">(19-05-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-concurrency-on-the-jvm/" title="Programming Concurrency on the JVM" rel="bookmark">Programming Concurrency on the JVM</a> <span class="date">(13-09-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-android/" title="Programming Android" rel="bookmark">Programming Android</a> <span class="date">(09-08-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/practical-clojure/" title="Practical Clojure" rel="bookmark">Practical Clojure</a> <span class="date">(02-06-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/object-oriented-programming-and-java-2nd-edition/" title="Object-Oriented Programming and Java, 2nd Edition" rel="bookmark">Object-Oriented Programming and Java, 2nd Edition</a> <span class="date">(15-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/liferay-beginners-guide/" title="Liferay: Beginner's Guide" rel="bookmark">Liferay: Beginner's Guide</a> <span class="date">(03-01-2012)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/java-foundations-2nd-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting Out with C++: Early Objects, 7th Edition</title>
		<link>http://www.wowebook.me/book/starting-out-with-cpp-7th-edition/</link>
		<comments>http://www.wowebook.me/book/starting-out-with-cpp-7th-edition/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 18:36:47 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[C, C++, C#]]></category>
		<category><![CDATA[Algorithm]]></category>
		<category><![CDATA[Object-Oriented]]></category>
		<category><![CDATA[OOP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16441</guid>
		<description><![CDATA[Book Description Tony Gaddis’s accessible, step-by-step presentation helps beginning students understand the important details necessary to become skilled programmers at an introductory level. Gaddis motivates the study of both programming skills and the C++ programming language by presenting all the details needed to understand the “how” and the “why”—but never losing sight of the fact [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/28845172.jpg" alt="Starting Out with C++: Early Objects, 7th Edition" width="220" height="220" title="Starting Out with C++: Early Objects, 7th Edition" /></p>
<h3>Book Description</h3>
<p>Tony Gaddis’s accessible, step-by-step presentation helps beginning students understand the important details necessary to become skilled programmers at an introductory level. Gaddis motivates the study of both <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> skills and the <a href="http://www.wowebook.me/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a>++ <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> language by presenting all the details needed to understand the “how” and the “why”—but never losing sight of the fact that most beginners struggle with this material. His approach is both gradual and highly accessible, ensuring that students understand the logic behind developing high-quality programs.</p>
<p>In Starting Out with <a href="http://www.wowebook.me/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a>++: Early Objects, Gaddis covers objects and classes early after functions and before arrays and pointers. As with all Gaddis texts, clear and easy-to-read code listings, concise and practical real-world examples, and an abundance of exercises appear in every chapter. This text is intended for either a one-semester accelerated introductory course or a traditional two-semester sequence covering <a href="http://www.wowebook.me/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a>++ programming.</p>
<p><strong>Table of Contents</strong><br />
Chapter 1. Introduction to Computers and Programming<br />
Chapter 2. Introduction to C++<br />
Chapter 3. Expressions and Interactivity<br />
Chapter 4. Making Decisions<br />
Chapter 5. Looping<br />
Chapter 6. Functions<br />
Chapter 7. Introduction to Classes and Objects<span id="more-16441"></span><br />
Chapter 8. Arrays<br />
Chapter 9. Searching, Sorting, and <a href="http://www.wowebook.me/tag/algorithm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithm">Algorithm</a> <a href="http://www.wowebook.me/tag/analysis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Analysis">Analysis</a><br />
Chapter 10. Pointers<br />
Chapter 11. More About Classes and <a href="http://www.wowebook.me/tag/object-oriented/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Object-Oriented">Object-Oriented</a> Programming<br />
Chapter 12. More About Characters, Strings, and the string Class<br />
Chapter 13. Advanced File and I/O Operations<br />
Chapter 14. Recursion<br />
Chapter 15. Polymorphism and Virtual Functions<br />
Chapter 16. Exceptions, Templates, and the Standard Template Library (STL)<br />
Chapter 17. Linked Lists<br />
Chapter 18. Stacks and Queues<br />
Chapter 19. Binary Trees<br />
Appendix A: The ASCII Character Set<br />
Appendix B: Operator Precedence and Associativity<br />
Index</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 1200 pages</li>
<li><strong>Publisher:</strong> Addison Wesley; 7th Edition (March 2010)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0136077749</li>
<li><strong>ISBN-13:</strong> 978-0136077749</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/object-oriented-programming-in-c-4th-edition/" title="Object-Oriented Programming in C++, 4th Edition" rel="bookmark">Object-Oriented Programming in C++, 4th Edition</a> <span class="date">(30-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/java-programming-from-problem-analysis-to-program-design-4th-edition/" title="Java Programming: From Problem Analysis to Program Design, 4th Edition" rel="bookmark">Java Programming: From Problem Analysis to Program Design, 4th Edition</a> <span class="date">(10-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/migrating-to-windows-phone/" title="Migrating to Windows Phone" rel="bookmark">Migrating to Windows Phone</a> <span class="date">(16-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/java-an-introduction-to-problem-solving-and-programming-6th-edition/" title="Java: An Introduction to Problem Solving and Programming, 6th Edition" rel="bookmark">Java: An Introduction to Problem Solving and Programming, 6th Edition</a> <span class="date">(06-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/java-software-solutions-7th-edition/" title="Java Software Solutions: Foundations of Program Design, 7th Edition" rel="bookmark">Java Software Solutions: Foundations of Program Design, 7th Edition</a> <span class="date">(06-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/data-structures-using-cpp-2nd-edition/" title="Data Structures Using C++, 2nd Edition" rel="bookmark">Data Structures Using C++, 2nd Edition</a> <span class="date">(10-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/an-introduction-to-object-oriented-programming-with-java-5th-edition/" title="An Introduction to Object-Oriented Programming with Java, 5th Edition" rel="bookmark">An Introduction to Object-Oriented Programming with Java, 5th Edition</a> <span class="date">(27-12-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-book-of-qt-4/" title="The Book of Qt 4" rel="bookmark">The Book of Qt 4</a> <span class="date">(01-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/start-here-fundamentals-of-microsoft-net-programming/" title="Start Here! Fundamentals of Microsoft .NET Programming" rel="bookmark">Start Here! Fundamentals of Microsoft .NET Programming</a> <span class="date">(14-11-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/ruby-on-rails-3-tutorial/" title="Ruby on Rails 3 Tutorial: Learn Rails by Example" rel="bookmark">Ruby on Rails 3 Tutorial: Learn Rails by Example</a> <span class="date">(07-01-2012)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/starting-out-with-cpp-7th-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Structures and Algorithms in C++, 2nd Edition</title>
		<link>http://www.wowebook.me/book/data-structures-and-algorithms-in-cpp-2nd-edition/</link>
		<comments>http://www.wowebook.me/book/data-structures-and-algorithms-in-cpp-2nd-edition/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 19:28:43 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[C, C++, C#]]></category>
		<category><![CDATA[C]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16266</guid>
		<description><![CDATA[Book Description An updated, innovative approach to data structures and algorithms Written by an author team of experts in their fields, this authoritative guide demystifies even the most difficult mathematical concepts so that you can gain a clear understanding of data structures and algorithms in C++. The unparalleled author team incorporates the object-oriented design paradigm [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1346215214.jpg" alt="Data Structures and Algorithms in C++, 2nd Edition" width="220" height="220" title="Data Structures and Algorithms in C++, 2nd Edition" /></p>
<h3>Book Description</h3>
<p>An updated, innovative approach to data structures and <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">algorithms</a></p>
<p>Written by an author team of experts in their fields, this authoritative guide demystifies even the most difficult mathematical concepts so that you can gain a clear understanding of data structures and <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">algorithms</a> in <a href="http://www.wowebook.me/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a>++.</p>
<p>The unparalleled author team incorporates the <a href="http://www.wowebook.me/tag/object-oriented/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Object-Oriented">object-oriented</a> design paradigm using <a href="http://www.wowebook.me/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a>++ as the implementation language, while also providing intuition and <a href="http://www.wowebook.me/tag/analysis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Analysis">analysis</a> of fundamental algorithms.</p>
<ul>
<li>Offers a unique multimedia format for learning the fundamentals of data structures and algorithms</li>
<li>Allows you to visualize key analytic concepts, learn about the most recent insights in the field, and <em>do</em> data structure design</li>
<li>Provides clear approaches for developing programs</li>
<li>Features a clear, easy-to-understand writing style that breaks down even the most difficult mathematical concepts</li>
</ul>
<p>Building on the success of the first edition, this new version offers you an innovative approach to fundamental data structures and algorithms.</p>
<p><strong>Table of Contents</strong><br />
1. Basic C++ <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">Programming</a>.<br />
2. <a href="http://www.wowebook.me/tag/object-oriented/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Object-Oriented">Object-Oriented</a> Design.<span id="more-16266"></span><br />
3. <a href="http://www.wowebook.me/tag/analysis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Analysis">Analysis</a> Tools.<br />
4. Stacks, Queues, and Recursion.<br />
5. Vectors, Lists, and Sequences.<br />
6. Trees.<br />
7. Priority Queues.<br />
8. Dictionaries.<br />
9. Search Trees.<br />
10. Sorting, Sets, and Selection.<br />
11. Text Processing.<br />
12. Graphs.<br />
A. Useful Mathematical Facts.</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 744 pages</li>
<li><strong>Publisher:</strong> Wiley; 2nd Edition (February 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0470383275</li>
<li><strong>ISBN-13:</strong> 978-0470383278</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/mastering-algorithms-with-c/" title="Mastering Algorithms with C" rel="bookmark">Mastering Algorithms with C</a> <span class="date">(15-11-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/wpf-programmers-reference/" title="WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4" rel="bookmark">WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4</a> <span class="date">(18-03-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/windows-powershell-in-action-2nd-edition/" title="Windows Powershell in Action, 2nd Edition" rel="bookmark">Windows Powershell in Action, 2nd Edition</a> <span class="date">(24-06-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/windows-phone-recipes-2nd-edition/" title="Windows Phone Recipes: A Problem Solution Approach, 2nd Edition" rel="bookmark">Windows Phone Recipes: A Problem Solution Approach, 2nd Edition</a> <span class="date">(16-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/windows-mobile-game-development/" title="Windows Mobile Game Development" rel="bookmark">Windows Mobile Game Development</a> <span class="date">(18-05-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/unity-3-x-game-development-essentials/" title="Unity 3.x Game Development Essentials" rel="bookmark">Unity 3.x Game Development Essentials</a> <span class="date">(05-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/test-driven-development-for-embedded-c/" title="Test Driven Development for Embedded C" rel="bookmark">Test Driven Development for Embedded C</a> <span class="date">(26-04-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/secure-programming-cookbook-for-c-and-cpp/" title="Secure Programming Cookbook for C and C++" rel="bookmark">Secure Programming Cookbook for C and C++</a> <span class="date">(12-09-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/regular-expression-pocket-reference-2nd-edition/" title="Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET, 2nd Edition" rel="bookmark">Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET, 2nd Edition</a> <span class="date">(16-06-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/real-world-net-c-and-silverlight/" title="Real World .NET, C#, and Silverlight" rel="bookmark">Real World .NET, C#, and Silverlight</a> <span class="date">(18-11-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/data-structures-and-algorithms-in-cpp-2nd-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenCL in Action</title>
		<link>http://www.wowebook.me/book/opencl-in-action/</link>
		<comments>http://www.wowebook.me/book/opencl-in-action/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 17:42:49 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[CPU]]></category>
		<category><![CDATA[GPU]]></category>
		<category><![CDATA[in Action]]></category>
		<category><![CDATA[OpenCL]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.wowebook.me/?p=16057</guid>
		<description><![CDATA[Book Description OpenCL in Action is a thorough, hands-on presentation of OpenCL, with an eye toward showing developers how to build high-performance applications of their own. It begins by presenting the core concepts behind OpenCL, including vector computing, parallel programming, and multi-threaded operations, and then guides you step-by-step from simple data structures to complex functions. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/723072213.jpg" alt="OpenCL in Action" width="220" height="220" title="OpenCL in Action" /></p>
<h3>Book Description</h3>
<p><em><a href="http://www.wowebook.me/tag/opencl/" class="st_tag internal_tag" rel="tag" title="Posts tagged with OpenCL">OpenCL</a> <a href="http://www.wowebook.me/tag/in-action/" class="st_tag internal_tag" rel="tag" title="Posts tagged with in Action">in Action</a></em> is a thorough, hands-on presentation of <a href="http://www.wowebook.me/tag/opencl/" class="st_tag internal_tag" rel="tag" title="Posts tagged with OpenCL">OpenCL</a>, with an eye toward showing developers how to build high-performance applications of their own. It begins by presenting the core concepts behind <a href="http://www.wowebook.me/tag/opencl/" class="st_tag internal_tag" rel="tag" title="Posts tagged with OpenCL">OpenCL</a>, including vector computing, parallel <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a>, and multi-threaded operations, and then guides you step-by-step from simple data structures to complex functions.</p>
<p>Whatever system you have, it probably has more raw processing power than you&#8217;re using. OpenCL is a high-performance <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> language that maximizes computational power by executing on CPUs, graphics processors, and other number-crunching devices. It&#8217;s perfect for speed-sensitive tasks like vector computing, matrix operations, and graphics acceleration.</p>
<p><em>OpenCL <a href="http://www.wowebook.me/tag/in-action/" class="st_tag internal_tag" rel="tag" title="Posts tagged with in Action">in Action</a></em> blends the theory of parallel computing with the practical reality of building high-performance applications using OpenCL. It first guides you through the fundamental data structures in an intuitive manner. Then, it explains techniques for high-speed sorting, image processing, matrix operations, and fast Fourier transform. The book concludes with a deep look at the all-important subject of graphics acceleration. Numerous challenging examples give you different ways to experiment with working code.</p>
<p>A background in <a href="http://www.wowebook.me/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a> or <a href="http://www.wowebook.me/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a>++ is helpful, but no prior exposure to OpenCL is needed.</p>
<p><strong>What&#8217;s Inside<span id="more-16057"></span></strong></p>
<ul>
<li>Learn OpenCL step by step</li>
<li>Tons of annotated code</li>
<li>Tested <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">algorithms</a> for maximum performance</li>
</ul>
<p><strong>Table of Contents</strong><br />
Part 1: Foundations of OpenCL programming<br />
Chapter 1. Introducing OpenCL<br />
Chapter 2. Host programming: fundamental data structures<br />
Chapter 3. Host programming: data transfer and partitioning<br />
Chapter 4. Kernel programming: data types and device memory<br />
Chapter 5. Kernel programming: operators and functions<br />
Chapter 6. Image processing<br />
Chapter 7. Events, profiling, and synchronization<br />
Chapter 8. <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">Development</a> with <a href="http://www.wowebook.me/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a>++<br />
Chapter 9. <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">Development</a> with <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a> and Python<br />
Chapter 10. General coding principles</p>
<p>Part 2: Coding practical <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">algorithms</a> in OpenCL<br />
Chapter 11. Reduction and sorting<br />
Chapter 12. Matrices and QR decomposition<br />
Chapter 13. Sparse matrices<br />
Chapter 14. Signal processing and the fast Fourier transform</p>
<p>Part 3: Accelerating OpenGL with OpenCL<br />
Chapter 15. Combining OpenCL and OpenGL<br />
Chapter 16. Textures and renderbuffers</p>
<p>Appendix A. Installing and using a software development kit<br />
Appendix B. Real-time rendering with OpenGL<br />
Appendix C. The minimalist GNU for Windows and OpenCL<br />
Appendix D. OpenCL on mobile devices</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 456 pages</li>
<li><strong>Publisher:</strong> Manning Publications (November 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1617290173</li>
<li><strong>ISBN-13:</strong> 978-1617290176</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/opencl-programming-guide/" title="OpenCL Programming Guide" rel="bookmark">OpenCL Programming Guide</a> <span class="date">(20-08-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/introducing-starling/" title="Introducing Starling" rel="bookmark">Introducing Starling</a> <span class="date">(25-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/hadoop-in-action/" title="Hadoop in Action" rel="bookmark">Hadoop in Action</a> <span class="date">(12-01-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/erlang-and-otp-in-action/" title="Erlang and OTP in Action" rel="bookmark">Erlang and OTP in Action</a> <span class="date">(10-11-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/dsls-in-action/" title="DSLs in Action" rel="bookmark">DSLs in Action</a> <span class="date">(15-01-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/cuda-by-example/" title="CUDA by Example: An Introduction to General-Purpose GPU Programming" rel="bookmark">CUDA by Example: An Introduction to General-Purpose GPU Programming</a> <span class="date">(16-10-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/xslt-2-0-and-xpath-2-0-programmers-reference-4th-edition/" title="XSLT 2.0 and XPath 2.0 Programmer's Reference, 4th Edition" rel="bookmark">XSLT 2.0 and XPath 2.0 Programmer's Reference, 4th Edition</a> <span class="date">(07-05-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/xna-game-studio-4-0-programming/" title="XNA Game Studio 4.0 Programming: Developing for Windows Phone 7 and Xbox 360" rel="bookmark">XNA Game Studio 4.0 Programming: Developing for Windows Phone 7 and Xbox 360</a> <span class="date">(26-01-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/xna-3-0-game-programming-recipes/" title="XNA 3.0 Game Programming Recipes: A Problem-Solution Approach" rel="bookmark">XNA 3.0 Game Programming Recipes: A Problem-Solution Approach</a> <span class="date">(08-07-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/wxpython-2-8-application-development-cookbook/" title="wxPython 2.8 Application Development Cookbook" rel="bookmark">wxPython 2.8 Application Development Cookbook</a> <span class="date">(29-12-2010)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/opencl-in-action/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mastering Algorithms with C</title>
		<link>http://www.wowebook.me/book/mastering-algorithms-with-c/</link>
		<comments>http://www.wowebook.me/book/mastering-algorithms-with-c/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 17:05:36 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[C, C++, C#]]></category>
		<category><![CDATA[C]]></category>

		<guid isPermaLink="false">http://www.wowebook.pro/?p=15407</guid>
		<description><![CDATA[Book Description There are many books on data structures and algorithms, including some with useful libraries of C functions. Mastering Algorithms with C offers you a unique combination of theoretical background and working code. With robust solutions for everyday programming tasks, this book avoids the abstract style of most classic data structures and algorithms texts, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/894607839.jpg" alt="Mastering Algorithms with C" width="220" height="220" title="Mastering Algorithms with C" /></p>
<h3>Book Description</h3>
<p>There are many books on data structures and <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">algorithms</a>, including some with useful libraries of <a href="http://www.wowebook.me/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a> functions. <em>Mastering <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">Algorithms</a> with <a href="http://www.wowebook.me/tag/c/" class="st_tag internal_tag" rel="tag" title="Posts tagged with C">C</a></em> offers you a unique combination of theoretical background and working code. With robust solutions for everyday <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> tasks, this book avoids the abstract style of most classic data structures and algorithms texts, but still provides all of the information you need to understand the purpose and use of common <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> techniques.</p>
<p>Implementations, as well as interesting, real-world examples of each data structure and <a href="http://www.wowebook.me/tag/algorithm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithm">algorithm</a>, are included.</p>
<p>Using both a <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> style and a writing style that are exceptionally clean, Kyle Loudon shows you how to use such essential data structures as lists, stacks, queues, sets, trees, heaps, priority queues, and graphs. He explains how to use algorithms for sorting, searching, numerical <a href="http://www.wowebook.me/tag/analysis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Analysis">analysis</a>, data compression, data encryption, common graph problems, and computational geometry. And he describes the relative efficiency of all implementations. The compression and encryption chapters not only give you working code for reasonably efficient solutions, they offer explanations of concepts in an approachable manner for people who never have had the time or expertise to study them in depth.</p>
<p>Anyone with a basic understanding of the C language can use this book. In order to provide maintainable and extendible code, an extra level of abstraction (such as pointers to functions) is used in examples where appropriate. Understanding that these techniques may be unfamiliar to some programmers, Loudon explains them clearly in the introductory chapters.<span id="more-15407"></span></p>
<p>Contents include:</p>
<ul>
<li>Pointers</li>
<li>Recursion</li>
<li><a href="http://www.wowebook.me/tag/analysis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Analysis">Analysis</a> of algorithms</li>
<li>Data structures (lists, stacks, queues, sets, hash tables, trees, heaps, priority queues, graphs)</li>
<li>Sorting and searching</li>
<li>Numerical methods</li>
<li>Data compression</li>
<li>Data encryption</li>
<li>Graph algorithms</li>
<li>Geometric algorithms</li>
</ul>
<p><strong>Table of Contents</strong><br />
Part I: Preliminaries<br />
Chapter 1 Introduction<br />
Chapter 2 Pointer Manipulation<br />
Chapter 3 Recursion<br />
Chapter 4 Analysis of Algorithms</p>
<p>Part II: Data Structures<br />
Chapter 5 Linked Lists<br />
Chapter 6 Stacks and Queues<br />
Chapter 7 Sets<br />
Chapter 8 Hash Tables<br />
Chapter 9 Trees<br />
Chapter 10 Heaps and Priority Queues<br />
Chapter 11 Graphs</p>
<p>Part III: Algorithms<br />
Chapter 12 Sorting and Searching<br />
Chapter 13 Numerical Methods<br />
Chapter 14 Data Compression<br />
Chapter 15 Data Encryption<br />
Chapter 16 Graph Algorithms<br />
Chapter 17 Geometric Algorithms</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 560 pages</li>
<li><strong>Publisher:</strong> O&#8217;Reilly Media (August 1999)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1565924533</li>
<li><strong>ISBN-13:</strong> 978-1565924536</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/data-structures-and-algorithms-in-cpp-2nd-edition/" title="Data Structures and Algorithms in C++, 2nd Edition" rel="bookmark">Data Structures and Algorithms in C++, 2nd Edition</a> <span class="date">(27-12-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/wpf-programmers-reference/" title="WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4" rel="bookmark">WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4</a> <span class="date">(18-03-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/windows-powershell-in-action-2nd-edition/" title="Windows Powershell in Action, 2nd Edition" rel="bookmark">Windows Powershell in Action, 2nd Edition</a> <span class="date">(24-06-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/windows-phone-recipes-2nd-edition/" title="Windows Phone Recipes: A Problem Solution Approach, 2nd Edition" rel="bookmark">Windows Phone Recipes: A Problem Solution Approach, 2nd Edition</a> <span class="date">(16-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/windows-mobile-game-development/" title="Windows Mobile Game Development" rel="bookmark">Windows Mobile Game Development</a> <span class="date">(18-05-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/unity-3-x-game-development-essentials/" title="Unity 3.x Game Development Essentials" rel="bookmark">Unity 3.x Game Development Essentials</a> <span class="date">(05-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/test-driven-development-for-embedded-c/" title="Test Driven Development for Embedded C" rel="bookmark">Test Driven Development for Embedded C</a> <span class="date">(26-04-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/secure-programming-cookbook-for-c-and-cpp/" title="Secure Programming Cookbook for C and C++" rel="bookmark">Secure Programming Cookbook for C and C++</a> <span class="date">(12-09-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/regular-expression-pocket-reference-2nd-edition/" title="Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET, 2nd Edition" rel="bookmark">Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET, 2nd Edition</a> <span class="date">(16-06-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/real-world-net-c-and-silverlight/" title="Real World .NET, C#, and Silverlight" rel="bookmark">Real World .NET, C#, and Silverlight</a> <span class="date">(18-11-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/mastering-algorithms-with-c/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Machine Learning for Email</title>
		<link>http://www.wowebook.me/book/machine-learning-for-email/</link>
		<comments>http://www.wowebook.me/book/machine-learning-for-email/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 11:22:06 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[R]]></category>

		<guid isPermaLink="false">http://www.wowebook.pro/?p=15397</guid>
		<description><![CDATA[Book Description If you’re an experienced programmer willing to crunch data, this concise guide will show you how to use machine learning to work with email. You’ll learn how to write algorithms that automatically sort and redirect email based on statistical patterns. Authors Drew Conway and John Myles White approach the process in a practical [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1770936431.jpg" alt="Machine Learning for Email" width="220" height="220" title="Machine Learning for Email" /></p>
<h3>Book Description</h3>
<p>If you’re an experienced programmer willing to crunch data, this concise guide will show you how to use machine learning to work with <a href="http://www.wowebook.me/tag/email/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Email">email</a>. You’ll learn how to write <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">algorithms</a> that automatically sort and redirect <a href="http://www.wowebook.me/tag/email/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Email">email</a> based on statistical patterns. Authors Drew Conway and John Myles White approach the process in a practical fashion, using a case-study driven approach rather than a traditional math-heavy presentation.</p>
<p>This book also includes a short tutorial on using the popular <a href="http://www.wowebook.me/tag/r/" class="st_tag internal_tag" rel="tag" title="Posts tagged with R">R</a> language to manipulate and analyze data. You’ll get clear examples for analyzing sample data and writing machine learning programs with <a href="http://www.wowebook.me/tag/r/" class="st_tag internal_tag" rel="tag" title="Posts tagged with R">R</a>.</p>
<ul>
<li>Mine <a href="http://www.wowebook.me/tag/email/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Email">email</a> content with <a href="http://www.wowebook.me/tag/r/" class="st_tag internal_tag" rel="tag" title="Posts tagged with R">R</a> functions, using a collection of sample files</li>
<li>Analyze the data and use the results to write a Bayesian spam classifier</li>
<li>Rank email by importance, using factors such as thread activity</li>
<li>Use your email ranking <a href="http://www.wowebook.me/tag/analysis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Analysis">analysis</a> to write a priority inbox program</li>
<li>Test your classifier and priority inbox with a separate email sample set</li>
</ul>
<p><strong>Table of Contents</strong><br />
Chapter 1 Using R<br />
Chapter 2 Data Exploration<br />
Chapter 3 Classification: Spam Filtering<br />
Chapter 4 Ranking: Priority Inbox<span id="more-15397"></span></p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 146 pages</li>
<li><strong>Publisher:</strong> O&#8217;Reilly Media (Octorber 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1449314309</li>
<li><strong>ISBN-13:</strong> 978-1449314309</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/the-art-of-r-programming/" title="The Art of R Programming" rel="bookmark">The Art of R Programming</a> <span class="date">(13-10-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/getting-started-with-rstudio/" title="Getting Started with RStudio" rel="bookmark">Getting Started with RStudio</a> <span class="date">(08-10-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/xslt-2-0-and-xpath-2-0-programmers-reference-4th-edition/" title="XSLT 2.0 and XPath 2.0 Programmer's Reference, 4th Edition" rel="bookmark">XSLT 2.0 and XPath 2.0 Programmer's Reference, 4th Edition</a> <span class="date">(07-05-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/xna-game-studio-4-0-programming/" title="XNA Game Studio 4.0 Programming: Developing for Windows Phone 7 and Xbox 360" rel="bookmark">XNA Game Studio 4.0 Programming: Developing for Windows Phone 7 and Xbox 360</a> <span class="date">(26-01-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/xna-3-0-game-programming-recipes/" title="XNA 3.0 Game Programming Recipes: A Problem-Solution Approach" rel="bookmark">XNA 3.0 Game Programming Recipes: A Problem-Solution Approach</a> <span class="date">(08-07-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/wxpython-2-8-application-development-cookbook/" title="wxPython 2.8 Application Development Cookbook" rel="bookmark">wxPython 2.8 Application Development Cookbook</a> <span class="date">(29-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/wpf-programmers-reference/" title="WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4" rel="bookmark">WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4</a> <span class="date">(18-03-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/windows-system-programming-4th-edition/" title="Windows System Programming, 4th Edition" rel="bookmark">Windows System Programming, 4th Edition</a> <span class="date">(26-02-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/windows-phone-7-programming-for-android-and-ios-developers/" title="Windows Phone 7 Programming for Android and iOS Developers" rel="bookmark">Windows Phone 7 Programming for Android and iOS Developers</a> <span class="date">(10-10-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/windows-forms-2-0-programming/" title="Windows Forms 2.0 Programming" rel="bookmark">Windows Forms 2.0 Programming</a> <span class="date">(21-05-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/machine-learning-for-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Mining: Concepts, Models, Methods, and Algorithms, 2nd Edition</title>
		<link>http://www.wowebook.me/book/data-mining-concepts-models-methods-and-algorithms-2nd-edition/</link>
		<comments>http://www.wowebook.me/book/data-mining-concepts-models-methods-and-algorithms-2nd-edition/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 19:29:21 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Certification & Education]]></category>
		<category><![CDATA[Computer Science]]></category>

		<guid isPermaLink="false">http://www.wowebook.pro/?p=15235</guid>
		<description><![CDATA[Book Description This book reviews state-of-the-art methodologies and techniques for analyzing enormous quantities of raw data in high-dimensional data spaces, to extract new information for decision making. The goal of this book is to provide a single introductory source, organized in a systematic way, in which we could direct the readers in analysis of large data sets, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/714873649.jpg" alt="Data Mining: Concepts, Models, Methods, and Algorithms, 2nd Edition" width="220" height="220" title="Data Mining: Concepts, Models, Methods, and Algorithms, 2nd Edition" /></p>
<h3>Book Description</h3>
<p>This book reviews state-of-the-art methodologies and techniques for analyzing enormous quantities of raw data in high-dimensional data spaces, to extract new information for decision making. The goal of this book is to provide a single introductory source, organized in a systematic way, in which we could direct the readers in <a href="http://www.wowebook.me/tag/analysis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Analysis">analysis</a> of large data sets, through the explanation of basic concepts, models and methodologies developed in recent decades.</p>
<p><strong>Review</strong><br />
“…a very readable and up-to-date introduction to data mining…” (<em>Quality &amp; Reliability Engineering International</em>, Vol. 21 (4) June 2005)&#8221;…suitable for a graduate level course in data mining…I enjoyed reading this book and recommend it highly.&#8221; (<em>Journal of Statistical Computation &amp; Simulation</em>, April 2004)</p>
<p>“&#8230;clear and well understandable&#8230;recommended as basic guidance&#8230;practitioners will profit from the author&#8217;s long experience&#8230;&#8221; (<em>Zentralblatt Math</em>, Vol. 1027, 2004)</p>
<p>“&#8230;reviews state-of-the-art techniques for analyzing enormous quantities of raw data&#8230;” (<em>Quarterly of Applied Mathematics</em>, Vol. LXI, No. 3, September 2003)</p>
<p>&#8220;…this is a comprehensive textbook that describes the process and methodologies of data mining in an unbiased manner…serves as an excellent starting point for anyone wishing to learn about data mining.” (<em>Journal of Proteome <a href="http://www.wowebook.me/tag/research/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Research">Research</a></em>, May/ June 2003)<span id="more-15235"></span></p>
<p>&#8220;&#8230;a valuable book&#8230;. I truly enjoyed reading the book and I am glad to recommend it to anyone working in this fascinating field.&#8221; (<em>IIE Transactions</em>)</p>
<p>&#8220;&#8230;detailed, well illustrated, and easy to understand&#8230;comprehensive…a good book&#8230;&#8221; (<em>Mathematical Reviews</em> 2003h)</p>
<p>&#8220;&#8230;this is probably the first data-mining book that I would select from my bookshelf as reading material for a statistician&#8230;&#8221; (<em>Technometrics</em>, Vol. 45, No. 3, August 2003)</p>
<p><strong>From the Back Cover</strong><br />
Now updated—the systematic introductory guide to modern <a href="http://www.wowebook.me/tag/analysis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Analysis">analysis</a> of large data setsAs data sets continue to grow in size and complexity, there has been an inevitable move towards indirect, automatic, and intelligent data <a href="http://www.wowebook.me/tag/analysis/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Analysis">analysis</a> in which the analyst works via more complex and sophisticated software tools. This book reviews state-of-the-art methodologies and techniques for analyzing enormous quantities of raw data in high-dimensional data spaces to extract new information for decision-making.</p>
<p>This Second Edition of <em>Data Mining: Concepts, Models, Methods, and <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">Algorithms</a></em> discusses data mining principles and then describes representative state-of-the-art methods and <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">algorithms</a> originating from different disciplines such as statistics, machine learning, neural networks, fuzzy logic, and evolutionary computation. Detailed <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">algorithms</a> are provided with necessary explanations and illustrative examples, and questions and exercises for practice at the end of each chapter. This new edition features the following new techniques/methodologies:</p>
<ul>
<li>Support Vector Machines (SVM)—developed based on statistical learning theory, they have a large potential for applications in predictive data mining</li>
<li>Kohonen Maps (Self-Organizing Maps &#8211; SOM)—one of very applicative neural-networks-based methodologies for descriptive data mining and multi-dimensional data visualizations</li>
<li>DBSCAN, BIRCH, and distributed DBSCAN clustering algorithms—representatives of an important class of density-based clustering methodologies</li>
<li>Bayesian Networks (BN) methodology often used for causality modeling</li>
<li>Algorithms for measuring Betweeness and Centrality parameters in graphs, important for applications in mining large social networks</li>
<li>CART <a href="http://www.wowebook.me/tag/algorithm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithm">algorithm</a> and Gini index in building decision trees</li>
<li>Bagging &amp; Boosting approaches to ensemble-learning methodologies, with details of AdaBoost <a href="http://www.wowebook.me/tag/algorithm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithm">algorithm</a></li>
<li>Relief algorithm, one of the core feature selection algorithms inspired by instance-based learning</li>
<li>PageRank algorithm for mining and authority ranking of web pages</li>
<li>Latent Semantic Analysis (LSA) for text mining and measuring semantic similarities between text-based documents</li>
<li>New sections on temporal, spatial, web, text, parallel, and distributed data mining</li>
<li>More emphasis on <a href="http://www.wowebook.me/tag/business/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Business">business</a>, privacy, security, and legal aspects of data mining technology</li>
</ul>
<p>This text offers guidance on how and when to use a particular software tool (with the companion data sets) from among the hundreds offered when faced with a data set to mine. This allows analysts to create and perform their own data mining experiments using their knowledge of the methodologies and techniques provided. The book emphasizes the selection of appropriate methodologies and data analysis software, as well as parameter tuning. These critically important, qualitative decisions can only be made with the deeper understanding of parameter meaning and its role in the technique that is offered here.</p>
<p>This volume is primarily intended as a data-mining textbook for computer science, computer engineering, and computer information systems majors at the graduate level. Senior students at the undergraduate level and with the appropriate background can also successfully comprehend all topics presented here.</p>
<h3>Book Details</h3>
<ul>
<li><strong>Hardcover:</strong> 552 pages</li>
<li><strong>Publisher:</strong> Wiley-IEEE Press; 2nd Edition (August 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0470890452</li>
<li><strong>ISBN-13:</strong> 978-0470890455</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/data-mining-concepts-models-methods-and-algorithms-2nd-edition/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Mahout in Action</title>
		<link>http://www.wowebook.me/book/mahout-in-action/</link>
		<comments>http://www.wowebook.me/book/mahout-in-action/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 15:58:42 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Apache Mahout]]></category>
		<category><![CDATA[in Action]]></category>

		<guid isPermaLink="false">http://www.wowebook.pro/?p=15040</guid>
		<description><![CDATA[Book Description Mahout in Action is a hands-on introduction to machine learning with Apache Mahout. Following real-world examples, the book presents practical use cases and then illustrates how Mahout can be applied to solve them. Includes a free audio- and video-enhanced ebook. This book covers machine learning using Apache Mahout. Based on experience with real-world [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/2145267415.jpg" alt="Mahout in Action" width="220" height="220" title="Mahout in Action" /></p>
<h3>Book Description</h3>
<p><em>Mahout <a href="http://www.wowebook.me/tag/in-action/" class="st_tag internal_tag" rel="tag" title="Posts tagged with in Action">in Action</a></em> is a hands-on introduction to machine learning with <a href="http://www.wowebook.me/tag/apache-mahout/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Apache Mahout">Apache Mahout</a>. Following real-world examples, the book presents practical use cases and then illustrates how Mahout can be applied to solve them. Includes a free audio- and video-enhanced ebook.</p>
<p>This book covers machine learning using <a href="http://www.wowebook.me/tag/apache-mahout/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Apache Mahout">Apache Mahout</a>. Based on experience with real-world applications, it introduces practical use cases and illustrates how Mahout can be applied to solve them. It places particular focus on issues of scalability and how to apply these techniques against large data sets using the Apache Hadoop framework.</p>
<p>This book is written for developers familiar with <a href="http://www.wowebook.me/tag/java/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Java">Java</a>?no prior experience with Mahout is assumed.</p>
<p><strong>What&#8217;s Inside</strong></p>
<ul>
<li>Use group data to make individual recommendations</li>
<li>Find logical clusters within your data</li>
<li>Filter and refine with on-the-fly classification</li>
<li>Free audio and video extras</li>
</ul>
<p><strong>Table of Contents</strong></p>
<ol>
<li>Meet Apache Mahout</li>
</ol>
<p>PART 1 RECOMMENDATIONS<span id="more-15040"></span></p>
<ol>
<li>Introducing recommenders</li>
<li>Representing recommender data</li>
<li>Making recommendations</li>
<li>Taking recommenders to production</li>
<li>Distributing recommendation computations</li>
</ol>
<p>PART 2 CLUSTERING</p>
<ol>
<li>Introduction to clustering</li>
<li>Representing data</li>
<li>Clustering <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">algorithms</a> in Mahout</li>
<li>Evaluating and improving clustering quality</li>
<li>Taking clustering to production</li>
<li>Real-world applications of clustering</li>
</ol>
<p>PART 3 CLASSIFICATION</p>
<ol>
<li>Introduction to classification</li>
<li>Training a classifier</li>
<li>Evaluating and tuning a classifier</li>
<li>Deploying a classifier</li>
</ol>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 416 pages</li>
<li><strong>Publisher:</strong> Manning Publications (October 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1935182684</li>
<li><strong>ISBN-13:</strong> 978-1935182689</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/spring-batch-in-action/" title="Spring Batch in Action" rel="bookmark">Spring Batch in Action</a> <span class="date">(01-11-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/portlets-in-action/" title="Portlets in Action" rel="bookmark">Portlets in Action</a> <span class="date">(21-09-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/liferay-in-action/" title="Liferay in Action" rel="bookmark">Liferay in Action</a> <span class="date">(21-09-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/itext-in-action-2nd-edition/" title="iText in Action, 2nd Edition" rel="bookmark">iText in Action, 2nd Edition</a> <span class="date">(12-11-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/hadoop-in-action/" title="Hadoop in Action" rel="bookmark">Hadoop in Action</a> <span class="date">(12-01-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/dsls-in-action/" title="DSLs in Action" rel="bookmark">DSLs in Action</a> <span class="date">(15-01-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/clojure-in-action/" title="Clojure in Action" rel="bookmark">Clojure in Action</a> <span class="date">(19-12-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/camel-in-action/" title="Camel in Action" rel="bookmark">Camel in Action</a> <span class="date">(15-01-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/android-in-action-3rd-edition/" title="Android in Action, 3rd Edition" rel="bookmark">Android in Action, 3rd Edition</a> <span class="date">(19-12-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/activemq-in-action/" title="ActiveMQ in Action" rel="bookmark">ActiveMQ in Action</a> <span class="date">(14-05-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/mahout-in-action/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mathematical Aspects of Network Routing Optimization</title>
		<link>http://www.wowebook.me/book/mathematical-aspects-of-network-routing-optimization/</link>
		<comments>http://www.wowebook.me/book/mathematical-aspects-of-network-routing-optimization/#comments</comments>
		<pubDate>Mon, 31 Oct 2011 10:18:41 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Engineering]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.wowebook.pro/?p=14980</guid>
		<description><![CDATA[Book Description Mathematical Aspects of Network Routing Optimization provides a thorough introduction to the subject of algorithms for network routing and focuses on multicast and wireless ad hoc systems. The modern world is connected through large-scale, computational networked systems such as the Internet and because of the ever-advancing technology of networking, efficient algorithms have become [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1148857515.jpg" alt="Mathematical Aspects of Network Routing Optimization" width="220" height="220" title="Mathematical Aspects of Network Routing Optimization" /></p>
<h3>Book Description</h3>
<p><em>Mathematical Aspects of Network Routing Optimization</em> provides a thorough introduction to the subject of <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">algorithms</a> for network routing and focuses on multicast and wireless ad hoc systems. The modern world is connected through large-scale, computational networked systems such as the Internet and because of the ever-advancing technology of networking, efficient <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">algorithms</a> have become increasingly necessary to solve some of the problems developing in this area.</p>
<p>This work focuses on computational issues arising from the process of optimizing network routes, such as the quality of resulting links and their reliability. <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">Algorithms</a> are key to understanding the protocols underlying multicast routing. The main objective in the text is to derive efficient <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">algorithms</a>, with or without the guarantee of approximation, that can be applied to address these problems. Notes have been provided for basic topics such as graph theory and linear <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> to assist those who are not fully acquainted with the mathematical topics presented throughout the book.</p>
<p>This book is designed for graduate students, researchers, and professionals interested in understanding the algorithmic and mathematical ideas behind routing in computer networks and network algorithms.</p>
<p><strong>Table of Contents</strong></p>
<ul>
<li>Preface.</li>
<li>1. Unicast Routing Algorithms.</li>
<li>2. Multicast Routing.</li>
<li>3. Steiner Trees and Multicast.<span id="more-14980"></span></li>
<li>4. Online Multicast Routing.</li>
<li>5. Distributed Algorithms for Multicast Routing.</li>
<li>6. Center-Based Trees and Multicast Packing.</li>
<li>7. Metaheuristics for Multicast Routing.</li>
<li>8. The Point-to-Point Connection Problem.</li>
<li>9. Streaming Cache Placement.</li>
<li>10. Algorithms for Cache Placement.</li>
<li>11. Distributed Routing on Ad Hoc Networks.</li>
<li>12. Power-Aware Routing in MANETs.</li>
<li>Appendix.- References.</li>
<li>Index.</li>
</ul>
<h3>Book Details</h3>
<ul>
<li><strong>Hardcover:</strong> 229 pages</li>
<li><strong>Publisher:</strong> Springer (August 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1461403103</li>
<li><strong>ISBN-13:</strong> 978-1461403104</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/mathematical-aspects-of-network-routing-optimization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lattice Basis Reduction</title>
		<link>http://www.wowebook.me/book/lattice-basis-reduction/</link>
		<comments>http://www.wowebook.me/book/lattice-basis-reduction/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 15:49:34 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Algorithms]]></category>

		<guid isPermaLink="false">http://www.wowebook.com/?p=13318</guid>
		<description><![CDATA[Book Description First developed in the early 1980s by Lenstra, Lenstra, and Lovász, the LLL algorithm was originally used to provide a polynomial-time algorithm for factoring polynomials with rational coefficients. It very quickly became an essential tool in integer linear programming problems and was later adapted for use in cryptanalysis. This book provides an introduction [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1166273522.jpg" alt="Lattice Basis Reduction" width="220" height="220" title="Lattice Basis Reduction" /></p>
<h3>Book Description</h3>
<p>First developed in the early 1980s by Lenstra, Lenstra, and Lovász, the LLL <a href="http://www.wowebook.me/tag/algorithm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithm">algorithm</a> was originally used to provide a polynomial-time <a href="http://www.wowebook.me/tag/algorithm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithm">algorithm</a> for factoring polynomials with rational coefficients. It very quickly became an essential tool in integer linear <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> problems and was later adapted for use in cryptanalysis. This book provides an introduction to the theory and applications of lattice basis reduction and the LLL <a href="http://www.wowebook.me/tag/algorithm/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithm">algorithm</a>. With numerous examples and suggested exercises, the text discusses various applications of lattice basis reduction to cryptography, number theory, polynomial factorization, and matrix canonical forms.</p>
<ul>
<li>Includes numerous <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">algorithms</a> in structured form (without goto statements) in both pseudocode and Maple</li>
<li>Presents the essential concepts that should be familiar to all users of lattice <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">algorithms</a></li>
<li>Based on fundamental <a href="http://www.wowebook.me/tag/research/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Research">research</a> papers on lattice basis reduction and its applications</li>
<li>Designed as a complete introduction for non-specialists: the only prerequisites are basic linear algebra and elementary number theory</li>
<li>Includes two applications to cryptography: knapsack cryptosystems, and Coppersmith’s algorithm</li>
<li>Includes two applications to computer algebra: polynomial factorization, and the Hermite normal form of an integer matrix</li>
</ul>
<p><strong>About the Author</strong><br />
Murray <a href="http://www.wowebook.me/tag/r/" class="st_tag internal_tag" rel="tag" title="Posts tagged with R">R</a>. Bremner received a Bachelor of Science from the University of Saskatchewan in 1981, a Master of Computer Science from Concordia University in Montreal in 1984<span id="more-13318"></span>, and a Doctorate in Mathematics from Yale University in 1989. He spent one year as a Postdoctoral Fellow at the Mathematical Sciences <a href="http://www.wowebook.me/tag/research/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Research">Research</a> Institute in Berkeley, and three years as an Assistant Professor in the Department of Mathematics at the University of Toronto. He returned to the Department of Mathematics and Statistics at the University of Saskatchewan in 1993 and was promoted to Professor in 2002. His <a href="http://www.wowebook.me/tag/research/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Research">research</a> interests focus on the application of computational methods to problems in the theory of linear nonassociative algebras, and he has had more than 50 papers published or accepted by refereed journals in this area.</p>
<h3>Book Details</h3>
<ul>
<li><strong>Hardcover:</strong> 332 pages</li>
<li><strong>Publisher:</strong> CRC Press (August 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1439807027</li>
<li><strong>ISBN-13:</strong> 978-1439807026</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/lattice-basis-reduction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mathematical and Algorithmic Foundations of the Internet</title>
		<link>http://www.wowebook.me/book/mathematical-and-algorithmic-foundations-of-the-internet/</link>
		<comments>http://www.wowebook.me/book/mathematical-and-algorithmic-foundations-of-the-internet/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 15:45:59 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Algorithm]]></category>
		<category><![CDATA[Mathematic]]></category>

		<guid isPermaLink="false">http://www.wowebook.com/?p=13315</guid>
		<description><![CDATA[Book Description To truly understand how the Internet and Web are organized and function requires knowledge of mathematics and computation theory. Mathematical and Algorithmic Foundations of the Internet introduces the concepts and methods upon which computer networks rely and explores their applications to the Internet and Web. The book offers a unique approach to mathematical [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1750740791.jpg" alt="Mathematical and Algorithmic Foundations of the Internet" width="220" height="220" title="Mathematical and Algorithmic Foundations of the Internet" /></p>
<h3>Book Description</h3>
<p>To truly understand how the Internet and Web are organized and function requires knowledge of mathematics and computation theory. <strong>Mathematical and Algorithmic Foundations of the Internet</strong> introduces the concepts and methods upon which computer networks rely and explores their applications to the Internet and Web. The book offers a unique approach to mathematical and algorithmic concepts, demonstrating their universality by presenting ideas and examples from various fields, including literature, history, and art.</p>
<p>Progressing from fundamental concepts to more specific topics and applications, the text covers computational complexity and randomness, networks and graphs, parallel and distributed computing, and search engines. While the mathematical treatment is rigorous, it is presented at a level that can be grasped by readers with an elementary mathematical background. The authors also present a lighter side to this complex subject by illustrating how many of the mathematical concepts have counterparts in everyday life.</p>
<p>The book provides in-depth coverage of the mathematical prerequisites and assembles a complete presentation of how computer networks function. It is a useful resource for anyone interested in the inner functioning, design, and organization of the Internet.</p>
<p><strong>Review</strong><br />
Networks are everywhere in our lives from the Internet to biological, social and financial networks. The authors have provided a lively, masterful<span id="more-13315"></span>, but easy-to-read introduction to a complex subject by enriching mathematical concepts with delightful paradigms and historical material. A pleasure to read for all students.<br />
—Evangelos Kranakis, School of Computer Science, Carleton University, Ottawa, Ontario, Canada</p>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 221 pages</li>
<li><strong>Publisher:</strong> CRC Press (July 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1439831386</li>
<li><strong>ISBN-13:</strong> 978-1439831380</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/writing-and-querying-mapreduce-views-in-couchdb/" title="Writing and Querying MapReduce Views in CouchDB" rel="bookmark">Writing and Querying MapReduce Views in CouchDB</a> <span class="date">(24-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/unified-signal-theory/" title="Unified Signal Theory" rel="bookmark">Unified Signal Theory</a> <span class="date">(31-10-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/topological-algorithms-for-digital-image-processing/" title="Topological Algorithms for Digital Image Processing" rel="bookmark">Topological Algorithms for Digital Image Processing</a> <span class="date">(06-07-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-design-of-rijndael/" title="The Design of Rijndael: AES - The Advanced Encryption Standard" rel="bookmark">The Design of Rijndael: AES - The Advanced Encryption Standard</a> <span class="date">(09-01-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-book-of-qt-4/" title="The Book of Qt 4" rel="bookmark">The Book of Qt 4</a> <span class="date">(01-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/the-algorithm-design-manual-2nd-edition/" title="The Algorithm Design Manual, 2nd Edition" rel="bookmark">The Algorithm Design Manual, 2nd Edition</a> <span class="date">(26-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/symmetry-and-the-standard-model/" title="Symmetry and the Standard Model" rel="bookmark">Symmetry and the Standard Model</a> <span class="date">(31-10-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/starting-out-with-cpp-7th-edition/" title="Starting Out with C++: Early Objects, 7th Edition" rel="bookmark">Starting Out with C++: Early Objects, 7th Edition</a> <span class="date">(06-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/scheduling-4th-edition/" title="Scheduling: Theory, Algorithms, and Systems, 4th Edition" rel="bookmark">Scheduling: Theory, Algorithms, and Systems, 4th Edition</a> <span class="date">(06-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/python-algorithms/" title="Python Algorithms: Mastering Basic Algorithms in the Python Language" rel="bookmark">Python Algorithms: Mastering Basic Algorithms in the Python Language</a> <span class="date">(02-12-2010)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/mathematical-and-algorithmic-foundations-of-the-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generative Art</title>
		<link>http://www.wowebook.me/book/generative-art/</link>
		<comments>http://www.wowebook.me/book/generative-art/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 11:43:32 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Algo]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.wowebook.com/?p=13268</guid>
		<description><![CDATA[Book Description Artists have always explored new media, and computer-based artists are no exception. Generative art, a technique where the artist creates print or onscreen images by using computer algorithms, finds the artistic intersection of programming, computer graphics, and individual expression. The book includes a tutorial on Processing, an open source programming language and environment [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/1080790278.jpg" alt="Generative Art" width="220" height="220" title="Generative Art" /></p>
<h3>Book Description</h3>
<p>Artists have always explored new media, and computer-based artists are no exception. Generative art, a technique where the artist creates print or onscreen images by using computer <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">algorithms</a>, finds the artistic intersection of <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a>, computer graphics, and individual expression. The book includes a tutorial on Processing, an open source <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> language and environment for people who want to create images, animations, and interactions.</p>
<p><em>Generative Art</em> presents both the techniques and the beauty of algorithmic art. In it, you&#8217;ll find dozens of high-quality examples of generative art, along with the specific steps the author followed to create each unique piece using the Processing <a href="http://www.wowebook.me/tag/programming/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Programming">programming</a> language. The book includes concise tutorials for each of the technical components required to create the book&#8217;s images, and it offers countless suggestions for how you can combine and reuse the various techniques to create your own works.</p>
<p><strong>What&#8217;s Inside</strong></p>
<ul>
<li>The principles of algorithmic art</li>
<li>A Processing language tutorial</li>
<li>Using organic, pseudo-random, emergent, and fractal processes</li>
</ul>
<p><strong>Table of Contents</strong><br />
Introduction<br />
Part 1 Creative Coding<span id="more-13268"></span></p>
<ol>
<li>Generative Art: In Theory and Practice</li>
<li>Processing: A Programming Language for Artists</li>
</ol>
<p>Part 2 Randomness and Noise</p>
<ol>
<li>The Wrong Way to Draw A Line</li>
<li>The Wrong Way to Draw a Circle</li>
<li>Adding Dimensions</li>
</ol>
<p>Part 3 Complexity</p>
<ol>
<li>Emergence</li>
<li>Autonomy</li>
<li>Fractals</li>
</ol>
<h3>Book Details</h3>
<ul>
<li><strong>Paperback:</strong> 240 pages</li>
<li><strong>Publisher:</strong> Manning Publications (June 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 1935182625</li>
<li><strong>ISBN-13:</strong> 978-1935182627</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/xslt-2-0-and-xpath-2-0-programmers-reference-4th-edition/" title="XSLT 2.0 and XPath 2.0 Programmer's Reference, 4th Edition" rel="bookmark">XSLT 2.0 and XPath 2.0 Programmer's Reference, 4th Edition</a> <span class="date">(07-05-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/xna-game-studio-4-0-programming/" title="XNA Game Studio 4.0 Programming: Developing for Windows Phone 7 and Xbox 360" rel="bookmark">XNA Game Studio 4.0 Programming: Developing for Windows Phone 7 and Xbox 360</a> <span class="date">(26-01-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/xna-3-0-game-programming-recipes/" title="XNA 3.0 Game Programming Recipes: A Problem-Solution Approach" rel="bookmark">XNA 3.0 Game Programming Recipes: A Problem-Solution Approach</a> <span class="date">(08-07-2009)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/wxpython-2-8-application-development-cookbook/" title="wxPython 2.8 Application Development Cookbook" rel="bookmark">wxPython 2.8 Application Development Cookbook</a> <span class="date">(29-12-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/wpf-programmers-reference/" title="WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4" rel="bookmark">WPF Programmer's Reference: Windows Presentation Foundation with C# 2010 and .NET 4</a> <span class="date">(18-03-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/windows-system-programming-4th-edition/" title="Windows System Programming, 4th Edition" rel="bookmark">Windows System Programming, 4th Edition</a> <span class="date">(26-02-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/windows-phone-7-programming-for-android-and-ios-developers/" title="Windows Phone 7 Programming for Android and iOS Developers" rel="bookmark">Windows Phone 7 Programming for Android and iOS Developers</a> <span class="date">(10-10-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/windows-forms-2-0-programming/" title="Windows Forms 2.0 Programming" rel="bookmark">Windows Forms 2.0 Programming</a> <span class="date">(21-05-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/windows-azure-step-by-step/" title="Windows Azure Step by Step" rel="bookmark">Windows Azure Step by Step</a> <span class="date">(06-06-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/web-development-recipes/" title="Web Development Recipes" rel="bookmark">Web Development Recipes</a> <span class="date">(21-01-2012)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/generative-art/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Computed Radiation Imaging: Physics and Mathematics of Forward and Inverse Problems</title>
		<link>http://www.wowebook.me/book/computed-radiation-imaging/</link>
		<comments>http://www.wowebook.me/book/computed-radiation-imaging/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 16:16:33 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Mathematic]]></category>
		<category><![CDATA[Physics]]></category>

		<guid isPermaLink="false">http://www.wowebook.com/?p=11824</guid>
		<description><![CDATA[Book Description Computer-assisted imaging with radiation (x- and gamma rays) is an integral part of modern medical-diagnostic practice. This imaging technology is also slowly finding its way into industrial applications. Although the technology is well developed, there is a need for further improvement to enhance image quality, reduce artifacts, minimize patient radiation exposure, compete with [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/631995913.jpg" alt="Computed Radiation Imaging: Physics and Mathematics of Forward and Inverse Problems" width="220" height="220" title="Computed Radiation Imaging: Physics and Mathematics of Forward and Inverse Problems" /></p>
<h3>Book Description</h3>
<p>Computer-assisted imaging with radiation (x- and gamma rays) is an  integral part of modern medical-diagnostic practice. This imaging  technology is also slowly finding its way into industrial applications.  Although the technology is well developed, there is a need for further  improvement to enhance image quality, reduce artifacts, minimize patient  radiation exposure, compete with and complement other imaging methods  (such as magnetic resonance imaging and ultrasonics), and accommodate  dense and large objects encountered in industrial applications.</p>
<p>Scientists  and engineers, attempting to progress this technology, are faced with  an enormous amount of literature, addressing the imaging problem from  various view points. This book provides a single source that addresses  both the physical and mathematical aspects of the imaging problem in a  consistent and comprehensive manner.</p>
<ul>
<li>Discusses  the inherent physical and numerical capabilities and limitations of the  methods presented for both the forward and inverse problems</li>
<li>Provides information on available Internet resources and software</li>
<li>Written  in a manner that makes it readable by physicists, mathematicians,  engineers and computer scientists &#8211; avoids, as much as possible, the use  of specialized terminology without clear introduction and definition</li>
<p><span id="more-11824"></span></ul>
<h3>Book Details</h3>
<ul>
<li><strong>Hardcover:</strong> 302 pages</li>
<li><strong>Publisher:</strong> Elsevier (June 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0123877776</li>
<li><strong>ISBN-13:</strong> 978-0123877772</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/symmetry-and-the-standard-model/" title="Symmetry and the Standard Model" rel="bookmark">Symmetry and the Standard Model</a> <span class="date">(31-10-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/operators-geometry-and-quanta/" title="Operators, Geometry and Quanta" rel="bookmark">Operators, Geometry and Quanta</a> <span class="date">(31-10-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/unified-signal-theory/" title="Unified Signal Theory" rel="bookmark">Unified Signal Theory</a> <span class="date">(31-10-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/scheduling-4th-edition/" title="Scheduling: Theory, Algorithms, and Systems, 4th Edition" rel="bookmark">Scheduling: Theory, Algorithms, and Systems, 4th Edition</a> <span class="date">(06-02-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/quantum-phase-transitions-in-cold-atoms-and-low-temperature-solids/" title="Quantum Phase Transitions in Cold Atoms and Low Temperature Solids" rel="bookmark">Quantum Phase Transitions in Cold Atoms and Low Temperature Solids</a> <span class="date">(31-10-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/mathematics-for-computer-graphics/" title="Mathematics for Computer Graphics" rel="bookmark">Mathematics for Computer Graphics</a> <span class="date">(20-04-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/mathematics-and-its-history-3rd-edition/" title="Mathematics and Its History, 3rd Edition" rel="bookmark">Mathematics and Its History, 3rd Edition</a> <span class="date">(29-04-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/mathematical-and-algorithmic-foundations-of-the-internet/" title="Mathematical and Algorithmic Foundations of the Internet" rel="bookmark">Mathematical and Algorithmic Foundations of the Internet</a> <span class="date">(18-08-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/mathematica-cookbook/" title="Mathematica Cookbook" rel="bookmark">Mathematica Cookbook</a> <span class="date">(03-05-2010)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/head-first-physics/" title="Head First Physics" rel="bookmark">Head First Physics</a> <span class="date">(04-10-2009)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/computed-radiation-imaging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building Software for Simulation: Theory and Algorithms, with Applications in C++</title>
		<link>http://www.wowebook.me/book/building-software-for-simulation/</link>
		<comments>http://www.wowebook.me/book/building-software-for-simulation/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 16:59:37 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Software Dev.]]></category>

		<guid isPermaLink="false">http://www.wowebook.com/?p=11504</guid>
		<description><![CDATA[Book Description A unique guide to the design and implementation of simulation software This book offers a concise introduction to the art of building simulation software, collecting the most important concepts and algorithms in one place. Written for both individuals new to the field of modeling and simulation as well as experienced practitioners, this guide [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/669905179.jpg" alt="Building Software for Simulation: Theory and Algorithms, with Applications in C++" width="220" height="220" title="Building Software for Simulation: Theory and Algorithms, with Applications in C++" /></p>
<h3>Book Description</h3>
<p>A unique guide to the design and implementation of simulation software</p>
<p>This  book offers a concise introduction to the art of building simulation  software, collecting the most important concepts and <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">algorithms</a> in one  place. Written for both individuals new to the field of modeling and  simulation as well as experienced practitioners, this guide explains the  design and implementation of simulation software used in the  engineering of large systems while presenting the relevant mathematical  elements, concept discussions, and code <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a>.</p>
<p>The book  approaches the topic from the perspective of Zeigler&#8217;s theory of  modeling and simulation, introducing the theory&#8217;s fundamental concepts  and showing how to apply them to engineering problems. Readers will  learn five necessary skills for building simulations of complicated  systems:</p>
<ul>
<li>Working with fundamental abstractions for simulating dynamic systems</li>
<li>Developing basic simulation <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">algorithms</a> for continuous and discrete event models</li>
<li>Combining continuous and discrete event simulations into a coherent whole</li>
<li>Applying strategies for testing a simulation</li>
<li>Understanding the theoretical foundations of the modeling constructs and simulation algorithms</li>
</ul>
<p>The  central chapters of the book introduce, explain, and demonstrate the  elements of the theory that are most important for building simulation  tools.<span id="more-11504"></span> They are bracketed by applications to robotics, control and  communications, and electric power systems; these comprehensive examples  clearly illustrate how the concepts and algorithms are put to use.  Readers will explore the design of <a href="http://www.wowebook.me/tag/object-oriented/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Object-Oriented">object-oriented</a> simulation programs,  simulation using multi-core processors, and the integration of  simulators into larger software systems.</p>
<p>The focus on software  makes this book particularly useful for computer science and computer  engineering courses in simulation that focus on building simulators. It  is indispensable reading for undergraduate and graduate students  studying modeling and simulation, as well as for practicing scientists  and engineers involved in the <a href="http://www.wowebook.me/tag/development/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Development">development</a> of simulation tools.</p>
<h3>Book Details</h3>
<ul>
<li><strong>Hardcover:</strong> 347 pages</li>
<li><strong>Publisher:</strong> Wiley (December 2010)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 0470414693</li>
<li><strong>ISBN-13:</strong> 978-0470414699</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/building-software-for-simulation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Image Processing Handbook, 6th Edition</title>
		<link>http://www.wowebook.me/book/the-image-processing-handbook-6th-edition/</link>
		<comments>http://www.wowebook.me/book/the-image-processing-handbook-6th-edition/#comments</comments>
		<pubDate>Tue, 24 May 2011 17:52:28 +0000</pubDate>
		<dc:creator>Wow!</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Graphic & Designing]]></category>
		<category><![CDATA[Computer Vision]]></category>

		<guid isPermaLink="false">http://www.wowebook.com/?p=11343</guid>
		<description><![CDATA[Book Description Whether obtained by microscopes, space probes, or the human eye, the same basic tools can be applied to acquire, process, and analyze the data contained in images. Ideal for self study, The Image Processing Handbook, Sixth Edition, first published in 1992, raises the bar once again as the gold-standard reference on this subject. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://img.wowebook.com/images/306703290.jpg" alt="The Image Processing Handbook, 6th Edition" width="220" height="220" title="The Image Processing Handbook, 6th Edition" /></p>
<h3>Book Description</h3>
<p>Whether obtained by microscopes, space probes, or the human eye,  the same basic tools can be applied to acquire, process, and analyze the  data contained in images. Ideal for self study, The Image Processing Handbook, Sixth Edition,  first published in 1992, raises the bar once again as the gold-standard  reference on this subject. Using extensive new illustrations and  diagrams, it offers a logically organized exploration of the important  relationship between two-dimensional images and the three-dimensional  structures they reveal.</p>
<p><em>Provides Hundreds of Visual Examples in FULL COLOR!</em><br />
The  author focuses on helping readers visualize and compare processing and  measurement operations and how they are typically combined in fields  ranging from microscopy and astronomy to real-world scientific,  industrial, and forensic applications. Presenting methods in the order  in which they would be applied in a typical workflow—from acquisition to  interpretation—this book compares a wide range of <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">algorithms</a> used to:</p>
<ul>
<li>Improve the appearance, printing, and transmission of an image</li>
<li>Prepare images for measurement of the features and structures they reveal</li>
<li>Isolate objects and structures, and measure their size, shape, color, and position</li>
<li>Correct defects and deal with limitations in images</li>
<li>Enhance visual content and interpretation of details<span id="more-11343"></span></li>
</ul>
<p>This  handbook avoids dense mathematics, instead using new practical examples  that better convey essential principles of image processing. This  approach is more useful to develop readers’ grasp of how and why to  apply processing techniques and ultimately process the mathematical  foundations behind them.</p>
<p>Much more than just an  arbitrary collection of <a href="http://www.wowebook.me/tag/algorithms/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Algorithms">algorithms</a>, this is the rare book that goes  beyond mere image improvement, presenting a wide range of powerful  example images that illustrate techniques involved in color processing  and enhancement. Applying his 50-year experience as a scientist,  educator, and industrial consultant, John Russ offers the benefit of his  image processing expertise for fields ranging from astronomy and  biomedical <a href="http://www.wowebook.me/tag/research/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Research">research</a> to food science and forensics. His valuable insights  and guidance continue to make this handbook a must-have reference.</p>
<h3>Book Details</h3>
<ul>
<li><strong>Hardcover:</strong> 885 pages</li>
<li><strong>Publisher:</strong> CRC Press; 6th Edition (April 2011)</li>
<li><strong>Language:</strong> English</li>
<li><strong>ISBN-10:</strong> 9781439840450</li>
<li><strong>ISBN-13:</strong> 978-1439840450</li>
</ul>
Note: There is a file embedded within this post, please visit this post to download the file.

<h4 class="itemtitle" style="margin-bottom:5px;">Related Posts</h4>
<ul><li>
	<a href="http://www.wowebook.me/book/programming-interactivity-2nd-edition/" title="Programming Interactivity, 2nd Edition" rel="bookmark">Programming Interactivity, 2nd Edition</a> <span class="date">(25-01-2012)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/programming-interactivity/" title="Programming Interactivity" rel="bookmark">Programming Interactivity</a> <span class="date">(02-05-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/computer-vision-detection-recognition-and-reconstruction/" title="Computer Vision: Detection, Recognition and Reconstruction" rel="bookmark">Computer Vision: Detection, Recognition and Reconstruction</a> <span class="date">(23-02-2011)</span>
</li>
<li>
	<a href="http://www.wowebook.me/book/computer-vision-algorithms-and-applications/" title="Computer Vision: Algorithms and Applications" rel="bookmark">Computer Vision: Algorithms and Applications</a> <span class="date">(23-02-2011)</span>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wowebook.me/book/the-image-processing-handbook-6th-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

