Jumat, 17 Mei 2013

[L467.Ebook] Download PDF Computational Geometry in C (Cambridge Tracts in Theoretical Computer Science (Paperback)), by Joseph O'Rourke

Download PDF Computational Geometry in C (Cambridge Tracts in Theoretical Computer Science (Paperback)), by Joseph O'Rourke

Do you ever recognize guide Computational Geometry In C (Cambridge Tracts In Theoretical Computer Science (Paperback)), By Joseph O'Rourke Yeah, this is a quite appealing publication to check out. As we told recently, reading is not sort of responsibility activity to do when we have to obligate. Checking out must be a practice, a good habit. By checking out Computational Geometry In C (Cambridge Tracts In Theoretical Computer Science (Paperback)), By Joseph O'Rourke, you can open up the new globe and get the power from the globe. Every little thing could be gotten via guide Computational Geometry In C (Cambridge Tracts In Theoretical Computer Science (Paperback)), By Joseph O'Rourke Well briefly, book is very effective. As what we offer you right here, this Computational Geometry In C (Cambridge Tracts In Theoretical Computer Science (Paperback)), By Joseph O'Rourke is as one of reviewing e-book for you.

Computational Geometry in C (Cambridge Tracts in Theoretical Computer Science (Paperback)), by Joseph O'Rourke

Computational Geometry in C (Cambridge Tracts in Theoretical Computer Science (Paperback)), by Joseph O'Rourke



Computational Geometry in C (Cambridge Tracts in Theoretical Computer Science (Paperback)), by Joseph O'Rourke

Download PDF Computational Geometry in C (Cambridge Tracts in Theoretical Computer Science (Paperback)), by Joseph O'Rourke

Some people may be giggling when checking out you checking out Computational Geometry In C (Cambridge Tracts In Theoretical Computer Science (Paperback)), By Joseph O'Rourke in your spare time. Some could be admired of you. And some could want be like you that have reading hobby. Just what concerning your own feel? Have you felt right? Reviewing Computational Geometry In C (Cambridge Tracts In Theoretical Computer Science (Paperback)), By Joseph O'Rourke is a demand and a pastime at once. This problem is the on that will certainly make you really feel that you must review. If you recognize are trying to find guide entitled Computational Geometry In C (Cambridge Tracts In Theoretical Computer Science (Paperback)), By Joseph O'Rourke as the option of reading, you can locate here.

But right here, we will show you unbelievable point to be able constantly check out guide Computational Geometry In C (Cambridge Tracts In Theoretical Computer Science (Paperback)), By Joseph O'Rourke anywhere and also whenever you occur and also time. Guide Computational Geometry In C (Cambridge Tracts In Theoretical Computer Science (Paperback)), By Joseph O'Rourke by only can aid you to realize having guide to read every single time. It will not obligate you to always bring the thick publication any place you go. You can merely maintain them on the device or on soft file in your computer to constantly check out the space during that time.

Yeah, hanging around to check out the publication Computational Geometry In C (Cambridge Tracts In Theoretical Computer Science (Paperback)), By Joseph O'Rourke by on the internet could also provide you favorable session. It will relieve to keep in touch in whatever problem. This means could be much more appealing to do and also simpler to review. Now, to obtain this Computational Geometry In C (Cambridge Tracts In Theoretical Computer Science (Paperback)), By Joseph O'Rourke, you can download and install in the link that we supply. It will help you to obtain very easy means to download guide Computational Geometry In C (Cambridge Tracts In Theoretical Computer Science (Paperback)), By Joseph O'Rourke.

The publications Computational Geometry In C (Cambridge Tracts In Theoretical Computer Science (Paperback)), By Joseph O'Rourke, from straightforward to complex one will be a very beneficial works that you can take to change your life. It will certainly not provide you unfavorable statement unless you do not obtain the definition. This is surely to do in reading a book to get over the definition. Frequently, this e-book entitled Computational Geometry In C (Cambridge Tracts In Theoretical Computer Science (Paperback)), By Joseph O'Rourke is checked out since you really such as this sort of book. So, you could get easier to understand the impression as well as meaning. Again to always keep in mind is by reviewing this book Computational Geometry In C (Cambridge Tracts In Theoretical Computer Science (Paperback)), By Joseph O'Rourke, you can fulfil hat your inquisitiveness start by finishing this reading e-book.

Computational Geometry in C (Cambridge Tracts in Theoretical Computer Science (Paperback)), by Joseph O'Rourke

This is the newly revised and expanded edition of the popular introduction to the design and implementation of geometry algorithms arising in areas such as computer graphics, robotics, and engineering design. The second edition contains material on several new topics, such as randomized algorithms for polygon triangulation, planar point location, 3D convex hull construction, intersection algorithms for ray-segment and ray-triangle, and point-in-polyhedron. A new "Sources" chapter points to supplemental literature for readers needing more information on any topic. A novel aspect is the inclusion of working C code for many of the algorithms, with discussion of practical implementation issues. The self-contained treatment presumes only an elementary knowledge of mathematics, but reaches topics on the frontier of current research, making it a useful reference for practitioners at all levels. The code in this new edition is significantly improved from the first edition, and four new routines are included. Java versions for this new edition are also available. All code is accessible from the book's Web site (http://cs.smith.edu/~orourke/) or by anonymous ftp.

  • Sales Rank: #737893 in Books
  • Brand: Brand: Cambridge University Press
  • Published on: 1998-10-13
  • Original language: English
  • Number of items: 1
  • Dimensions: 9.96" h x .79" w x 6.97" l, 1.43 pounds
  • Binding: Paperback
  • 392 pages
Features
  • Used Book in Good Condition

Review
"This is an applied approach to fundamental concepts in computational geometry and should be read by every serious practitioner....From a pedagogical point of view, this book is an excellent choice for both undergraduate classes (perhaps with more emphasis on the implementations) and graduate classes (considering a number of the exercises) because of the extensive exercises that review, explore details, and encourage further reading." Computing Reviews

"Conveys the feeling that computational geometry is interesting, exciting, important, and very active." SIGACT News

"Anyone who wants to know what this field is all about should read this book!...a pleasure to read, as questions that arise naturally in the reader's mind are answered, in almost all cases, in the following paragraph. The style strikes an ideal balance between rigor and informality. Mr. O'Rourke must be a wonderful teacher and I envy his students." Siam Review

"...the book is an excellent basis for a course on computational geometry; many interesting exercises and hints for further reading give suitable guidance for teachers and for students." Mathematical Reviews

Most helpful customer reviews

15 of 15 people found the following review helpful.
Very hepful
By Dr. Lee D. Carlson
Anyone who is involved in areas such as computer graphics, computational radiology, robot vision, or visualization software should have a copy of this book. The author has done a fine job of introducing the most important algorithms in computational geometry, choosing the C language for their implementation. The choice of C might be somewhat dated now, since C++ is now beginning to dominate computational geometry, but readers who are actually programming these algorithms using C++ can easily extend the ones in the book to C++. Not all of the algorithms in the book are implemented into C, unfortunately, but the clarity of presentation is done well enough to make this implementation a fairly straightforward task. My interest in the book came from a need to design and implement algorithms for polyhedra in VRML and toric varieties in algebraic geometry. This book, along with others, was a great help in that regard. The running time of these algorithms was not really an issue with me, so the detail the author spends on discussing the complexity of the algorithms was not a concern. Readers who need to pay attention to running-time issues will appreciate his discussion of them for the algorithms that are presented.
The ability to visualize objects in an abstract subject like algebraic geometry boils down to, in the case of toric varieties, to a consideration of how to manipulate polytopes geometrically. A major portion of the book, if not all of it, is devoted to the computational geometry of polyhedra. Because it is an introductory book, some more advanced topics, such as Bayesian methods to find similarities between polyhedra, and neural network approaches to classifying polyhedral objects are not treated. Readers who need to do such things will be well-prepared for them after a study of this book. In addition, there are good exercises assigned at the end of each chapter, so the book could be used in the classroom. Some readers will however choose to use it as a reference source, and it would be a good one, for the author gives references to topics that he only touched upon in the book.
Some particular areas that were treated especially well were: 1. The discussion on data structures for surfaces of polyhedra. Although not very general, since he choose to deal with only triangulated polytopes, readers who need to be more general will have a good start in this discussion. 2. The discussion on volume overflow and how to deal with it using robust computation. 3. The discussion, albeit short, of the randomized incremental algorithm. 4. The treatment on the minimum spanning tree and Kruskal's algorithm. Communication network performance optimization is now a major application of this algorithm and others in graph theory, including the author's later discussion of Dijkstra's algorithm.

11 of 13 people found the following review helpful.
Nice balance of theory with code
By Jason
This book was pleasantly surprising: I had expected to see code presented with minimal motivation or discussion of the underlying ideas -- something of a "Computational Geometry for Dummies" sort of book. That's not the case at all. This is a bona fide textbook on the subject, suitable for an undergraduate course.
It covers all of the the "classical" topics: convex hulls, line segment intersection, polygon triangulation, Voronoi diagrams, motion planning.
The mode of presentation -- supporting a discussion of the theories with implementable code -- is actually a bit refreshing. For comparison: Other books, when discussing the line segment intersection problem (ie: Given a set of line segments, find all of their intersection points) simply assume that computing the intersection of a pair of segments can be done in constant time. This is not an especially difficult problem, but the discussion seems more complete with a brief description of how this might be done. The same can be said about other primitive tests and operations in other algorithms.
Overall, this book can stand alone as an excellent introduction to computational geometry, but a serious student in the subject will want more: perhaps Preparata and Shamos or de Berg et. al.

4 of 4 people found the following review helpful.
Excellent text, obfuscated code
By Zeljko Vrba
I bought this book to learn about convex hulls, voronoi diagrams and delaunay triangluations, and line arrangements. So far I have made it through the chapter on 2D convex hulls, and I must say that it is an excellently written book for learning about the covered topics in computational geometry. The text is clear easy to understand; algorithms are sufficiently detailed and illustrated to allow full implementation without needing other resources. Corner cases are meticulously covered. I also like the text because it is straight to the point, i.e., it does not spoon-feed the reader. So, although relatively short book, it contains a lot of densely packed, but still enjoyably readable, information. Illustrations are simple but excellent: they are carefully designed and very helpful for understanding the described algorithms.

I give the book four stars for two reasons.

First, the coverage of floating-poing precision issues is almost non-existant: most of the algorithms are integer-only. A survey chapter over techniques for handling FP precision issues would be *VERY* welcome. (After all, geometric algorithms are most often applied to floating-point data in the real world.) Judging by the quality of existing bibliography, I think the author would make an outstanding job on this topic. (Hint for the 3rd edition :-))

Second, I have strong objections against the coding style used in this book: the presented code is an excellent demonstration of how to obfuscate C programs by using typedefs and hungarian notation (inconsistently!) applied in postfix. (NOTE: I have 10+ years of experience in C and C++ coding, so I'm not just a "little bit confused").

See all 10 customer reviews...

Computational Geometry in C (Cambridge Tracts in Theoretical Computer Science (Paperback)), by Joseph O'Rourke PDF
Computational Geometry in C (Cambridge Tracts in Theoretical Computer Science (Paperback)), by Joseph O'Rourke EPub
Computational Geometry in C (Cambridge Tracts in Theoretical Computer Science (Paperback)), by Joseph O'Rourke Doc
Computational Geometry in C (Cambridge Tracts in Theoretical Computer Science (Paperback)), by Joseph O'Rourke iBooks
Computational Geometry in C (Cambridge Tracts in Theoretical Computer Science (Paperback)), by Joseph O'Rourke rtf
Computational Geometry in C (Cambridge Tracts in Theoretical Computer Science (Paperback)), by Joseph O'Rourke Mobipocket
Computational Geometry in C (Cambridge Tracts in Theoretical Computer Science (Paperback)), by Joseph O'Rourke Kindle

Computational Geometry in C (Cambridge Tracts in Theoretical Computer Science (Paperback)), by Joseph O'Rourke PDF

Computational Geometry in C (Cambridge Tracts in Theoretical Computer Science (Paperback)), by Joseph O'Rourke PDF

Computational Geometry in C (Cambridge Tracts in Theoretical Computer Science (Paperback)), by Joseph O'Rourke PDF
Computational Geometry in C (Cambridge Tracts in Theoretical Computer Science (Paperback)), by Joseph O'Rourke PDF

Tidak ada komentar:

Posting Komentar