Developing three-dimensional CAD software with the IBM PC:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
New York [u.a.]
Dekker
1987
|
Schriftenreihe: | Mechanical engineering
59 |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XI, 320 S. Ill., graph. Darst. |
ISBN: | 0824777913 |
Internformat
MARC
LEADER | 00000nam a2200000 cb4500 | ||
---|---|---|---|
001 | BV002134784 | ||
003 | DE-604 | ||
005 | 19990517 | ||
007 | t | ||
008 | 890928s1987 ad|| |||| 00||| eng d | ||
020 | |a 0824777913 |9 0-8247-7791-3 | ||
035 | |a (OCoLC)16004011 | ||
035 | |a (DE-599)BVBBV002134784 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
049 | |a DE-91 |a DE-83 | ||
050 | 0 | |a T385 | |
082 | 0 | |a 006.6/765 |2 19 | |
084 | |a ZG 9146 |0 (DE-625)159825: |2 rvk | ||
084 | |a MAS 045f |2 stub | ||
100 | 1 | |a Wei, C. S. |e Verfasser |4 aut | |
245 | 1 | 0 | |a Developing three-dimensional CAD software with the IBM PC |c C. Stan Wei |
264 | 1 | |a New York [u.a.] |b Dekker |c 1987 | |
300 | |a XI, 320 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 1 | |a Mechanical engineering |v 59 | |
650 | 4 | |a Computer graphics | |
650 | 4 | |a Computer-aided design | |
650 | 4 | |a IBM Personal Computer |x Programming | |
650 | 0 | 7 | |a IBM PC |0 (DE-588)4026436-1 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a CAD |0 (DE-588)4069794-0 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a CAD |0 (DE-588)4069794-0 |D s |
689 | 0 | 1 | |a IBM PC |0 (DE-588)4026436-1 |D s |
689 | 0 | |5 DE-604 | |
830 | 0 | |a Mechanical engineering |v 59 |w (DE-604)BV001900049 |9 9. | |
856 | 4 | 2 | |m GBV Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=001399919&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-001399919 |
Datensatz im Suchindex
_version_ | 1804116588797886464 |
---|---|
adam_text | DEVELOPING THREE-DIMENSIONAL CAD SOFTWARE WITH THE IBM PC C. STAN WEI
POIYTECHMC UNIVERSITY BROOKLYN, NEW YORK MARCEL DEKKER, INC. NEW YORK
AND BASEL CONTENTS PREFACE 1. ELEMENTS OF MICROCOMPUTING AND CAD 1 1.1
THE HARDWARE AND SOFTWARE OF A COMPUTER 1 1.2 CLASSIFICATION OF TODAY S
COMPUTERS 2 1.3 A USER MODEL OF THE MICROCOMPUTER 4 1.4 MICROCOMPUTER
SYSTEM SOFTWARE 8 1.5 ENGINEERING MICRO WORKSTATIONS 10 1.6
MICROCOMPUTER PROGRAMMING IN ASSEMBLY LANGUAGE AND FORTRAN 14 1.7
COMPUTER-AIDED DESIGN 15 1.8 MODELING OF POLYHEDRAL SOLIDS 20
MICROCOMPUTER GRAPHICS AND CAD DATA BASE 23 2.1 MICROCOMPUTER GRAPHICS
24 2.2 CAD DATA BASE 44 2.3 SUMMARY 59 3. DESICN AND DISPLAY OF PLANAR
GEOMETRIC ENTITIES 61 3.1 PROJECTION OF 3-D MODEL SPACE 62 3.2 CREATION
OF POINT ENTITIES 85 CONT 3.3 CREATION OF LINE ENTITIES 90 3.4 GRID OF
TEMPLATE POINTS IN XT-YT PLANES 121 3.5 DESIGN OF POLYGONAL SHAPES IN AN
XT-YT 125 PLANE 3.6 DOCUMENTATION OF GEOMETRIE MODELS 131 3.7 SUMMARY
134 GEOMETRIC MODELING IN 3-D DESIGN SPACE 135 4.1 DISPLAY OF 3-D MODELS
136 4.2 3-D DESIGN IN SWITCHABLE DEFINITION SPACES 141 4.3
TRANSFORMATION OF POLYGONAL EDGES 150 4.4 MODELING OF 3-D FINITE-ELEMENT
MESHES 169 4.5 REPRESENTATION AND FORMATION OF POLYGONAL FACES 171 4.6
THE AREA OF A POLYGON 191 4.7 DISPLAY OF PRODUCT MODELS WITH HIDDEN
LINES REMOVED 195 4.8 SUMMARY 202 POLYHEDRAL SOLID MODELING 205 5.1
MODELING OF POLYHEDRAL VOLUMES 205 5.2 ANALYSIS OF POINT, LINE, FACE,
AND VOLUME ENTITIES 225 5.3 BOOLEAN VOLUMETRIE OPERATIONS 229 5.4
DISPLAY OF PERSPECTIVE IMAGES 248 5.5 CLOSING THE CHAPTER 257 APPENDIX
A: ASSEMBLY-LANGUAGE PROGRAMMING ON THE IBM PC 259 A.L DATA TYPES 259
A.2 ARCHITECTURE OF THE PC 268 A.3 IMPLICIT PAIRING OF SEGMENT AND
OFFSET REGISTERS 272 A.4 USE OF FLAGS 274 A.5 ADDRESSING OF INSTRUCTION
OPERANDS 274 A.6 THE 8086/88 INSTRUCTION SET 276 A.7 MASM: MICROSOFT
MACRO ASSEMBLER 285 CONTENTS XI APPENDIX B: FORTRAN PROGRAMMING ON THE
IBM PC 293 B.L STRUETURE OF FORTRAN PROGRAMS 294 B . 2 DATA TYPE AND
ASSIGNMENT STATEMENTS 297 B. 3 TRANSFER STATEMENTS 300 B.4 THE IF-THEN
STRUETURE 301 B.5 THE IF-THEN-ELSE STRUETURE 302 B.6 THE DO STATEMENT
303 B.7 INPUT/OUTPUT STATEMENTS 304 B.8 THE FORMAT STATEMENT 306 B.9 THE
COMMON AND EQUIVALENCE STATEMENTS 306 B.10 THE DATA STATEMENT 307 B.LL
INTERFACING OF FORTRAN AND ASSEMBLY- LANGUAGE PROGRAMS 308 B.12 CLOSING
309 BIBLIOGRAPHY 311 INDEX 313
|
any_adam_object | 1 |
author | Wei, C. S. |
author_facet | Wei, C. S. |
author_role | aut |
author_sort | Wei, C. S. |
author_variant | c s w cs csw |
building | Verbundindex |
bvnumber | BV002134784 |
callnumber-first | T - Technology |
callnumber-label | T385 |
callnumber-raw | T385 |
callnumber-search | T385 |
callnumber-sort | T 3385 |
callnumber-subject | T - General Technology |
classification_rvk | ZG 9146 |
classification_tum | MAS 045f |
ctrlnum | (OCoLC)16004011 (DE-599)BVBBV002134784 |
dewey-full | 006.6/765 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 006 - Special computer methods |
dewey-raw | 006.6/765 |
dewey-search | 006.6/765 |
dewey-sort | 16.6 3765 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Technik Informatik Maschinenbau |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01559nam a2200433 cb4500</leader><controlfield tag="001">BV002134784</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">19990517 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">890928s1987 ad|| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0824777913</subfield><subfield code="9">0-8247-7791-3</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)16004011</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV002134784</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-91</subfield><subfield code="a">DE-83</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">T385</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">006.6/765</subfield><subfield code="2">19</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ZG 9146</subfield><subfield code="0">(DE-625)159825:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">MAS 045f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Wei, C. S.</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Developing three-dimensional CAD software with the IBM PC</subfield><subfield code="c">C. Stan Wei</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">New York [u.a.]</subfield><subfield code="b">Dekker</subfield><subfield code="c">1987</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XI, 320 S.</subfield><subfield code="b">Ill., 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="1" ind2=" "><subfield code="a">Mechanical engineering</subfield><subfield code="v">59</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Computer graphics</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Computer-aided design</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">IBM Personal Computer</subfield><subfield code="x">Programming</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">IBM PC</subfield><subfield code="0">(DE-588)4026436-1</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">CAD</subfield><subfield code="0">(DE-588)4069794-0</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">CAD</subfield><subfield code="0">(DE-588)4069794-0</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">IBM PC</subfield><subfield code="0">(DE-588)4026436-1</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Mechanical engineering</subfield><subfield code="v">59</subfield><subfield code="w">(DE-604)BV001900049</subfield><subfield code="9">9.</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">GBV Datenaustausch</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=001399919&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-001399919</subfield></datafield></record></collection> |
id | DE-604.BV002134784 |
illustrated | Illustrated |
indexdate | 2024-07-09T15:40:54Z |
institution | BVB |
isbn | 0824777913 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-001399919 |
oclc_num | 16004011 |
open_access_boolean | |
owner | DE-91 DE-BY-TUM DE-83 |
owner_facet | DE-91 DE-BY-TUM DE-83 |
physical | XI, 320 S. Ill., graph. Darst. |
publishDate | 1987 |
publishDateSearch | 1987 |
publishDateSort | 1987 |
publisher | Dekker |
record_format | marc |
series | Mechanical engineering |
series2 | Mechanical engineering |
spelling | Wei, C. S. Verfasser aut Developing three-dimensional CAD software with the IBM PC C. Stan Wei New York [u.a.] Dekker 1987 XI, 320 S. Ill., graph. Darst. txt rdacontent n rdamedia nc rdacarrier Mechanical engineering 59 Computer graphics Computer-aided design IBM Personal Computer Programming IBM PC (DE-588)4026436-1 gnd rswk-swf CAD (DE-588)4069794-0 gnd rswk-swf CAD (DE-588)4069794-0 s IBM PC (DE-588)4026436-1 s DE-604 Mechanical engineering 59 (DE-604)BV001900049 9. GBV Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=001399919&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Wei, C. S. Developing three-dimensional CAD software with the IBM PC Mechanical engineering Computer graphics Computer-aided design IBM Personal Computer Programming IBM PC (DE-588)4026436-1 gnd CAD (DE-588)4069794-0 gnd |
subject_GND | (DE-588)4026436-1 (DE-588)4069794-0 |
title | Developing three-dimensional CAD software with the IBM PC |
title_auth | Developing three-dimensional CAD software with the IBM PC |
title_exact_search | Developing three-dimensional CAD software with the IBM PC |
title_full | Developing three-dimensional CAD software with the IBM PC C. Stan Wei |
title_fullStr | Developing three-dimensional CAD software with the IBM PC C. Stan Wei |
title_full_unstemmed | Developing three-dimensional CAD software with the IBM PC C. Stan Wei |
title_short | Developing three-dimensional CAD software with the IBM PC |
title_sort | developing three dimensional cad software with the ibm pc |
topic | Computer graphics Computer-aided design IBM Personal Computer Programming IBM PC (DE-588)4026436-1 gnd CAD (DE-588)4069794-0 gnd |
topic_facet | Computer graphics Computer-aided design IBM Personal Computer Programming IBM PC CAD |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=001399919&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
volume_link | (DE-604)BV001900049 |
work_keys_str_mv | AT weics developingthreedimensionalcadsoftwarewiththeibmpc |