Ada 95 rationale: the language, the standard libraries
Gespeichert in:
Format: | Buch |
---|---|
Sprache: | English |
Veröffentlicht: |
Berlin u.a.
Springer
1997
|
Schriftenreihe: | Lecture notes in computer science
1247 |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XII, 458 S. |
ISBN: | 3540631437 |
Internformat
MARC
LEADER | 00000nam a2200000 cb4500 | ||
---|---|---|---|
001 | BV011358070 | ||
003 | DE-604 | ||
005 | 19970918 | ||
007 | t| | ||
008 | 970521s1997 gw |||| 00||| eng d | ||
016 | 7 | |a 950377767 |2 DE-101 | |
020 | |a 3540631437 |9 3-540-63143-7 | ||
035 | |a (OCoLC)123263679 | ||
035 | |a (DE-599)BVBBV011358070 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
044 | |a gw |c DE | ||
049 | |a DE-91G |a DE-384 |a DE-739 |a DE-703 |a DE-19 |a DE-706 |a DE-634 |a DE-83 |a DE-188 | ||
050 | 0 | |a QA76.73.A35A217 1995 | |
082 | 0 | |a 005.13/3 |2 21 | |
082 | 0 | |a 005.13/3 21 | |
084 | |a SS 4800 |0 (DE-625)143528: |2 rvk | ||
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
084 | |a DAT 356f |2 stub | ||
084 | |a 28 |2 sdnb | ||
245 | 1 | 0 | |a Ada 95 rationale |b the language, the standard libraries |c John Barnes (ed.) |
264 | 1 | |a Berlin u.a. |b Springer |c 1997 | |
300 | |a XII, 458 S. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 1 | |a Lecture notes in computer science |v 1247 | |
650 | 4 | |a Ada 95 (Computer program language) | |
650 | 0 | 7 | |a Ada 95 |0 (DE-588)4436900-1 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Ada 95 |0 (DE-588)4436900-1 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Barnes, J. G. P. |d 1937- |e Sonstige |0 (DE-588)129627658 |4 oth | |
830 | 0 | |a Lecture notes in computer science |v 1247 |w (DE-604)BV000000607 |9 1247 | |
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=007633234&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-007633234 |
Datensatz im Suchindex
_version_ | 1816344733070393344 |
---|---|
adam_text |
CONTENTS
FOREWORD
.
III
PREFACE
.
V
PARTONE
INTRODUCTION
I
EVOLUTION
OF
ADA
95
.
1-1
1.1
THE
REVISION
PROCESS
.
1-1
1.2
THE
REQUIREMENTS
.
1-2
1.3
THE
MAIN USER
NEEDS
.
1-3
1.4
THE
APPROACH
.
1-4
1.5
USING
THIS
DOCUMENT
.
1-5
II
HIGHLIGHTS
OF
ADA
95
.
H-L
N.L
PROGRAMMING
BY
EXTENSION
.JI-2
N.2
CLASS
WIDE
PROGRAMMING
.H-7
N.3
ABSTRACT
TYPES
AND
SUBPROGRAMS
.U-9
N.4
SUMMARY
OF
TYPE
EXTENSION
.
11-10
N.5
DYNAMIC
SELECTION
.
H-L
1
II.6
OTHER
ACCESS
TYPES
.
11-14
N.7
HIERARCHICAL
LIBRARIES
.
11-15
N.8
PRIVATE
CHILD
UNITS
.
11-19
N.9
PROTECTED
TYPES
.
11-22
N.10
TASK
SCHEDULING
AND
TIMING
.
11-26
N.LL
GENERIC
PARAMETERS
.
11-28
H.12
OTHER
IMPROVEMENTS
.
H-30
H.13
THE
PREDEFINED
LIBRARY
.
11-33
N.L
4
THE
SPECIALIZED
NEEDS
ANNEXES
.
H-34
N.L
5
CONCLUSION
.
U-35
HI
OVERVIEW
OF
THE
ADA
LANGUAGE
.HI-1
ULI
OBJECTS,
TYPES,
CLASSES
AND
OPERATIONS
.
HI-1
M.2
STATEMENTS,
EXPRESSIONS
AND
ELABORATION
.
UI-9
M.3
SYSTEM
CONSTRUCTION
.
HI
10
M.4
MULTITASKING
.
HI
15
HI.5
EXCEPTION
HANDLING
.
HI
18
HI.6
LOW
LEVEL
PROGRAMMING
.
IH-19
III.
7
STANDARD
LIBRARY
.
JU-21
HI.8
APPLICATION
SPECIFIC
FACILITIES
.
HI-21
HI.9
SUMMARY
.
JH-22
PART
TWO
THE
CORE
LANGUAGE
1
INTRODUCTION
.
1-1
1.1
OVERALL
APPROACH
.
1-1
1.2
THE
REFERENCE
MANUAL
.
1-2
1.3
SYNTAX
.
1-3
1.4
CLASSIFICATION
OF
ERRORS
.
1-4
1.5
REQUIREMENTS
SUMMARY
.
1-4
2
LEXICAL
ELEMENTS
.
2-1
2.1
RESERVED
WORDS
AND
IDENTIFIERS
.
2-1
2.2
PROGRAM
TEXT
.
2-1
2.3
PRAGMAS
.
2-2
2.4
REQUIREMENTS
SUMMARY
.
2-2
3
TYPES
AND
EXPRESSIONS
.
3-1
3.1
TYPES,
CLASSES,
OBJECTS
AND
VIEWS
.
3-2
3.2
CHARACTER
TYPES
.
3-4
3.3
NUMERIC
TYPES
.
3-5
3.4
COMPOSITE
TYPES
.
3-9
3.5
ARRAY
TYPES
.
3-11
3.6
RECORD
TYPES
.
3-12
3.7
ACCESS
TYPES
.
3-15
3.8
TYPE
CONVERSION
.
3-24
3.9
STATICNESS
.
3-26
3.10
OTHER
IMPROVEMENTS
.
3-27
3.11
REQUIREMENTS
SUMMARY
.
3-27
4
OBJECT
ORIENTED
PROGRAMMING
.
4-1
4.1
BACKGROUND
AND
CONCEPTS
.
.4-1
4.2
GENERAL
APPROACH
.
4-3
4.3
CLASS
WIDE
TYPES
AND
OPERATIONS
.
4-8
4.4
EXAMPLES
OF
USE
.
4-13
4.5
DISPATCHING
AND
REDISPATCHING
.
4-29
4.6
MULTIPLE
INHERITANCE
.
4-33
4.7
RELATIONSHIP
WITH
PREVIOUS
WORK
.
4-42
4.8
REQUIREMENTS
SUMMARY
.
4-45
5
STATEMENTS
.
5-1
6
SUBPROGRAMS
.
6-1
6.1
PARAMETER
AND
RESULT
MECHANISM
.
.6-1
6.2
RENAMING
OF
BODIES
AND
CONFORMANCE
.
.6-4
6.3
OVERLOADING
OF
EQUALITY
AND
INEQUALITY
OPERATORS
.
.6-5
6.4
REQUIREMENTS
SUMMARY
.6-5
7
PACKAGES
.
7-1
7.1
PRIVATE
TYPES
AND
EXTENSIONS
.
7-1
7.2
DEFERRED
CONSTANTS
.
7-4
7.3
LIMITED
TYPES
.
7-5
7.4
CONTROLLED
TYPES
.
7-7
7.5
REQUIREMENTS
SUMMARY
.
7-13
8
VISIBILITY
RULES
.
8-1
8.1
SCOPE
AND
VISIBILITY
.
8-1
8.2
USE
CLAUSES
.
8-2
8.3
RENAMING
.8-3
8.4
OTHER
IMPROVEMENTS
.
8-4
8.5
REQUIREMENTS
SUMMARY
.8-4
9
TASKING
.
9-1
9.1
PROTECTED
TYPES
.
9-1
9.2
THE
REQUEUE
STATEMENT
.
9-14
9.3
TIMING
.
9-21
9.4
ASYNCHRONOUS
TRANSFER
OF
CONTROL
.
9-22
9.5
THE
ABORT
STATEMENT
.
9-27
9.6
TASKING
AND
DISCRIMINANTS
.
9-28
9.7
OTHER
IMPROVEMENTS
.
9-33
9.8
REQUIREMENTS
SUMMARY
.
9-33
10
PROGRAM
STRUCTURE
AND
COMPILATION
ISSUES
.
10-1
10.1
THE
HIERARCHICAL
LIBRARY
.
10-1
10.2
PROGRAM
STRUCTURE
.
10-11
10.3
ELABORATION
.10-12
10.4
LIBRARY
PACKAGE
BODIES
.
10-12
10.5
OTHER
IMPROVEMENTS
.
10-13
10.6
REQUIREMENTS
SUMMARY
.
10-13
11
EXCEPTIONS
.
11-1
11.1
NUMERIC
ERROR
.
11-1
T
!
11.2
EXCEPTION
OCCURRENCES
.
;
I,
.11-2
CI
-*
11.3
EXCEPTIONS
AND
OPTIMIZATION
.
.V/
'
JAA
'.
.11-3
I
11.4
OTHER
IMPROVEMENTS
.
J
.
11-3
HRT
115
REQUIREMENTS
SUMMARY
.
U-4
12.
GENERICS
.
7.
R;-IZ.'LB :
J.L.U.
1
; .12-1
'
12.1
THE
CONTRACT
MODEL
.
U
.S;
BUT.
.L .
.12-1
C-RT
.
12.2
NUMERIC
TYPES
.
*-%YY!*
7U
J
/
P
'
7;1
B";;
U
IR.-JID-URJ^RQ
J
12-3
'
-A
12,3
ACCESS
TYPES.
.
"
X
.
U
-
KJ
.
UJU
T
I
;
'YY
12-3
;
12.4
DERIVED
TYPES
.
Z-J-JUU
32-4
12.5
TAGGED
TYPES
.
I
.
-12-5
N
A
12.6
PACKAGE
PARAMETERS
.
.
.
.
.
:
A
I
.
.
.12-7
?
12.7
OTHER
IMPROVEMENTS
.
.
I
YY
.!.
J
?
. .12-10
12.8
REQUIREMENTS
SUMMARY
.
.
X
K
41
(!
A
.,
Z
4-Z
.12-10
13
REPRESENTATION
ISSUES
.
JIU
K
.
R
W
J.',
C
R
.
.13-1
L-,
13.1
REPRESENTATION
OF
DATA
.
.,.
.
.
.ZIHUB
*.
13-1
;
,,
13.2
THE
PACKAGE
SYSTEM
.
.
.
.
.
.
13-2
'-3
13.3
THE
VALID
ATTRIBUTE
.
.
.
YY,
.
.^
.
.13-2
/
13.4
STORAGE
POOL
MANAGEMENT
.
.
.
13-3
13.5
FREEZING
OF
REPRESENTATIONS
.
.
.
.
.I
YY
13-5
FT
R,
13.6
THE
PRAGMA
RESTRICTIONS
.
T
I
C
.
13-8
J
YYS
13.7
REQUIREMENTS
SUMMARY
.
.
.
.
.
.
;
'
.
.
FI
BE?
YY}YY!
.4
1
YY
PART
THREE
THE
ANNEXES
:
-
!
A
A
PREDEFINED
LANGUAGE
ENVIRONMENT
.
-I.
-A-L
R;
A.1
CHARACTER
HANDLING
.
.
.
.
.
.
Z
.
J
.
A-2
A.2
STRING
HANDLING
.
.
.
.
T
R
YY
B
T
YY
A-4
V
A.3
NUMERICS
PACKAGES
AND
ATTRIBUTES
.
.
.A-16
;
;
C
A.4
INPUT
AND
OUTPUT
.
F
B
.
.
A-26
1*01
A.5
COMMAND
LINE.
.
.
.
.
1(
,F
A.6
REQUIREMENTS
SUMMARY
.
,
.
.
,
F
!
.
,
.
A-32
B
INTERFACE
TO
OTHER
LANGUAGES
.
.
IJ
.
!YY/.
*
.
.:
4.
B-L
C;
,
!
B.L
INTERFACING
PRAGMAS
.
F
.
4
,
.
B-L
B.2
C
INTERFACE
PACKAGES
.
.
^
,
.;
.B-2
;;
B.3
COBOL
INTERFACE
PACKAGE
.
,
.
.B-5
F
B.4
FORTRAN
INTERFACE
PACKAGE
.
.
YY
F({NN
?
'
A
YY
J.|
YY
B.5
REQUIREMENTS
SUMMARY
.
.
B-9
J
II
,
.
.
.
;
T
"
I
'
'
I
T'
'
F
'
1
1
J
I
C'^SYSTEMS
PROGRAMMING';
/.'
YY*.
.C-L
C.L
ACCESS
TO
MACHINE
OPERATIONS
.
.
.
P?
T
'.
NI
.
K
P!'
R
.
,
?
'
.
;!,
/
)
.
!
-'.
'
I
:
N'W''//-.
T'
1
?.
.C-L
-0
C.2
REQUIRED
REPRESENTATION
SUPPORT
.
.
.
.
I
/.
YY
.
C-3
.
C.3
INTERRUPT
SUPPORT
.
J'PV
R
LI
C.4
PREELABORATION
REQUIREMENTS
.
W?GQI
L
J
;
I
I.
U
I
I.
I
H
.C-12
' '
-H
C.5
SHARED
VARIABLE
CONTROL
.
.
.
PZI'IQ
,;V;
4
.L,F[
C-14
J-H
C.6
TASK
IDENTIFICATION
AND
ATTRIBUTES
.
.
.
7?.
B.RST,
F
JI.
C-16
'
YY
H
C.7
REQUIREMENTS
SUMMARY
.
.
U
'
.III'ZDPY
.*
.H
C-20
D
REAL-TIME
SYSTEMS
.
.
RL
1
V'.'CY-?
.
,!
V
/VI
.
D-L
'I
-H
DJ
TASK
PRIORITIES
.
.
.
YY.
.
D-2
D.2
PRIORITY
SCHEDULING
.
D-4
D.3
PRIORITY
CEILING
LOCKING
.
D.4
ENTRY
QUEUING
POLICIES
.
D-LL
1-/
D.5
DYNAMIC
PRIORITIES
.
.
.
.'/!IITDYK(IFT F
3
B
V-WA
'
J.
X.
IB.'RQI5
-
Z
D.6
PREEMPTIVE
ABORT
.
YV'LY
?
:
.
.
.D-18
-
D.7
TASKING
RESTRICTIONS
.
.
.
.
.
.
.
.
.
.
.
?
.
!YY
/.
D-20
D.8
MONOTONIC
TIME
.
.
.
.
.
.
/I.
.
.
;
.
L
.'1
.Y
D-25
F
-
Y
D.9
DELAY
ACCURACY
.
,
R
J
'-I
?
;
J
;
.D-34
;
A
D.10
SYNCHRONOUS
TASK
CONTROL
.
.
J.
1
.
'
D-36
D.LL
ASYNCHRONOUS
TASK
CONTROL
.
.
J':
'
.
;
.
'
.4
D-39
:
X
D.12
SPECIAL
OPTIMIZATION
AND
DETERMINISM
RULES
.
.
.
\
;
/.D-40
1*
R
D.13
REQUIREMENTS
SUMMARY
.
, .H
.
C
E'DISTRIBUTEDSYSTEMS
.
.
RD
B
.
Z.
E-L
'
!
E.L
THE
PARTITION
MODEL
.
.
.
.
J'PI
'
Q';
1
.?
.
'
Y'.'.
1
Z?'Y/.
(
.
E-2
'YY
E.2
CATEGORIZATION
OF
LIBRARY
PACKAGES
.
.
I'
5
?
1
';'
1
?
-.
YY
'
?
R
YY
PWZ'
I-'IV
.'
.Z
.
E-4
1-K
E.3
CONSISTENCY
OF
A
DISTRIBUTED
SYSTEM
.
'
E.4
REMOTE
SUBPROGRAM
CALLS
.
YY'.
V
J?.
.
E-6
*
X
-
E5
POST-COMPILATION
PARTITIONING
.
.
.
.
E-7
E.6
CONFIGURING
A
DISTRIBUTED
SYSTEM
.
E.7
PARTITION
COMMUNICATION
SUBSYSTEM
.
.E-20
E.8
REQUIREMENTS
SUMMARY
.
E-22
F
INFORMATION
SYSTEMS
.
F-L
F.L
DECIMAL
COMPUTATION
.
F-L
F.2
EDITED
OUTPUT
.
F-7
F.3
REQUIREMENTS
SUMMARY
.
F-L
2
G
NUMERICS
.
G-L
G.L
COMPLEX
ARITHMETIC
.
G-L
G.2
FLOATING
POINT
MACHINE
NUMBERS
G-6
G.3
ASSIGNMENTS
TO
VARIABLES
OF
UNCONSTRAINED
NUMERIC
TYPES
.
,G-9
G.4
ACCURACY
AND
OTHER
PERFORMANCE
ISSUES
.
G-9
G.5
REQUIREMENTS
SUMMARY
.
G-17
H
SAFETY
AND
SECURITY
.
H-L
H.L
UNDERSTANDING
PROGRAM
EXECUTION
.
H-3
H.2
REVIEWABLE
OBJECT
CODE
.
_H-9
H.3
SAFETY
AND
SECURITY
RESTRICTIONS
.
H-13
H.4
VALIDATION
AGAINST
THE
ANNEX
.
JH-15
H.5
ISSUES
OUTSIDE
THE
SCOPE
OF
THE
STANDARD
.
H-15
H.6
REQUIREMENTS
SUMMARY
.
H-L
6
PART
FOUR
APPENDICES
APPENDIX
X
UPWARD
COMPATIBILITY
.
X-L
X.L
RESERVED
WORDS
.
X-2
X.2
TYPE
CHARACTER
.
X-2
X.3
LIBRARY
PACKAGE
BODIES
.
X-3
X.4
INDEFINITE
GENERIC
PARAMETERS
.
X-3
X.5
NUMERIC
ERROR
.
X-4
X.6
OTHER
INCOMPATIBILITIES
.
X-5
X.7
CONCLUSION
.
X-8
APPENDIX
Y
REVISIONS
TO
DRAFTS
.
,Y-1
Y.L
CORE
LANGUAGE
.
Y-L
Y.2
PREDEFINED
ENVIRONMENT
.
Y-3
Y.3
SPECIALIZED
NEEDS
ANNEXES
.
Y-4
APPENDIX
Z
REQUIREMENTS
.
Z-L
Z.L
ANALYSIS
.
Z-L
Z.2
CONCLUSION
.
Z-4
REFERENCES
INDEX |
any_adam_object | 1 |
author_GND | (DE-588)129627658 |
building | Verbundindex |
bvnumber | BV011358070 |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.73.A35A217 1995 |
callnumber-search | QA76.73.A35A217 1995 |
callnumber-sort | QA 276.73 A35 A217 41995 |
callnumber-subject | QA - Mathematics |
classification_rvk | SS 4800 ST 250 |
classification_tum | DAT 356f |
ctrlnum | (OCoLC)123263679 (DE-599)BVBBV011358070 |
dewey-full | 005.13/3 005.13/321 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.13/3 005.13/3 21 |
dewey-search | 005.13/3 005.13/3 21 |
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 a2200000 cb4500</leader><controlfield tag="001">BV011358070</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">19970918</controlfield><controlfield tag="007">t|</controlfield><controlfield tag="008">970521s1997 gw |||| 00||| eng d</controlfield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">950377767</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">3540631437</subfield><subfield code="9">3-540-63143-7</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)123263679</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV011358070</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-91G</subfield><subfield code="a">DE-384</subfield><subfield code="a">DE-739</subfield><subfield code="a">DE-703</subfield><subfield code="a">DE-19</subfield><subfield code="a">DE-706</subfield><subfield code="a">DE-634</subfield><subfield code="a">DE-83</subfield><subfield code="a">DE-188</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA76.73.A35A217 1995</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.13/3</subfield><subfield code="2">21</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.13/3 21</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">SS 4800</subfield><subfield code="0">(DE-625)143528:</subfield><subfield code="2">rvk</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">DAT 356f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">28</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Ada 95 rationale</subfield><subfield code="b">the language, the standard libraries</subfield><subfield code="c">John Barnes (ed.)</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Berlin u.a.</subfield><subfield code="b">Springer</subfield><subfield code="c">1997</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XII, 458 S.</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">Lecture notes in computer science</subfield><subfield code="v">1247</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Ada 95 (Computer program language)</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Ada 95</subfield><subfield code="0">(DE-588)4436900-1</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Ada 95</subfield><subfield code="0">(DE-588)4436900-1</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">Barnes, J. G. P.</subfield><subfield code="d">1937-</subfield><subfield code="e">Sonstige</subfield><subfield code="0">(DE-588)129627658</subfield><subfield code="4">oth</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Lecture notes in computer science</subfield><subfield code="v">1247</subfield><subfield code="w">(DE-604)BV000000607</subfield><subfield code="9">1247</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=007633234&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-007633234</subfield></datafield></record></collection> |
id | DE-604.BV011358070 |
illustrated | Not Illustrated |
indexdate | 2024-11-21T15:02:01Z |
institution | BVB |
isbn | 3540631437 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-007633234 |
oclc_num | 123263679 |
open_access_boolean | |
owner | DE-91G DE-BY-TUM DE-384 DE-739 DE-703 DE-19 DE-BY-UBM DE-706 DE-634 DE-83 DE-188 |
owner_facet | DE-91G DE-BY-TUM DE-384 DE-739 DE-703 DE-19 DE-BY-UBM DE-706 DE-634 DE-83 DE-188 |
physical | XII, 458 S. |
publishDate | 1997 |
publishDateSearch | 1997 |
publishDateSort | 1997 |
publisher | Springer |
record_format | marc |
series | Lecture notes in computer science |
series2 | Lecture notes in computer science |
spelling | Ada 95 rationale the language, the standard libraries John Barnes (ed.) Berlin u.a. Springer 1997 XII, 458 S. txt rdacontent n rdamedia nc rdacarrier Lecture notes in computer science 1247 Ada 95 (Computer program language) Ada 95 (DE-588)4436900-1 gnd rswk-swf Ada 95 (DE-588)4436900-1 s DE-604 Barnes, J. G. P. 1937- Sonstige (DE-588)129627658 oth Lecture notes in computer science 1247 (DE-604)BV000000607 1247 DNB Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=007633234&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Ada 95 rationale the language, the standard libraries Lecture notes in computer science Ada 95 (Computer program language) Ada 95 (DE-588)4436900-1 gnd |
subject_GND | (DE-588)4436900-1 |
title | Ada 95 rationale the language, the standard libraries |
title_auth | Ada 95 rationale the language, the standard libraries |
title_exact_search | Ada 95 rationale the language, the standard libraries |
title_full | Ada 95 rationale the language, the standard libraries John Barnes (ed.) |
title_fullStr | Ada 95 rationale the language, the standard libraries John Barnes (ed.) |
title_full_unstemmed | Ada 95 rationale the language, the standard libraries John Barnes (ed.) |
title_short | Ada 95 rationale |
title_sort | ada 95 rationale the language the standard libraries |
title_sub | the language, the standard libraries |
topic | Ada 95 (Computer program language) Ada 95 (DE-588)4436900-1 gnd |
topic_facet | Ada 95 (Computer program language) Ada 95 |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=007633234&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
volume_link | (DE-604)BV000000607 |
work_keys_str_mv | AT barnesjgp ada95rationalethelanguagethestandardlibraries |