Monday, 17 January 2011

100 Years of Pragmatism: William James's Revolutionary Philosophy (American Philosophy)



100 Years of Pragmatism: William James's Revolutionary Philosophy (American Philosophy)
John J. Stuhr | 2009-12-09 00:00:00 | Indiana University Press | 228 | Philosophy

William James claimed that his Pragmatism: A New Name for Some Old Ways of Thinking would prove triumphant and epoch-making. Today, after more than 100 years, how is pragmatism to be understood? What has been its cultural and philosophical impact? Is it a crucial resource for current problems and for life and thought in the future? John J. Stuhr and the distinguished contributors to this multidisciplinary volume address these questions, situating them in personal, philosophical, political, American, and global contexts. Engaging James in original ways, these 11 essays probe and extend the significance of pragmatism as they focus on four major, overlapping themes: pragmatism and American culture; pragmatism as a method of thinking and settling disagreements; pragmatism as theory of truth; and pragmatism as a mood, attitude, or temperament.



Download this book!

Free Ebooks Download

Image Based Measurement Systems: Object Recognition and Parameter Estimation (Design & Measurement in Electronic Engineering)



Image Based Measurement Systems: Object Recognition and Parameter Estimation (Design & Measurement in Electronic Engineering)
Ferdinand van der Heijden | 1995-02-07 00:00:00 | Wiley | 348 | Printing
What makes this book unique is that besides information on image processing of objects to yield knowledge, the author has devoted a lot of thought to the measurement factor of image processing. This is of direct practical use in numerous sectors from industrial quality and robotics to medicine and biology.
Reviews
I have this book with me for years. I did implement a visual measurement system on PCB fault detection, with the algorithms (image operation and statistical measurement) given , I able to improved my first prototype. This book provided practical and workable case studies. It is a must for those would like to work practically on visual measurement system.

Download this book!

Free Ebooks Download

WDM Technologies, Active Optical Components


WDM Technologies, Active Optical Components
A.K. Dutta & Assoc.rar | 2002-01-01 00:00:00 | Academic Press | 710 | Networking
WDM Technologies, Active Optical Components
Download this book!

Free Ebooks Download

C# 4.0 Pocket Reference



C# 4.0 Pocket Reference
Ben Albahari, Joseph Albahari | 2010-01-01 00:00:00 | O'Reilly Media | 224 | C and CPP
When you're programming C# 4.0 and need a little help, this tightly focused and practical book tells you exactly what you need to know -- without long introductions or bloated examples. It's ideal as a succinct quick reference or as a guide to get you rapidly up to speed if you already know Java, C++, or an earlier version of C#.

Written by the authors of the acclaimed C# 4.0 in a Nutshell (O’Reilly), this book covers the entire C# 4.0 language -- without skimping on the details -- including:
Features new to C# 4.0, such as dynamic binding, optional and named parameters, and type parameter variance
All of C#'s fundamentals
Advanced topics, including operator overloading, custom conversions, type constraints, covariance and contravariance, lambda expressions and closures, iterators, nullable types, and operator lifting
LINQ, starting with sequences, lazy execution, and standard query operators; finishing with a complete reference to query expressions
Unsafe code and pointers, custom attributes, preprocessor directives, and XML documentation
Download this book!

Free Ebooks Download

JavaTech, an Introduction to Scientific and Technical Computing with Java



JavaTech, an Introduction to Scientific and Technical Computing with Java
| 2005-10-13 00:00:00 | | 0 | Java


JavaTech is a practical introduction to the Java programming language with an emphasis on the features that benefit technical computing. After presenting the basics of object-oriented programming in Java, it examines introductory topics such as graphical interfaces and thread processes. It goes on to review network programming and develops Web client-server examples for tasks such as monitoring remote devices. The focus then shifts to distributed computing with RMI. Finally, it examines how Java programs can access the local platform and interact with hardware.

User review
JavaTech
Expected it to focus more on scientific programming using Java. Rather, it details the development of Java apps/applets. There are worthwhile nuggets, e.g file I/O, class/object organization. I would not recommend this as an introduction to Java programming.

User review
the RMI and CORBA are awkward to build and use
One of Java's strengths is that you can run its bytecode on many different types of hardware. But one merit of this book is that it shows how you can customise your code to take advantage of binaries on particular platforms, and use specific devices.


The book also talks about distributed or remote computing. Giving explantions of RMI and CORBA. You should be aware that RMI has fallen under a relative cloud. Systems using it can be awkward to run, even if there are no bugs. While CORBA's limitations have become painfully apparent, independently of any Java usage. Nowadays, distributed computations written in Java tend to go to Web Services and using XML text messages to communicate between entities, as opposed to CORBA's binary messages.


If you have never used RMI and CORBA before, then the book doesn't really educate you about their drawbacks. So they might seem like really nifty ideas. The book should perhaps talk more about Web Services.


Download this book!

Free Ebooks Download

Grammar Connection 3-Instructors Manual+Classroom CD-Rom: Instructor's Manual with Classroom CD-ROM Level 3



Grammar Connection 3-Instructors Manual+Classroom CD-Rom: Instructor's Manual with Classroom CD-ROM Level 3
Marianne Celce-Murcia | 2007-09-14 00:00:00 | Thomson ELT | 0 | English as a Foreign Language

Download this book!

Free Ebooks Download

Multimedia Introduction to Programming Using Java



Multimedia Introduction to Programming Using Java
| 2004-09-09 00:00:00 | | 0 | Java


Although vital to modern software development, Java and object-oriented programming can pose significant challenges to newcomers. This text, unique in both scope and approach and accompanied by an interactive CD-ROM , addresses that learning curve by providing a careful, classroom-tested presentation of Java -- from the fundamentals of variables, types, and expressions to procedural concepts like loops and sophisticated object-oriented ideas.

Multimedia Introduction to Programming Using Java anchors its pedagogy in the CD-ROM ProgramLive, a complete multimedia module in itself. Containing over 250 recorded lectures with synchronized animation, ProgramLive allows users to see, first-hand and in real time, processes like stepwise refinement of algorithms, development of loops, execution of method calls and associated changes to the call stack, and much more. The disk also includes all programs from the book, 35 guided instruction sets for closed lab sessions, and a 70-page hyperlinked glossary.

Additional key features of this work:

Provides clear and accessible treatment of all aspects of a first course, along with more advanced topics such as recursion, exceptions, interfaces, inner classes, and GUIs.

Introduces objects and classes early in the exposition, rendering object-oriented programming intuitive and natural.

Develops programs, rather than simply showcasing them.

Supports all concepts through complementary lectures on the CD-ROM.

Contains numerous self-help exercises that encourage readers to practice programming.

Emphasizes rigor and accuracy through user-friendly exposition and a flexible organizational style.

With its comprehensive appendices and bibliography, systematic approach, and helpful CD, this exciting work provides the key tools they needed for successful object-oriented programming. It is ideal for use at the undergraduate and graduate beginning level, whether in the classroom or for distance learning; furthermore, the text will also be a valuable self-study resource or reference volume in any programmer? library.



User review
Very Good
One of the authors of this book, David Gries, is my Computer Science teacher and hearing his voice (and that of his son Paul) on the multimedia CD is a weird experience, but extremely helpful. I can't stand just reading textbooks, and the multimedia CD allows me to have an interactive learning experience and not just stare at pages. The book is great as well but the learning CD is really what stands out. There are videos, exercises, sample programs, labs, you name it. Very easy to learn Java with it.

User review
interested CD with recorded presentations
The multimedia CD is clearly the most distinctive aspect of the book. I found the recorded presentations to be quite interesting and these can be helpful to the Java beginner. They would specifically be useful to a reader who learns best from a live teacher than from text. But who, for whatever reason, lacks that teacher.


The text of the book is competently done. With Springer's usual technically accurate content. Though I can't say that the text is necessarily distinctive or better than other pre-existing texts on Java.


On a passing note, the CD's content must have been quite expensive to produce. Given that Springer's texts tend to be fairly small circulation, one might wonder if they will ever recoup the cost of development.


Download this book!

Free Ebooks Download