Effektiv Programmieren in C und C++: eine Einführung mit Beispielen aus Mathematik, Naturwissenschaft und Technik
Gespeichert in:
Vorheriger Titel: | Herrmann, Dietmar Effektiv Programmieren in C |
---|---|
1. Verfasser: | |
Format: | Buch |
Sprache: | German |
Veröffentlicht: |
Braunschweig
Vieweg
1996
|
Ausgabe: | 3., vollst. überarb. und erw. Aufl. |
Schriftenreihe: | Vieweg Ausbildung und Studium
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | Literaturverz. S. 257 - 258 |
Beschreibung: | XIV, 451 S. 1 Diskette, 3,5" |
ISBN: | 3528246553 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV010596539 | ||
003 | DE-604 | ||
005 | 20120328 | ||
007 | t | ||
008 | 960202s1996 |||| 00||| ger d | ||
016 | 7 | |a 946101825 |2 DE-101 | |
020 | |a 3528246553 |9 3-528-24655-3 | ||
035 | |a (OCoLC)75664328 | ||
035 | |a (DE-599)BVBBV010596539 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a ger | |
049 | |a DE-20 |a DE-861 |a DE-91G |a DE-706 |a DE-83 | ||
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
084 | |a ST 260 |0 (DE-625)143632: |2 rvk | ||
084 | |a DAT 358f |2 stub | ||
100 | 1 | |a Herrmann, Dietmar |e Verfasser |4 aut | |
245 | 1 | 0 | |a Effektiv Programmieren in C und C++ |b eine Einführung mit Beispielen aus Mathematik, Naturwissenschaft und Technik |
250 | |a 3., vollst. überarb. und erw. Aufl. | ||
264 | 1 | |a Braunschweig |b Vieweg |c 1996 | |
300 | |a XIV, 451 S. |e 1 Diskette, 3,5" | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a Vieweg Ausbildung und Studium | |
500 | |a Literaturverz. S. 257 - 258 | ||
650 | 0 | 7 | |a C |g Programmiersprache |0 (DE-588)4113195-2 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a C++ |0 (DE-588)4193909-8 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a C |g Programmiersprache |0 (DE-588)4113195-2 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a C++ |0 (DE-588)4193909-8 |D s |
689 | 1 | |5 DE-604 | |
780 | 0 | 0 | |i Bis 2. Auflage |a Herrmann, Dietmar |t Effektiv Programmieren in C |
780 | 0 | 0 | |i Bis 2. Aufl. u.d.T. |a Herrmann, Dietmar |t Effektiv Programmieren in C |
856 | 4 | 2 | |m DNB Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=007066813&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-007066813 |
Datensatz im Suchindex
_version_ | 1813253249437794304 |
---|---|
adam_text |
INHALTSVERZEICHNIS
1
UEBERBLICK
.
1
1.1
DIE
GESCHICHTE
VON
C
.
1
1.2
C
ALS
PROGRAMMIERSPRACHE
.
3
1.3
DIE
BIBLIOTHEKSFUNKTIONEN
.
5
1.4
DIE
SPEICHERMODELLE
UNTER
MS-DOS
.
7
1.5
AUFBAU
EINES
C-PROGRAMMS
.
9
1.6
EIN
C-PROGRAMM
.
9
2
SYNTAX
.
11
2.1
ZEICHEN
.
11
2.2
BEZEICHNER
.
12
2.3
SCHLUESSELWOERTER
.
14
2.4
OPERATOREN
.
15
2.5
KONSTANTEN
.
17
2.6
ZEICHENKETTEN
.
19
2.7
KOMMENTARE
.
19
2.8
TRENNZEICHEN
.
20
2.9
TOKEN
.
20
2.10
AUSDRUECKE
.
21
2.11
ANWEISUNGEN
.
22
3
EINFACHE
DATENTYPEN
.
25
3.1
DER
TYP
INT
.
25
3.2
DER
TYP
UNSIGNED
INT
.
28
3
3
DERTYPCHAR
.
28
3.4
DER
TYP
UNSIGNED
CHAR
.
30
3-5
DER
TYP
SHORT
INT
.
31
3.6
DER
TYP
FLOAT
.
32
3.7
DER
TYP
LONG
INT
.
35
3.8
DER
TYP
DOUBLE
.
37
3
9
DER
TYP
LONG
DOUBLE
.
43
3.10
ARITHMETIK
.
46
3-11
DER
CAST-OPERATOR
.
48
3-12
DIE
EINGABE
MIT
SCANFF)
.
49
INHALTSVERZEICHNIS
3.13
UEBUNGEN
.
51
4
KONTROLLSTRUKTUREN
.
53
4.1
DIE
FOR-SCHLEIFE
.
53
4.2
DIE
WHILE-SCHLEIFE
.
56
4.3
DIE
DO-SCHLEIFE
.
58
4.4
DIE
IF-ANWEISUNG
.
61
4.5
DIE
SWITCH-ANWEISUNG
.
62
4.6
DIE
BREAK-ANWEISUNG
.
67
4.7
DIE
CONTINUE-ANWEISUNG
.
68
4.8
DIE
GOTO-ANWEISUNG
.
68
4.9
UEBUNGEN
.
69
5
REIHUNGEN
UND
ZEICHENKETTEN
.
71
5.1
REIHUNGEN
.
71
5.2
ZEICHENKETTEN
.
73
5.3
MEHRDIMENSIONALE
REIHUNGEN
.
74
5.4
SORTIEREN
UND
SUCHEN
IN
LISTEN
.
75
5.5
TABELLEN
.
81
5.6
MENGEN
.
83
5.7
UMRECHNUNG
INS
BINAERSYSTEM
.
87
5.8
POLYNOME
.
88
5.9
MATRIZEN
.
90
5.10
UEBUNGEN
.
92
6
POINTER
.
93
6.1
WAS
SIND
POINTER?
.
93
6.2
POINTER
UND
REIHUNGEN
.
98
6.3
POINTER-ARITHMETIK
.
99
6.4
POINTER
UND
ZEICHENKETTEN
.
102
6.5
POINTER
AUF
POINTER
.
108
6.6
DIE
SPEICHERVERWALTUNG
.
110
6.7
POINTER
AUF
FUNKTIONEN
.
115
6.8
UEBUNGEN
.
120
7
FUNKTIONEN
.
123
7.1
FUNKTIONEN
.
123
7.2
FUNKTIONS-PROTOTYPEN
.
126
7.3
MATHEMATISCHE
STANDARDFUNKTIONEN
.
128
7.4
PROZEDUREN
.
131
7.5
CALL
BY
REFERENCE
.
132
X
INHALTSVERZEICHNIS
7.6
STRINGFUNKTIONEN
.
136
7.7
ZEICHENFUNKTIONEN
.
140
7.8
UEBUNGEN
.
142
8
SPEICHERKLASSEN
.
145
8.1
DIE
SPEICHERKLASSE
AUTO(MATIC)
.
145
8.2
DIE
SPEICHERKLASSE
REGISTER
.
147
8.3
DIE
SPEICHERKLASSE
STATIC
.
148
8.4
DIE
SPEICHERKLASSE
EXTERN
.
151
8.5
DIE
SPEICHERKLASSE
VOLATILE
.
152
8.6
ZUSAMMENFASSUNG
.
152
9
OPERATOREN
UND
AUSDRUECKE
.
153
9.1
EINTEILUNG
DER
OPERATOREN
.
153
9.2
PRIORITAET
VON
OPERATOREN
.
157
9-3
LOGISCHE
OPERATOREN
.
158
9.4
DIE
BITOPERATIONEN
.
160
9-5
AUSDRUECKE
UND
L-VALUES
.
162
9-6
UEBUNGEN
.
164
10
REKURSION
.
165
10.1
DAS
REKURSIONSSCHEMA
.
165
10.2
GRENZEN
DER
REKURSION
.
168
10.3
DIE
TUERME
VON
HANOI
.
169
10.4
PERMUTATIONEN
.
173
10.5
QUICKSORT
.
175
10.6
DIE
ACKERMANN-FUNKTION
.
180
10.7
UEBUNGEN
.
182
11
HOEHERE
DATENTYPEN
.
183
11.1
DER
AUFZAEHLUNGSTYP
ENUM
.
183
11.2
DER
VERBUND
STRUCT
.
188
11.3
KOMPLEXE
ZAHLEN
UND
POLARKOORDINATEN
.
192
11.4
DER
DATENTYP
UNION
.
196
11.5
DER
DATENTYP
BITFELD
.
199
12
DYNAMISCHE
DATENSTRUKTUREN
.
203
12.1
DER
STACK
.
203
12.2
DIE
VERKETTETE
LISTE
.
212
12.3
DIE
DOPPELT
VERKETTETE
LISTE
.
219
12.4
DIE
VERKETTETE
RINGLISTE
.
221
XI
INHALTSVERZEICHNIS
12.5
DER
BINAERBAUM
.
224
12.6
HEAPSORT
.
228
12.7
DER
HUFFMANN-ALGORITHMUS
.
232
13
PRAEPROZESSOR
UND
BIBLIOTHEKEN
.
239
13-1
DER
PRAEPROZESSOR
.
239
13.2
DIE
HEADER-DATEIEN
.
243
13
3
FUNKTIONSAEHNLICHE
MACROS
.
252
13-4
VORBEREITUNG
EINES
QUELLCODES
.
255
14
DATEIEN
UND
STDIN
.
257
14.1
DIE
STANDARD-AUSGABE
(STDOUT)
.
257
14.2
DIE
STANDARD-EINGABE
(STDIN)
.
258
14.3
SEQUENTIELLE
DATEIEN
.
259
14.4
UMLEITUNG
VON
STDIN/STDOUT
.
262
14.5
DER
STANDARDDRUCKER
(STDPRN)
.
265
14.6
ARBEITEN
MIT
TEXTDATEIEN
.
270
14.7
OEFFNEN
EINES
BINAERFILES
(MS-DOS)
.
274
15
PROGRAMMIER-PRINZIPIEN
.
277
15.1
DIE
ITERATION
.
2H~1
15.2
DIE
REKURSION
.
279
15.3
DAS
TEILE-UND-HERRSCHE-PRINZIP
.
281
15.4
DIE
SIMULATION
.
284
15.5
DAS
BACKTRACKING
.
290
15.6
BRANCH
&
BOUND
.
294
16
SYSTEM-PROGRAMMIERUNG
(MS-DOS)
.
299
16.1
DIE
REGISTER
DES
8086
.
299
16.2
DAS
BIOS
.
301
16.3
DIE
DOS-FUNKTIONEN
.
304
16.4
DIE
IN/OUTPORT-FUNKTION
.
311
16.5
ABFRAGEN
VON
SPEICHERSTELLEN
.
313
16.6
DIE
DATEI
ANSI.SYS
.
316
16.7
WERTEUEBERGABE
AN
MS-DOS
.
319
16.8
ERZEUGEN
EINES
ASSEMBLER-CODES
.
320
17
C-PROGRAMME
AUS
VERSCHIEDENEN
BEREICHEN
.
323
17.1
NEWTON-ITERATION
.
323
17.2
RUENGE-KUTTA-FEHLBERG-VERFAHREN
.
326
17.3
MEHRSCHRITTVERFAHREN
VON
A
DAMS
-M
OULTON
.
329
XN
INHALTSVERZEICB
N
IS
17.4
GAUSS-INTEGRATION
.
332
17.5
ROMBERG-INTEGRATION
.
336
17.6
DAS
VON-MISES-VERFAHREN.
338
17.7
DAS
HOUSEHOLDER-VERFAHREN
.
341
17.8
BERECHNUNG
DER
NORMALVERTEILUNG
.
345
17.9
GRAFIK
FUER
ITERIERTE
FUNKTIONSSYSTEME
.
348
17.10
GRAFIK
VON
ZYKLOIDENKURVEN
.
351
18
EINFUEHRUNG
IN
OOP
.
357
18.1
EINE
KLASSE
MIT
OPERATOR-UEBERLADEN
.
358
18.2
EINE
KLASSE
MIT
EINFACHER
VERERBUNG
.
365
18.3
EINE
KLASSE
MIT
FRIEND-FUNKTIONEN
.
370
18.4
EINE
KLASSE
AUS
DER
ZAHLENTHEORIE
.
375
18.5
EINE
KLASSE
AUS
DER
BIOLOGIE
.
379
18.6
ZUSAMMENFASSUNG
.
383
19
VON
C
NACH
C++
.
385
19.1
WARUM
C++?
.
385
19-2
KOMMENTARE
.
387
19.3
SCHLUESSELWORT
CONST
.
387
19.4
MATHEMATISCHE
KONSTANTEN
.
388
19.5
DEKLARATION
INNERHALB
EINES
BLOCKS
.
388
19-6
GELTUNGSBEREICH-OPERATOR
::
.
389
19.7
VERKUERZTE
STRUKTURNAMEN
.
390
19-8
INLINE-FUNKTIONEN
.
390
19-9
DEFAULT-PARAMETER
BEI
FUNKTIONEN
.
391
19-10
UEBERLADEN
VON
FUNKTIONEN
.
392
19-11
REFERENZEN
.
392
19-12
LEERE
PARAMETERLISTE
EINER
FUNKTION
.
396
19-13
UEBERLADEN
VON
OPERATOREN
.
397
19-14
AUSGABE/EINGABESTROEME
IN
C++
.
397
19-15
LINKEN
MIT
C-OBJEKTCODE
.
399
19-16
TEMPLATE-FUNKTIONEN
.
400
19-17
ZUSAMMENFASSUNG
.
401
20
C++-PROGRAMME
AUS
VERSCHIEDENEN
BEREICHEN
.
403
20.1
EINE
DATUMS-KLASSE
.
403
20.2
EINE
KLASSE
ZUR
HYPOTHEKENTILGUNG
.
405
20.3
EINE
KLASSE
ZUM
DATENTYP
STACK
.
408
20.4
EINE
KLASSE
ZUR
DREIECKSBERECHNUNG
.
411
XIII
INHALTSVERZEICHNIS
20.5
EINE
KLASSE
ZUM
BISEKTIONSVERFAHREN
.
415
20.6
EINE
KLASSE
ZUR
NUMERISCHEN
INTEGRATION
.
417
20.7
EINE
KLASSE
ZUR
WAHRSCHEINLICHKEITSRECHNUNG
.
419
20.8
EINE
KLASSE
AUS
DER
STATISTIK
.
422
20.9
EINE
KLASSE
AUS
DER
ATOMPHYSIK
.
427
20.10
EINE
KLASSE
AUS
DER
ASTRONOMIE
.
429
ANHANG
.
435
A.L
LITERATURVERZEICHNIS
.
435
A.2
VERZEICHNIS
DER
BEISPIELPROGRAMME
.
437
SACHWORTVERZEICHNIS
.
443
XIV |
any_adam_object | 1 |
author | Herrmann, Dietmar |
author_facet | Herrmann, Dietmar |
author_role | aut |
author_sort | Herrmann, Dietmar |
author_variant | d h dh |
building | Verbundindex |
bvnumber | BV010596539 |
classification_rvk | ST 250 ST 260 |
classification_tum | DAT 358f |
ctrlnum | (OCoLC)75664328 (DE-599)BVBBV010596539 |
discipline | Informatik |
edition | 3., vollst. überarb. und erw. Aufl. |
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">BV010596539</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20120328</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">960202s1996 |||| 00||| ger d</controlfield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">946101825</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">3528246553</subfield><subfield code="9">3-528-24655-3</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)75664328</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV010596539</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">ger</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-20</subfield><subfield code="a">DE-861</subfield><subfield code="a">DE-91G</subfield><subfield code="a">DE-706</subfield><subfield code="a">DE-83</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 260</subfield><subfield code="0">(DE-625)143632:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 358f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Herrmann, Dietmar</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Effektiv Programmieren in C und C++</subfield><subfield code="b">eine Einführung mit Beispielen aus Mathematik, Naturwissenschaft und Technik</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">3., vollst. überarb. und erw. Aufl.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Braunschweig</subfield><subfield code="b">Vieweg</subfield><subfield code="c">1996</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XIV, 451 S.</subfield><subfield code="e">1 Diskette, 3,5"</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">Vieweg Ausbildung und Studium</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Literaturverz. S. 257 - 258</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">C</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4113195-2</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">C++</subfield><subfield code="0">(DE-588)4193909-8</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">C</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4113195-2</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">C++</subfield><subfield code="0">(DE-588)4193909-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="780" ind1="0" ind2="0"><subfield code="i">Bis 2. Auflage</subfield><subfield code="a">Herrmann, Dietmar</subfield><subfield code="t">Effektiv Programmieren in C</subfield></datafield><datafield tag="780" ind1="0" ind2="0"><subfield code="i">Bis 2. Aufl. u.d.T.</subfield><subfield code="a">Herrmann, Dietmar</subfield><subfield code="t">Effektiv Programmieren in C</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">DNB 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=007066813&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-007066813</subfield></datafield></record></collection> |
id | DE-604.BV010596539 |
illustrated | Not Illustrated |
indexdate | 2024-10-18T12:04:12Z |
institution | BVB |
isbn | 3528246553 |
language | German |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-007066813 |
oclc_num | 75664328 |
open_access_boolean | |
owner | DE-20 DE-861 DE-91G DE-BY-TUM DE-706 DE-83 |
owner_facet | DE-20 DE-861 DE-91G DE-BY-TUM DE-706 DE-83 |
physical | XIV, 451 S. 1 Diskette, 3,5" |
publishDate | 1996 |
publishDateSearch | 1996 |
publishDateSort | 1996 |
publisher | Vieweg |
record_format | marc |
series2 | Vieweg Ausbildung und Studium |
spelling | Herrmann, Dietmar Verfasser aut Effektiv Programmieren in C und C++ eine Einführung mit Beispielen aus Mathematik, Naturwissenschaft und Technik 3., vollst. überarb. und erw. Aufl. Braunschweig Vieweg 1996 XIV, 451 S. 1 Diskette, 3,5" txt rdacontent n rdamedia nc rdacarrier Vieweg Ausbildung und Studium Literaturverz. S. 257 - 258 C Programmiersprache (DE-588)4113195-2 gnd rswk-swf C++ (DE-588)4193909-8 gnd rswk-swf C Programmiersprache (DE-588)4113195-2 s DE-604 C++ (DE-588)4193909-8 s Bis 2. Auflage Herrmann, Dietmar Effektiv Programmieren in C Bis 2. Aufl. u.d.T. Herrmann, Dietmar Effektiv Programmieren in C DNB Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=007066813&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Herrmann, Dietmar Effektiv Programmieren in C und C++ eine Einführung mit Beispielen aus Mathematik, Naturwissenschaft und Technik C Programmiersprache (DE-588)4113195-2 gnd C++ (DE-588)4193909-8 gnd |
subject_GND | (DE-588)4113195-2 (DE-588)4193909-8 |
title | Effektiv Programmieren in C und C++ eine Einführung mit Beispielen aus Mathematik, Naturwissenschaft und Technik |
title_auth | Effektiv Programmieren in C und C++ eine Einführung mit Beispielen aus Mathematik, Naturwissenschaft und Technik |
title_exact_search | Effektiv Programmieren in C und C++ eine Einführung mit Beispielen aus Mathematik, Naturwissenschaft und Technik |
title_full | Effektiv Programmieren in C und C++ eine Einführung mit Beispielen aus Mathematik, Naturwissenschaft und Technik |
title_fullStr | Effektiv Programmieren in C und C++ eine Einführung mit Beispielen aus Mathematik, Naturwissenschaft und Technik |
title_full_unstemmed | Effektiv Programmieren in C und C++ eine Einführung mit Beispielen aus Mathematik, Naturwissenschaft und Technik |
title_old | Herrmann, Dietmar Effektiv Programmieren in C |
title_short | Effektiv Programmieren in C und C++ |
title_sort | effektiv programmieren in c und c eine einfuhrung mit beispielen aus mathematik naturwissenschaft und technik |
title_sub | eine Einführung mit Beispielen aus Mathematik, Naturwissenschaft und Technik |
topic | C Programmiersprache (DE-588)4113195-2 gnd C++ (DE-588)4193909-8 gnd |
topic_facet | C Programmiersprache C++ |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=007066813&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT herrmanndietmar effektivprogrammierenincundceineeinfuhrungmitbeispielenausmathematiknaturwissenschaftundtechnik |