Computational geometry: an introduction
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
New York u.a.
Springer
1988
|
Ausgabe: | Corr. and expanded 2. print. |
Schriftenreihe: | Texts and monographs in computer science
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XIV, 398 S. graph. Darst. |
ISBN: | 0387961313 3540961313 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV001321049 | ||
003 | DE-604 | ||
005 | 20030404 | ||
007 | t | ||
008 | 890608s1988 d||| |||| 00||| eng d | ||
020 | |a 0387961313 |9 0-387-96131-3 | ||
020 | |a 3540961313 |9 3-540-96131-3 | ||
035 | |a (OCoLC)18764644 | ||
035 | |a (DE-599)BVBBV001321049 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
049 | |a DE-19 |a DE-91G |a DE-384 |a DE-739 |a DE-355 |a DE-20 |a DE-824 |a DE-29T |a DE-188 | ||
050 | 0 | |a QA447 | |
082 | 0 | |a 513 | |
084 | |a ST 600 |0 (DE-625)143681: |2 rvk | ||
084 | |a MAT 518f |2 stub | ||
084 | |a DAT 750f |2 stub | ||
100 | 1 | |a Preparata, Franco P. |e Verfasser |4 aut | |
245 | 1 | 0 | |a Computational geometry |b an introduction |c Franco P. Preparata ; Michael Ian Shamos |
250 | |a Corr. and expanded 2. print. | ||
264 | 1 | |a New York u.a. |b Springer |c 1988 | |
300 | |a XIV, 398 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a Texts and monographs in computer science | |
650 | 7 | |a Matematica |2 larpcal | |
650 | 4 | |a Datenverarbeitung | |
650 | 4 | |a Geometry |x Data processing | |
650 | 0 | 7 | |a Geometrie |0 (DE-588)4020236-7 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Algorithmische Geometrie |0 (DE-588)4130267-9 |2 gnd |9 rswk-swf |
655 | 7 | |8 1\p |0 (DE-588)4113937-9 |a Hochschulschrift |2 gnd-content | |
689 | 0 | 0 | |a Algorithmische Geometrie |0 (DE-588)4130267-9 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a Geometrie |0 (DE-588)4020236-7 |D s |
689 | 1 | |8 2\p |5 DE-604 | |
700 | 1 | |a Shamos, Michael Ian |e Verfasser |4 aut | |
856 | 4 | 2 | |m HEBIS Datenaustausch Darmstadt |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=000798249&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-000798249 | ||
883 | 1 | |8 1\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk | |
883 | 1 | |8 2\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk |
Datensatz im Suchindex
_version_ | 1804115728290283520 |
---|---|
adam_text | COMPUTATIONAL GEOMETRY AN INTRODUCTION FRANCO P. PREPARATA MICHAEL LAN
SHAMOS WITH 234 ILLUSTRATION SPRINGER CONTENTS CHAPTER1 INTRODUCTION 1
1.1 HISTORICAL PERSPECTIVE 1 1.1.1 COMPLEXITY NOTIONS IN CLASSICAL
GEOMETRY 2 1.1.2 THE THEORY OF CONVEX SETS, METRIC AND COMBINATORIAL
GEOMETRY 4 1.1.3 PRIOR RELATED WORK 5 1.1.4 TOWARD COMPUTATIONAL
GEOMETRY 6 1.2 ALGORITHMIC BACKGROUND 6 1.2.1 ALGORITHMS: THEIR
EXPRESSION AND PERFORMANCE EVALUATION 7 1.2.2 SOME CONSIDERATIONS ON
GENERAL ALGORITHMIC TECHNIQUES 10 1.2.3 DATA STRUCTURES 11 1.2.3.1 THE
SEGMENT TREE 13 1.2.3.2 THE DOUBLY-CONNECTED-EDGE-LIST (DCEL) 15 1.3
GEOMETRIE PRELIMINARIES 17 1.3.1 GENERAL DEFINITIONS AND NOTATIONS 17
1.3.2 INVARIANTS UNDER GROUPS OF LINEAR TRANSFORMATIONS S 19 1.3.3
GEOMETRY DUALITY. POLARITY 24 1.4 MODELS OF COMPUTATION 26 CHAPTER 2
GEOMETRIE SEARCHING 36 2.1 INTRODUCTION TO GEOMETRIE SEARCHING 36 2.2
POINT-LOCATION PROBLEMS 41 2.2.1 GENERAL CONSIDERATIONS. SIMPLE CASES 41
2.2.2 LOCATION OF A POINT IN A PLANAR SUBDIVISION 45 2.2.2.1 THE SLAB
METHOD 45 XII CONTENTS 2.2.2.2 THE CHAIN METHOD 48 2.2.2.3 OPTIMAL
TECHNIQUES: THE PLANAR-SEPARATOR METHOD, THE TRIANGULATION REFINEMENT
METHOD, AND THE BRIDGED CHAIN METHOD 56 2.2.2.4 THE TRAPEZOID METHOD 63
2.3 RANGE-SEARCHING PROBLEMS 70 2.3.1 GENERAL CONSIDERATIONS 70 2.3.2
THE METHOD OF THE MULTIDIMENSIONAL BINARY TREE (K-D TREE) 74 2.3.3 A
DIRECT ACCESS METHOD AND ITS VARIANTS 79 2.3.4 THE RANGE-TREE METHOD AND
ITS VARIANTS 83 2.4 ITERATED SEARCH AND FRACTIONAL CASCADING 88 2.5
NOTES AND COMMENTS 92 2.6 EXERCISES 94 CHAPTER 3 CONVEX HULLS: BASIC
ALGORITHMS 95 3.1 PRELIMINARIES 96 3.2 PROBLEM STATEMENT AND LOWER
BOUNDS 99 3.3 CONVEX HUELL ALGORITHMS IN THE PLANE 104 3.3.1 EARLY
DEVELOPMENT OF A CONVEX HUELL ALGORITHM 104 3.3.2 GRAHAM S SCAN 106 3.3.3
JARVIS S MARCH 110 3.3.4 QUICKHULL TECHNIQUES 112 3.3.5
DIVIDE-AND-CONQUER ALGORITHMS 114 3.3.6 DYNAMIC CONVEX HUELL ALGORITHMS
117 3.3.7 A GENERALIZATION: DYNAMIC CONVEX HUELL MAINTENANCE 124 3.4
CONVEX HULLS IN MORE THAN TWO DIMENSIONS 131 3.4.1 THE GIFT-WRAPPING
METHOD 131 3.4.2 THE BENEATH-BEYOND METHOD 137 3.4.3 CONVEX HULLS IN
THREE DIMENSIONS 141 3.5 NOTES AND COMMENTS 146 3.6 EXERCISES 148
CHAPTER 4 CONVEX HULLS: EXTENSIONS AND APPLICATIONS 150 150 150 154 157
166 171 171 174 176 182 183 4.1 4.1.1 4.1.2 4.1.3 4.1.4 4.2 4.2.1 4.2.2
4.2.3 4.3 4.4 EXTENSIONS AND VANANTS AVERAGE-CASE ANALYSIS APPROXIMATION
ALGORITHMS FOR CONVEX HUELL THE PROBLEM OF THE MAXIMA OF A POINT SET
CONVEX HUELL OF A SIMPLE POLYGON APPLICATIONS TO STATISTICS ROBUST
ESTIMATION ISOTONIC REGRESSION CLUSTERING (DIAMETER OF A POINT SET)
NOTES AND COMMENTS EXERCISES CONTENTS XL CHAPTER 5 PROXIMITY:
FUNDAMENTAL ALGORITHMS 185 5.1 A COLLECTION OF PROBLEMS 186 5.2 A
COMPUTATIONAL PROTOTYPE: ELEMENT UNIQUENESS 191 5.3 LOWERBOUNDS 192 5.4
THE CLOSEST PAIR PROBLEM: A DIVIDE-AND-CONQUER APPROACH 195 5.5 THE
LOCUS APPROACH TO PROXIMITY PROBLEMS: THE VORONOI DIAGRAM 204 5.5.1
ACATALOGOF VORONOI PROPERTIES 205 5.5.2 CONSTRUCTING THE VORONOI DIAGRAM
211 5.5.2.1 CONSTRUCTING THE DIVIDING CHAIN 216 5.6 PROXIMITY PROBLEMS
SOLVED BY THE VORONOI DIAGRAM 220 5.7 NOTES AND COMMENTS 222 5.8
EXERCISES 223 CHAPTER 6 PROXIMITY: VARIANTS AND GENERALIZATIONS 226 6.1
EUCLIDEAN MINIMUM SPANNING TREES 226 6.1.1 EUCLIDEAN TRAVELING SALESMAN
230 6.2 PLANAR TRIANGULATIONS 234 6.2.1 THE GREEDY TRIANGULATION 235
6.2.2 CONSTRAINED TRIANGULATIONS 237 6.2.2.1 TRIANGULATING A MONOTONE
POLYGON 239 6.3 GENERALIZATIONS OF THE VORONOI DIAGRAM 241 6.3.1.
HIGHER-ORDER VORONOI DIAGRAMS (IN THE PLANE) 242 6.3.1.1 ELEMENTS OF
INVERSIVE GEOMETRY 243 6.3.1.2 THE STRUCTURE OF HIGHER-ORDER VORONOI
DIAGRAMS 244 6.3.1.3 CONSTRUCTION OF THE HIGHER-ORDER VORONOI DIAGRAMS
249 6.3.2 MULTIDIMENSIONAL CLOSEST-POINT AND FARTHEST-POINT VORONOI
DIAGRAMS 253 6.4 GAPS AND COVERS 255 6.5 NOTES AND COMMENTS 262 6.6
EXERCISES 264 CHAPTER7 INTERSECTIONS * 266 7.1 A SAMPLE OF APPLICATIONS
267 7.1.1 THE HIDDEN-LINE AND HIDDEN-SURFACE PROBLEMS 267 7.1.2 PATTERN
RECOGNITION 268 7.1.3 WIRE AND COMPONENT LAYOUT 269 7.1.4 LINEAR
PROGRAMMING AND COMMON IN TERSECTION OF HALF-SPACES 270 7.2 PLANAR
APPLICATIONS 271 7.2.1 INTERSECTION OF CONVEX POLYGONS 271 7.2.2
INTERSECTION OF STAR-SHAPED POLYGONS 277 7.2.3 INTERSECTION OF LINE
SEGMENTS 278 XIV CONTENTS 7.2.3.1 APPLICATIONS 278 7.2.3.2 SEGMENT
INTERSECTION ALGORITHMS 279 7.2.4 INTERSECTION OFHALF-PLANES 287 7.2.5
TWO-VARIABLE LINEAR PROGRAMMING 290 7.2.6 KERNEL OF A PLANE POLYGON 299
7.3 THREE-DIMENSIONAL APPLICATIONS 306 7.3.1 INTERSECTION OF CONVEX
POLYHEDRA 306 7.3.2 INTERSECTION OF HALF-SPACES 315 7.4 NOTES AND
COMMENTS 320 7.5 EXERCISES 322 CHAPTER 8 THE GEOMETRY OF RECTANGLES 323
8.1 SOME APPLICATIONS OF THE GEOMETRY OF RECTANGLES 323 8.1.1 AIDS FOR
VLSI DESIGN 323 8.1.2 CONCURRENCY CONTROLS IN DATABASES 325 8.2 DOMAIN
OF VALIDITY OF THE RESULTS 328 8.3 GENERAL CONSIDERATIONS ON STATIC-MODE
ALGORITHMS 330 8.4 MEASURE AND PERIMETER OF A UNION OF RECTANGLES 332
8.5 THE CONTOUR OF A UNION OF RECTANGLES 340 8.6 THE CLOSURE OF A UNION
OF RECTANGLES 348 8.7 THE EXTERNAL CONTOUR OF A UNION OF RECTANGLES 353
8.8 INTERSECTIONS OF RECTANGLES AND RELATED PROBLEMS 359 8.8.1
INTERSECTIONS OF RECTANGLES 359 8.8.2 THE RECTANGLE INTERSECTION PROBLEM
REVISITED 363 8.8.3 ENCLOSURE OF RECTANGLES 366 8.9 NOTES AND COMMENTS
372 8.10 EXERCISES 373 REFERENCES 374 AUTHOR INDEX 385 SUBJECT INDEX 390
|
any_adam_object | 1 |
author | Preparata, Franco P. Shamos, Michael Ian |
author_facet | Preparata, Franco P. Shamos, Michael Ian |
author_role | aut aut |
author_sort | Preparata, Franco P. |
author_variant | f p p fp fpp m i s mi mis |
building | Verbundindex |
bvnumber | BV001321049 |
callnumber-first | Q - Science |
callnumber-label | QA447 |
callnumber-raw | QA447 |
callnumber-search | QA447 |
callnumber-sort | QA 3447 |
callnumber-subject | QA - Mathematics |
classification_rvk | ST 600 |
classification_tum | MAT 518f DAT 750f |
ctrlnum | (OCoLC)18764644 (DE-599)BVBBV001321049 |
dewey-full | 513 |
dewey-hundreds | 500 - Natural sciences and mathematics |
dewey-ones | 513 - Arithmetic |
dewey-raw | 513 |
dewey-search | 513 |
dewey-sort | 3513 |
dewey-tens | 510 - Mathematics |
discipline | Informatik Mathematik |
edition | Corr. and expanded 2. print. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02056nam a2200517 c 4500</leader><controlfield tag="001">BV001321049</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20030404 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">890608s1988 d||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0387961313</subfield><subfield code="9">0-387-96131-3</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">3540961313</subfield><subfield code="9">3-540-96131-3</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)18764644</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV001321049</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-19</subfield><subfield code="a">DE-91G</subfield><subfield code="a">DE-384</subfield><subfield code="a">DE-739</subfield><subfield code="a">DE-355</subfield><subfield code="a">DE-20</subfield><subfield code="a">DE-824</subfield><subfield code="a">DE-29T</subfield><subfield code="a">DE-188</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA447</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">513</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 600</subfield><subfield code="0">(DE-625)143681:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">MAT 518f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 750f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Preparata, Franco P.</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Computational geometry</subfield><subfield code="b">an introduction</subfield><subfield code="c">Franco P. Preparata ; Michael Ian Shamos</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">Corr. and expanded 2. print.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">New York u.a.</subfield><subfield code="b">Springer</subfield><subfield code="c">1988</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XIV, 398 S.</subfield><subfield code="b">graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">Texts and monographs in computer science</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Matematica</subfield><subfield code="2">larpcal</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Datenverarbeitung</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Geometry</subfield><subfield code="x">Data processing</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Geometrie</subfield><subfield code="0">(DE-588)4020236-7</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Algorithmische Geometrie</subfield><subfield code="0">(DE-588)4130267-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="655" ind1=" " ind2="7"><subfield code="8">1\p</subfield><subfield code="0">(DE-588)4113937-9</subfield><subfield code="a">Hochschulschrift</subfield><subfield code="2">gnd-content</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Algorithmische Geometrie</subfield><subfield code="0">(DE-588)4130267-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">Geometrie</subfield><subfield code="0">(DE-588)4020236-7</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="8">2\p</subfield><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Shamos, Michael Ian</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HEBIS Datenaustausch Darmstadt</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=000798249&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-000798249</subfield></datafield><datafield tag="883" ind1="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="a">cgwrk</subfield><subfield code="d">20201028</subfield><subfield code="q">DE-101</subfield><subfield code="u">https://d-nb.info/provenance/plan#cgwrk</subfield></datafield><datafield tag="883" ind1="1" ind2=" "><subfield code="8">2\p</subfield><subfield code="a">cgwrk</subfield><subfield code="d">20201028</subfield><subfield code="q">DE-101</subfield><subfield code="u">https://d-nb.info/provenance/plan#cgwrk</subfield></datafield></record></collection> |
genre | 1\p (DE-588)4113937-9 Hochschulschrift gnd-content |
genre_facet | Hochschulschrift |
id | DE-604.BV001321049 |
illustrated | Illustrated |
indexdate | 2024-07-09T15:27:13Z |
institution | BVB |
isbn | 0387961313 3540961313 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-000798249 |
oclc_num | 18764644 |
open_access_boolean | |
owner | DE-19 DE-BY-UBM DE-91G DE-BY-TUM DE-384 DE-739 DE-355 DE-BY-UBR DE-20 DE-824 DE-29T DE-188 |
owner_facet | DE-19 DE-BY-UBM DE-91G DE-BY-TUM DE-384 DE-739 DE-355 DE-BY-UBR DE-20 DE-824 DE-29T DE-188 |
physical | XIV, 398 S. graph. Darst. |
publishDate | 1988 |
publishDateSearch | 1988 |
publishDateSort | 1988 |
publisher | Springer |
record_format | marc |
series2 | Texts and monographs in computer science |
spelling | Preparata, Franco P. Verfasser aut Computational geometry an introduction Franco P. Preparata ; Michael Ian Shamos Corr. and expanded 2. print. New York u.a. Springer 1988 XIV, 398 S. graph. Darst. txt rdacontent n rdamedia nc rdacarrier Texts and monographs in computer science Matematica larpcal Datenverarbeitung Geometry Data processing Geometrie (DE-588)4020236-7 gnd rswk-swf Algorithmische Geometrie (DE-588)4130267-9 gnd rswk-swf 1\p (DE-588)4113937-9 Hochschulschrift gnd-content Algorithmische Geometrie (DE-588)4130267-9 s DE-604 Geometrie (DE-588)4020236-7 s 2\p DE-604 Shamos, Michael Ian Verfasser aut HEBIS Datenaustausch Darmstadt application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=000798249&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis 1\p cgwrk 20201028 DE-101 https://d-nb.info/provenance/plan#cgwrk 2\p cgwrk 20201028 DE-101 https://d-nb.info/provenance/plan#cgwrk |
spellingShingle | Preparata, Franco P. Shamos, Michael Ian Computational geometry an introduction Matematica larpcal Datenverarbeitung Geometry Data processing Geometrie (DE-588)4020236-7 gnd Algorithmische Geometrie (DE-588)4130267-9 gnd |
subject_GND | (DE-588)4020236-7 (DE-588)4130267-9 (DE-588)4113937-9 |
title | Computational geometry an introduction |
title_auth | Computational geometry an introduction |
title_exact_search | Computational geometry an introduction |
title_full | Computational geometry an introduction Franco P. Preparata ; Michael Ian Shamos |
title_fullStr | Computational geometry an introduction Franco P. Preparata ; Michael Ian Shamos |
title_full_unstemmed | Computational geometry an introduction Franco P. Preparata ; Michael Ian Shamos |
title_short | Computational geometry |
title_sort | computational geometry an introduction |
title_sub | an introduction |
topic | Matematica larpcal Datenverarbeitung Geometry Data processing Geometrie (DE-588)4020236-7 gnd Algorithmische Geometrie (DE-588)4130267-9 gnd |
topic_facet | Matematica Datenverarbeitung Geometry Data processing Geometrie Algorithmische Geometrie Hochschulschrift |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=000798249&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT preparatafrancop computationalgeometryanintroduction AT shamosmichaelian computationalgeometryanintroduction |