Classical and quantum computing with C++ and Java simulations:
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Basel [u.a.]
Birkhäuser
2001
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XXIII, 589 S. Ill. |
ISBN: | 3764366109 |
Internformat
MARC
LEADER | 00000nam a22000008c 4500 | ||
---|---|---|---|
001 | BV013952787 | ||
003 | DE-604 | ||
005 | 20020121 | ||
007 | t | ||
008 | 011002s2001 gw a||| |||| 00||| eng d | ||
016 | 7 | |a 962716944 |2 DE-101 | |
020 | |a 3764366109 |9 3-7643-6610-9 | ||
035 | |a (OCoLC)248262858 | ||
035 | |a (DE-599)BVBBV013952787 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
044 | |a gw |c DE | ||
049 | |a DE-29T |a DE-634 |a DE-83 | ||
050 | 0 | |a QA76.73.C153 | |
082 | 0 | |a 005.13/3 |2 21 | |
084 | |a ST 120 |0 (DE-625)143585: |2 rvk | ||
100 | 1 | |a Hardy, Yorick |d 1976- |e Verfasser |0 (DE-588)121556808 |4 aut | |
245 | 1 | 0 | |a Classical and quantum computing with C++ and Java simulations |c Yorick Hardy ; Willi-Hans Steeb |
264 | 1 | |a Basel [u.a.] |b Birkhäuser |c 2001 | |
300 | |a XXIII, 589 S. |b Ill. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 7 | |a C (programmeertaal) |2 gtt | |
650 | 4 | |a C++ (Langage de programmation) | |
650 | 4 | |a Java (Langage de programmation) | |
650 | 7 | |a Java (programmeertaal) |2 gtt | |
650 | 7 | |a Programmatuurtechniek |2 gtt | |
650 | 4 | |a C++ (Computer program language) | |
650 | 4 | |a Java (Computer program language) | |
650 | 0 | 7 | |a Programm |0 (DE-588)4047394-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Soft Computing |0 (DE-588)4455833-8 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Quantencomputer |0 (DE-588)4533372-5 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Datenverarbeitung |0 (DE-588)4011152-0 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Boolesche Algebra |0 (DE-588)4146280-4 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Wissenschaftliches Rechnen |0 (DE-588)4338507-2 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Wissenschaftliches Rechnen |0 (DE-588)4338507-2 |D s |
689 | 0 | 1 | |a Datenverarbeitung |0 (DE-588)4011152-0 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a Wissenschaftliches Rechnen |0 (DE-588)4338507-2 |D s |
689 | 1 | |5 DE-604 | |
689 | 2 | 0 | |a Quantencomputer |0 (DE-588)4533372-5 |D s |
689 | 2 | |5 DE-604 | |
689 | 3 | 0 | |a Soft Computing |0 (DE-588)4455833-8 |D s |
689 | 3 | |5 DE-604 | |
689 | 4 | 0 | |a Boolesche Algebra |0 (DE-588)4146280-4 |D s |
689 | 4 | |5 DE-604 | |
689 | 5 | 0 | |a Wissenschaftliches Rechnen |0 (DE-588)4338507-2 |D s |
689 | 5 | 1 | |a Programm |0 (DE-588)4047394-6 |D s |
689 | 5 | |5 DE-604 | |
700 | 1 | |a Steeb, Willi-Hans |d 1945- |e Verfasser |0 (DE-588)12155614X |4 aut | |
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=009548729&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-009548729 |
Datensatz im Suchindex
_version_ | 1808136967506886656 |
---|---|
adam_text |
CONTENTS
LIST
OF
TABLES
.
XIII
LIST
OF
FIGURES
.
XV
LIST
OF
SYMBOLS
.
XIX
PREFACE
.
XXI
I
CLASSICAL
COMPUTING
1
ALGORITHMS
1.1
ALGORITHMS
.
3
1.2
ALGORITHM
VERIFICATION
.
6
1.3
RANDOM
ALGORITHMS
.
10
1.4
TOTAL
AND
PARTIAL
FUNCTIONS
.
15
1.5
ALPHABETS
AND
WORDS
.
18
2
BOOLEAN
ALGEBRA
2.1
INTRODUCTION
.
23
2.2
DEFINITIONS
.
24
2.3
RULES
AND
LAWS
OF
BOOLEAN
ALGEBRA
.
26
2.4
DEMORGAN
'
S
THEOREM
.
27
2.5
FURTHER
DEFINITIONS
.
27
2.6
BOOLEAN
FUNCTION
IMPLEMENTATION
.
32
2.6.1
KARNAUGH
MAPS
.
35
2.6.2
QUINE-MCKLUSKEY
METHOD
.
38
2.7
EXAMPLE
PROGRAMS
.
41
2.7.1
EFFICIENT
SET
OPERATIONS
USING
BOOLEAN
ALGEBRA
.
41
2.7.2
QUINE-MCKLUSKEY
IMPLEMENTATION
.
46
VI
CONTENTS
3
NUMBER
REPRESENTATION
3.1
BINARY,
DECIMAL
AND
HEXADECIMAL
NUMBERS
.
51
3.1.1
CONVERSION
.
53
3.1.2
ARITHMETIC
.
58
3.1.3
SIGNED
INTEGERS
.
60
3.1.4
OVERFLOW
.
67
3.1.5
BINARY-CODED
DECIMAL
FORM
.
70
3.2
FLOATING
POINT
REPRESENTATION
72
3.2.1
INTRODUCTION
.
72
3.2.2
REPRESENTATION
.
74
4
LOGIC
GATES
4.1
INTRODUCTION
.
79
4.2
GATES
.
80
4.2.1
AND
GATE
.
80
4.2.2
OR
GATE
.
81
4.2.3
XOR
GATE
.
82
4.2.4
NOT
GATE
(INVERTER)
.
83
4.2.5
NAND
GATE
.
84
4.2.6
NOR
GATE
.
85
4.2.7
XNOR
GATE
.
86
4.3
BUFFER
.
87
4.4
TRI-STATE
LOGIC
.
88
4.5
FEEDBACK
AND
GATES
.
89
5
COMBINATIONAL
CIRCUITS
5.1
INTRODUCTION
.
91
5.2
DECODER
.
92
5.3
ENCODER
.
93
5.4
DEMULTIPLEXER
.
96
5.5
MULTIPLEXER
.
97
5.6
BINARY
ADDER
.
98
5.6.1
BINARY
HALF
ADDER
.
98
5.6.2
BINARY
FULL
ADDER
.
99
5.6.3
BINARY
FOUR-BIT
ADDER
.
100
5.6.4
FASTER
ADDITION
.
101
5.7
BINARY
SUBTRACTION
.
102
5.8
BINARY
MULTIPLICATION
.
103
5.8.1
UNSIGNED
INTEGER
MULTIPLICATION
.
103
5.8.2
FAST
MULTIPLICATION
.
105
5.8.3
SIGNED
INTEGER
MULTIPLICATION
.
106
5.9
BINARY
DIVISION
.
107
CONTENTS
VII
5.10
MAGNITUDE
COMPARATOR
.
108
5.11
4-BIT
ALU
.
110
5.12
READ
ONLY
MEMORY
(ROM)
.
112
5.13
COMBINATIONAL
PROGRAMMABLE
LOGIC
DEVICES
.
113
5.14
PROGRAMMABLE
GATE
ARRAYS
.
117
5.15
VHDL
.
118
6
LATCHES
AND
REGISTERS
6.1
INTRODUCTION
.
119
6.2
SR
LATCH
.
120
6.3
D
LATCH
.
121
6.4
JK
LATCH
.
122
6.5
D
REGISTER
.
123
6.6
JK
REGISTER
.
124
7
SYNCHRONOUS
CIRCUITS
7.1
INTRODUCTION
.
125
7.2
SHIFT
REGISTERS
.
127
7.3
BINARY
COUNTER
.
129
7.4
EXAMPLE
PROGRAM
.
133
8
RECURSION
8.1
INTRODUCTION
.
135
8.2
EXAMPLE
PROGRAMS
.
140
8.3
MUTUAL
RECURSION
.
152
8.4
WAVELETS
AND
RECURSION
.
156
8.5
PRIMITIVE
RECURSIVE
FUNCTIONS
.
162
8.6
BACKTRACKING
.
165
8.7
STACKS
AND
RECURSION
MECHANISMS
.
168
8.7.1
RECURSION
USING
STACKS
.
168
8.7.2
STACK
FREE
RECURSION
.
169
9
ABSTRACT
DATA
TYPES
9.1
INTRODUCTION
.
171
9.2
LINKED
LIST
.
172
9.3
STACK
.
187
9.4
TYEE
.
190
VIII
CONTENTS
10
ERROR
DETECTION
AND
CORRECTION
10.1
INTRODUCTION
.
197
10.2
PARITY
FUNCTION
.
198
10.3
HAMMING
CODES
.
199
10.4
WEIGHTED
CHECKSUM
.
204
10.5
NOISELESS
CODING
THEOREM
.
205
10.6
EXAMPLE
PROGRAMS
.
208
11
CRYPTOGRAPHY
11.1
INTRODUCTION
.
215
11.2
CLASSICAL
CYPHER
SYSTEMS
.
216
11.3
PUBLIC
KEY
CRYPTOGRAPHY
.
221
12
FINITE
STATE
MACHINES
12.1
INTRODUCTION
.
229
12.2
FINITE
AUTOMATA
.
230
12.3
FINITE
AUTOMATA
WITH
OUTPUT
.
233
12.4
TURING
MACHINES
.
238
12.5
EXAMPLE
PROGRAMS
.
244
13
COMPUTABILITY
AND
COMPLEXITY
13.1
INTRODUCTION
.
251
13.2
COMPUTABILITY
.
252
13.2.1
CHURCH
'
S
THESIS
.
252
13.2.2
THE
HALTING
PROBLEM
.
253
13.3
GODEL
'
S
INCOMPLETENESS
THEOREM
.
254
13.3.1
GODEL
NUMBERING
.
254
13.3.2
GODEL
'
S
INCOMPLETENESS
THEOREM
.
256
13.4
COMPLEXITY
.
256
13.4.1
COMPLEXITY
OF
BIT
STRINGS
.
256
13.4.2
NP-CLASS
OF
PROBLEMS
.
259
14
NEURAL
NETWORKS
14.1
INTRODUCTION
.
261
14.2
HYPERPLANES
.
266
14.3
PERCEPTRON
.
268
14.3.1
INTRODUCTION
.
268
14.3.2
BOOLEAN
FUNCTIONS
.
272
14.3.3
PERCEPTRON
LEARNING
.
275
14.3.4
QUADRATIC
THRESHOLD
GATES
.
279
14.3.5
ONE
AND
TWO
LAYERED
NETWORKS
.
282
CONTENTS
IX
14.3.6
PERCEPTRON
LEARNING
ALGORITHM
.
283
14.3.7
THE
XOR
PROBLEM
AND
TWO-LAYERED
NETWORKS
.
289
14.4
MULTILAYER
PERCEPTRONS
.
294
14.4.1
INTRODUCTION
.
294
14.4.2
CYBENKO
'
S
THEOREM
.
295
14.4.3
BACK-PROPAGATION
ALGORITHM
.
296
15
GENETIC
ALGORITHMS
15.1
INTRODUCTION
.
313
15.2
THE
SEQUENTIAL
GENETIC
ALGORITHM
.
315
15.3
GRAY
CODE
.
320
15.4
SCHEMATA
THEOREM
.
323
15.5
MARKOV
CHAIN
ANALYSIS
.
326
15.6
BIT
SET
CLASSES
IN
C+-I
AND
JAVA
.
328
15.7
A
BIT
VECTOR
CLASS
.
333
15.8
MAXIMUM
OF
ONE-DIMENSIONAL
MAPS
.
337
15.9
MAXIMUM
OF
TWO-DIMENSIONAL
MAPS
.
346
15.10
THE
FOUR
COLOUR
PROBLEM
.
356
15.11
PROBLEMS
WITH
CONSTRAINTS
.
360
15.11.1
INTRODUCTION
.
360
15.11.2
KNAPSACK
PROBLEM
.
362
15.11.3
TRAVELING
SALESMAN
PROBLEM
.
368
15.12
OTHER
APPLICATIONS
FOR
GENETIC
ALGORITHMS
.
380
15.13
DISTRIBUTED
GLOBAL
OPTIMIZATION
.
381
15.14
GENETIC
PROGRAMMING
.
384
15.15
GENE
EXPRESSION
PROGRAMMING
.
392
II
QUANTUM
COMPUTING
16
QUANTUM
MECHANICS
16.1
HILBERT
SPACES
.
403
16.2
LINEAR
OPERATORS
IN
HILBERT
SPACES
.
417
16.3
SCHMIDT
DECOMPOSITION
.
431
16.4
SPIN
MATRICES
AND
KRONECKER
PRODUCT
.
434
16.5
POSTULATES
OF
QUANTUM
MECHANICS
.
442
X
CONTENTS
17
QUANTUM
BITS
AND
QUANTUM
COMPUTATION
17.1
INTRODUCTION
.
451
17.2
QUANTUM
BITS
AND
QUANTUM
REGISTERS
.
452
17.2.1
QUANTUM
BITS
.
452
17.2.2
QUANTUM
REGISTERS
.
453
17.3
ENTANGLED
STATES
.
455
17.4
QUANTUM
GATES
.
463
17.4.1
INTRODUCTION
.
463
17.4.2
NOT
GATE
.
464
17.4.3
WALSH-HADAMARD
GATE
.
465
17.4.4
XOR
AND
THE
CONTROLLED
NOT
GATE
.
467
17.4.5
OTHER
QUANTUM
GATES
.
468
17.4.6
UNIVERSAL
SETS
OF
QUANTUM
GATES
.
471
17.4.7
FUNCTIONS
.
472
17.5
GARBAGE
DISPOSAL
.
476
17.6
QUANTUM
COPYING
.
477
17.7
EXAMPLE
PROGRAMS
.
480
18
MEASUREMENT
AND
QUANTUM
STATES
18.1
INTRODUCTION
.
491
18.2
MEASUREMENT
PROBLEM
.
492
18.3
COPENHAGEN
INTERPRETATION
.
493
18.4
HIDDEN
VARIABLE
THEORIES
.
495
18.5
EVERETT
INTERPRETATION
.
496
18.6
BASIS
DEGENERACY
PROBLEM
.
498
18.7
INFORMATION
THEORETIC
VIEWPOINT
.
500
19
QUANTUM
STATE
MACHINES
19.1
INTRODUCTION
.
501
19.2
QUANTUM
AUTOMATA
.
501
19.3
QUANTUM
TURING
MACHINES
.
504
20
TELEPORTATION
20.1
INTRODUCTION
.
507
20.2
TELEPORTATION
ALGORITHM
.
508
20.3
EXAMPLE
PROGRAM
.
511
CONTENTS
XI
21
QUANTUM
ALGORITHMS
21.1
DEUTSCH
'
S
PROBLEM
.
515
21.2
SIMON
'
S
PROBLEM
.
519
21.3
QUANTUM
FOURIER
TRANSFORM
.
522
21.4
FACTORING
(SHOR
'
S
ALGORITHM)
.
524
21.5
THE
HIDDEN
SUBGROUP
PROBLEM
.
528
21.6
UNSTRUCTURED
SEARCH
(GROVER
'
S
ALGORITHM)
.
530
21.7
QUANTUM
KEY
DISTRIBUTION
.
537
21.8
DENSE
CODING
.
539
22
QUANTUM
INFORMATION
THEORY
22.1
INTRODUCTION
.
541
22.2
VON
NEUMANN
ENTROPY
.
542
22.3
MEASURES
OF
ENTANGLEMENT
.
543
22.3.1
BELL
'
S
INEQUALITY
.
543
22.3.2
ENTANGLEMENT
OF
FORMATION
.
545
22.3.3
CONDITIONS
ON
ENTANGLEMENT
MEASURES
.
546
22.4
QUANTUM
CODING
.
548
22.5
HOLEVO
BOUND
.
554
23
QUANTUM
ERROR
DETECTION
AND
CORRECTION
23.1
INTRODUCTION
.
555
23.2
THE
NINE-QUBIT
CODE
.
556
23.3
THE
SEVEN-QUBIT
CODE
.
558
23.4
EFFICIENCY
AND
THE
FIVE-QUBIT
CODE
.
559
23.5
STABILIZER
CODES
.
561
24
QUANTUM
HARDWARE
24.1
INTRODUCTION
.
563
24.2
TRAPPED
IONS
.
564
24.3
CAVITY
QUANTUM
ELECTRODYNAMICS
.
565
24.4
QUANTUM
DOTS
.
566
24.5
NUCLEAR
MAGNETIC
RESONANCE
SPECTROSCOPY
.
569
25
INTERNET
RESOURCES
.
571
BIBLIOGRAPHY
.
573
INDEX
.
585 |
any_adam_object | 1 |
author | Hardy, Yorick 1976- Steeb, Willi-Hans 1945- |
author_GND | (DE-588)121556808 (DE-588)12155614X |
author_facet | Hardy, Yorick 1976- Steeb, Willi-Hans 1945- |
author_role | aut aut |
author_sort | Hardy, Yorick 1976- |
author_variant | y h yh w h s whs |
building | Verbundindex |
bvnumber | BV013952787 |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.73.C153 |
callnumber-search | QA76.73.C153 |
callnumber-sort | QA 276.73 C153 |
callnumber-subject | QA - Mathematics |
classification_rvk | ST 120 |
ctrlnum | (OCoLC)248262858 (DE-599)BVBBV013952787 |
dewey-full | 005.13/3 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.13/3 |
dewey-search | 005.13/3 |
dewey-sort | 15.13 13 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a22000008c 4500</leader><controlfield tag="001">BV013952787</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20020121</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">011002s2001 gw a||| |||| 00||| eng d</controlfield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">962716944</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">3764366109</subfield><subfield code="9">3-7643-6610-9</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)248262858</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV013952787</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="044" ind1=" " ind2=" "><subfield code="a">gw</subfield><subfield code="c">DE</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-29T</subfield><subfield code="a">DE-634</subfield><subfield code="a">DE-83</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA76.73.C153</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.13/3</subfield><subfield code="2">21</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 120</subfield><subfield code="0">(DE-625)143585:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Hardy, Yorick</subfield><subfield code="d">1976-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)121556808</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Classical and quantum computing with C++ and Java simulations</subfield><subfield code="c">Yorick Hardy ; Willi-Hans Steeb</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Basel [u.a.]</subfield><subfield code="b">Birkhäuser</subfield><subfield code="c">2001</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XXIII, 589 S.</subfield><subfield code="b">Ill.</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=" " ind2="7"><subfield code="a">C (programmeertaal)</subfield><subfield code="2">gtt</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">C++ (Langage de programmation)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Java (Langage de programmation)</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Java (programmeertaal)</subfield><subfield code="2">gtt</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Programmatuurtechniek</subfield><subfield code="2">gtt</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">C++ (Computer program language)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Java (Computer program language)</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Programm</subfield><subfield code="0">(DE-588)4047394-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Soft Computing</subfield><subfield code="0">(DE-588)4455833-8</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Quantencomputer</subfield><subfield code="0">(DE-588)4533372-5</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Datenverarbeitung</subfield><subfield code="0">(DE-588)4011152-0</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Boolesche Algebra</subfield><subfield code="0">(DE-588)4146280-4</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Wissenschaftliches Rechnen</subfield><subfield code="0">(DE-588)4338507-2</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Wissenschaftliches Rechnen</subfield><subfield code="0">(DE-588)4338507-2</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Datenverarbeitung</subfield><subfield code="0">(DE-588)4011152-0</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">Wissenschaftliches Rechnen</subfield><subfield code="0">(DE-588)4338507-2</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="2" ind2="0"><subfield code="a">Quantencomputer</subfield><subfield code="0">(DE-588)4533372-5</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="2" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="3" ind2="0"><subfield code="a">Soft Computing</subfield><subfield code="0">(DE-588)4455833-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="3" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="4" ind2="0"><subfield code="a">Boolesche Algebra</subfield><subfield code="0">(DE-588)4146280-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="4" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="5" ind2="0"><subfield code="a">Wissenschaftliches Rechnen</subfield><subfield code="0">(DE-588)4338507-2</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="5" ind2="1"><subfield code="a">Programm</subfield><subfield code="0">(DE-588)4047394-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="5" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Steeb, Willi-Hans</subfield><subfield code="d">1945-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)12155614X</subfield><subfield code="4">aut</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=009548729&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-009548729</subfield></datafield></record></collection> |
id | DE-604.BV013952787 |
illustrated | Illustrated |
indexdate | 2024-08-23T00:43:04Z |
institution | BVB |
isbn | 3764366109 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-009548729 |
oclc_num | 248262858 |
open_access_boolean | |
owner | DE-29T DE-634 DE-83 |
owner_facet | DE-29T DE-634 DE-83 |
physical | XXIII, 589 S. Ill. |
publishDate | 2001 |
publishDateSearch | 2001 |
publishDateSort | 2001 |
publisher | Birkhäuser |
record_format | marc |
spelling | Hardy, Yorick 1976- Verfasser (DE-588)121556808 aut Classical and quantum computing with C++ and Java simulations Yorick Hardy ; Willi-Hans Steeb Basel [u.a.] Birkhäuser 2001 XXIII, 589 S. Ill. txt rdacontent n rdamedia nc rdacarrier C (programmeertaal) gtt C++ (Langage de programmation) Java (Langage de programmation) Java (programmeertaal) gtt Programmatuurtechniek gtt C++ (Computer program language) Java (Computer program language) Programm (DE-588)4047394-6 gnd rswk-swf Soft Computing (DE-588)4455833-8 gnd rswk-swf Quantencomputer (DE-588)4533372-5 gnd rswk-swf Datenverarbeitung (DE-588)4011152-0 gnd rswk-swf Boolesche Algebra (DE-588)4146280-4 gnd rswk-swf Wissenschaftliches Rechnen (DE-588)4338507-2 gnd rswk-swf Wissenschaftliches Rechnen (DE-588)4338507-2 s Datenverarbeitung (DE-588)4011152-0 s DE-604 Quantencomputer (DE-588)4533372-5 s Soft Computing (DE-588)4455833-8 s Boolesche Algebra (DE-588)4146280-4 s Programm (DE-588)4047394-6 s Steeb, Willi-Hans 1945- Verfasser (DE-588)12155614X aut DNB Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=009548729&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Hardy, Yorick 1976- Steeb, Willi-Hans 1945- Classical and quantum computing with C++ and Java simulations C (programmeertaal) gtt C++ (Langage de programmation) Java (Langage de programmation) Java (programmeertaal) gtt Programmatuurtechniek gtt C++ (Computer program language) Java (Computer program language) Programm (DE-588)4047394-6 gnd Soft Computing (DE-588)4455833-8 gnd Quantencomputer (DE-588)4533372-5 gnd Datenverarbeitung (DE-588)4011152-0 gnd Boolesche Algebra (DE-588)4146280-4 gnd Wissenschaftliches Rechnen (DE-588)4338507-2 gnd |
subject_GND | (DE-588)4047394-6 (DE-588)4455833-8 (DE-588)4533372-5 (DE-588)4011152-0 (DE-588)4146280-4 (DE-588)4338507-2 |
title | Classical and quantum computing with C++ and Java simulations |
title_auth | Classical and quantum computing with C++ and Java simulations |
title_exact_search | Classical and quantum computing with C++ and Java simulations |
title_full | Classical and quantum computing with C++ and Java simulations Yorick Hardy ; Willi-Hans Steeb |
title_fullStr | Classical and quantum computing with C++ and Java simulations Yorick Hardy ; Willi-Hans Steeb |
title_full_unstemmed | Classical and quantum computing with C++ and Java simulations Yorick Hardy ; Willi-Hans Steeb |
title_short | Classical and quantum computing with C++ and Java simulations |
title_sort | classical and quantum computing with c and java simulations |
topic | C (programmeertaal) gtt C++ (Langage de programmation) Java (Langage de programmation) Java (programmeertaal) gtt Programmatuurtechniek gtt C++ (Computer program language) Java (Computer program language) Programm (DE-588)4047394-6 gnd Soft Computing (DE-588)4455833-8 gnd Quantencomputer (DE-588)4533372-5 gnd Datenverarbeitung (DE-588)4011152-0 gnd Boolesche Algebra (DE-588)4146280-4 gnd Wissenschaftliches Rechnen (DE-588)4338507-2 gnd |
topic_facet | C (programmeertaal) C++ (Langage de programmation) Java (Langage de programmation) Java (programmeertaal) Programmatuurtechniek C++ (Computer program language) Java (Computer program language) Programm Soft Computing Quantencomputer Datenverarbeitung Boolesche Algebra Wissenschaftliches Rechnen |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=009548729&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT hardyyorick classicalandquantumcomputingwithcandjavasimulations AT steebwillihans classicalandquantumcomputingwithcandjavasimulations |