Kochbuch AutoLISP: AutoCAD programmieren mit LISP
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | German |
Veröffentlicht: |
München
Hanser
2007
|
Schlagworte: | |
Online-Zugang: | Inhaltstext Beschreibung für Leser Inhaltsverzeichnis |
Beschreibung: | 380 S. Ill., graph. Darst. |
ISBN: | 9783446412170 3446412174 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV022757404 | ||
003 | DE-604 | ||
005 | 20190507 | ||
007 | t | ||
008 | 070912s2007 ad|| |||| 00||| ger d | ||
016 | 7 | |a 98398834X |2 DE-101 | |
020 | |a 9783446412170 |c Pb. : ca. EUR 34.90, ca. EUR 35.90 (AT), ca. sfr 56.00 |9 978-3-446-41217-0 | ||
020 | |a 3446412174 |9 3-446-41217-4 | ||
024 | 3 | |a 9783446412170 | |
035 | |a (OCoLC)188091248 | ||
035 | |a (DE-599)BVBBV022757404 | ||
040 | |a DE-604 |b ger | ||
041 | 0 | |a ger | |
049 | |a DE-210 |a DE-29T |a DE-91G |a DE-12 |a DE-M347 |a DE-634 |a DE-83 | ||
082 | 0 | |a 005.133 |2 22/ger | |
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
084 | |a ST 321 |0 (DE-625)143658: |2 rvk | ||
084 | |a ZL 3250 |0 (DE-625)156890: |2 rvk | ||
084 | |a DAT 811f |2 stub | ||
084 | |a 004 |2 sdnb | ||
100 | 1 | |a Strube-Zettler, Axel |e Verfasser |4 aut | |
245 | 1 | 0 | |a Kochbuch AutoLISP |b AutoCAD programmieren mit LISP |c Axel Strube-Zettler ; Theodor Schönwald |
264 | 1 | |a München |b Hanser |c 2007 | |
300 | |a 380 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 0 | 7 | |a AutoLISP |0 (DE-588)4202872-3 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a AutoLISP |0 (DE-588)4202872-3 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Schönwald, Theodor |e Verfasser |4 aut | |
856 | 4 | |q text/html |u http://deposit.dnb.de/cgi-bin/dokserv?id=2948283&prov=M&dok%5Fvar=1&dok%5Fext=htm |3 Inhaltstext | |
856 | 4 | |u http://deposit.dnb.de/cgi-bin/dokserv?id=2948283&prov=M&dok_var=1&dok_ext=htm |3 Beschreibung für Leser | |
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=015963035&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-015963035 |
Datensatz im Suchindex
_version_ | 1805089380195368960 |
---|---|
adam_text |
AXEL STRUBE-ZETTLER THEODOR SCHOENWALD KOCHBUCH AUTOLISP AUTOCAD
PROGRAMMIEREN MIT LISP HANSER INHALT 1 EINLEITUNG 7 1.1 UEBER AXEL
STRUBE-ZETTLER ALIAS *MAPCAR"7 1.2 ZUM AUFBAU DES BUCHES 8 2 AUTOLISP
BASICS 9 2.1 BERECHNEN VON ARITHMETISCHEN AUSDRUECKEN IN DER
KOMMANDOZEILE 10 2.2 DAS VERSCHACHTELN VON AUSDRUECKEN. 14 2.3 DAS
SPEICHERN VON WERTEN IN VARIABLEN 18 2.4 VERHINDERN DER EVALUATION MIT
QUOTE .22 2.5 ERZEUGEN VON EINFACHEN LISTEN IN AUTOLISP 28 2.6 EINFACHE
FUNKTIONEN ZUR LISTENBEARBEITUNG 31 2.7 FUNKTIONEN FUER DEN ZUGRIFF AUF
LISTENELEMENTE 36 2.8 UEBER HAUPT- UND NEBENEFFEKTE VON FUNKTIONEN 40 2.9
DAS DEFINIEREN VON EIGENEN FUNKTIONEN IN AUTOLISP 42 2.10 LOKALE
VARIABLEN UND FUNKTIONSARGUMENTE IN AUTOLISP 47 2.11 DAS LADEN VON
PROGRAMMDATEIEN IN AUTOLISP 50 2.12 VERZWEIGUNG IN FUNKTIONEN AUFGRUND
VON ENTSCHEIDUNGEN 52 2.13 ZUSAMMENFASSEN VON ENTSCHEIDUNGEN MIT DEN
LOGIK-FUNKTIONEN 55 2.14 MEHRFACH-VERZWEIGUNGEN IN AUTOLISP MIT COND 59
2.15 SCHLEIFEN ZUM STEUERN DES ABLAUFS IN AUTOLISP-FUNKTIONEN 61 2.16
TESTFUNKTIONEN ZUM STEUERN VON SCHLEIFEN IN AUTOLISP 63 2.17
GLEICHHEITSTESTS ALS SCHLEIFENKRITERIUM IN AUTOLISP 68 2.18
ZEICHENKETTEN-BEARBEITUNG IN AUTOLISP 71 2.19 FUNKTIONEN ZUR
KONVERTIERUNG VON DATENTYPEN IN AUTOLISP 74 2.20 KOMPLEXERE FUNKTIONEN
FUER DIE BEARBEITUNG VON LISTEN 78 2.21 DAS ERZEUGEN VON ANONYMEN
FUNKTIONEN MIT LAMBDA 82 2.22 DAS BEARBEITEN VON LISTENELEMENTEN MIT
FOREACH 84 2.23 ERZEUGEN UND VERWENDEN VON ASSOZIATIONSLISTEN IN
AUTOLISP 90 2.24 GEOMETRIEDATEN UND ERZEUGEN VON GEOMETRIEELEMENTEN 93
2.25 DER UMGANG MIT AUSWAHLSAETZEN IN AUTOLISP 99 2.26 AUSWAHL VON
AUTOCAD- ZEICHNUNGSGEOMETRIE MIT SSGET 103 2.27 VERAENDERN VON
ZEICHNUNGS-GEOMETRIE MIT ENTMOD 108 2.28 DAS ERZEUGEN VON GEOMETRIE MIT
ENTMAKE 112 2.29 VOM UMGANG MIT BITS IN AUTOLISP, TEIL 1 119 2.30 VOM
UMGANG MIT BITS IN AUTOLISP, TEIL 2 125 2.31 UEBER PROGRAMMIERSTILE IN
AUTOLISP, TEIL 1 132 2.32 UEBER PROGRAMMIERSTILE IN AUTOLISP, TEIL 2 138
2.33 UEBER PROGRAMMIERSTILE IN AUTOLISP, TEIL 3 143 2.34 UEBER
PROGRAMMIERSTILE IN AUTOLISP, TEIL 4 151 3 AUTOLISP ADVANCED 152 3.1
ZEICHENKETTEN-VERARBEITUNG AUTOLISP 153 3.2 ZEICHENKETTEN-VERARBEITUNG,
TEIL 2. 159 3.3 EIN STRING-TOKENIZER FUER AUTOLISP. 163 3.4 DATUM UND
ZEIT 167 3.5 GEPUNKTETE PAARE: DOTTED PAIRS IN AUTOLISP 172 3.6 LISTEN
IN AUTOLISP, TEIL 1 173 3.7 LISTEN IN AUTOLISP, TEIL 2 178 3.8
LAMBDA-EXPRESSIONS IN AUTOLISP, TEIL 1 181 3.9 LAMBDA-EXPRESSIONS IN
AUTOLISP, TEIL 2 188 3.10 DIE FUNKTIONEN WHERE UND WHEREVER 195 3.11
REKURSIVE FUNKTIONEN IN AUTOLISP . 198 3.12 DIE FUNKTION
NOTHING-HAPPENS 201 3.13 DIE FUNKTION MAPIN 203 3.14 EFFEKTE UND
SEITENEFFEKTE IN AUTOLISP- FUNKTIONEN 206 3.15 NAMESPACES IN AUTOLISP
208 3.16 DIE FUNKTION LET 212 3.17 DIE FUNKTION MAPCDR 214 3.18 DIE
GRENZEN VON AUTOLISP, TEIL 1 217 3.19 DIE GRENZEN VON AUTOLISP, TEIL 2
219 3.20 DESTRUKTIVE FORMEN ZU AUTOLISP- FUNKTIONEN 220 3.21 PARALLELE
UND SEQUENZIELLE ABARBEITUNG 221 3.22 FUNKTIONS-SCHABLONEN IN AUTOLISP.
225 3.23 ZUGRIFF AUF BLOECKE MIT ATTRIBUTEN 230 3.24 ACI-FARBEN UND IHRE
UMRECHNUNG IN RGB-WERTE 235 3.25 ABSTOPPEN VON LAUFZEITEN IN AUTOLISP
265 3.26 EIN SPIEL IN AUTOLISP 269 3.27 ERRORHANDLING IN AUTOLISP, TEIL
1 288 3.28 ERRORHANDLING IN AUTOLISP, TEIL 2 293 3.29 REGULAER
EXPRESSIONS IN AUTOLISP MIT PCRE, TEIL 1 302 3.30 REGULAER EXPRESSIONS IN
AUTOLISP MIT PCRE, TEIL 2 304 3.31 REGULAER EXPRESSIONS IN AUTOLISP MIT
PCRE, TEIL 3 308 3.32 REGULAER EXPRESSIONS IN AUTOLISP MIT PCRE, TEIL 4
311 4 AUTOLISP ACTIVEX 319 4.1 EINFUEHRUNG ZUM PROGRAMMIEREN MIT
VISUALLISP 319 4.2 DAS ACTIVEX-OBJEKTMODELL - GRUNDLAGEN VON VL, TEIL 1
323 4.3 DAS ACTIVEX-OBJEKTMODELL - GRUNDLAGEN VON VL, TEIL 2 329 4.4
FUNKTIONEN FUER DEN SCHNELLEN ZUGRIFF IN VISUALLISP 335 4.5 VARIANTS -
DER GUMMI-DATENTYP VON VBA IN VISUALLISP 339 4.6 COLLECTIONS -
VB-SAMMELBEHAELTER IN VISUALLISP 343 4.7 DAS AUFFANGEN VON FEHLERN IN
VISUALLISP 348 4.8 BERECHNEN VON SCHNITTPUNKTEN ZWISCHEN ENTITIES 353
4.9 EIN EINFACHER COMMAND-REAKTOR MIT VISUALLISP 358 4.10 IMPORTIEREN
VON VIEWS AUS EINER ZEICHNUNG 373 INDEX 377 |
adam_txt |
AXEL STRUBE-ZETTLER THEODOR SCHOENWALD KOCHBUCH AUTOLISP AUTOCAD
PROGRAMMIEREN MIT LISP HANSER INHALT 1 EINLEITUNG 7 1.1 UEBER AXEL
STRUBE-ZETTLER ALIAS *MAPCAR"7 1.2 ZUM AUFBAU DES BUCHES 8 2 AUTOLISP
BASICS 9 2.1 BERECHNEN VON ARITHMETISCHEN AUSDRUECKEN IN DER
KOMMANDOZEILE 10 2.2 DAS VERSCHACHTELN VON AUSDRUECKEN. 14 2.3 DAS
SPEICHERN VON WERTEN IN VARIABLEN 18 2.4 VERHINDERN DER EVALUATION MIT
QUOTE .22 2.5 ERZEUGEN VON EINFACHEN LISTEN IN AUTOLISP 28 2.6 EINFACHE
FUNKTIONEN ZUR LISTENBEARBEITUNG 31 2.7 FUNKTIONEN FUER DEN ZUGRIFF AUF
LISTENELEMENTE 36 2.8 UEBER HAUPT- UND NEBENEFFEKTE VON FUNKTIONEN 40 2.9
DAS DEFINIEREN VON EIGENEN FUNKTIONEN IN AUTOLISP 42 2.10 LOKALE
VARIABLEN UND FUNKTIONSARGUMENTE IN AUTOLISP 47 2.11 DAS LADEN VON
PROGRAMMDATEIEN IN AUTOLISP 50 2.12 VERZWEIGUNG IN FUNKTIONEN AUFGRUND
VON ENTSCHEIDUNGEN 52 2.13 ZUSAMMENFASSEN VON ENTSCHEIDUNGEN MIT DEN
LOGIK-FUNKTIONEN 55 2.14 MEHRFACH-VERZWEIGUNGEN IN AUTOLISP MIT COND 59
2.15 SCHLEIFEN ZUM STEUERN DES ABLAUFS IN AUTOLISP-FUNKTIONEN 61 2.16
TESTFUNKTIONEN ZUM STEUERN VON SCHLEIFEN IN AUTOLISP 63 2.17
GLEICHHEITSTESTS ALS SCHLEIFENKRITERIUM IN AUTOLISP 68 2.18
ZEICHENKETTEN-BEARBEITUNG IN AUTOLISP 71 2.19 FUNKTIONEN ZUR
KONVERTIERUNG VON DATENTYPEN IN AUTOLISP 74 2.20 KOMPLEXERE FUNKTIONEN
FUER DIE BEARBEITUNG VON LISTEN 78 2.21 DAS ERZEUGEN VON ANONYMEN
FUNKTIONEN MIT LAMBDA 82 2.22 DAS BEARBEITEN VON LISTENELEMENTEN MIT
FOREACH 84 2.23 ERZEUGEN UND VERWENDEN VON ASSOZIATIONSLISTEN IN
AUTOLISP 90 2.24 GEOMETRIEDATEN UND ERZEUGEN VON GEOMETRIEELEMENTEN 93
2.25 DER UMGANG MIT AUSWAHLSAETZEN IN AUTOLISP 99 2.26 AUSWAHL VON
AUTOCAD- ZEICHNUNGSGEOMETRIE MIT SSGET 103 2.27 VERAENDERN VON
ZEICHNUNGS-GEOMETRIE MIT ENTMOD 108 2.28 DAS ERZEUGEN VON GEOMETRIE MIT
ENTMAKE 112 2.29 VOM UMGANG MIT BITS IN AUTOLISP, TEIL 1 119 2.30 VOM
UMGANG MIT BITS IN AUTOLISP, TEIL 2 125 2.31 UEBER PROGRAMMIERSTILE IN
AUTOLISP, TEIL 1 132 2.32 UEBER PROGRAMMIERSTILE IN AUTOLISP, TEIL 2 138
2.33 UEBER PROGRAMMIERSTILE IN AUTOLISP, TEIL 3 143 2.34 UEBER
PROGRAMMIERSTILE IN AUTOLISP, TEIL 4 151 3 AUTOLISP ADVANCED 152 3.1
ZEICHENKETTEN-VERARBEITUNG AUTOLISP 153 3.2 ZEICHENKETTEN-VERARBEITUNG,
TEIL 2. 159 3.3 EIN STRING-TOKENIZER FUER AUTOLISP. 163 3.4 DATUM UND
ZEIT 167 3.5 GEPUNKTETE PAARE: DOTTED PAIRS IN AUTOLISP 172 3.6 LISTEN
IN AUTOLISP, TEIL 1 173 3.7 LISTEN IN AUTOLISP, TEIL 2 178 3.8
LAMBDA-EXPRESSIONS IN AUTOLISP, TEIL 1 181 3.9 LAMBDA-EXPRESSIONS IN
AUTOLISP, TEIL 2 188 3.10 DIE FUNKTIONEN WHERE UND WHEREVER 195 3.11
REKURSIVE FUNKTIONEN IN AUTOLISP . 198 3.12 DIE FUNKTION
NOTHING-HAPPENS 201 3.13 DIE FUNKTION MAPIN 203 3.14 EFFEKTE UND
SEITENEFFEKTE IN AUTOLISP- FUNKTIONEN 206 3.15 NAMESPACES IN AUTOLISP
208 3.16 DIE FUNKTION LET 212 3.17 DIE FUNKTION MAPCDR 214 3.18 DIE
GRENZEN VON AUTOLISP, TEIL 1 217 3.19 DIE GRENZEN VON AUTOLISP, TEIL 2
219 3.20 DESTRUKTIVE FORMEN ZU AUTOLISP- FUNKTIONEN 220 3.21 PARALLELE
UND SEQUENZIELLE ABARBEITUNG 221 3.22 FUNKTIONS-SCHABLONEN IN AUTOLISP.
225 3.23 ZUGRIFF AUF BLOECKE MIT ATTRIBUTEN 230 3.24 ACI-FARBEN UND IHRE
UMRECHNUNG IN RGB-WERTE 235 3.25 ABSTOPPEN VON LAUFZEITEN IN AUTOLISP
265 3.26 EIN SPIEL IN AUTOLISP 269 3.27 ERRORHANDLING IN AUTOLISP, TEIL
1 288 3.28 ERRORHANDLING IN AUTOLISP, TEIL 2 293 3.29 REGULAER
EXPRESSIONS IN AUTOLISP MIT PCRE, TEIL 1 302 3.30 REGULAER EXPRESSIONS IN
AUTOLISP MIT PCRE, TEIL 2 304 3.31 REGULAER EXPRESSIONS IN AUTOLISP MIT
PCRE, TEIL 3 308 3.32 REGULAER EXPRESSIONS IN AUTOLISP MIT PCRE, TEIL 4
311 4 AUTOLISP ACTIVEX 319 4.1 EINFUEHRUNG ZUM PROGRAMMIEREN MIT
VISUALLISP 319 4.2 DAS ACTIVEX-OBJEKTMODELL - GRUNDLAGEN VON VL, TEIL 1
323 4.3 DAS ACTIVEX-OBJEKTMODELL - GRUNDLAGEN VON VL, TEIL 2 329 4.4
FUNKTIONEN FUER DEN SCHNELLEN ZUGRIFF IN VISUALLISP 335 4.5 VARIANTS -
DER GUMMI-DATENTYP VON VBA IN VISUALLISP 339 4.6 COLLECTIONS -
VB-SAMMELBEHAELTER IN VISUALLISP 343 4.7 DAS AUFFANGEN VON FEHLERN IN
VISUALLISP 348 4.8 BERECHNEN VON SCHNITTPUNKTEN ZWISCHEN ENTITIES 353
4.9 EIN EINFACHER COMMAND-REAKTOR MIT VISUALLISP 358 4.10 IMPORTIEREN
VON VIEWS AUS EINER ZEICHNUNG 373 INDEX 377 |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Strube-Zettler, Axel Schönwald, Theodor |
author_facet | Strube-Zettler, Axel Schönwald, Theodor |
author_role | aut aut |
author_sort | Strube-Zettler, Axel |
author_variant | a s z asz t s ts |
building | Verbundindex |
bvnumber | BV022757404 |
classification_rvk | ST 250 ST 321 ZL 3250 |
classification_tum | DAT 811f |
ctrlnum | (OCoLC)188091248 (DE-599)BVBBV022757404 |
dewey-full | 005.133 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.133 |
dewey-search | 005.133 |
dewey-sort | 15.133 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Maschinenbau / Maschinenwesen Informatik |
discipline_str_mv | Maschinenbau / Maschinenwesen Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000 c 4500</leader><controlfield tag="001">BV022757404</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20190507</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">070912s2007 ad|| |||| 00||| ger d</controlfield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">98398834X</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9783446412170</subfield><subfield code="c">Pb. : ca. EUR 34.90, ca. EUR 35.90 (AT), ca. sfr 56.00</subfield><subfield code="9">978-3-446-41217-0</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">3446412174</subfield><subfield code="9">3-446-41217-4</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9783446412170</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)188091248</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV022757404</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">ger</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-210</subfield><subfield code="a">DE-29T</subfield><subfield code="a">DE-91G</subfield><subfield code="a">DE-12</subfield><subfield code="a">DE-M347</subfield><subfield code="a">DE-634</subfield><subfield code="a">DE-83</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.133</subfield><subfield code="2">22/ger</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 321</subfield><subfield code="0">(DE-625)143658:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ZL 3250</subfield><subfield code="0">(DE-625)156890:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 811f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">004</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Strube-Zettler, Axel</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Kochbuch AutoLISP</subfield><subfield code="b">AutoCAD programmieren mit LISP</subfield><subfield code="c">Axel Strube-Zettler ; Theodor Schönwald</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">München</subfield><subfield code="b">Hanser</subfield><subfield code="c">2007</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">380 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="650" ind1="0" ind2="7"><subfield code="a">AutoLISP</subfield><subfield code="0">(DE-588)4202872-3</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">AutoLISP</subfield><subfield code="0">(DE-588)4202872-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Schönwald, Theodor</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2=" "><subfield code="q">text/html</subfield><subfield code="u">http://deposit.dnb.de/cgi-bin/dokserv?id=2948283&prov=M&dok%5Fvar=1&dok%5Fext=htm</subfield><subfield code="3">Inhaltstext</subfield></datafield><datafield tag="856" ind1="4" ind2=" "><subfield code="u">http://deposit.dnb.de/cgi-bin/dokserv?id=2948283&prov=M&dok_var=1&dok_ext=htm</subfield><subfield code="3">Beschreibung für Leser</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=015963035&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-015963035</subfield></datafield></record></collection> |
id | DE-604.BV022757404 |
illustrated | Illustrated |
index_date | 2024-07-02T18:33:03Z |
indexdate | 2024-07-20T09:23:00Z |
institution | BVB |
isbn | 9783446412170 3446412174 |
language | German |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-015963035 |
oclc_num | 188091248 |
open_access_boolean | |
owner | DE-210 DE-29T DE-91G DE-BY-TUM DE-12 DE-M347 DE-634 DE-83 |
owner_facet | DE-210 DE-29T DE-91G DE-BY-TUM DE-12 DE-M347 DE-634 DE-83 |
physical | 380 S. Ill., graph. Darst. |
publishDate | 2007 |
publishDateSearch | 2007 |
publishDateSort | 2007 |
publisher | Hanser |
record_format | marc |
spelling | Strube-Zettler, Axel Verfasser aut Kochbuch AutoLISP AutoCAD programmieren mit LISP Axel Strube-Zettler ; Theodor Schönwald München Hanser 2007 380 S. Ill., graph. Darst. txt rdacontent n rdamedia nc rdacarrier AutoLISP (DE-588)4202872-3 gnd rswk-swf AutoLISP (DE-588)4202872-3 s DE-604 Schönwald, Theodor Verfasser aut text/html http://deposit.dnb.de/cgi-bin/dokserv?id=2948283&prov=M&dok%5Fvar=1&dok%5Fext=htm Inhaltstext http://deposit.dnb.de/cgi-bin/dokserv?id=2948283&prov=M&dok_var=1&dok_ext=htm Beschreibung für Leser GBV Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015963035&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Strube-Zettler, Axel Schönwald, Theodor Kochbuch AutoLISP AutoCAD programmieren mit LISP AutoLISP (DE-588)4202872-3 gnd |
subject_GND | (DE-588)4202872-3 |
title | Kochbuch AutoLISP AutoCAD programmieren mit LISP |
title_auth | Kochbuch AutoLISP AutoCAD programmieren mit LISP |
title_exact_search | Kochbuch AutoLISP AutoCAD programmieren mit LISP |
title_exact_search_txtP | Kochbuch AutoLISP AutoCAD programmieren mit LISP |
title_full | Kochbuch AutoLISP AutoCAD programmieren mit LISP Axel Strube-Zettler ; Theodor Schönwald |
title_fullStr | Kochbuch AutoLISP AutoCAD programmieren mit LISP Axel Strube-Zettler ; Theodor Schönwald |
title_full_unstemmed | Kochbuch AutoLISP AutoCAD programmieren mit LISP Axel Strube-Zettler ; Theodor Schönwald |
title_short | Kochbuch AutoLISP |
title_sort | kochbuch autolisp autocad programmieren mit lisp |
title_sub | AutoCAD programmieren mit LISP |
topic | AutoLISP (DE-588)4202872-3 gnd |
topic_facet | AutoLISP |
url | http://deposit.dnb.de/cgi-bin/dokserv?id=2948283&prov=M&dok%5Fvar=1&dok%5Fext=htm http://deposit.dnb.de/cgi-bin/dokserv?id=2948283&prov=M&dok_var=1&dok_ext=htm http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015963035&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT strubezettleraxel kochbuchautolispautocadprogrammierenmitlisp AT schonwaldtheodor kochbuchautolispautocadprogrammierenmitlisp |